diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 02:54:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 02:54:03 +0000 |
commit | 04142469f07c1d85683fc8a99900e236778f883e (patch) | |
tree | 2658d5f56b8b0a09b7c326baa9e0d55dfe50db45 /app-arch/unarj | |
parent | Changed econf||die to econf (diff) | |
download | historical-04142469f07c1d85683fc8a99900e236778f883e.tar.gz historical-04142469f07c1d85683fc8a99900e236778f883e.tar.bz2 historical-04142469f07c1d85683fc8a99900e236778f883e.zip |
Changed src_install () to src_install()
Diffstat (limited to 'app-arch/unarj')
-rw-r--r-- | app-arch/unarj/unarj-2.63a-r1.ebuild | 8 | ||||
-rw-r--r-- | app-arch/unarj/unarj-2.63a.ebuild | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/app-arch/unarj/unarj-2.63a-r1.ebuild b/app-arch/unarj/unarj-2.63a-r1.ebuild index aa908730ee0d..93c03b941d36 100644 --- a/app-arch/unarj/unarj-2.63a-r1.ebuild +++ b/app-arch/unarj/unarj-2.63a-r1.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/unarj-2.63a-r1.ebuild,v 1.1 2002/11/04 21:37:40 raker Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/unarj-2.63a-r1.ebuild,v 1.2 2002/11/30 02:51:26 vapier Exp $ DESCRIPTION="Utility for opening arj archives." HOMEPAGE="http://ibiblio.org/pub/Linux/utils/compress/" @@ -14,11 +12,11 @@ KEYWORDS="x86 ppc sparc sparc64" DEPEND=">=sys-apps/baselayout-1.8.0" -src_compile () { +src_compile() { emake || die } -src_install () { +src_install() { dobin unarj dodoc unarj.txt technote.txt readme.txt } diff --git a/app-arch/unarj/unarj-2.63a.ebuild b/app-arch/unarj/unarj-2.63a.ebuild index bcc7883939bd..458762d2d6be 100644 --- a/app-arch/unarj/unarj-2.63a.ebuild +++ b/app-arch/unarj/unarj-2.63a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/unarj-2.63a.ebuild,v 1.5 2002/08/16 02:34:18 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unarj/unarj-2.63a.ebuild,v 1.6 2002/11/30 02:50:06 vapier Exp $ DESCRIPTION="Utility for opening arj archives." HOMEPAGE="http://ibiblio.org/pub/Linux/utils/compress/" @@ -12,11 +12,11 @@ KEYWORDS="x86 ppc sparc sparc64" DEPEND=">=sys-apps/baselayout-1.8.0" -src_compile () { +src_compile() { emake || die } -src_install () { +src_install() { insinto /opt/bin doins unarj dodoc unarj.txt technote.txt readme.txt |