diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-18 12:34:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-18 12:34:29 +0000 |
commit | 3009bbd01d29602f2a6d7d612315deece2fbe2e7 (patch) | |
tree | 2d49779d076512545d08b4e65808219e98f88ffb /sys-devel/patch | |
parent | Drop USE=build and use emake in src_install. (diff) | |
download | gentoo-2-3009bbd01d29602f2a6d7d612315deece2fbe2e7.tar.gz gentoo-2-3009bbd01d29602f2a6d7d612315deece2fbe2e7.tar.bz2 gentoo-2-3009bbd01d29602f2a6d7d612315deece2fbe2e7.zip |
Drop frivolous USE=build.
(Portage version: 2.2_pre2)
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.9-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.9.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog index 2f5abf8ea361..d5d49a3040bb 100644 --- a/sys-devel/patch/ChangeLog +++ b/sys-devel/patch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/patch -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.40 2007/06/24 22:18:28 vapier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.41 2008/03/18 12:34:29 vapier Exp $ + + 18 Mar 2008; Mike Frysinger <vapier@gentoo.org> patch-2.5.9.ebuild, + patch-2.5.9-r1.ebuild: + Drop frivolous USE=build. 24 Jun 2007; Mike Frysinger <vapier@gentoo.org> patch-2.5.9-r1.ebuild: Dont stabilize version 2.5.9-r1. diff --git a/sys-devel/patch/patch-2.5.9-r1.ebuild b/sys-devel/patch/patch-2.5.9-r1.ebuild index 2e6824e95c2a..936261539d95 100644 --- a/sys-devel/patch/patch-2.5.9-r1.ebuild +++ b/sys-devel/patch/patch-2.5.9-r1.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/sys-devel/patch/patch-2.5.9-r1.ebuild,v 1.17 2007/06/24 22:18:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9-r1.ebuild,v 1.18 2008/03/18 12:34:29 vapier Exp $ inherit flag-o-matic eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" # dont stabilize -IUSE="build static" +IUSE="static" DEPEND="" @@ -40,5 +40,4 @@ src_compile() { src_install() { einstall || die dodoc AUTHORS ChangeLog NEWS README - use build && rm -r "${D}"/usr/share } diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild index 36ba5a9c669a..4b41105a0c8f 100644 --- a/sys-devel/patch/patch-2.5.9.ebuild +++ b/sys-devel/patch/patch-2.5.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.25 2006/10/17 12:34:55 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.26 2008/03/18 12:34:29 vapier Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86" -IUSE="build static" +IUSE="static" DEPEND="" @@ -32,5 +32,4 @@ src_compile() { src_install() { einstall || die dodoc AUTHORS ChangeLog NEWS README - use build && rm -r "${D}"/usr/share } |