diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-30 05:32:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-30 05:32:47 +0000 |
commit | bdab13a757d534fe353219a0d48818217304b2ee (patch) | |
tree | 9f84706428ba99bd9a95b511327995ceee96bf8c /app-arch | |
parent | Modify block so that release candidate metabuilds are allowed. (diff) | |
download | historical-bdab13a757d534fe353219a0d48818217304b2ee.tar.gz historical-bdab13a757d534fe353219a0d48818217304b2ee.tar.bz2 historical-bdab13a757d534fe353219a0d48818217304b2ee.zip |
old
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lha/files/digest-lha-114i-r4 | 1 | ||||
-rw-r--r-- | app-arch/lha/lha-114i-r4.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-arch/lha/files/digest-lha-114i-r4 b/app-arch/lha/files/digest-lha-114i-r4 deleted file mode 100644 index 44da31fd5180..000000000000 --- a/app-arch/lha/files/digest-lha-114i-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 5225884d557b91f04124693e2c5c9e94 lha-114i.tar.gz 64608 diff --git a/app-arch/lha/lha-114i-r4.ebuild b/app-arch/lha/lha-114i-r4.ebuild deleted file mode 100644 index 1fd628045c48..000000000000 --- a/app-arch/lha/lha-114i-r4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r4.ebuild,v 1.7 2005/08/25 23:25:35 vapier Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Utility for creating and opening lzh archives" -HOMEPAGE="http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm" -SRC_URI="http://www2m.biglobe.ne.jp/~dolphin/lha/prog/${P}.tar.gz" - -LICENSE="lha" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc-macos ppc64 s390 sparc x86" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - cd src - epatch ${FILESDIR}/${P}.diff - epatch ${FILESDIR}/${PN}-command_buffer.patch - epatch ${FILESDIR}/${P}-symlink.patch - epatch ${FILESDIR}/${PN}-dir_length_bounds_check.patch -} - -src_compile() { - use ppc-macos && append-flags -DHAVE_NO_LCHOWN - sed -i -e "/^OPTIMIZE/ s:-O2:${CFLAGS}:" Makefile - emake || die -} - -src_install() { - dodir /usr/bin - dodir /usr/share/man/ja/man1 - make \ - BINDIR=${D}/usr/bin \ - MANDIR=${D}/usr/share/man/ja \ - install MANSECT=1 || die - - dodoc *.txt *.euc *.eng -} |