diff options
author | 2004-09-28 05:40:01 +0000 | |
---|---|---|
committer | 2004-09-28 05:40:01 +0000 | |
commit | 29e563c8531a6c09bca0fe51d51d3f7b1329e40b (patch) | |
tree | f404f2f43d39b8e85193db37d555a76e44ad6fd9 /app-arch/lha | |
parent | Added <=dev-tex/latex2rtf-1.9.15-r1; bug #64947. (diff) | |
download | gentoo-2-29e563c8531a6c09bca0fe51d51d3f7b1329e40b.tar.gz gentoo-2-29e563c8531a6c09bca0fe51d51d3f7b1329e40b.tar.bz2 gentoo-2-29e563c8531a6c09bca0fe51d51d3f7b1329e40b.zip |
Cleaned out old ebuilds.
Diffstat (limited to 'app-arch/lha')
-rw-r--r-- | app-arch/lha/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/lha/files/digest-lha-114i-r2 | 1 | ||||
-rw-r--r-- | app-arch/lha/files/digest-lha-114i-r3 | 1 | ||||
-rw-r--r-- | app-arch/lha/lha-114i-r2.ebuild | 38 | ||||
-rw-r--r-- | app-arch/lha/lha-114i-r3.ebuild | 39 |
5 files changed, 5 insertions, 80 deletions
diff --git a/app-arch/lha/ChangeLog b/app-arch/lha/ChangeLog index f0ef42938961..3b64fd2bb427 100644 --- a/app-arch/lha/ChangeLog +++ b/app-arch/lha/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/lha # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/ChangeLog,v 1.19 2004/09/07 13:18:13 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/ChangeLog,v 1.20 2004/09/28 05:40:01 usata Exp $ + + 28 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> -lha-114i-r2.ebuild, + -lha-114i-r3.ebuild: + Cleaned out old ebuilds. *lha-114i-r4 (07 Sep 2004) diff --git a/app-arch/lha/files/digest-lha-114i-r2 b/app-arch/lha/files/digest-lha-114i-r2 deleted file mode 100644 index 44da31fd5180..000000000000 --- a/app-arch/lha/files/digest-lha-114i-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5225884d557b91f04124693e2c5c9e94 lha-114i.tar.gz 64608 diff --git a/app-arch/lha/files/digest-lha-114i-r3 b/app-arch/lha/files/digest-lha-114i-r3 deleted file mode 100644 index 44da31fd5180..000000000000 --- a/app-arch/lha/files/digest-lha-114i-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 5225884d557b91f04124693e2c5c9e94 lha-114i.tar.gz 64608 diff --git a/app-arch/lha/lha-114i-r2.ebuild b/app-arch/lha/lha-114i-r2.ebuild deleted file mode 100644 index daba1b6fa92c..000000000000 --- a/app-arch/lha/lha-114i-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r2.ebuild,v 1.3 2004/06/25 23:51:31 vapier Exp $ - -inherit eutils - -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="x86 ppc sparc alpha amd64" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack () { - unpack ${A} ; cd ${S} - sed -i -e "/^OPTIMIZE/ s:-O2:${CFLAGS}:" Makefile - cd src - epatch ${FILESDIR}/${P}.diff -} - -src_compile() { - 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 -} diff --git a/app-arch/lha/lha-114i-r3.ebuild b/app-arch/lha/lha-114i-r3.ebuild deleted file mode 100644 index 960b47adbb50..000000000000 --- a/app-arch/lha/lha-114i-r3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r3.ebuild,v 1.4 2004/06/28 01:25:24 tgall Exp $ - -inherit eutils - -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="x86 ppc sparc alpha amd64 ppc64" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack () { - unpack ${A} ; cd ${S} - sed -i -e "/^OPTIMIZE/ s:-O2:${CFLAGS}:" Makefile - cd src - epatch ${FILESDIR}/${P}.diff - epatch ${FILESDIR}/${P}-lhext.diff -} - -src_compile() { - 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 -} |