diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-10-14 03:23:02 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-10-14 03:23:02 +0000 |
commit | 2c6fedd36539cc3588ed974ce2bd097ce4a9e5c9 (patch) | |
tree | c647c3db12653b6e9945de71d4163a30f39bffa7 /dev-util/rec | |
parent | (non maintainer commit) remove old, broke versions. Add new version from Ingo... (diff) | |
download | gentoo-2-2c6fedd36539cc3588ed974ce2bd097ce4a9e5c9.tar.gz gentoo-2-2c6fedd36539cc3588ed974ce2bd097ce4a9e5c9.tar.bz2 gentoo-2-2c6fedd36539cc3588ed974ce2bd097ce4a9e5c9.zip |
(non maintainer commit) restrict stripping on dev-util/rec because that check is not needed, bug #239882
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-util/rec')
-rw-r--r-- | dev-util/rec/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/rec/rec-1.6.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/rec/ChangeLog b/dev-util/rec/ChangeLog index 9668597b921d..48f491cac54d 100644 --- a/dev-util/rec/ChangeLog +++ b/dev-util/rec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/rec -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v 1.5 2007/12/25 15:58:52 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v 1.6 2008/10/14 03:23:02 darkside Exp $ + + 14 Oct 2008; Jeremy Olexa <darkside@gentoo.org> rec-1.6.ebuild: + (non maintainer commit) restrict stripping on dev-util/rec because that + check is not needed, bug #239882 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing taviso from metadata.xml as per #202471. Assigning to diff --git a/dev-util/rec/rec-1.6.ebuild b/dev-util/rec/rec-1.6.ebuild index 4b3710bffc22..cb73edf9421f 100644 --- a/dev-util/rec/rec-1.6.ebuild +++ b/dev-util/rec/rec-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v 1.5 2007/03/05 04:12:58 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v 1.6 2008/10/14 03:23:02 darkside Exp $ inherit eutils @@ -11,12 +11,13 @@ LICENSE="as-is" SLOT="0" KEYWORDS="-* ~x86" IUSE="" +RESTRICT="strip" DEPEND="app-arch/unzip" RDEPEND="sys-libs/ncurses sys-libs/gpm" S=${WORKDIR} src_unpack() { - unzip -L -d ${S} -q ${DISTDIR}/${A} || die + unzip -L -d "${S}" -q "${DISTDIR}/${A}" || die } src_compile() { |