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 08FA7139083 for ; Sat, 13 May 2017 12:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AABC4E0C75; Sat, 13 May 2017 12:59:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 880FDE0C75 for ; Sat, 13 May 2017 12:59:01 +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 0C2FE3416B8 for ; Sat, 13 May 2017 12:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7127C303 for ; Sat, 13 May 2017 12:58:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1494680311.c3440316c81dac9c983f1548b9571759a145e6bf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbdate/bbdate-0.2.4-r1.ebuild X-VCS-Directories: x11-misc/bbdate/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c3440316c81dac9c983f1548b9571759a145e6bf X-VCS-Branch: master Date: Sat, 13 May 2017 12:58:58 +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: 71da7c2c-5227-48d3-b1ef-d26877e6f9e5 X-Archives-Hash: ef13675081173c22b3afb411731d8960 commit: c3440316c81dac9c983f1548b9571759a145e6bf Author: Harri Nieminen gmail com> AuthorDate: Fri May 12 15:31:43 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 13 12:58:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3440316 x11-misc/bbdate: Remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4612 x11-misc/bbdate/bbdate-0.2.4-r1.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild deleted file mode 100644 index f9ac7275448..00000000000 --- a/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils autotools - -DESCRIPTION="blackbox date display" -HOMEPAGE="https://sourceforge.net/projects/bbtools" -SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-as-needed.patch - sed -i \ - -e 's|-helvetica-|-*-|g' \ - resource.cc data/${PN}.{nobb,style} || die - eautoreconf -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README AUTHORS BUGS INSTALL ChangeLog TODO - - # 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 -}