From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E760B59CA3 for ; Sun, 13 Mar 2016 15:13:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 537FD21C01E; Sun, 13 Mar 2016 15:13:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E268821C01E for ; Sun, 13 Mar 2016 15:13:24 +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 C53CE340B7A for ; Sun, 13 Mar 2016 15:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A9CB849 for ; Sun, 13 Mar 2016 15:13:21 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457881989.1aa6f4ea57f17f069c63f5d5717cca73bb429ec1.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xfontsel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xfontsel/Manifest x11-apps/xfontsel/xfontsel-1.0.4.ebuild X-VCS-Directories: x11-apps/xfontsel/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1aa6f4ea57f17f069c63f5d5717cca73bb429ec1 X-VCS-Branch: master Date: Sun, 13 Mar 2016 15:13:21 +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: e6a8c1c3-95f9-4dea-adf1-372a37e990e0 X-Archives-Hash: 3be8f566dd198190b594902d58807ddf commit: 1aa6f4ea57f17f069c63f5d5717cca73bb429ec1 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 13 15:13:09 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 13 15:13:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa6f4ea x11-apps/xfontsel: Remove old Package-Manager: portage-2.2.28 x11-apps/xfontsel/Manifest | 1 - x11-apps/xfontsel/xfontsel-1.0.4.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest index 63bc2c2..8a3c185 100644 --- a/x11-apps/xfontsel/Manifest +++ b/x11-apps/xfontsel/Manifest @@ -1,2 +1 @@ -DIST xfontsel-1.0.4.tar.bz2 136256 SHA256 25491e9b7762607299f8a7099c97452d9b83e92266f8b0579b380ca01e5a5f7e SHA512 0c5eeb39b77a10607dce4c42f710864b750de04b06b4d746ed804757b6d1e4357679d52d30155f506c69f5186162da756132689b5e38bd9694bfaf9d004ee452 WHIRLPOOL b06d10f7d818daa73cd4c9fde987f92acfbbc3aead77a6147da9c26a851b8d53173178974b19b67c0c6124bfdf246732cf1bf29675362fdb4904ebdef9d63f32 DIST xfontsel-1.0.5.tar.bz2 139801 SHA256 170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf SHA512 df7a49286b94f64c610ab990d66376dedc12e3e8fa1d803641f466c3f6ebfdd06e81e4c7be39f8e6234928305f397d877579c39cf24c319dd5deead56f2578a4 WHIRLPOOL 8afe6704baab55503d6ef69d02d8ce46b1813ee2314134d8446f2f7218407551513acef0bd9c564e12fddb950cbc4ff87d30b69acddd40efeb9f17c128cddacf diff --git a/x11-apps/xfontsel/xfontsel-1.0.4.ebuild b/x11-apps/xfontsel/xfontsel-1.0.4.ebuild deleted file mode 100644 index 9034195..0000000 --- a/x11-apps/xfontsel/xfontsel-1.0.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit xorg-2 - -DESCRIPTION="point and click selection of X11 font names" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND}"