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:25
Message-Id: 1491945315.0c60e4f01bc6ed6edd9e3eb9e84a1166bcd945e9.dilfridge@gentoo
1 commit: 0c60e4f01bc6ed6edd9e3eb9e84a1166bcd945e9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 11 21:14:47 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=0c60e4f0
7
8 x11-apps/spotlighter: EAPI bump
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 x11-apps/spotlighter/spotlighter-0.1-r1.ebuild | 27 ++++++++++++++++++++++++++
13 1 file changed, 27 insertions(+)
14
15 diff --git a/x11-apps/spotlighter/spotlighter-0.1-r1.ebuild b/x11-apps/spotlighter/spotlighter-0.1-r1.ebuild
16 new file mode 100644
17 index 00000000000..16330fb6708
18 --- /dev/null
19 +++ b/x11-apps/spotlighter/spotlighter-0.1-r1.ebuild
20 @@ -0,0 +1,27 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
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
47 +}