summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-06-22 08:39:07 -0400
committerJonathan Callen <abcd@gentoo.org>2010-06-22 08:39:07 -0400
commit7b2e0cc101142d0d99609673c11f231d8591ba8f (patch)
tree24d0b26bc8e6dc9edf6e48227cb66f45bae5cc4b /app-arch/file-roller
parentdev-libs/gir-repository: use $(get_libdir) instead of guessing that it's in l... (diff)
downloadgnome-7b2e0cc101142d0d99609673c11f231d8591ba8f.tar.gz
gnome-7b2e0cc101142d0d99609673c11f231d8591ba8f.tar.bz2
gnome-7b2e0cc101142d0d99609673c11f231d8591ba8f.zip
Remove packages merged into gx86
Diffstat (limited to 'app-arch/file-roller')
-rw-r--r--app-arch/file-roller/Manifest3
-rw-r--r--app-arch/file-roller/file-roller-2.30.1.1.ebuild69
-rw-r--r--app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch12
3 files changed, 0 insertions, 84 deletions
diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
deleted file mode 100644
index 1b363ee8..00000000
--- a/app-arch/file-roller/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX file-roller-2.10.3-use_bin_tar.patch 504 RMD160 0af7af1c83953554e58c3a2f82ae3edb2e6b7e55 SHA1 a40077b5ace4be970dae46b44aa5b8ce19a75780 SHA256 c22e742893800c4302df40af66b1eabeab700fea7326eada849f919bdd76c052
-DIST file-roller-2.30.1.1.tar.bz2 1816845 RMD160 46a9e38f62ae3428da1d991dcef856d94cd180b3 SHA1 256d86b66fcb671d7bd23b797bd16ba013558698 SHA256 4a8bf476fa89b52fa2e7bec4c824ebc03136bbcb55ab3694dfe6e1c1aef401b4
-EBUILD file-roller-2.30.1.1.ebuild 1820 RMD160 3c74c2bff2c91669cb3c9376927fba784b863046 SHA1 8b51ab8cb14b801b209f4daaac6a2c18a6557d17 SHA256 06365e1f7f632da04416cec7cd004895c5bdb3bc4f2d3e563e7862c2cf2c07ac
diff --git a/app-arch/file-roller/file-roller-2.30.1.1.ebuild b/app-arch/file-roller/file-roller-2.30.1.1.ebuild
deleted file mode 100644
index aada0771..00000000
--- a/app-arch/file-roller/file-roller-2.30.1.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="nautilus"
-
-RDEPEND=">=dev-libs/glib-2.16.0
- >=x11-libs/gtk+-2.16
- gnome-base/gconf
- nautilus? ( gnome-base/nautilus )"
-DEPEND="${RDEPEND}
- gnome-base/gnome-common
- sys-devel/gettext
- dev-util/intltool
- dev-util/pkgconfig
- app-text/gnome-doc-utils"
-
-DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-dependency-tracking
- --disable-scrollkeeper
- --disable-run-in-place
- --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/lzma"
- 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"
-}
diff --git a/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch b/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch
deleted file mode 100644
index edaa16c1..00000000
--- a/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr file-roller-2.10.3/src/fr-command-tar.c file-roller-2.10.3.patched/src/fr-command-tar.c
---- file-roller-2.10.3/src/fr-command-tar.c 2005-04-22 18:39:22.000000000 +0200
-+++ file-roller-2.10.3.patched/src/fr-command-tar.c 2005-06-06 14:29:45.000000000 +0200
-@@ -225,7 +225,7 @@
- if (command != NULL)
- fr_process_begin_command (comm->process, command);
- else
-- fr_process_begin_command (comm->process, "tar");
-+ fr_process_begin_command (comm->process, "/bin/tar");
- g_free (command);
- }
-