commit:     3dbc4b151c2b7d81cb0507884e17cce69fa28014
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 10:36:26 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 11:13:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbc4b15

app-arch/file-roller: Drop old

Package-Manager: portage-2.2.28

 app-arch/file-roller/Manifest                      |  2 -
 app-arch/file-roller/file-roller-3.14.2.ebuild     | 96 ----------------------
 app-arch/file-roller/file-roller-3.16.3.ebuild     | 91 --------------------
 app-arch/file-roller/file-roller-3.16.4.ebuild     | 91 --------------------
 .../files/file-roller-2.10.3-use_bin_tar.patch     | 12 ---
 5 files changed, 292 deletions(-)

diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
index 845d036..8c2650c 100644
--- a/app-arch/file-roller/Manifest
+++ b/app-arch/file-roller/Manifest
@@ -1,3 +1 @@
-DIST file-roller-3.14.2.tar.xz 1387784 SHA256 
1815e736715afe8c0f3fbda41c76c07289220d4855345f779c632adf5e074e50 SHA512 
92ff42e4fe06e3ea54e71806157fbb95f9e5f247142e9e857f61f61748fd0e1b99a73cfb35fd3ea890c3e19da0d2176af9a017a8eb918eff9ddc0371b09ed11d
 WHIRLPOOL 
db4e5519fe298759dbb0f048a597d4cd8ef6610b04eab9f77ee21905726f19e15312cdfc47aa80c2f55490ad4f400e7cac0664e24376b40a340d780e5f0809bf
-DIST file-roller-3.16.3.tar.xz 1411360 SHA256 
2b3a1111caba26e67b96559a3118a700dbfb6a4c6ad7ebd3e509df227995411c SHA512 
999d08d6ea5ae975a026c351c5f216fd503b78eb65e8f417f8afdce152c816f631bd5c6b1a430a5baefa19541e3d718c59beef4773242a6ba087479061ed42ea
 WHIRLPOOL 
2534ae5ad2bb3886d4963bb30a5ef67a82c698f74d64fc0ddc1cac0a37ab258b4fa7e569d031ec1a715a0d3f99b70aae54d16f88d18b95ce7f77654cede4f176
 DIST file-roller-3.16.4.tar.xz 1412224 SHA256 
5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185 SHA512 
76378e16cd7f37a336b3eb3c6106cf36c2ea6e9209c23175810e2b80dc13a7b62b04cfcdea0b2bf69251baf7b164e85c34d99813cdbfd07433f73aba9c7361ae
 WHIRLPOOL 
0d8736e13b97a4a005ae53bd9885b10c8a7797e10e0d8f4548e4112490ebc3ce91b0e5349b251bdca5d0f392318be7ea4fb324e3399300e362f47b024217849d

diff --git a/app-arch/file-roller/file-roller-3.14.2.ebuild 
b/app-arch/file-roller/file-roller-3.14.2.ebuild
deleted file mode 100644
index ff19e68..0000000
--- a/app-arch/file-roller/file-roller-3.14.2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 readme.gentoo
-
-DESCRIPTION="Archive manager for GNOME"
-HOMEPAGE="http://fileroller.sourceforge.net/ 
https://wiki.gnome.org/Apps/FileRoller";
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-IUSE="nautilus packagekit"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux"
-
-# gdk-pixbuf used extensively in the source
-# cairo used in eggtreemultidnd.c
-# pango used in fr-window
-RDEPEND="
-       >=app-arch/libarchive-3:=
-       >=dev-libs/glib-2.36:2
-       >=dev-libs/json-glib-0.14
-       >=x11-libs/gtk+-3.13.2:3
-       >=x11-libs/libnotify-0.4.3:=
-       sys-apps/file
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       x11-libs/pango
-       nautilus? ( >=gnome-base/nautilus-3 )
-       packagekit? ( app-admin/packagekit-base )
-"
-DEPEND="${RDEPEND}
-       dev-util/desktop-file-utils
-       >=dev-util/intltool-0.40.0
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-# eautoreconf needs:
-#      gnome-base/gnome-common
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-${PN} is a frontend for several archiving utilities. If you want a
-particular archive format support, see ${HOMEPAGE}
-and install the relevant package. For example:
-7-zip   - app-arch/p7zip
-ace     - app-arch/unace
-arj     - app-arch/arj
-cpio    - app-arch/cpio
-deb     - app-arch/dpkg
-iso     - app-cdr/cdrtools
-jar,zip - app-arch/zip and app-arch/unzip
-lha     - app-arch/lha
-lzop    - app-arch/lzop
-rar     - app-arch/unrar or app-arch/unar
-rpm     - app-arch/rpm
-unstuff - app-arch/stuffit
-zoo     - app-arch/zoo"
-
-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
-
-       # File providing Gentoo package names for various archivers
-       cp -f "${FILESDIR}/3.6.0-packages.match" data/packages.match || die
-
-       gnome2_src_prepare
-}
-
-src_configure() {
-       DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO"
-       # --disable-debug because enabling it adds -O0 to CFLAGS
-       gnome2_src_configure \
-               --disable-run-in-place \
-               --disable-static \
-               --disable-debug \
-               --enable-magic \
-               --enable-libarchive \
-               $(use_enable nautilus nautilus-actions) \
-               $(use_enable packagekit) \
-               ITSTOOL=$(type -P true)
-}
-
-src_install() {
-       gnome2_src_install
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       gnome2_pkg_postinst
-       readme.gentoo_print_elog
-}

diff --git a/app-arch/file-roller/file-roller-3.16.3.ebuild 
b/app-arch/file-roller/file-roller-3.16.3.ebuild
deleted file mode 100644
index b6fda2e..0000000
--- a/app-arch/file-roller/file-roller-3.16.3.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 readme.gentoo
-
-DESCRIPTION="Archive manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller";
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-IUSE="nautilus packagekit"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux"
-
-# gdk-pixbuf used extensively in the source
-# cairo used in eggtreemultidnd.c
-# pango used in fr-window
-RDEPEND="
-       >=app-arch/libarchive-3:=
-       >=dev-libs/glib-2.36:2
-       >=dev-libs/json-glib-0.14
-       >=x11-libs/gtk+-3.13.2:3
-       >=x11-libs/libnotify-0.4.3:=
-       sys-apps/file
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       x11-libs/pango
-       nautilus? ( >=gnome-base/nautilus-3 )
-       packagekit? ( app-admin/packagekit-base )
-"
-DEPEND="${RDEPEND}
-       dev-util/desktop-file-utils
-       >=dev-util/intltool-0.40.0
-       dev-util/itstool
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-# eautoreconf needs:
-#      gnome-base/gnome-common
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-${PN} is a frontend for several archiving utilities. If you want a
-particular archive format support, see ${HOMEPAGE}
-and install the relevant package. For example:
-7-zip   - app-arch/p7zip
-ace     - app-arch/unace
-arj     - app-arch/arj
-cpio    - app-arch/cpio
-deb     - app-arch/dpkg
-iso     - app-cdr/cdrtools
-jar,zip - app-arch/zip and app-arch/unzip
-lha     - app-arch/lha
-lzop    - app-arch/lzop
-rar     - app-arch/unrar or app-arch/unar
-rpm     - app-arch/rpm
-unstuff - app-arch/stuffit
-zoo     - app-arch/zoo"
-
-src_prepare() {
-       # File providing Gentoo package names for various archivers
-       cp -f "${FILESDIR}"/3.6.0-packages.match data/packages.match || die
-       gnome2_src_prepare
-}
-
-src_configure() {
-       DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO"
-       # --disable-debug because enabling it adds -O0 to CFLAGS
-       gnome2_src_configure \
-               --disable-run-in-place \
-               --disable-static \
-               --disable-debug \
-               --enable-magic \
-               --enable-libarchive \
-               $(use_enable nautilus nautilus-actions) \
-               $(use_enable packagekit)
-}
-
-src_install() {
-       gnome2_src_install
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       gnome2_pkg_postinst
-       readme.gentoo_print_elog
-}

diff --git a/app-arch/file-roller/file-roller-3.16.4.ebuild 
b/app-arch/file-roller/file-roller-3.16.4.ebuild
deleted file mode 100644
index e7b9965..0000000
--- a/app-arch/file-roller/file-roller-3.16.4.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 readme.gentoo
-
-DESCRIPTION="Archive manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller";
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-IUSE="nautilus packagekit"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux"
-
-# gdk-pixbuf used extensively in the source
-# cairo used in eggtreemultidnd.c
-# pango used in fr-window
-RDEPEND="
-       >=app-arch/libarchive-3:=
-       >=dev-libs/glib-2.36:2
-       >=dev-libs/json-glib-0.14
-       >=x11-libs/gtk+-3.13.2:3
-       >=x11-libs/libnotify-0.4.3:=
-       sys-apps/file
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       x11-libs/pango
-       nautilus? ( >=gnome-base/nautilus-3 )
-       packagekit? ( app-admin/packagekit-base )
-"
-DEPEND="${RDEPEND}
-       dev-util/desktop-file-utils
-       >=dev-util/intltool-0.40.0
-       dev-util/itstool
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-# eautoreconf needs:
-#      gnome-base/gnome-common
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-${PN} is a frontend for several archiving utilities. If you want a
-particular archive format support, see ${HOMEPAGE}
-and install the relevant package. For example:
-7-zip   - app-arch/p7zip
-ace     - app-arch/unace
-arj     - app-arch/arj
-cpio    - app-arch/cpio
-deb     - app-arch/dpkg
-iso     - app-cdr/cdrtools
-jar,zip - app-arch/zip and app-arch/unzip
-lha     - app-arch/lha
-lzop    - app-arch/lzop
-rar     - app-arch/unrar or app-arch/unar
-rpm     - app-arch/rpm
-unstuff - app-arch/stuffit
-zoo     - app-arch/zoo"
-
-src_prepare() {
-       # File providing Gentoo package names for various archivers
-       cp -f "${FILESDIR}"/3.6.0-packages.match data/packages.match || die
-       gnome2_src_prepare
-}
-
-src_configure() {
-       DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO"
-       # --disable-debug because enabling it adds -O0 to CFLAGS
-       gnome2_src_configure \
-               --disable-run-in-place \
-               --disable-static \
-               --disable-debug \
-               --enable-magic \
-               --enable-libarchive \
-               $(use_enable nautilus nautilus-actions) \
-               $(use_enable packagekit)
-}
-
-src_install() {
-       gnome2_src_install
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       gnome2_pkg_postinst
-       readme.gentoo_print_elog
-}

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 edaa16c..0000000
--- 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);
- }
- 

Reply via email to