commit:     db0e4195b0e0065a709977cf6e8d7cca60ae46bb
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Aug 20 19:33:56 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 06:01:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0e4195

app-arch/engrampa: drop 1.22.3

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 app-arch/engrampa/Manifest                         |  1 -
 app-arch/engrampa/engrampa-1.22.3-r1.ebuild        | 72 ----------------------
 .../files/engrampa-1.22.3-gcc-10-fno-common.patch  | 22 -------
 3 files changed, 95 deletions(-)

diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest
index d0956f39d9d..d70dca4cebc 100644
--- a/app-arch/engrampa/Manifest
+++ b/app-arch/engrampa/Manifest
@@ -1,2 +1 @@
-DIST engrampa-1.22.3.tar.xz 1407412 BLAKE2B 
d6963da4c18137600c26cff01b2a42d2aaf9a8a435779593b7712e6f7ff920fd25b5fa462edd3d321d63f131b3e4a4486a6f795f2392f6679ae3ef9b343fe8e1
 SHA512 
fd110b2bc188207645985a6f788b8e618cb4910a275950dfb17c0bcc42eff8765a4c7a36760dec2636485685a7a2f4adefb8e2c83537d1b3a819582e3878c9db
 DIST engrampa-1.24.0.tar.xz 1678920 BLAKE2B 
c40ba6a77d667f25853f6ae8cef51a54b32402e9446d6712bcfe8b6cfbddcc39e076604fad6ead1717bcedc52716be028ac9bf912c5762fa204e3ee5d6be10bb
 SHA512 
b6996e224ef52d8fd7102e4498193faa62056e8c22aa260ab5c6361533744f78755d500536ec0e03fd8b42b71da56d3f58d9d760809d20b572bee02fdee07cce

diff --git a/app-arch/engrampa/engrampa-1.22.3-r1.ebuild 
b/app-arch/engrampa/engrampa-1.22.3-r1.ebuild
deleted file mode 100644
index c611a9963d8..00000000000
--- a/app-arch/engrampa/engrampa-1.22.3-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit eutils mate
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Engrampa archive manager for MATE"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="caja magic packagekit"
-
-RDEPEND="
-       >=dev-libs/glib-2.50:2
-       >=dev-libs/json-glib-0.14
-       virtual/libintl
-       x11-libs/gdk-pixbuf:2
-       >=x11-libs/gtk+-3.22:3[X]
-       x11-libs/pango
-       caja? ( >=mate-base/caja-1.17.1 )
-       magic? ( sys-apps/file )
-       packagekit? ( app-admin/packagekit-base )
-       !!app-arch/mate-file-archiver"
-
-DEPEND="${RDEPEND}
-       app-text/yelp-tools
-       dev-util/glib-utils
-       >=dev-util/intltool-0.50.1
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_configure() {
-       mate_src_configure \
-               --disable-run-in-place \
-               $(use_enable caja caja-actions) \
-               $(use_enable magic) \
-               $(use_enable packagekit)
-}
-
-PATCHES=(
-       "${FILESDIR}/${P}-gcc-10-fno-common.patch"
-)
-
-src_install() {
-       mate_src_install
-}
-
-pkg_postinst() {
-       mate_pkg_postinst
-       optfeature "Support for 7-zip"  app-arch/p7zip
-       optfeature "Support for ace"  app-arch/unace
-       optfeature "Support for arj"  app-arch/arj
-       optfeature "Support for cpio"  app-arch/cpio
-       optfeature "Support for deb"  app-arch/dpkg
-       optfeature "Support for iso"  app-cdr/cdrtools
-       optfeature "Support for jar,zip"  app-arch/zip app-arch/unzip
-       optfeature "Support for lha"  app-arch/lha
-       optfeature "Support for lzma"  app-arch/xz-utils
-       optfeature "Support for lzop"  app-arch/lzop
-       optfeature "Support for rar"  app-arch/unrar
-       optfeature "Support for rpm"  app-arch/rpm
-       optfeature "Support for unstuff"  app-arch/stuffit
-       optfeature "Support for zoo"  app-arch/zoo
-}

diff --git a/app-arch/engrampa/files/engrampa-1.22.3-gcc-10-fno-common.patch 
b/app-arch/engrampa/files/engrampa-1.22.3-gcc-10-fno-common.patch
deleted file mode 100644
index 61e23e087cf..00000000000
--- a/app-arch/engrampa/files/engrampa-1.22.3-gcc-10-fno-common.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 623bd665371e3afd9dc6fa29f9e1cfe735681358 Mon Sep 17 00:00:00 2001
-From: rbuj <robert....@gmail.com>
-Date: Wed, 29 Jan 2020 15:52:44 +0100
-Subject: [PATCH] Fix build using gcc 10 -fno-common flag
-
----
- src/main.c | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/main.c b/src/main.c
-index 56e75ea0..a9e297dc 100644
---- a/src/main.c
-+++ b/src/main.c
-@@ -33,8 +33,6 @@
- 
- #include "fr-init.h"
- 
--gint          ForceDirectoryCreation;
--
- static char **remaining_args;
- static char  *add_to = NULL;
- static int    add;

Reply via email to