diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-12-05 17:56:08 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-12-05 17:56:08 +0000 |
commit | a7db8b1c609b89d9bf2a7cefd8aad38dc173c5d6 (patch) | |
tree | 3c0295da280e8c0560f4e27587ff202bd04371c7 /sys-fs/ext2resize | |
parent | Stable on hppa, ppc, sparc, x86. (diff) | |
download | historical-a7db8b1c609b89d9bf2a7cefd8aad38dc173c5d6.tar.gz historical-a7db8b1c609b89d9bf2a7cefd8aad38dc173c5d6.tar.bz2 historical-a7db8b1c609b89d9bf2a7cefd8aad38dc173c5d6.zip |
Stable on ppc. See bug #114467.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sys-fs/ext2resize')
-rw-r--r-- | sys-fs/ext2resize/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ext2resize/Manifest | 22 | ||||
-rw-r--r-- | sys-fs/ext2resize/ext2resize-1.1.19.ebuild | 4 |
3 files changed, 13 insertions, 19 deletions
diff --git a/sys-fs/ext2resize/ChangeLog b/sys-fs/ext2resize/ChangeLog index fcebd1879f76..680fd651c19c 100644 --- a/sys-fs/ext2resize/ChangeLog +++ b/sys-fs/ext2resize/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/ext2resize # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ChangeLog,v 1.10 2005/12/05 04:22:04 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ChangeLog,v 1.11 2005/12/05 17:56:08 hansmi Exp $ + + 05 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> + ext2resize-1.1.19.ebuild: + Stable on ppc. See bug #114467. 05 Dec 2005; Mark Loeser <halcy0n@gentoo.org> ext2resize-1.1.19.ebuild: Stable on x86; bug #114467 diff --git a/sys-fs/ext2resize/Manifest b/sys-fs/ext2resize/Manifest index 6ecd3f5cbea6..fa64dd0531e1 100644 --- a/sys-fs/ext2resize/Manifest +++ b/sys-fs/ext2resize/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 572a1294914fa14b60980b91b80fd6e4 ChangeLog 2138 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 75e2fb561dd9aac5d643b6dd8647b95a ext2resize-1.1.19.ebuild 1074 +MD5 ea73679417743fffe6620f4fa9448eb5 ChangeLog 2254 MD5 fed316e3dcde9340318bb0c96f6eb30c ext2resize-1.1.17-r2.ebuild 1284 -MD5 24d9642b14672b4e7b733ade4a1cd635 ext2resize-1.1.19.ebuild 1076 -MD5 47b7f77e01a5ed768f6456a7e85f3962 files/digest-ext2resize-1.1.17-r2 70 -MD5 172e0ad58b9f4556aeee83fca37a6dcc files/digest-ext2resize-1.1.19 70 -MD5 fc7c47e46247f9329e3b79edbb76d986 files/ext2resize-1.1.17-gcc3.3.patch 1621 MD5 21f465f86737e5dd17ad314e6655e85e files/ext2resize-1.1.17-linux26.patch 302 MD5 0063af1becfb3a32d371d9e5f0c16d51 files/ext2resize-1.1.19-linux26.patch 275 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDk8CUCRZPokWLroQRAmGdAKDBQckCbW+y581fRlzQz07jdoD45ACZAd2P -5J3B6Xv68FBJsjtwSjcKbrE= -=Q/of ------END PGP SIGNATURE----- +MD5 47b7f77e01a5ed768f6456a7e85f3962 files/digest-ext2resize-1.1.17-r2 70 +MD5 fc7c47e46247f9329e3b79edbb76d986 files/ext2resize-1.1.17-gcc3.3.patch 1621 +MD5 172e0ad58b9f4556aeee83fca37a6dcc files/digest-ext2resize-1.1.19 70 diff --git a/sys-fs/ext2resize/ext2resize-1.1.19.ebuild b/sys-fs/ext2resize/ext2resize-1.1.19.ebuild index f6ab1f07baf1..2470d3046eaf 100644 --- a/sys-fs/ext2resize/ext2resize-1.1.19.ebuild +++ b/sys-fs/ext2resize/ext2resize-1.1.19.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-fs/ext2resize/ext2resize-1.1.19.ebuild,v 1.4 2005/12/05 04:22:04 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ext2resize-1.1.19.ebuild,v 1.5 2005/12/05 17:56:08 hansmi Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 arm ppc ~sparc x86" IUSE="static" DEPEND="" |