Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/spotlighter/
Date: Tue, 11 Apr 2017 21:15:26
Message-Id: 1491945315.481c07d88e5646a2e18b9e32b37d4de11ba2e7e0.dilfridge@gentoo
1 commit: 481c07d88e5646a2e18b9e32b37d4de11ba2e7e0
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 11 21:14:59 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 11 21:15:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481c07d8
7
8 x11-apps/spotlighter: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 x11-apps/spotlighter/spotlighter-0.1.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/x11-apps/spotlighter/spotlighter-0.1.ebuild b/x11-apps/spotlighter/spotlighter-0.1.ebuild
16 deleted file mode 100644
17 index 05ab955492e..00000000000
18 --- a/x11-apps/spotlighter/spotlighter-0.1.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=3
25 -
26 -SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz"
27 -DESCRIPTION="Shows a movable and resizable spotlight on the screen"
28 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
29 -
30 -LICENSE="GPL-3+"
31 -SLOT="0"
32 -KEYWORDS="~x86 ~amd64"
33 -IUSE=""
34 -
35 -COMMON_DEPEND="sys-devel/gettext
36 - x11-libs/gtk+:2"
37 -DEPEND="${COMMON_DEPEND}
38 - dev-util/intltool"
39 -RDEPEND="${COMMON_DEPEND}
40 - dev-libs/atk
41 - media-libs/fontconfig
42 - >=media-libs/libpng-1.2
43 - sci-libs/gsl"
44 -
45 -src_install() {
46 - emake DESTDIR="${D}" install || die "make install failed"
47 -}