diff options
author | 2002-11-30 02:52:17 +0000 | |
---|---|---|
committer | 2002-11-30 02:52:17 +0000 | |
commit | 6b0b2791535401149444f213bfadca695cfa10b1 (patch) | |
tree | 810611ce9c36e48d9bcc360b025c272536b4d728 /app-arch/unarj | |
parent | Changed mkdir ${D} to dodir ${D} (diff) | |
download | gentoo-2-6b0b2791535401149444f213bfadca695cfa10b1.tar.gz gentoo-2-6b0b2791535401149444f213bfadca695cfa10b1.tar.bz2 gentoo-2-6b0b2791535401149444f213bfadca695cfa10b1.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 |