diff options
Diffstat (limited to 'app-misc/unfoo/unfoo-1.0.5.ebuild')
-rw-r--r-- | app-misc/unfoo/unfoo-1.0.5.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-misc/unfoo/unfoo-1.0.5.ebuild b/app-misc/unfoo/unfoo-1.0.5.ebuild deleted file mode 100644 index 89d52c9f62d4..000000000000 --- a/app-misc/unfoo/unfoo-1.0.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.5.ebuild,v 1.11 2007/05/24 19:14:13 beandog 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} - -src_unpack() { - cp ${DISTDIR}/${A} ${WORKDIR} -} - -src_install() { - newbin ${P}.sh unfoo -} - -pkg_postinst() { - echo - elog "unfoo can handle far more than just .tar*, but it requires some" - elog "optional packages to do so. For a list, either consult the source" - elog "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo" - echo -} |