Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellweather/
Date: Wed, 26 Jul 2017 11:35:05
Message-Id: 1501068884.9ef42aa999d9a3c8c0d80d35278ef0cfadb31580.pacho@gentoo
1 commit: 9ef42aa999d9a3c8c0d80d35278ef0cfadb31580
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 11:12:01 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 11:34:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef42aa9
7
8 x11-plugins/gkrellweather: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../gkrellweather/gkrellweather-2.0.8.ebuild | 42 ----------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild
16 deleted file mode 100644
17 index 885c4eb4c72..00000000000
18 --- a/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit flag-o-matic gkrellm-plugin toolchain-funcs
27 -
28 -DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weatherinfo"
29 -HOMEPAGE="https://sites.google.com/site/makovick/gkrellm-plugins"
30 -SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz"
31 -
32 -SLOT="2"
33 -LICENSE="GPL-2"
34 -KEYWORDS="alpha amd64 ppc sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - >=dev-lang/perl-5.6.1
39 - >=net-misc/wget-1.5.3"
40 -DEPEND=">=sys-apps/sed-4.0.5
41 - virtual/pkgconfig
42 -"
43 -
44 -src_prepare() {
45 - epatch \
46 - "${FILESDIR}"/${P}-Respect-LDFLAGS.patch \
47 - "${FILESDIR}"/${P}-Move-GrabWeather.patch
48 - append-cflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
49 - append-flags -fPIC
50 -
51 -}
52 -
53 -src_compile() {
54 - emake PREFIX=/usr CC=$(tc-getCC) CFLAGS="${CFLAGS}"
55 -}
56 -
57 -src_install () {
58 - gkrellm-plugin_src_install
59 -
60 - exeinto /usr/libexec/gkrellweather
61 - doexe GrabWeather
62 -}