diff options
Diffstat (limited to 'app-arch/file-roller/file-roller-2.6.0.ebuild')
-rw-r--r-- | app-arch/file-roller/file-roller-2.6.0.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/app-arch/file-roller/file-roller-2.6.0.ebuild b/app-arch/file-roller/file-roller-2.6.0.ebuild deleted file mode 100644 index 9277bf2a6549..000000000000 --- a/app-arch/file-roller/file-roller-2.6.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 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.6.0.ebuild,v 1.11 2004/07/03 14:47:16 kloeri Exp $ - -inherit gnome2 eutils - -DESCRIPTION="archive manager for GNOME" -HOMEPAGE="http://fileroller.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc alpha ~sparc hppa amd64 ~ia64 mips" -IUSE="" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2.3.6 - >=gnome-base/libgnome-2.1 - >=gnome-base/libgnomeui-2.1 - >=gnome-base/gnome-vfs-2.2 - >=gnome-base/libglade-2 - >=gnome-base/libbonobo-2 - >=gnome-base/libbonoboui-2" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-util/intltool-0.29 - >=app-text/scrollkeeper-0.3.11" - -DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO" - -src_unpack() { - - unpack ${A} - cd ${S} - - # 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}/file-roller-2.6-use_bin_tar.patch - # use a local rpm2cpio script to avoid the dep - epatch ${FILESDIR}/file-roller-2.6-use_fr_rpm2cpio.patch - -} - -src_install() { - - gnome2_src_install - dobin ${FILESDIR}/rpm2cpio-file-roller - -} |