media-gfx/gnome-screenshot: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 18 May 2019 22:03:19 +0000 (01:03 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 18 May 2019 22:03:19 +0000 (01:03 +0300)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
media-gfx/gnome-screenshot/Manifest
media-gfx/gnome-screenshot/gnome-screenshot-3.22.0.ebuild [deleted file]

index 2ab39bc2eea869c9e86c66d88a93b01a99df358e..45435310a27ae6aa613f238f1a99bd9b20efaccd 100644 (file)
@@ -1,2 +1 @@
-DIST gnome-screenshot-3.22.0.tar.xz 258888 BLAKE2B 48f997832a8e0f937283a2cfba8880dc9032ea7a3254b0f45dd1ffd3951d096f03899199497ca78fc9be22f83ae8c60bb4f72662a323dad3afc05d2229fd914c SHA512 a532e9cc8615ce22db5805c1857a3bad5bf69a3436a45574384c6c8f848ae67d6991dbfc5556e7cf08f630915c0666bba0c4bee9e4190340bbad57faa9af2ff9
 DIST gnome-screenshot-3.30.0.tar.xz 225244 BLAKE2B 69c75bb8e3d18578317343b549d4ad837b6e58420c6b49efbc01338697bc2251032d9158e658c9f4ae4e086a1c117eac818c18b6ed95d031c2b60c2ba62a56b6 SHA512 a42ff4f14bbb3a3feb438ee64f1dff3d3a792a6585fef92fde8546b9c3fc07013e8bd2ef42ddc880f2529cbc4241a50d441d4de2a4b26923036f1724aabafdba
diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-3.22.0.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-3.22.0.ebuild
deleted file mode 100644 (file)
index b72d446..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 readme.gentoo-r1
-
-DESCRIPTION="Screenshot utility for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-screenshot"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-
-# libcanberra 0.26-r2 is needed for gtk+:3 fixes
-COMMON_DEPEND="
-       >=dev-libs/glib-2.35.1:2[dbus]
-       >=media-libs/libcanberra-0.26-r2[gtk3]
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf
-       >=x11-libs/gtk+-3.0.3:3
-       x11-libs/libX11
-       x11-libs/libXext
-"
-RDEPEND="${COMMON_DEPEND}
-       >=gnome-base/gsettings-desktop-schemas-0.1.0
-       !<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-       >=dev-util/intltool-0.50.2
-       virtual/pkgconfig
-       x11-base/xorg-proto
-"
-
-DOC_CONTENTS="${P} saves screenshots in ~/Pictures/ and defaults to
-       non-interactive mode when launched from a terminal. If you want to choose
-       where to save the screenshot, run 'gnome-screenshot --interactive'"
-
-src_install() {
-       gnome2_src_install
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       gnome2_pkg_postinst
-       readme.gentoo_print_elog
-}