x11-misc/shutterbug: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 05:51:53 +0000 (06:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 05:51:53 +0000 (06:51 +0100)
Closes: https://bugs.gentoo.org/703088
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
x11-misc/shutterbug/Manifest [deleted file]
x11-misc/shutterbug/metadata.xml [deleted file]
x11-misc/shutterbug/shutterbug-1.7.67.ebuild [deleted file]

index bed38c339e198755394979822a08d1e045069fef..7245aadc983352581bd53743de4a4091a1e49429 100644 (file)
@@ -823,7 +823,6 @@ app-editors/adie
 dev-util/reswrap
 sci-calculators/calculator
 x11-misc/pathfinder
-x11-misc/shutterbug
 
 # David Seifert <soap@gentoo.org> (2019-12-08)
 # Unmaintained, build hangs, tons of other build failures, missing
diff --git a/x11-misc/shutterbug/Manifest b/x11-misc/shutterbug/Manifest
deleted file mode 100644 (file)
index d7c4453..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST fox-1.7.67.tar.gz 5689421 BLAKE2B 60f2d8e887a41f1e234cd31c1bd2702bcedae0f1b47cb7b9832c317e34a9b517cb603033d28e5ed66c4b97c85deaf3caa8dd40a508eaf715d63772e6ef0020b0 SHA512 a45db7ea9453e2afe0ff61ed6608925e94f9202dc1fbee5e2b88a5a1c16310019cb4611090f8234ad6ebc46a6519a36085683c4553d47bc9c21b8ef0c13ab540
diff --git a/x11-misc/shutterbug/metadata.xml b/x11-misc/shutterbug/metadata.xml
deleted file mode 100644 (file)
index 7a38bb9..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/x11-misc/shutterbug/shutterbug-1.7.67.ebuild b/x11-misc/shutterbug/shutterbug-1.7.67.ebuild
deleted file mode 100644 (file)
index 814e72d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit fox
-
-DESCRIPTION="Screenshot utility based on the FOX Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+jpeg +png +tiff"
-
-DEPEND="
-       x11-libs/fox:1.7
-       x11-libs/libICE
-       x11-libs/libSM
-       jpeg? ( virtual/jpeg )
-       png? ( media-libs/libpng:0 )
-       tiff? ( media-libs/tiff:0 )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       FOXCONF="$(use_enable jpeg) \
-               $(use_enable png) \
-               $(use_enable tiff)" fox_src_configure
-}