public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/engrampa/
Date: Sat, 26 Mar 2016 02:37:03 +0000 (UTC)	[thread overview]
Message-ID: <1458959749.96f2c7d83ce2f58f0a326fbb5a287f648ec94e04.np-hardass@gentoo> (raw)

commit:     96f2c7d83ce2f58f0a326fbb5a287f648ec94e04
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 00:17:37 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 02:35:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f2c7d8

app-arch/engrampa: Drop old

Package-Manager: portage-2.2.26

 app-arch/engrampa/Manifest              |  1 -
 app-arch/engrampa/engrampa-1.8.0.ebuild | 84 ---------------------------------
 2 files changed, 85 deletions(-)

diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest
index b95a0bd..ae80ea0 100644
--- a/app-arch/engrampa/Manifest
+++ b/app-arch/engrampa/Manifest
@@ -1,3 +1,2 @@
 DIST engrampa-1.10.2.tar.xz 1378888 SHA256 964bf6fd8463b378e3bdd7713e86eca9dd65f1a6d99e10bb59cb2185084f986b SHA512 86772801d80584c4020fce63cde11478a914372598f3c41774f4248817a05e37eb72842cd2f88be81c22969452f33806738d94a872ffe4ca8743fe8a9c115e1d WHIRLPOOL db2824550840296b636ea48ac987e004184d9cc41c669f0f2c30b67da8ebd6e991d5e27a55a5691c004cce4df26fb101318420d67f20015af55b6f5521525891
-DIST engrampa-1.8.0.tar.xz 1357360 SHA256 d802acee43e24b8513e661a91dd7943ebdc55270ed0ceee0a8e29f981f0f6230 SHA512 3be9ba254cefe82e16eb533d5738dacb29e770e30b7a8cc1e62af0476b9b28d90bb86937f559d40eda79116172035c730d8f50053936857587c198461a401eea WHIRLPOOL c625de1156e582f58beed4b04087528e08f1d93de804b022bfc69ed04b12e3c53df92a51534693434d7b3237890d7ee8334a5cd830040b0374aa5f70710ab921
 DIST engrampa-1.8.1.tar.xz 1367088 SHA256 f8c541de364352005b2f4a100140197a2190269d3dbffe032e284a98478f1be7 SHA512 0733ef93d34356d6c9cdda7ac91c97ef10fe47df0962375e0270b25873c2271ade4ee9b82f7d6c4c3fd1de5dbe51e9ca1b30acf208b3a7f80a19a4899299b00b WHIRLPOOL 63fde3e27240b175dff12d7a3e15123413033faa7f49a0dcb6fa75eb8b51ab63246879ebacd4295f95b8f9964b48fcba85264378ea3659e5864b43e591133318

diff --git a/app-arch/engrampa/engrampa-1.8.0.ebuild b/app-arch/engrampa/engrampa-1.8.0.ebuild
deleted file mode 100644
index b7b1068..0000000
--- a/app-arch/engrampa/engrampa-1.8.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="Engrampa archive manager for MATE"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="caja"
-
-# GLib-GIO-ERROR **: Settings schema 'org.mate.caja.preferences' is not installed
-#
-# ... thus we depend on Caja regardless of the Caja USE flag. Patches welcome.
-RDEPEND=">=x11-libs/gtk+-2.21.4:2
-	>=dev-libs/glib-2.25.5:2
-	>=dev-libs/json-glib-0.14:0
-	x11-libs/gdk-pixbuf:2
-	x11-libs/pango:0
-	virtual/libintl:0
-	|| ( >=mate-base/caja-1.8:0 >=mate-base/mate-file-manager-1.6:0 )
-	!!app-arch/mate-file-archiver"
-
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.35:*
-	dev-util/itstool:0
-	>=mate-base/mate-common-1.6:0
-	sys-devel/gettext:*
-	virtual/pkgconfig:*"
-
-src_prepare() {
-	gnome2_src_prepare
-
-	# Drop DEPRECATED flags as configure option doesn't do it, bug #385453
-	sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
-		copy-n-paste/Makefile.am copy-n-paste/Makefile.in || die
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-run-in-place \
-		--disable-packagekit \
-		--disable-deprecations \
-		--with-gtk=2.0 \
-		$(use_enable caja caja-actions)
-}
-
-DOCS="AUTHORS HACKING MAINTAINERS NEWS README TODO"
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	elog ""
-	elog "${PN} is a frontend for several archiving utilities. If you want a"
-	elog "particular achive format supported install the relevant package."
-	elog
-	elog "For example:"
-	elog "  7-zip   : emerge app-arch/p7zip"
-	elog "  ace     : emerge app-arch/unace"
-	elog "  arj     : emerge app-arch/arj"
-	elog "  cpio    : emerge app-arch/cpio"
-	elog "  deb     : emerge app-arch/dpkg"
-	elog "  iso     : emerge app-cdr/cdrtools"
-	elog "  jar,zip : emerge app-arch/zip  or  emerge app-arch/unzip"
-	elog "  lha     : emerge app-arch/lha"
-	elog "  lzma    : emerge app-arch/xz-utils"
-	elog "  lzop    : emerge app-arch/lzop"
-	elog "  rar     : emerge app-arch/unrar"
-	elog "  rpm     : emerge app-arch/rpm"
-	elog "  unstuff : emerge app-arch/stuffit"
-	elog "  zoo     : emerge app-arch/zoo"
-}


             reply	other threads:[~2016-03-26  2:37 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-26  2:37 NP Hardass [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26  3:17 [gentoo-commits] repo/gentoo:master commit in: app-arch/engrampa/ Sam James
2024-09-17 17:50 Andreas Sturmlechner
2024-06-18  8:06 Joonas Niilola
2024-04-17 15:53 Joonas Niilola
2024-04-09 17:28 Arthur Zamarin
2024-04-09 17:28 Arthur Zamarin
2024-03-16  9:09 Joonas Niilola
2024-03-10  1:59 Sam James
2023-12-22  6:46 Sam James
2023-12-21 11:55 Sam James
2023-09-22  9:50 Arthur Zamarin
2023-09-22  9:47 Arthur Zamarin
2023-08-17  6:22 Sam James
2022-10-24 13:52 Sam James
2022-07-03 22:04 David Seifert
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-06-30 22:43 Adam Feldman
2021-02-13 21:05 Conrad Kostecki
2020-09-25 20:32 Adam Feldman
2020-08-07  3:18 Adam Feldman
2020-08-07  3:18 Adam Feldman
2020-05-08  4:45 Adam Feldman
2020-05-08  4:45 Adam Feldman
2020-04-19  8:53 Michał Górny
2020-04-05 14:26 Joonas Niilola
2020-04-05 14:26 Joonas Niilola
2019-07-07 18:48 Göktürk Yüksek
2019-07-07 18:48 Göktürk Yüksek
2019-05-30  4:31 Göktürk Yüksek
2019-05-12 21:04 Göktürk Yüksek
2019-04-07 12:01 Andreas Sturmlechner
2019-03-17 11:11 Mikle Kolyada
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2017-06-04 15:18 Ettore Di Giacinto
2017-03-14 10:03 Ettore Di Giacinto
2017-01-18 20:39 NP Hardass
2016-12-08 15:31 Ettore Di Giacinto
2016-11-24 22:59 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-09-10 19:35 NP Hardass
2016-08-12  5:13 NP Hardass
2016-07-25 18:36 NP Hardass
2016-03-15 17:53 Agostino Sarubbo
2016-03-06  8:09 Mikle Kolyada
2016-02-09  2:49 NP Hardass
2016-01-26 20:09 NP Hardass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458959749.96f2c7d83ce2f58f0a326fbb5a287f648ec94e04.np-hardass@gentoo \
    --to=np-hardass@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox