Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbweather/
Date: Wed, 12 Sep 2018 05:28:41
Message-Id: 1536730087.804cea2687e21995ff3156d4b801a5ff6fbc451f.asturm@gentoo
1 commit: 804cea2687e21995ff3156d4b801a5ff6fbc451f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 11 18:51:52 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 05:28:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804cea26
7
8 x11-misc/bbweather: Drop old
9
10 x11-misc/bbweather/bbweather-0.6.3-r1.ebuild | 44 ----------------------------
11 1 file changed, 44 deletions(-)
12
13 diff --git a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild
14 deleted file mode 100644
15 index 9bca5ba8d11..00000000000
16 --- a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild
17 +++ /dev/null
18 @@ -1,44 +0,0 @@
19 -# Copyright 1999-2018 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=2
23 -
24 -inherit autotools eutils
25 -
26 -DESCRIPTION="blackbox weather monitor"
27 -HOMEPAGE="https://www.netmeister.org/apps/bbweather/"
28 -SRC_URI="https://www.netmeister.org/apps/${P}.tar.bz2"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="amd64 hppa ppc x86"
33 -IUSE=""
34 -
35 -DEPEND="dev-lang/perl
36 - x11-libs/libX11"
37 -RDEPEND="${DEPEND}
38 - net-misc/wget
39 - x11-apps/xmessage
40 - !<=x11-plugins/gkrellweather-2.0.7-r1"
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}"/${PN}-asneeded.patch
44 - gunzip doc/*.gz || die
45 - sed -i \
46 - -e "s:man_DATA:man1_MANS:;s:.gz::g;/^mandir/d" \
47 - doc/Makefile.am || die
48 - sed -i \
49 - -e 's|-helvetica-|-*-|g' \
50 - resource.cpp data/${PN}.{nobb,style} || die
51 - eautoreconf
52 -}
53 -
54 -src_install () {
55 - emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install || die
56 - dodoc README AUTHORS ChangeLog NEWS TODO data/README.bbweather || die
57 -
58 - # since multiple bbtools packages provide this file, install
59 - # it in /usr/share/doc/${PF}
60 - mv "${D}"/usr/share/bbtools/bbtoolsrc.in \
61 - "${D}"/usr/share/doc/${PF}/bbtoolsrc.example
62 -}