summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-01 05:54:20 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-01 05:54:20 +0000
commitee2c7c16c8edd792a031cac877c18433113c9f80 (patch)
tree9f26bb281a8ba03b01a20eea70b2dc7c4ca0dd35 /sys-devel
parentrename (diff)
downloadhistorical-ee2c7c16c8edd792a031cac877c18433113c9f80.tar.gz
historical-ee2c7c16c8edd792a031cac877c18433113c9f80.tar.bz2
historical-ee2c7c16c8edd792a031cac877c18433113c9f80.zip
rename patch and revert stable arches
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/patch/ChangeLog14
-rw-r--r--sys-devel/patch/Manifest10
-rw-r--r--sys-devel/patch/patch-2.5.9-r1.ebuild6
3 files changed, 14 insertions, 16 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog
index 016d8dc3b295..b275e4402b73 100644
--- a/sys-devel/patch/ChangeLog
+++ b/sys-devel/patch/ChangeLog
@@ -1,22 +1,10 @@
# ChangeLog for sys-devel/patch
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.31 2005/05/07 09:39:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.32 2005/09/01 05:54:19 vapier Exp $
07 May 2005; Mike Frysinger <vapier@gentoo.org> patch-2.5.9-r1.ebuild:
Install as gpatch on non-GNU systems #91560.
- 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> patch-2.5.9-r1.ebuild:
- stable on ia64
-
- 17 Feb 2005; Luca Barbato <lu_zero@gentoo.org> patch-2.5.9-r1.ebuild:
- Marked ppc
-
- 01 Feb 2005; Danny van Dyk <kugelfang@gentoo.org> patch-2.5.9-r1.ebuild:
- Removed amd64-hardened workaround, as it isn't necessary anymore.
-
- 20 Jan 2005; Marcus Hanwell <cryos@gentoo.org> patch-2.5.9-r1.ebuild:
- Marked stable for amd64.
-
*patch-2.5.9-r1 (16 Nov 2004)
16 Nov 2004; Mike Frysinger <vapier@gentoo.org> +files/2.5.9-deb-cr.patch,
diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest
index 6a35c13dd6f4..d9e06fe9d1e1 100644
--- a/sys-devel/patch/Manifest
+++ b/sys-devel/patch/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 1a238c554d76e5a610a234935f6745ff patch-2.5.9.ebuild 1438
MD5 4f8622f6d61dc78dcc5069d9dcb573b5 ChangeLog 3745
@@ -5,3 +8,10 @@ MD5 0e6d848f04afec9ccd77139044915be0 patch-2.5.9-r1.ebuild 1119
MD5 1e629202590bd2a4586fb1e4231e50e2 files/patch-2.5.9-cr-stripping.patch 1355
MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9 63
MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9-r1 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDFpeqgIKl8Uu19MoRAtzKAJ4oBn5YQ2R/UUTg2k3R7wN9LSQttwCfQPv0
+1Xx5X2OhL/I+JnB6HSmIc4M=
+=6HvZ
+-----END PGP SIGNATURE-----
diff --git a/sys-devel/patch/patch-2.5.9-r1.ebuild b/sys-devel/patch/patch-2.5.9-r1.ebuild
index c64a61cb5d0e..86e97b940e4f 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-2005 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.7 2005/05/07 09:39:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9-r1.ebuild,v 1.8 2005/09/01 05:54:20 vapier Exp $
inherit flag-o-matic eutils
@@ -12,7 +12,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 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="build static"
DEPEND=""
@@ -20,7 +20,7 @@ DEPEND=""
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/${PV}-deb-cr.patch
+ epatch "${FILESDIR}"/patch-2.5.9-cr-stripping.patch
}
src_compile() {