summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-01 18:11:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-01 18:11:35 +0000
commit1ae26e34939b4824e5c2248a7a3793b666478a18 (patch)
tree2547908729ce7b1d70474af29bd276cf86658ef6 /app-misc/unfoo
parentAutomated update of use.local.desc (diff)
downloadhistorical-1ae26e34939b4824e5c2248a7a3793b666478a18.tar.gz
historical-1ae26e34939b4824e5c2248a7a3793b666478a18.tar.bz2
historical-1ae26e34939b4824e5c2248a7a3793b666478a18.zip
quoting
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-misc/unfoo')
-rw-r--r--app-misc/unfoo/unfoo-1.0.6.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/app-misc/unfoo/unfoo-1.0.6.ebuild b/app-misc/unfoo/unfoo-1.0.6.ebuild
index 4aeaebe193d3..695233c66abf 100644
--- a/app-misc/unfoo/unfoo-1.0.6.ebuild
+++ b/app-misc/unfoo/unfoo-1.0.6.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.6.ebuild,v 1.7 2007/12/11 09:24:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.6.ebuild,v 1.8 2010/01/01 18:09:38 ssuominen Exp $
DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
HOMEPAGE="http://obsoleet.org/code/unfoo"
SRC_URI="${HOMEPAGE}/${P}.sh"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"
+S=${WORKDIR}
src_unpack() {
- cp "${DISTDIR}"/"${A}" "${WORKDIR}"
+ cp "${DISTDIR}"/${A} "${WORKDIR}"
}
src_install() {
- newbin ${P}.sh unfoo
+ newbin ${P}.sh unfoo || die
}
pkg_postinst() {