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 28EF259CA3 for ; Sun, 13 Mar 2016 15:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3669021C017; Sun, 13 Mar 2016 15:09:38 +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 217AE21C003 for ; Sun, 13 Mar 2016 15:09:37 +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 3EBDE340B3B for ; Sun, 13 Mar 2016 15:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2253484E for ; Sun, 13 Mar 2016 15:09:33 +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: <1457881759.8c58f23a27d34e295bb9c1dcda5193f2390b0a98.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/fslsfonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/fslsfonts/Manifest x11-apps/fslsfonts/fslsfonts-1.0.4.ebuild X-VCS-Directories: x11-apps/fslsfonts/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 8c58f23a27d34e295bb9c1dcda5193f2390b0a98 X-VCS-Branch: master Date: Sun, 13 Mar 2016 15:09:33 +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: f17c716b-9d14-4993-ae9e-51468d8da0ef X-Archives-Hash: 7eb3121021e50bbb66b3609134b1dc43 commit: 8c58f23a27d34e295bb9c1dcda5193f2390b0a98 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 13 15:09:19 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 13 15:09:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c58f23a x11-apps/fslsfonts: Remove old Package-Manager: portage-2.2.28 x11-apps/fslsfonts/Manifest | 1 - x11-apps/fslsfonts/fslsfonts-1.0.4.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/x11-apps/fslsfonts/Manifest b/x11-apps/fslsfonts/Manifest index 4a48f87..87a402b 100644 --- a/x11-apps/fslsfonts/Manifest +++ b/x11-apps/fslsfonts/Manifest @@ -1,2 +1 @@ -DIST fslsfonts-1.0.4.tar.bz2 117901 SHA256 a38072eebfd195478ea673ebef33c8df0f6f571c5fe19d85248fe9b532d6921c SHA512 85619bd66389670c520f2bff495f574c73f17794e7fa4491f27f51f768a4800709b87c467c1f830ca1453ca4bfe1c00126f5e873d6fd128de22063d8ffcbb8b9 WHIRLPOOL 955f9a67b3d1a36c26a62300af2bf620121f248278184361e6a5b6c11b74d090dbe239ffec87cf2b888297eab2b26410dffb253c5e14feaac7306496f5499418 DIST fslsfonts-1.0.5.tar.bz2 125650 SHA256 f1ed55093356b78daec2678d22f52d42ec11fe88575562d734396962e626d7f6 SHA512 3a30598ace981c7396bfe44f0d8f76d40fca3f77158dceb3914a524594a12187dcad0b0f225fa81f251f0b7896bf046cec4ba610b4676da9be311eec5d8c6cc2 WHIRLPOOL 4ffc0d78701c81fd0bfd7f58bda98fb840002614fa276c6bf18a1cc03bad1ffc75ecdceecc4c6bc22e0b29c02c1b21fd6e789fe109e6fc7adb8fee4568ca40df diff --git a/x11-apps/fslsfonts/fslsfonts-1.0.4.ebuild b/x11-apps/fslsfonts/fslsfonts-1.0.4.ebuild deleted file mode 100644 index 62c4743..0000000 --- a/x11-apps/fslsfonts/fslsfonts-1.0.4.ebuild +++ /dev/null @@ -1,15 +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="list fonts served by X font server" -KEYWORDS="amd64 arm ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-proto/xproto - x11-libs/libFS" -DEPEND="${RDEPEND}"