Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellsun/
Date: Fri, 05 Aug 2016 23:32:21
Message-Id: 1470439929.8b9da2f3f46654c66a7d8ebdab869aa7433818a9.mjo@gentoo
1 commit: 8b9da2f3f46654c66a7d8ebdab869aa7433818a9
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 23:05:41 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 23:32:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9da2f3
7
8 x11-plugins/gkrellsun: remove old revision gkrellsun-1.0.0-r2.
9
10 Package-Manager: portage-2.2.28
11
12 x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild | 28 -------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild
16 deleted file mode 100644
17 index 63b7c7d..0000000
18 --- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -inherit gkrellm-plugin eutils
27 -
28 -IUSE="nls"
29 -DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times"
30 -HOMEPAGE="http://gkrellsun.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz"
32 -
33 -SLOT="1"
34 -LICENSE="GPL-2"
35 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
36 -
37 -DEPEND="nls? ( sys-devel/gettext )"
38 -
39 -PLUGIN_SO=src20/gkrellsun.so
40 -
41 -src_prepare() {
42 - epatch "${FILESDIR}/${P}-reenable.patch"
43 -}
44 -
45 -src_compile() {
46 - use nls && myconf="$myconf enable_nls=1"
47 - emake ${myconf}
48 -}