summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-07-25 23:16:36 -0700
committerMatt Turner <mattst88@gentoo.org>2021-07-26 00:15:05 -0700
commit4bdd6d3a276b6468640c4078e7f25a55cdbac28b (patch)
tree860bf4f5b1324867e1e6b67e42dff87597fd54f7 /media-gfx
parentmedia-gfx/eog: Drop old versions (diff)
downloadgentoo-4bdd6d3a276b6468640c4078e7f25a55cdbac28b.tar.gz
gentoo-4bdd6d3a276b6468640c4078e7f25a55cdbac28b.tar.bz2
gentoo-4bdd6d3a276b6468640c4078e7f25a55cdbac28b.zip
media-gfx/gnome-screenshot: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gnome-screenshot/gnome-screenshot-40.0.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-40.0.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-40.0.ebuild
deleted file mode 100644
index 81b2edf3ae23..000000000000
--- a/media-gfx/gnome-screenshot/gnome-screenshot-40.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
-
-DESCRIPTION="Screenshot utility for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-screenshot"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="X"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
- X? (
- x11-libs/libX11
- x11-libs/libXext
- )
- >=dev-libs/glib-2.35.1:2[dbus]
- >=x11-libs/gtk+-3.12.0:3
- >=gui-libs/libhandy-1:1=
-"
-RDEPEND="${DEPEND}
- >=gnome-base/gsettings-desktop-schemas-0.1.0
-"
-BDEPEND="
- dev-libs/appstream-glib
- dev-libs/libxml2:2
- >=sys-devel/gettext-0.19.8
- 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_configure() {
- local emesonargs=(
- $(meson_feature X x11)
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
- readme.gentoo_print_elog
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}