diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-26 21:07:41 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-26 21:07:41 +0000 |
commit | c71546b5be78a857779284e748d4c43cd302cab1 (patch) | |
tree | 2b57bcacf04f33a064e1c2816843020ba0efeca0 /app-arch/lha | |
parent | fix deps (diff) | |
download | gentoo-2-c71546b5be78a857779284e748d4c43cd302cab1.tar.gz gentoo-2-c71546b5be78a857779284e748d4c43cd302cab1.tar.bz2 gentoo-2-c71546b5be78a857779284e748d4c43cd302cab1.zip |
epatch and sed updates, changelog fixes
Diffstat (limited to 'app-arch/lha')
-rw-r--r-- | app-arch/lha/ChangeLog | 4 | ||||
-rw-r--r-- | app-arch/lha/Manifest | 4 | ||||
-rw-r--r-- | app-arch/lha/lha-114i.ebuild | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/app-arch/lha/ChangeLog b/app-arch/lha/ChangeLog index b463c1bb33e8..9e1cd70a583f 100644 --- a/app-arch/lha/ChangeLog +++ b/app-arch/lha/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for app-arch/lha # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/ChangeLog,v 1.7 2003/07/15 18:43:39 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/ChangeLog,v 1.8 2003/09/26 21:07:35 aliz Exp $ -*lha-114i (15 Jul 2003) +*lha-114i-r1 (15 Jul 2003) 15 Jul 2003; Arcady Genkin <agenkin@gentoo.org> : Update to handle multy-byte characters in the file names by diff --git a/app-arch/lha/Manifest b/app-arch/lha/Manifest index d28abe8ead95..15200391ed53 100644 --- a/app-arch/lha/Manifest +++ b/app-arch/lha/Manifest @@ -1,5 +1,5 @@ -MD5 051d264e54d4457fbe258554bea65ea1 ChangeLog 941 -MD5 5f097d2d4032323eca3fbd8deb4ccda4 lha-114i.ebuild 841 +MD5 7449640be1b646e90cdeee68871e325b ChangeLog 941 +MD5 a7181e4afd7dccfc48cadef063c0ec11 lha-114i.ebuild 793 MD5 73ad63c0751e1f73130b35bb06db2fe6 lha-114i-r1.ebuild 971 MD5 0ca54fececc10dcda9d3e9f649102c78 files/digest-lha-114i 59 MD5 8d44f00f248f7ae367372b6f8edbfb06 files/digest-lha-114i-r1 78 diff --git a/app-arch/lha/lha-114i.ebuild b/app-arch/lha/lha-114i.ebuild index 6b4b51d7baa4..c769b085a175 100644 --- a/app-arch/lha/lha-114i.ebuild +++ b/app-arch/lha/lha-114i.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i.ebuild,v 1.9 2003/02/10 07:12:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i.ebuild,v 1.10 2003/09/26 21:07:35 aliz Exp $ DESCRIPTION="Utility for creating and opening lzh archives." HOMEPAGE="http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm" @@ -14,8 +14,7 @@ DEPEND="virtual/glibc" src_unpack () { unpack ${A} ; cd ${S} - sed -e "/^OPTIMIZE/ s:-O2:${CFLAGS}:" < Makefile > Makefile.hacked - mv Makefile.hacked Makefile + sed -i -e "/^OPTIMIZE/ s:-O2:${CFLAGS}:" Makefile } src_compile() { |