summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-12-21 13:40:39 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-12-21 13:40:39 +0000
commit8baf8260b968ade11b4b4dc6f8f6939e0df9790b (patch)
tree448c4d45bbc23a5574d6f2f92195b448924aadaa /sys-fs
parentFix license - bug #446480 (diff)
downloadgentoo-2-8baf8260b968ade11b4b4dc6f8f6939e0df9790b.tar.gz
gentoo-2-8baf8260b968ade11b4b4dc6f8f6939e0df9790b.tar.bz2
gentoo-2-8baf8260b968ade11b4b4dc6f8f6939e0df9790b.zip
Remove obsolete pkg_pretend function - overrided by eclass one
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/leechcraft-vrooby/ChangeLog6
-rw-r--r--sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.85.ebuild11
-rw-r--r--sys-fs/leechcraft-vrooby/leechcraft-vrooby-9999.ebuild11
3 files changed, 7 insertions, 21 deletions
diff --git a/sys-fs/leechcraft-vrooby/ChangeLog b/sys-fs/leechcraft-vrooby/ChangeLog
index 9ec821570dde..8d359e9b9f73 100644
--- a/sys-fs/leechcraft-vrooby/ChangeLog
+++ b/sys-fs/leechcraft-vrooby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/leechcraft-vrooby
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/ChangeLog,v 1.7 2012/12/19 08:09:22 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/ChangeLog,v 1.8 2012/12/21 13:40:39 pinkbyte Exp $
+
+ 21 Dec 2012; Sergey Popov <pinkbyte@gentoo.org>
+ leechcraft-vrooby-0.5.85.ebuild, leechcraft-vrooby-9999.ebuild:
+ Remove obsolete pkg_pretend function - overrided by eclass one
19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org>
-leechcraft-vrooby-0.5.75.ebuild, -leechcraft-vrooby-0.5.80.ebuild:
diff --git a/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.85.ebuild b/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.85.ebuild
index c3dc548c9b06..8606241436e1 100644
--- a/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.85.ebuild
+++ b/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.85.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.85.ebuild,v 1.1 2012/10/08 16:04:21 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.85.ebuild,v 1.2 2012/12/21 13:40:39 pinkbyte Exp $
EAPI="4"
@@ -16,12 +16,3 @@ DEPEND="~net-misc/leechcraft-core-${PV}
x11-libs/qt-dbus:4"
RDEPEND="${DEPEND}
sys-fs/udisks:0"
-
-# TODO: Maybe simplify this or add apropriate function to leechcraft eclass?
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- [[ $(gcc-major-version) -lt 4 ]] || \
- ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]] ) \
- && die "Sorry, but gcc 4.6 or higher is required."
- fi
-}
diff --git a/sys-fs/leechcraft-vrooby/leechcraft-vrooby-9999.ebuild b/sys-fs/leechcraft-vrooby/leechcraft-vrooby-9999.ebuild
index a0b1e48aba99..67605181d24d 100644
--- a/sys-fs/leechcraft-vrooby/leechcraft-vrooby-9999.ebuild
+++ b/sys-fs/leechcraft-vrooby/leechcraft-vrooby-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/leechcraft-vrooby-9999.ebuild,v 1.3 2012/09/23 07:57:14 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/leechcraft-vrooby-9999.ebuild,v 1.4 2012/12/21 13:40:39 pinkbyte Exp $
EAPI="4"
@@ -16,12 +16,3 @@ DEPEND="~net-misc/leechcraft-core-${PV}
x11-libs/qt-dbus:4"
RDEPEND="${DEPEND}
sys-fs/udisks:0"
-
-# TODO: Maybe simplify this or add apropriate function to leechcraft eclass?
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- [[ $(gcc-major-version) -lt 4 ]] || \
- ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]] ) \
- && die "Sorry, but gcc 4.6 or higher is required."
- fi
-}