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 0CC0C138334 for ; Thu, 29 Nov 2018 05:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD3E5E0991; Thu, 29 Nov 2018 05:17:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 839D2E0990 for ; Thu, 29 Nov 2018 05:17:39 +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 7DC6C335C8F for ; Thu, 29 Nov 2018 05:17:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DBE54E0 for ; Thu, 29 Nov 2018 05:17:33 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1543468638.dfd0bfa3c394fdb23f55eb7418168e0e2c06e9de.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/fonttosfnt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/fonttosfnt/Manifest x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild X-VCS-Directories: x11-apps/fonttosfnt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: dfd0bfa3c394fdb23f55eb7418168e0e2c06e9de X-VCS-Branch: master Date: Thu, 29 Nov 2018 05:17: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: beecdba0-7675-4a74-bf76-d048467ea9af X-Archives-Hash: 75200d34025702bacca065436dd3dca5 commit: dfd0bfa3c394fdb23f55eb7418168e0e2c06e9de Author: Matt Turner gentoo org> AuthorDate: Thu Nov 29 05:11:10 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 29 05:17:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd0bfa3 x11-apps/fonttosfnt: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/fonttosfnt/Manifest | 1 - x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest index f2eec56e994..dabf2a71cac 100644 --- a/x11-apps/fonttosfnt/Manifest +++ b/x11-apps/fonttosfnt/Manifest @@ -1,2 +1 @@ -DIST fonttosfnt-1.0.4.tar.bz2 106121 BLAKE2B 9ae24fa3824ef530865af68a22e38e8343e7b4978270f911b0ab3d7f0efc14536c1c8f713f299c75e78ad1f8d5b89eec9ad31227c894333d2e52799e5bebfdc8 SHA512 15764d51f581a18c5f25224312a4cf0558bd6b1676d8e5e58f8eb4ae156908bb679726e848b46a316b54a8120e664122f96f7b1233da372b2351923652920b1e DIST fonttosfnt-1.0.5.tar.bz2 141446 BLAKE2B 277f7f182d0c45ed06fd67ad0c839c2b116d64d801fbd623b81b8a9cbe5ee77a89b6b5cd277d3090a9b6be6e006bea36e1cf98e2dbdb2917e54ddfa30d0b659b SHA512 dba990098c95b07bc7240699a5c9ea11f056fbfddd70f669ae283548cbf20d756b28d817a99548c23ba81de9792877296ab6f35ee3c630e5c3cd8f14650ce297 diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild deleted file mode 100644 index 61d81756292..00000000000 --- a/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="X.Org fonttosfnt application" -KEYWORDS="amd64 arm ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" -RDEPEND="x11-libs/libX11 - =media-libs/freetype-2* - x11-libs/libfontenc" -DEPEND="${RDEPEND}"