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 1B39F139694 for ; Sun, 26 Mar 2017 17:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F62321C1A6; Sun, 26 Mar 2017 17:17:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4314621C1A6 for ; Sun, 26 Mar 2017 17:17:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4802034166B for ; Sun, 26 Mar 2017 17:16:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBB5B70B7 for ; Sun, 26 Mar 2017 17:16:57 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1490548581.81dac3ab593338b5d1444fc45d542102d914e9bd.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbtime/bbtime-0.1.5.ebuild X-VCS-Directories: x11-misc/bbtime/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 81dac3ab593338b5d1444fc45d542102d914e9bd X-VCS-Branch: master Date: Sun, 26 Mar 2017 17:16:57 +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: 9a9fe669-1298-4834-a40f-9941c7cb9c99 X-Archives-Hash: 7e19ff379e4946ae0727fb3973c00181 commit: 81dac3ab593338b5d1444fc45d542102d914e9bd Author: Michael Orlitzky gentoo org> AuthorDate: Sun Mar 26 17:16:21 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Mar 26 17:16:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dac3ab x11-misc/bbtime: remove unused version 0.1.5. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-misc/bbtime/bbtime-0.1.5.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/x11-misc/bbtime/bbtime-0.1.5.ebuild b/x11-misc/bbtime/bbtime-0.1.5.ebuild deleted file mode 100644 index 2a1e8ca8e8e..00000000000 --- a/x11-misc/bbtime/bbtime-0.1.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools eutils - -DESCRIPTION="blackbox time watcher" -HOMEPAGE="https://sourceforge.net/projects/bbtools/" -SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86 ~x86-fbsd" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-asneeded.patch - eautoreconf -} - -src_install () { - emake DESTDIR="${D}" install - dodoc README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbtime - - rm "${D}"/usr/share/bbtools/README.bbtime || 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" || die -}