diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-09 03:22:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-09 03:22:50 +0000 |
commit | a618b4691f6ae1fc9b9093ce641bd27359e80856 (patch) | |
tree | 05ca4d17db1082436ea3698b388745f0534e97a6 /sys-devel/pmake | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-a618b4691f6ae1fc9b9093ce641bd27359e80856.tar.gz gentoo-2-a618b4691f6ae1fc9b9093ce641bd27359e80856.tar.bz2 gentoo-2-a618b4691f6ae1fc9b9093ce641bd27359e80856.zip |
stable on ia64
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r-- | sys-devel/pmake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/pmake/Manifest | 20 | ||||
-rw-r--r-- | sys-devel/pmake/pmake-1.98.ebuild | 4 |
3 files changed, 11 insertions, 18 deletions
diff --git a/sys-devel/pmake/ChangeLog b/sys-devel/pmake/ChangeLog index 91cf602fad43..eef3898bc490 100644 --- a/sys-devel/pmake/ChangeLog +++ b/sys-devel/pmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/pmake # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.20 2005/05/07 01:41:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.21 2005/05/09 03:21:05 agriffis Exp $ + + 09 May 2005; Aron Griffis <agriffis@gentoo.org> pmake-1.98.ebuild: + stable on ia64 07 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> pmake-1.98.ebuild: Stable on sparc diff --git a/sys-devel/pmake/Manifest b/sys-devel/pmake/Manifest index a0d92c6cf108..2b583c7c600a 100644 --- a/sys-devel/pmake/Manifest +++ b/sys-devel/pmake/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 6f897382831307b424b3dee894a5396e pmake-1.98.ebuild 1902 +MD5 c3010dbdeac90bd3280bf57b0865a5de pmake-1.45-r4.ebuild 1706 MD5 b9b64a77730348b1cb134a4051879cb5 ChangeLog 2670 MD5 f452b142802fc6ec5d75004af15d01e6 metadata.xml 258 -MD5 236f4f1a3ffdad485bb107200864afc5 pmake-1.98.ebuild 1903 -MD5 c3010dbdeac90bd3280bf57b0865a5de pmake-1.45-r4.ebuild 1706 -MD5 090bfd2a45a464588a47793b37bc75d3 files/digest-pmake-1.98 131 -MD5 1095ca9c07bda375bf9674fe20d79ba6 files/02_all_mktemp.patch 406 MD5 32a9d3f1baee80b6b3dfa6afd27e3b75 files/pmake-1.98-skipdots.patch 513 -MD5 aa2eb71443dc4352bdf910fcbaf9f05e files/digest-pmake-1.45-r4 65 +MD5 1095ca9c07bda375bf9674fe20d79ba6 files/02_all_mktemp.patch 406 +MD5 090bfd2a45a464588a47793b37bc75d3 files/digest-pmake-1.98 131 MD5 456fc1935fead6cfc1235eddf6259847 files/skipdots.patch 677 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFCfBzlKRy60XGEcJIRAvpSAKCfAL82hIHFmzyRrQxAbzlziZEBWgCgmtH5 -XFVzYrRPVpsnYvnltyVBUCg= -=5f5h ------END PGP SIGNATURE----- +MD5 aa2eb71443dc4352bdf910fcbaf9f05e files/digest-pmake-1.45-r4 65 diff --git a/sys-devel/pmake/pmake-1.98.ebuild b/sys-devel/pmake/pmake-1.98.ebuild index e96ed013c72a..1258a499ab3f 100644 --- a/sys-devel/pmake/pmake-1.98.ebuild +++ b/sys-devel/pmake/pmake-1.98.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/pmake/pmake-1.98.ebuild,v 1.3 2005/05/07 01:41:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.98.ebuild,v 1.4 2005/05/09 03:21:05 agriffis Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/p/pmake/${MY_P}.orig.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~arm ~amd64 ~ia64" +KEYWORDS="~alpha ~amd64 ~arm ia64 ~mips ~ppc sparc x86" IUSE="" RDEPEND="virtual/libc" |