From 481c07d88e5646a2e18b9e32b37d4de11ba2e7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 11 Apr 2017 23:14:59 +0200 Subject: [PATCH] x11-apps/spotlighter: Remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- x11-apps/spotlighter/spotlighter-0.1.ebuild | 27 --------------------- 1 file changed, 27 deletions(-) delete mode 100644 x11-apps/spotlighter/spotlighter-0.1.ebuild diff --git a/x11-apps/spotlighter/spotlighter-0.1.ebuild b/x11-apps/spotlighter/spotlighter-0.1.ebuild deleted file mode 100644 index 05ab955492e93..0000000000000 --- a/x11-apps/spotlighter/spotlighter-0.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -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 || die "make install failed" -}