diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-05 13:02:22 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-05 13:02:22 +0000 |
commit | 468e5cb0de635e14285ac1c27c49956cbb105d47 (patch) | |
tree | d1d0d0ff0f5546b398fa2355f7ba0a00513bb8d7 /sys-block/gpart | |
parent | stable on amd64 and x86 (diff) | |
download | historical-468e5cb0de635e14285ac1c27c49956cbb105d47.tar.gz historical-468e5cb0de635e14285ac1c27c49956cbb105d47.tar.bz2 historical-468e5cb0de635e14285ac1c27c49956cbb105d47.zip |
Added to ~hppa.
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'sys-block/gpart')
-rw-r--r-- | sys-block/gpart/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/gpart/Manifest | 20 | ||||
-rw-r--r-- | sys-block/gpart/gpart-0.1h-r1.ebuild | 4 |
3 files changed, 11 insertions, 18 deletions
diff --git a/sys-block/gpart/ChangeLog b/sys-block/gpart/ChangeLog index 9e1f4c7ee6a4..22d0109db1d7 100644 --- a/sys-block/gpart/ChangeLog +++ b/sys-block/gpart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/gpart # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gpart/ChangeLog,v 1.2 2005/03/06 23:38:47 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/gpart/ChangeLog,v 1.3 2005/05/05 13:02:22 hansmi Exp $ + + 05 May 2005; Michael Hanselmann <hansmi@gentoo.org> gpart-0.1h-r1.ebuild: + Added to ~hppa. *gpart-0.1h-r1 (06 Mar 2005) diff --git a/sys-block/gpart/Manifest b/sys-block/gpart/Manifest index b530378212bc..426f085ace41 100644 --- a/sys-block/gpart/Manifest +++ b/sys-block/gpart/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 6142526a70bd42351643b63f476488d1 gpart-0.1h-r1.ebuild 965 -MD5 a6de7831b7bdb37d55c430c0755c66f8 ChangeLog 1177 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 ce8c2f0e2a77a4444404176bd4dbe31f ChangeLog 1270 +MD5 e6bd6659be0ac68ffed34bc9c4a381f8 gpart-0.1h-r1.ebuild 970 +MD5 ae6d86b0268618d34e618824dcd82754 files/gpart-0.1h-vfat.patch 515 +MD5 8161c02116ee4575906587eb09e35bde files/gpart-0.1h-ntfs.patch 2430 +MD5 81eee5d9985df9bf9c23624e46cf945f files/gpart-0.1h-errno.patch 384 MD5 1d99cacbe74a8d1d559fdeb0d843359e files/gpart-0.1h-PIC.patch 394 MD5 1ed269d6c15522200092b17a53c7a90c files/digest-gpart-0.1h-r1 136 -MD5 81eee5d9985df9bf9c23624e46cf945f files/gpart-0.1h-errno.patch 384 -MD5 8161c02116ee4575906587eb09e35bde files/gpart-0.1h-ntfs.patch 2430 -MD5 ae6d86b0268618d34e618824dcd82754 files/gpart-0.1h-vfat.patch 515 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCK5SPI1lqEGTUzyQRAse+AKDVjhdu/elRu71di2gf9k8o3dDIYgCgxLdG -jey/3lQa8sBa4QbNp62a7Lg= -=uV18 ------END PGP SIGNATURE----- diff --git a/sys-block/gpart/gpart-0.1h-r1.ebuild b/sys-block/gpart/gpart-0.1h-r1.ebuild index 138db9616428..c4ea0784b6bc 100644 --- a/sys-block/gpart/gpart-0.1h-r1.ebuild +++ b/sys-block/gpart/gpart-0.1h-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-block/gpart/gpart-0.1h-r1.ebuild,v 1.1 2005/03/06 17:45:15 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/gpart/gpart-0.1h-r1.ebuild,v 1.2 2005/05/05 13:02:22 hansmi Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.stud.uni-hannover.de/user/76201/gpart/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~hppa" IUSE="" RDEPEND="virtual/libc" |