From 804cea2687e21995ff3156d4b801a5ff6fbc451f Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 11 Sep 2018 20:51:52 +0200 Subject: x11-misc/bbweather: Drop old --- x11-misc/bbweather/bbweather-0.6.3-r1.ebuild | 44 ---------------------------- 1 file changed, 44 deletions(-) delete mode 100644 x11-misc/bbweather/bbweather-0.6.3-r1.ebuild (limited to 'x11-misc') diff --git a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild deleted file mode 100644 index 9bca5ba8d11f..000000000000 --- a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit autotools eutils - -DESCRIPTION="blackbox weather monitor" -HOMEPAGE="https://www.netmeister.org/apps/bbweather/" -SRC_URI="https://www.netmeister.org/apps/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc x86" -IUSE="" - -DEPEND="dev-lang/perl - x11-libs/libX11" -RDEPEND="${DEPEND} - net-misc/wget - x11-apps/xmessage - !<=x11-plugins/gkrellweather-2.0.7-r1" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-asneeded.patch - gunzip doc/*.gz || die - sed -i \ - -e "s:man_DATA:man1_MANS:;s:.gz::g;/^mandir/d" \ - doc/Makefile.am || die - sed -i \ - -e 's|-helvetica-|-*-|g' \ - resource.cpp data/${PN}.{nobb,style} || die - eautoreconf -} - -src_install () { - emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install || die - dodoc README AUTHORS ChangeLog NEWS TODO data/README.bbweather || die - - # since multiple bbtools packages provide this file, install - # it in /usr/share/doc/${PF} - mv "${D}"/usr/share/bbtools/bbtoolsrc.in \ - "${D}"/usr/share/doc/${PF}/bbtoolsrc.example -} -- cgit v1.2.3-65-gdbad