summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-12-13 23:06:29 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-12-13 23:06:29 +0000
commit8baf340d7d917472f84fd1b3f1e814ae12e67667 (patch)
tree55f3e75cc02b6bfa667dc206eeb3f88c801ad027 /app-arch
parentVersion bump. SMIL support, threadsafe, bug fixes. (diff)
downloadgentoo-2-8baf340d7d917472f84fd1b3f1e814ae12e67667.tar.gz
gentoo-2-8baf340d7d917472f84fd1b3f1e814ae12e67667.tar.bz2
gentoo-2-8baf340d7d917472f84fd1b3f1e814ae12e67667.zip
Fix rpm support, many thanks to Vaclav, bug #292984.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/file-roller/ChangeLog6
-rw-r--r--app-arch/file-roller/file-roller-2.28.1.ebuild11
2 files changed, 6 insertions, 11 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog
index 757cee37ec49..e5379a8390ee 100644
--- a/app-arch/file-roller/ChangeLog
+++ b/app-arch/file-roller/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/file-roller
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.264 2009/12/03 17:16:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.265 2009/12/13 23:06:29 eva Exp $
+
+ 13 Dec 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ file-roller-2.28.1.ebuild:
+ Fix rpm support, many thanks to Vaclav, bug #292984.
03 Dec 2009; Brent Baude <ranger@gentoo.org> file-roller-2.26.3.ebuild:
Marking file-roller-2.26.3 ppc64 stable for bug 281427
diff --git a/app-arch/file-roller/file-roller-2.28.1.ebuild b/app-arch/file-roller/file-roller-2.28.1.ebuild
index ceae97f8db88..7a585599d91f 100644
--- a/app-arch/file-roller/file-roller-2.28.1.ebuild
+++ b/app-arch/file-roller/file-roller-2.28.1.ebuild
@@ -1,6 +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/file-roller/file-roller-2.28.1.ebuild,v 1.1 2009/10/29 20:57:11 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.28.1.ebuild,v 1.2 2009/12/13 23:06:29 eva Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -47,20 +47,11 @@ src_prepare() {
# options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar
epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch
- # use a local rpm2cpio script to avoid the dep
- sed -e "s/rpm2cpio/rpm2cpio-file-roller/g" \
- -i src/fr-command-rpm.c || die "sed failed"
-
# Fix intltoolize broken file, see upstream #577133 and #579464
sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
|| die "sed failed"
}
-src_install() {
- gnome2_src_install
- dobin "${FILESDIR}/rpm2cpio-file-roller" || die "dobin failed"
-}
-
pkg_postinst() {
elog "${PN} is a frontend for several archiving utilities. If you want a"
elog "particular achive format support, see ${HOMEPAGE}"