diff options
Diffstat (limited to 'app-arch/unace-bin/unace-bin-2.5.ebuild')
-rw-r--r-- | app-arch/unace-bin/unace-bin-2.5.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-arch/unace-bin/unace-bin-2.5.ebuild b/app-arch/unace-bin/unace-bin-2.5.ebuild deleted file mode 100644 index 0669d7722..000000000 --- a/app-arch/unace-bin/unace-bin-2.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit versionator - -MY_P="linunace$(delete_all_version_separators)" -MY_PN="unace" - -DESCRIPTION="ACE unarchiver" -HOMEPAGE="http://www.winace.com/" -SRC_URI="http://www.winace.com/files/${MY_P}.tgz" - -LICENSE="UNACE" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" - -RESTRICT="strip" - -S="${WORKDIR}" - -src_install() { - into /opt/${MY_PN} - newbin ${MY_PN} ${PN} - dodir /opt/bin - dosym /opt/${MY_PN}/bin/${PN} /opt/bin/${PN} -} - -pkg_postinst() { - elog "This version of UnAce is installed as unace-bin to make possible to use both" - elog "source and binary packages at the same time" -} |