From: Alexis Ballier Date: Sat, 21 Jan 2017 17:13:28 +0000 (+0100) Subject: app-text/lcdf-typetools: remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ad7785ad60214ce9b95f6930a945de4eec503d5;p=gentoo.git app-text/lcdf-typetools: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest index 50a891dad5b2..be5407ec13af 100644 --- a/app-text/lcdf-typetools/Manifest +++ b/app-text/lcdf-typetools/Manifest @@ -1,2 +1 @@ DIST lcdf-typetools-2.106.tar.gz 643503 SHA256 503c3869f73a392ae0ba41e0fc4f7672e70e2d66e8a81f3bb183f495183fa967 SHA512 039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf WHIRLPOOL 6ec074348f3a1f17d06b7f70f5b170d70b63055d81556ba8c2c14c50e7be4f0070f3ad685a1624a8e10a78db931cd798f7656a08b7fa0c324d663f4d0fcfad51 -DIST lcdf-typetools-2.97.tar.gz 616431 SHA256 761746041c669fa3673a3e90ec7a247abd0e2782bdddf0fc5d7ab70b33b6f975 SHA512 8812436843721b7134ec796549092854050d1e9017fef048a62e7aa0e866d20e9757b246dbad738cdf8d8583afada3a2db9c6c7dc2546154cafd4dcd0f27f7f2 WHIRLPOOL 767a2a74a9f9b7a0c29407178b96a1455da39239b835f59def2ae77db068655a8953362c6f8d48a8a31fb6fc40dea405c0e6eb276fe60750e9dfbb11954bd972 diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.97.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.97.ebuild deleted file mode 100644 index ea522741bd7d..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.97.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -DESCRIPTION="Font utilities for eg manipulating OTF" -SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" -HOMEPAGE="http://www.lcdf.org/type/#typetools" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -LICENSE="GPL-2" -IUSE="+kpathsea" - -DEPEND="kpathsea? ( virtual/tex-base )" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_with kpathsea) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc NEWS README ONEWS -}