diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-06-21 19:42:17 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-06-21 19:42:17 +0000 |
commit | 87c593416b2dfc38e73612b3dd00097876b64116 (patch) | |
tree | 633fd98f19ad9a71e96d282d0c1ba5f51e4228c1 /sys-fs/ext2resize | |
parent | Removed hppa and ppc keywords. This is native x86! Fixed BUG #96458. (diff) | |
download | historical-87c593416b2dfc38e73612b3dd00097876b64116.tar.gz historical-87c593416b2dfc38e73612b3dd00097876b64116.tar.bz2 historical-87c593416b2dfc38e73612b3dd00097876b64116.zip |
Fix #96699.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-fs/ext2resize')
-rw-r--r-- | sys-fs/ext2resize/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ext2resize/Manifest | 17 | ||||
-rw-r--r-- | sys-fs/ext2resize/ext2resize-1.1.19.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/ext2resize/files/ext2resize-1.1.19-linux26.patch | 10 |
4 files changed, 22 insertions, 15 deletions
diff --git a/sys-fs/ext2resize/ChangeLog b/sys-fs/ext2resize/ChangeLog index 20c87964c12b..45bd8a7c8a06 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.8 2005/06/21 03:54:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ChangeLog,v 1.9 2005/06/21 19:42:17 plasmaroo Exp $ + + 21 Jun 2005; <plasmaroo@gentoo.org> ext2resize-1.1.19.ebuild, + +files/ext2resize-1.1.19-linux26.patch: + Fix #96699. *ext2resize-1.1.19 (21 Jun 2005) diff --git a/sys-fs/ext2resize/Manifest b/sys-fs/ext2resize/Manifest index 8e9f39be4769..f4ff529119fc 100644 --- a/sys-fs/ext2resize/Manifest +++ b/sys-fs/ext2resize/Manifest @@ -1,18 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 950093f7e220d7123a1e58fb9a787581 ChangeLog 1911 -MD5 b6fa8a185cee322d5f4fb76cc5fb8f50 ext2resize-1.1.19.ebuild 1037 +MD5 a02d826726f7cd8564ca162a032b8095 ChangeLog 2035 +MD5 e8fa66a59ce0eb72023c41f410f0ad00 ext2resize-1.1.19.ebuild 1080 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 fed316e3dcde9340318bb0c96f6eb30c ext2resize-1.1.17-r2.ebuild 1284 MD5 172e0ad58b9f4556aeee83fca37a6dcc files/digest-ext2resize-1.1.19 70 MD5 fc7c47e46247f9329e3b79edbb76d986 files/ext2resize-1.1.17-gcc3.3.patch 1621 -MD5 47b7f77e01a5ed768f6456a7e85f3962 files/digest-ext2resize-1.1.17-r2 70 +MD5 0063af1becfb3a32d371d9e5f0c16d51 files/ext2resize-1.1.19-linux26.patch 275 MD5 907ff96d7f6ed2c375d0101fbe3be442 files/ext2resize-1.1.17-linux26.patch 395 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCt4+KgIKl8Uu19MoRAmjwAJ9vbDRZRpI89slDxT8+F6+fEtdSMwCbBMLw -sad08zJ4kAW88MYcXU4OR58= -=YSq9 ------END PGP SIGNATURE----- +MD5 47b7f77e01a5ed768f6456a7e85f3962 files/digest-ext2resize-1.1.17-r2 70 diff --git a/sys-fs/ext2resize/ext2resize-1.1.19.ebuild b/sys-fs/ext2resize/ext2resize-1.1.19.ebuild index 361f79e50185..a36929f53541 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.1 2005/06/21 03:54:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ext2resize-1.1.19.ebuild,v 1.2 2005/06/21 19:42:17 plasmaroo Exp $ inherit flag-o-matic eutils @@ -22,6 +22,8 @@ src_unpack() { # stupid packaged source isn't clean make -k distclean >& /dev/null sed -i '/^CFLAGS/d' src/Makefile.in + + epatch ${FILESDIR}/${P}-linux26.patch } src_compile() { diff --git a/sys-fs/ext2resize/files/ext2resize-1.1.19-linux26.patch b/sys-fs/ext2resize/files/ext2resize-1.1.19-linux26.patch new file mode 100644 index 000000000000..a43cb4cb2253 --- /dev/null +++ b/sys-fs/ext2resize/files/ext2resize-1.1.19-linux26.patch @@ -0,0 +1,10 @@ +--- src/ext2_unix_io.c 2005-06-21 20:38:30.000000000 +0100 ++++ src/ext2_unix_io.c.plasmaroo 2005-06-21 20:38:22.000000000 +0100 +@@ -35,6 +35,7 @@ + #include <errno.h> + #include <string.h> + #include "ext2.h" ++#include <linux/fs.h> + + #ifndef O_LARGEFILE + #define O_LARGEFILE 0 |