summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-11 20:47:45 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-11 20:56:15 +0200
commitad102d778271ee2c66e2bd47ce57b0235e736db5 (patch)
tree9a55d87a76c19f0574a058a39d4cf3fc7b5edfff /x11-apps/spotlighter/spotlighter-0.1-r1.ebuild
parentdev-libs/DFB++: Remove last-rited pkg (diff)
downloadgentoo-ad102d778271ee2c66e2bd47ce57b0235e736db5.tar.gz
gentoo-ad102d778271ee2c66e2bd47ce57b0235e736db5.tar.bz2
gentoo-ad102d778271ee2c66e2bd47ce57b0235e736db5.zip
x11-apps/spotlighter: Remove last-rited pkg
Closes: https://bugs.gentoo.org/468128 Closes: https://bugs.gentoo.org/571854 Closes: https://bugs.gentoo.org/357341
Diffstat (limited to 'x11-apps/spotlighter/spotlighter-0.1-r1.ebuild')
-rw-r--r--x11-apps/spotlighter/spotlighter-0.1-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-apps/spotlighter/spotlighter-0.1-r1.ebuild b/x11-apps/spotlighter/spotlighter-0.1-r1.ebuild
deleted file mode 100644
index 16330fb67081..000000000000
--- a/x11-apps/spotlighter/spotlighter-0.1-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="Shows a movable and resizable spotlight on the screen"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-COMMON_DEPEND="sys-devel/gettext
- x11-libs/gtk+:2"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/atk
- media-libs/fontconfig
- >=media-libs/libpng-1.2
- sci-libs/gsl"
-
-src_install() {
- emake DESTDIR="${D}" install
-}