commit:     fa2f2845eaf86e12b7f1596440fbbb7020cb2e26
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 15:09:50 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 15:47:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2f2845

app-arch/engrampa: Drop 1.24.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-arch/engrampa/Manifest               |  1 -
 app-arch/engrampa/engrampa-1.24.1.ebuild | 69 --------------------------------
 2 files changed, 70 deletions(-)

diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest
index 540fdd0c2805..5cefb70644e0 100644
--- a/app-arch/engrampa/Manifest
+++ b/app-arch/engrampa/Manifest
@@ -1,2 +1 @@
-DIST engrampa-1.24.1.tar.xz 1680000 BLAKE2B 
3059f98e5db99aabe270a89d7edf334ddca8b9cfd963a34f8b7b99356a1b7a9b14c9f641ea6582f893a5f6e4fe46dde00e5375d7b1c71b80299a7f5121839549
 SHA512 
9d51f24987cecfdd2c560b1ac8f8699bb5ed010bcd5b4a449a1103f725bc63046d0813d28424a3ae7dfcee0568dbf2a282f27ac5512b1c342dafeaec5bcd3b4b
 DIST engrampa-1.24.2.tar.xz 1687432 BLAKE2B 
b2ef407aef77f9ecd3f8b06d2e991615a39fa2d4487678292d035a7cab882551bc8c757c6a15037b828cb51aaba14c2ec25e85e891770f6f8c9b453753d87b42
 SHA512 
1e0acecfe42e3945fe43729283522dfd56dc4cee92a4d5998c995a496f42f41b284ec10f01eb142139c1cec65e3b5a037299b168b73a2e6e828ae3ab4b9c777d

diff --git a/app-arch/engrampa/engrampa-1.24.1.ebuild 
b/app-arch/engrampa/engrampa-1.24.1.ebuild
deleted file mode 100644
index cd2d7638007a..000000000000
--- a/app-arch/engrampa/engrampa-1.24.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate optfeature readme.gentoo-r1
-
-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"
-
-COMMON_DEPEND="
-       >=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/libSM
-       x11-libs/pango
-       caja? ( >=mate-base/caja-1.17.1 )
-       magic? ( sys-apps/file )
-       packagekit? ( app-admin/packagekit-base )
-"
-
-RDEPEND="${COMMON_DEPEND}
-       virtual/libintl
-       !!app-arch/mate-file-archiver
-"
-
-DEPEND="${COMMON_DEPEND}
-       app-text/yelp-tools
-       dev-util/glib-utils
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-"
-
-src_configure() {
-       mate_src_configure \
-               --disable-run-in-place \
-               $(use_enable caja caja-actions) \
-               $(use_enable magic) \
-               $(use_enable packagekit)
-}
-
-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
-}

Reply via email to