diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-02 00:38:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-02 00:38:48 +0000 |
commit | 343942525918642c490c864ddda27a8ac84b689c (patch) | |
tree | 1729cc87813f863df7f1e50d4e82e48b559e37b3 /app-arch/rar/rar-3.6.0.ebuild | |
parent | Version bump unbundling i18n; unfortunately the deptree is no longer jruby co... (diff) | |
download | gentoo-2-343942525918642c490c864ddda27a8ac84b689c.tar.gz gentoo-2-343942525918642c490c864ddda27a8ac84b689c.tar.bz2 gentoo-2-343942525918642c490c864ddda27a8ac84b689c.zip |
Drop old, so I can drop the libstdc++.so.5 mask from amd64's profiles
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/rar/rar-3.6.0.ebuild')
-rw-r--r-- | app-arch/rar/rar-3.6.0.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-arch/rar/rar-3.6.0.ebuild b/app-arch/rar/rar-3.6.0.ebuild deleted file mode 100644 index 913123258803..000000000000 --- a/app-arch/rar/rar-3.6.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.6.0.ebuild,v 1.7 2007/08/05 04:25:44 rajiv Exp $ - -inherit toolchain-funcs - -DESCRIPTION="RAR compressor/uncompressor" -HOMEPAGE="http://www.rarsoft.com/" -SRC_URI="http://www.rarlab.com/rar/rarlinux-${PV}.tar.gz" - -LICENSE="RAR" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="" - -RESTRICT="strip" - -RDEPEND="sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-compat )" - -S="${WORKDIR}/${PN}" - -src_compile() { :; } - -src_install() { - into /opt/rar - dobin rar unrar || die "dobin rar unrar" - insinto /opt/rar/lib - doins default.sfx || die "default.sfx" - insinto /opt/rar/etc - doins rarfiles.lst || die "rarfiles.lst" - dodoc *.{txt,diz} - dodir /opt/bin - dosym /opt/rar/bin/rar /opt/bin/rar - dosym /opt/rar/bin/unrar /opt/bin/unrar -} - -pkg_postinst() { - if [[ $(gcc-major-version) = "3" && $(gcc-minor-version) -lt 4 ]]; then - ewarn "System gcc is too old to run ${PN}." - ewarn "${PN} requires >=sys-devel/gcc-3.4 to run." - fi -} |