public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/shutter/
Date: Mon, 18 Oct 2021 17:45:28 +0000 (UTC)	[thread overview]
Message-ID: <1634579059.6aa309badfb49907781b3c205c973d2fe843d1ef.ionen@gentoo> (raw)

commit:     6aa309badfb49907781b3c205c973d2fe843d1ef
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sun Oct 17 14:29:04 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Oct 18 17:44:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa309ba

x11-misc/shutter: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/22613
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/shutter/Manifest            |  2 -
 x11-misc/shutter/shutter-0.97.ebuild | 81 ------------------------------------
 x11-misc/shutter/shutter-0.98.ebuild | 81 ------------------------------------
 3 files changed, 164 deletions(-)

diff --git a/x11-misc/shutter/Manifest b/x11-misc/shutter/Manifest
index 74e5b65369f..48da9932990 100644
--- a/x11-misc/shutter/Manifest
+++ b/x11-misc/shutter/Manifest
@@ -1,4 +1,2 @@
-DIST shutter-0.97.tar.gz 2558672 BLAKE2B 72d641750b81b0d4ea1942883b15bed20980c1eb2f96cbc3af101387897b686487b7d0a4e46dfd1ae82cc0d889fba6dd48472c340d088a9600ee9a919c262fe8 SHA512 40315ee03a138c71c29e05e82202d4a1adc0d930aef163e643e757ea2674dd8470e7a4d7d8b38ab5d3386ce8b9d774cbbb9a8b4bc2cb4d5b3b13812c77cf4334
-DIST shutter-0.98.tar.gz 2560060 BLAKE2B a7b48df221d8640a4705f2ffc856fd0ec50646cb26900aabe4bbafcc8b2595ae86aff158aed9c3522624ec5433e111ff322ba35a7b2cd8623356a3b68e90db7b SHA512 5a3321db635a81f6f67d5789cf374d846f21003a9bd3fd748bb58481d8a5fde450a1c4b5ad4d3edee49804cee6dd8da6ad7b4422eaef96bb333b8b3059cb3e41
 DIST shutter-0.99.1.tar.gz 1733952 BLAKE2B fcf5f9a34ce54f674a4b0f9bba2493917bf27141ea7f7e1d8528ae439eabfb33e4e6805bd3cb96131b297748046c9797747520952ad57cc033cf7f7362c4606c SHA512 4d6ee699d3b31194c6685019a9493968d7a4988ee86f9348cf5aaa15c573b0a5f515ba6e5d786faf8054762ae134fea5ca2add10dbb3e14905247daf1303c751
 DIST shutter-0.99.tar.gz 1734356 BLAKE2B c261d7792a2a7508fb8e73b968e1e07edbea0338b857132674caee5ec1bb7a3d58eb2e35645c581af652027007a27df6120b035218c41d8671bc53293b6548e7 SHA512 335c85730f49978d4b69ee2d5bbaa5d660d652d386a70618fdeb46c639bd209cee99743b44a8ef1019404f52328692de91bfbe47b14bea202efd089f80d36f82

diff --git a/x11-misc/shutter/shutter-0.97.ebuild b/x11-misc/shutter/shutter-0.97.ebuild
deleted file mode 100644
index 9d00eb45469..00000000000
--- a/x11-misc/shutter/shutter-0.97.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop optfeature prefix xdg
-
-DESCRIPTION="Feature-rich screenshot program"
-HOMEPAGE="https://shutter-project.org/"
-SRC_URI="https://github.com/shutter-project/shutter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-	dev-lang/perl
-	dev-perl/Carp-Always
-	dev-perl/libxml-perl
-	dev-perl/libwww-perl
-	dev-perl/Glib-Object-Introspection
-	dev-perl/GooCanvas2
-	dev-perl/GooCanvas2-CairoTypes
-	dev-perl/Gtk3
-	>=dev-perl/Gtk3-ImageView-9
-	dev-perl/File-DesktopEntry
-	dev-perl/File-HomeDir
-	dev-perl/File-Which
-	dev-perl/JSON
-	dev-perl/File-Copy-Recursive
-	dev-perl/File-MimeInfo
-	dev-perl/Locale-gettext
-	dev-perl/Net-DBus
-	dev-perl/Number-Bytes-Human
-	dev-perl/Pango
-	dev-perl/Proc-Simple
-	dev-perl/Proc-ProcessTable
-	dev-perl/Sort-Naturally
-	dev-perl/WWW-Mechanize
-	dev-perl/X11-Protocol
-	dev-perl/XML-Simple
-	virtual/imagemagick-tools[perl]
-	x11-libs/libwnck:3[introspection]
-"
-
-src_prepare() {
-	hprefixify bin/shutter
-	default
-}
-
-src_install() {
-	dobin bin/shutter
-	dodoc README
-	domenu share/applications/shutter.desktop
-	doicon share/pixmaps/shutter.png
-	doman share/man/man1/shutter.1
-
-	insinto /usr/share
-	doins -r share/shutter
-	doins -r share/locale
-	doins -r share/icons
-
-	insinto /usr/share/metainfo
-	doins share/appdata/shutter.appdata.xml
-
-	# .po doesn't belong to installed system, only .mo
-	rm -r "${ED}"/usr/share/shutter/resources/po || die
-
-	# shutter executes perl scripts as standalone scripts, and after that "require"s them.
-	find "${ED}"/usr/share/shutter/resources/system/plugins/ -type f ! -name '*.*' -exec chmod 755 {} \; \
-		|| die "failed to make plugins executables"
-	find "${ED}"/usr/share/shutter/resources/system/upload_plugins/upload -type f \
-		-name "*.pm" -exec chmod 755 {} \; || die "failed to make upload plugins executables"
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "writing Exif information" media-libs/exiftool
-	optfeature "image hostings uploading" "dev-perl/JSON-MaybeXS dev-perl/Net-OAuth dev-perl/Path-Class"
-}

diff --git a/x11-misc/shutter/shutter-0.98.ebuild b/x11-misc/shutter/shutter-0.98.ebuild
deleted file mode 100644
index 9d00eb45469..00000000000
--- a/x11-misc/shutter/shutter-0.98.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop optfeature prefix xdg
-
-DESCRIPTION="Feature-rich screenshot program"
-HOMEPAGE="https://shutter-project.org/"
-SRC_URI="https://github.com/shutter-project/shutter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-	dev-lang/perl
-	dev-perl/Carp-Always
-	dev-perl/libxml-perl
-	dev-perl/libwww-perl
-	dev-perl/Glib-Object-Introspection
-	dev-perl/GooCanvas2
-	dev-perl/GooCanvas2-CairoTypes
-	dev-perl/Gtk3
-	>=dev-perl/Gtk3-ImageView-9
-	dev-perl/File-DesktopEntry
-	dev-perl/File-HomeDir
-	dev-perl/File-Which
-	dev-perl/JSON
-	dev-perl/File-Copy-Recursive
-	dev-perl/File-MimeInfo
-	dev-perl/Locale-gettext
-	dev-perl/Net-DBus
-	dev-perl/Number-Bytes-Human
-	dev-perl/Pango
-	dev-perl/Proc-Simple
-	dev-perl/Proc-ProcessTable
-	dev-perl/Sort-Naturally
-	dev-perl/WWW-Mechanize
-	dev-perl/X11-Protocol
-	dev-perl/XML-Simple
-	virtual/imagemagick-tools[perl]
-	x11-libs/libwnck:3[introspection]
-"
-
-src_prepare() {
-	hprefixify bin/shutter
-	default
-}
-
-src_install() {
-	dobin bin/shutter
-	dodoc README
-	domenu share/applications/shutter.desktop
-	doicon share/pixmaps/shutter.png
-	doman share/man/man1/shutter.1
-
-	insinto /usr/share
-	doins -r share/shutter
-	doins -r share/locale
-	doins -r share/icons
-
-	insinto /usr/share/metainfo
-	doins share/appdata/shutter.appdata.xml
-
-	# .po doesn't belong to installed system, only .mo
-	rm -r "${ED}"/usr/share/shutter/resources/po || die
-
-	# shutter executes perl scripts as standalone scripts, and after that "require"s them.
-	find "${ED}"/usr/share/shutter/resources/system/plugins/ -type f ! -name '*.*' -exec chmod 755 {} \; \
-		|| die "failed to make plugins executables"
-	find "${ED}"/usr/share/shutter/resources/system/upload_plugins/upload -type f \
-		-name "*.pm" -exec chmod 755 {} \; || die "failed to make upload plugins executables"
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "writing Exif information" media-libs/exiftool
-	optfeature "image hostings uploading" "dev-perl/JSON-MaybeXS dev-perl/Net-OAuth dev-perl/Path-Class"
-}


             reply	other threads:[~2021-10-18 17:45 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-18 17:45 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-04 21:02 [gentoo-commits] repo/gentoo:master commit in: x11-misc/shutter/ Sam James
2024-07-04 21:02 Sam James
2024-05-09 13:18 Joonas Niilola
2023-05-08  9:11 Pacho Ramos
2023-05-02 15:21 Arthur Zamarin
2023-05-01  9:22 Sam James
2023-04-27 16:00 Pacho Ramos
2023-03-11 17:15 Sam James
2023-02-12 18:37 Jakov Smolić
2022-11-19 20:30 David Seifert
2021-12-06 11:31 Agostino Sarubbo
2021-12-06  7:08 Agostino Sarubbo
2021-10-27 13:44 Ionen Wolkens
2021-10-27 13:44 Ionen Wolkens
2021-10-18 17:45 Ionen Wolkens
2021-10-12  7:14 Agostino Sarubbo
2021-09-10  6:28 Agostino Sarubbo
2021-09-10  6:26 Agostino Sarubbo
2021-09-05  7:58 Ionen Wolkens
2021-08-08 10:46 David Seifert
2021-08-08 10:46 David Seifert
2021-08-01  5:14 Sam James
2021-07-23 17:58 Sam James
2021-06-20 15:17 Andreas Sturmlechner
2021-06-20 15:17 Andreas Sturmlechner
2021-06-11 19:42 David Seifert
2021-06-11  8:55 David Seifert
2021-04-26 10:34 Sam James
2021-04-22 12:08 Sam James
2021-04-04 18:55 Andreas Sturmlechner
2021-03-08 13:29 Joonas Niilola
2020-11-09  7:33 Joonas Niilola
2020-11-09  7:33 Joonas Niilola
2020-09-07  8:55 David Seifert
2020-07-05 23:25 Andreas Sturmlechner
2020-06-11  5:07 Joonas Niilola
2019-06-24 10:17 Jonas Stein
2017-10-04  9:17 Michał Górny
2017-02-11 19:47 David Seifert
2016-12-10 20:47 Markos Chandras
2016-08-22 10:02 Pacho Ramos
2015-09-26  9:14 Markos Chandras

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=1634579059.6aa309badfb49907781b3c205c973d2fe843d1ef.ionen@gentoo \
    --to=ionen@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