diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-13 05:29:55 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-13 05:29:55 +0000 |
commit | 39bf19b5ed9928b3d68c6004233c77d504d23a1f (patch) | |
tree | 3e1a9e6f58460404981610f4333fadc2ab150bf3 /app-arch | |
parent | Stable for HPPA (bug #362503). (diff) | |
download | gentoo-2-39bf19b5ed9928b3d68c6004233c77d504d23a1f.tar.gz gentoo-2-39bf19b5ed9928b3d68c6004233c77d504d23a1f.tar.bz2 gentoo-2-39bf19b5ed9928b3d68c6004233c77d504d23a1f.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/file-roller/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.30.2.ebuild | 71 |
2 files changed, 5 insertions, 72 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog index c5ed3d1aa124..2a5977d3f5c9 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.293 2011/03/22 18:43:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.294 2011/04/13 05:29:55 eva Exp $ + + 13 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> + -file-roller-2.30.2.ebuild: + Clean up old revision. 22 Mar 2011; Brent Baude <ranger@gentoo.org> file-roller-2.32.1.ebuild: Marking file-roller-2.32.1 ppc stable for bug 353436 diff --git a/app-arch/file-roller/file-roller-2.30.2.ebuild b/app-arch/file-roller/file-roller-2.30.2.ebuild deleted file mode 100644 index 694c2d315b81..000000000000 --- a/app-arch/file-roller/file-roller-2.30.2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2011 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.30.2.ebuild,v 1.9 2011/03/06 23:40:34 nirbheek Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit eutils gnome2 - -DESCRIPTION="archive manager for GNOME" -HOMEPAGE="http://fileroller.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -IUSE="nautilus" - -RDEPEND=">=dev-libs/glib-2.16.0:2 - >=x11-libs/gtk+-2.16:2 - gnome-base/gconf:2 - nautilus? ( gnome-base/nautilus )" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool - dev-util/pkgconfig - app-text/gnome-doc-utils" -# eautoreconf dependency -# gnome-base/gnome-common - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-dependency-tracking - --disable-scrollkeeper - --disable-run-in-place - --disable-packagekit - --disable-static - $(use_enable nautilus nautilus-actions)" -} - -src_prepare() { - gnome2_src_prepare - - # Use absolute path to GNU tar since star doesn't have the same - # options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar - epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch -} - -pkg_postinst() { - gnome2_pkg_postinst - - elog "${PN} is a frontend for several archiving utilities. If you want a" - elog "particular achive format support, see ${HOMEPAGE}" - elog "and install the relevant package." - elog - elog "for example:" - elog " 7-zip - app-arch/p7zip" - elog " ace - app-arch/unace" - elog " arj - app-arch/arj" - elog " lzma - app-arch/xz-utils" - elog " lzop - app-arch/lzop" - elog " cpio - app-arch/cpio" - elog " iso - app-cdr/cdrtools" - elog " jar,zip - app-arch/zip and app-arch/unzip" - elog " lha - app-arch/lha" - elog " rar - app-arch/unrar" - elog " rpm - app-arch/rpm" - elog " unstuff - app-arch/stuffit" - elog " zoo - app-arch/zoo" -} |