summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-12-21 13:34:24 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-12-21 13:34:24 +0000
commit04addd474ae97226b37d8f2a24311ed4a544a3df (patch)
treed1368cefa3447425a9233eee041161ef9c2c444b
parentFix license - bug #446482 (diff)
downloadgentoo-2-04addd474ae97226b37d8f2a24311ed4a544a3df.tar.gz
gentoo-2-04addd474ae97226b37d8f2a24311ed4a544a3df.tar.bz2
gentoo-2-04addd474ae97226b37d8f2a24311ed4a544a3df.zip
Remove obsolete pkg_pretend function - overrided by eclass one
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r--media-sound/leechcraft-hotstreams/ChangeLog6
-rw-r--r--media-sound/leechcraft-hotstreams/leechcraft-hotstreams-0.5.85.ebuild11
-rw-r--r--media-sound/leechcraft-hotstreams/leechcraft-hotstreams-9999.ebuild11
3 files changed, 7 insertions, 21 deletions
diff --git a/media-sound/leechcraft-hotstreams/ChangeLog b/media-sound/leechcraft-hotstreams/ChangeLog
index 765cd20ee1be..de29f8474214 100644
--- a/media-sound/leechcraft-hotstreams/ChangeLog
+++ b/media-sound/leechcraft-hotstreams/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/leechcraft-hotstreams
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-hotstreams/ChangeLog,v 1.4 2012/10/08 15:50:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-hotstreams/ChangeLog,v 1.5 2012/12/21 13:34:24 pinkbyte Exp $
+
+ 21 Dec 2012; Sergey Popov <pinkbyte@gentoo.org>
+ leechcraft-hotstreams-0.5.85.ebuild, leechcraft-hotstreams-9999.ebuild:
+ Remove obsolete pkg_pretend function - overrided by eclass one
08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org>
leechcraft-hotstreams-0.5.85.ebuild:
diff --git a/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-0.5.85.ebuild b/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-0.5.85.ebuild
index fce2fab1f1a9..2e6adbc3b8ee 100644
--- a/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-0.5.85.ebuild
+++ b/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-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/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-0.5.85.ebuild,v 1.2 2012/10/08 15:50:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-0.5.85.ebuild,v 1.3 2012/12/21 13:34:24 pinkbyte Exp $
EAPI="4"
@@ -15,12 +15,3 @@ IUSE=""
DEPEND="~net-misc/leechcraft-core-${PV}
dev-libs/qjson"
RDEPEND="${DEPEND}"
-
-# 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/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-9999.ebuild b/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-9999.ebuild
index a716446e8ea8..6c3b7cef77bd 100644
--- a/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-9999.ebuild
+++ b/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-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/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-9999.ebuild,v 1.2 2012/09/04 17:34:37 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-hotstreams/leechcraft-hotstreams-9999.ebuild,v 1.3 2012/12/21 13:34:24 pinkbyte Exp $
EAPI="4"
@@ -15,12 +15,3 @@ IUSE=""
DEPEND="~net-misc/leechcraft-core-${PV}
dev-libs/qjson"
RDEPEND="${DEPEND}"
-
-# 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
-}