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 CAB0C139085 for ; Mon, 6 Feb 2017 22:48:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96EB121C1A1; Mon, 6 Feb 2017 22:47:47 +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 5C88221C1A1 for ; Mon, 6 Feb 2017 22:47:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9493E3416A5 for ; Mon, 6 Feb 2017 22:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D1123DCF for ; Mon, 6 Feb 2017 22:47:28 +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: <1486421187.edbc142f47c3a57a5c782f92ea3d1362461a75e8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gtk2fontsel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild X-VCS-Directories: x11-misc/gtk2fontsel/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: edbc142f47c3a57a5c782f92ea3d1362461a75e8 X-VCS-Branch: master Date: Mon, 6 Feb 2017 22:47:28 +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: cc543bb5-4a1f-49bf-b428-886738f71648 X-Archives-Hash: 02c14ecb170a3ff028af16116c6bacfb commit: edbc142f47c3a57a5c782f92ea3d1362461a75e8 Author: Harri Nieminen gmail com> AuthorDate: Mon Feb 6 11:08:14 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 6 22:46:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbc142f x11-misc/gtk2fontsel: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3842 x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild b/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild deleted file mode 100644 index 40b8f3a..00000000 --- a/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -DESCRIPTION="A font selection tool similar to xfontsel" -HOMEPAGE="http://gtk2fontsel.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README -}