diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-01-31 22:58:00 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-01-31 22:58:00 +0000 |
commit | 1170a0ec2f4a51bc4073f8ad80898feb8b0dcfed (patch) | |
tree | f84da0019cc47fe47604a3fccaa14639b5062280 /app-arch | |
parent | remove old (diff) | |
download | gentoo-2-1170a0ec2f4a51bc4073f8ad80898feb8b0dcfed.tar.gz gentoo-2-1170a0ec2f4a51bc4073f8ad80898feb8b0dcfed.tar.bz2 gentoo-2-1170a0ec2f4a51bc4073f8ad80898feb8b0dcfed.zip |
Remove old 2.16 version
(Portage version: 2.1.4)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/file-roller/file-roller-2.16.3.ebuild | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/app-arch/file-roller/file-roller-2.16.3.ebuild b/app-arch/file-roller/file-roller-2.16.3.ebuild deleted file mode 100644 index 75fd8d0a8f0c..000000000000 --- a/app-arch/file-roller/file-roller-2.16.3.ebuild +++ /dev/null @@ -1,56 +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/file-roller/file-roller-2.16.3.ebuild,v 1.9 2007/10/11 22:12:26 eva Exp $ - -inherit eutils gnome2 - -DESCRIPTION="archive manager for GNOME" -HOMEPAGE="http://fileroller.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="gnome" - -RDEPEND=">=dev-libs/glib-2.12 - >=x11-libs/gtk+-2.10 - >=gnome-base/libgnome-2.6 - >=gnome-base/libgnomeui-2.6 - >=gnome-base/gnome-vfs-2.10 - >=gnome-base/libglade-2.4 - >=gnome-base/libbonobo-2.6 - >=gnome-base/libbonoboui-2.6 - gnome? ( >=gnome-base/nautilus-2.10 ) - >=gnome-base/gconf-2" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-util/intltool-0.35 - >=app-text/scrollkeeper-0.3.11 - >=app-text/gnome-doc-utils-0.3.2" - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} --disable-scrollkeeper" - - if ! use gnome ; then - G2CONF="${G2CONF} --disable-nautilus-actions" - fi -} - -src_unpack() { - gnome2_src_unpack - - # 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 - - # use a local rpm2cpio script to avoid the dep - epatch "${FILESDIR}"/${PN}-2.10-use_fr_rpm2cpio.patch -} - -src_install() { - gnome2_src_install - dobin "${FILESDIR}"/rpm2cpio-file-roller -} |