summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-08-27 02:26:37 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-08-27 02:26:37 +0000
commita90cd09a9e0574ca2ca1597180fa02b9b1a85e6a (patch)
tree818407dc59097837f3c73cc0b82511ea96a969c6 /app-arch/rar
parentFix ChangeLog. (diff)
downloadgentoo-2-a90cd09a9e0574ca2ca1597180fa02b9b1a85e6a.tar.gz
gentoo-2-a90cd09a9e0574ca2ca1597180fa02b9b1a85e6a.tar.bz2
gentoo-2-a90cd09a9e0574ca2ca1597180fa02b9b1a85e6a.zip
Sanitizing ebuild. Thanks to Samuli Suominen for the heads up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-arch/rar')
-rw-r--r--app-arch/rar/ChangeLog5
-rw-r--r--app-arch/rar/rar-3.9.0.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/app-arch/rar/ChangeLog b/app-arch/rar/ChangeLog
index 34546031ed76..4211e17de50b 100644
--- a/app-arch/rar/ChangeLog
+++ b/app-arch/rar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/rar
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.60 2009/08/25 23:26:13 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.61 2009/08/27 02:26:37 vostorga Exp $
+
+ 27 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> rar-3.9.0.ebuild:
+ Sanitizing ebuild. Thanks to Samuli Suominen for the heads up
*rar-3.9.0 (25 Aug 2009)
diff --git a/app-arch/rar/rar-3.9.0.ebuild b/app-arch/rar/rar-3.9.0.ebuild
index 9cb791510783..613e7044ee47 100644
--- a/app-arch/rar/rar-3.9.0.ebuild
+++ b/app-arch/rar/rar-3.9.0.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.9.0.ebuild,v 1.1 2009/08/25 23:26:13 vostorga Exp $
-
-inherit toolchain-funcs
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.9.0.ebuild,v 1.2 2009/08/27 02:26:37 vostorga Exp $
DESCRIPTION="RAR compressor/uncompressor"
HOMEPAGE="http://www.rarsoft.com/"
@@ -11,9 +9,8 @@ SRC_URI="x86? ( http://www.rarlab.com/rar/rarlinux-${PV}.tar.gz )
LICENSE="RAR"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
IUSE=""
-RESTRICT="strip"
RDEPEND=">=sys-libs/glibc-2.4"
@@ -22,6 +19,9 @@ S=${WORKDIR}/${PN}
QA_DT_HASH="opt/rar/lib/default.sfx
opt/rar/bin/unrar
opt/rar/bin/rar"
+QA_PRESTRIPPED="opt/rar/lib/default.sfx
+ opt/rar/bin/unrar
+ opt/rar/bin/rar"
src_compile() { :; }
@@ -36,5 +36,4 @@ src_install() {
dodir /opt/bin
dosym ../rar/bin/rar /opt/bin/rar
dosym ../rar/bin/unrar /opt/bin/unrar
- prepalldocs
}