summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2019-12-16 17:46:06 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2019-12-16 18:17:14 +0100
commit751d1b0d68c87ace41422195a8d9e087b5f94a24 (patch)
tree34eb59588a3d434a6b8842f4048907e1d448ec9a /x11-misc/shutterbug/shutterbug-1.7.49.ebuild
parentdev-python/paramiko: 2.7.1 (diff)
downloadgentoo-751d1b0d68c87ace41422195a8d9e087b5f94a24.tar.gz
gentoo-751d1b0d68c87ace41422195a8d9e087b5f94a24.tar.bz2
gentoo-751d1b0d68c87ace41422195a8d9e087b5f94a24.zip
x11-libs/fox: bump versions
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'x11-misc/shutterbug/shutterbug-1.7.49.ebuild')
-rw-r--r--x11-misc/shutterbug/shutterbug-1.7.49.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-misc/shutterbug/shutterbug-1.7.49.ebuild b/x11-misc/shutterbug/shutterbug-1.7.49.ebuild
deleted file mode 100644
index 97de0d1eef96..000000000000
--- a/x11-misc/shutterbug/shutterbug-1.7.49.ebuild
+++ /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
-}