diff options
Diffstat (limited to 'app-arch/lha/lha-1.14i_p20050924.ebuild')
-rw-r--r-- | app-arch/lha/lha-1.14i_p20050924.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app-arch/lha/lha-1.14i_p20050924.ebuild b/app-arch/lha/lha-1.14i_p20050924.ebuild deleted file mode 100644 index d1d49130031f..000000000000 --- a/app-arch/lha/lha-1.14i_p20050924.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-1.14i_p20050924.ebuild,v 1.1 2006/10/18 17:02:02 matsuu Exp $ - -MY_P="${P/_p/-ac}p1" -DESCRIPTION="Utility for creating and opening lzh archives" -HOMEPAGE="http://lha.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/lha/22231/${MY_P}.tar.gz" - -LICENSE="lha" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" \ - mandir=/usr/share/man/ja \ - install || die - - dodoc 00readme.autoconf ChangeLog Hacking_of_LHa -} |