From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94C53138334 for ; Wed, 12 Sep 2018 05:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60C34E09CE; Wed, 12 Sep 2018 05:28:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40768E09CC for ; Wed, 12 Sep 2018 05:28:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9AEB33BE0F for ; Wed, 12 Sep 2018 05:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 188CD3C1 for ; Wed, 12 Sep 2018 05:28:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536730087.804cea2687e21995ff3156d4b801a5ff6fbc451f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbweather/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbweather/bbweather-0.6.3-r1.ebuild X-VCS-Directories: x11-misc/bbweather/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 804cea2687e21995ff3156d4b801a5ff6fbc451f X-VCS-Branch: master Date: Wed, 12 Sep 2018 05:28:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd53ccec-c98a-473b-aa94-d261103c2c5b X-Archives-Hash: 6e253fab027b487ff1831e7c4adfa3d4 commit: 804cea2687e21995ff3156d4b801a5ff6fbc451f Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Sep 11 18:51:52 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 12 05:28:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804cea26 x11-misc/bbweather: Drop old x11-misc/bbweather/bbweather-0.6.3-r1.ebuild | 44 ---------------------------- 1 file changed, 44 deletions(-) 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 9bca5ba8d11..00000000000 --- 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 -}