summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-25 18:41:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-25 18:41:14 +0000
commitc15ea0e1bb5ff985221572c4b30a7a894a7b1e19 (patch)
treec7657bd017f27fbeeb5f60780953d0ef57244113 /app-arch/afio
parentMarked stable on hppa. (diff)
downloadhistorical-c15ea0e1bb5ff985221572c4b30a7a894a7b1e19.tar.gz
historical-c15ea0e1bb5ff985221572c4b30a7a894a7b1e19.tar.bz2
historical-c15ea0e1bb5ff985221572c4b30a7a894a7b1e19.zip
add the Makefile patch to the new version as well (bug #52004)
Diffstat (limited to 'app-arch/afio')
-rw-r--r--app-arch/afio/ChangeLog3
-rw-r--r--app-arch/afio/Manifest4
-rw-r--r--app-arch/afio/afio-2.5.ebuild5
3 files changed, 9 insertions, 3 deletions
diff --git a/app-arch/afio/ChangeLog b/app-arch/afio/ChangeLog
index 93ab09f72c75..6e8e4d5b8d61 100644
--- a/app-arch/afio/ChangeLog
+++ b/app-arch/afio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/afio
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+ 25 May 2004; Michael Sterrett <mr_bones_@gentoo.org> afio-2.5.ebuild:
+ add the Makefile patch to the new version as well (bug #52004)
+
*afio-2.5 (25 Feb 2004)
25 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> afio-2.5.ebuild:
diff --git a/app-arch/afio/Manifest b/app-arch/afio/Manifest
index 23859a6aec13..d3ff3679e48b 100644
--- a/app-arch/afio/Manifest
+++ b/app-arch/afio/Manifest
@@ -1,6 +1,6 @@
-MD5 8981cbef10124980eacbc5ea0393a0f3 ChangeLog 796
+MD5 55182640517f2af61f7b7ea5162a79a1 ChangeLog 934
MD5 a0327480dcdc3007c5b42da0b2b72f3d afio-2.4.7.ebuild 1046
-MD5 f440f5a3d271c629f0d6f290b133a8cf afio-2.5.ebuild 1127
+MD5 4a963bd87f935e56e08c4c41111e2cf9 afio-2.5.ebuild 1178
MD5 f66820d09ee18bc1250763fa4f3cdfd5 files/Makefile.patch 350
MD5 220e2947e5808d60df6546914dee1d07 files/digest-afio-2.4.7 58
MD5 59d440af39481f99cdca2c3dae7adaca files/digest-afio-2.5 57
diff --git a/app-arch/afio/afio-2.5.ebuild b/app-arch/afio/afio-2.5.ebuild
index dd4bcc190195..c10ab71a1a67 100644
--- a/app-arch/afio/afio-2.5.ebuild
+++ b/app-arch/afio/afio-2.5.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.ebuild,v 1.1 2004/02/25 21:36:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.ebuild,v 1.2 2004/05/25 18:41:14 mr_bones_ Exp $
+
+inherit eutils
DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption."
HOMEPAGE="http://freshmeat.net/projects/afio/"
@@ -18,6 +20,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd ${S}
+ epatch ${FILESDIR}/Makefile.patch
#our cflags
sed -i \
-e "s:-O2 -fomit-frame-pointer:${CFLAGS}:" Makefile \