Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/
Date: Fri, 23 Sep 2016 15:20:36
Message-Id: 1474643930.c8bb52116e051f9628a802837a38b1f69813399a.aballier@gentoo
1 commit: c8bb52116e051f9628a802837a38b1f69813399a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 15:18:50 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 15:18:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bb5211
7
8 app-text/lcdf-typetools: remove old
9
10 Package-Manager: portage-2.3.1
11
12 app-text/lcdf-typetools/Manifest | 2 --
13 .../lcdf-typetools/lcdf-typetools-2.104.ebuild | 29 ----------------------
14 .../lcdf-typetools/lcdf-typetools-2.105.ebuild | 29 ----------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
18 index d3fb634..50a891d 100644
19 --- a/app-text/lcdf-typetools/Manifest
20 +++ b/app-text/lcdf-typetools/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST lcdf-typetools-2.104.tar.gz 636875 SHA256 d7985458ead0850cb9549ff1d619ffc18da5d7be892be5e1fce6048d510f0fff SHA512 0d41386787aa18e5a7a85158ebba2046480c2320cbdfeaad75092962335f8f97a0ceede1aa301197d6c971bd6be729960c636fb14a8ce21e4c7f3f0e57257388 WHIRLPOOL 327e88a89cedb4a66fe93878c68dff11cb2b1d8d189eb3107f1782e67a70444ccee2b1ee6362f189441695f5e02a334311f9458a4a3f1d752fe22d863a2f3d20
23 -DIST lcdf-typetools-2.105.tar.gz 640159 SHA256 c8b6a58e2f8f61ff3c21fd61452032c83938c91fde00f302b8f9391b16c6b63a SHA512 52670a7faca7da175819420c68aa9b34d3d488ed5d25f13e9d0930e9442857c481575c89a379183c9cd4a1b2a0786bcd8ffe33682e284b8f6e12ca917bb97538 WHIRLPOOL 729766b968ad48495edb952f89d13cb7e59c37b46606f12d0a7748feb8e722fb67e3f981a63c64fb1b81129d8059a985bf08a2978f33e0586aa3f8ab95f034f0
24 DIST lcdf-typetools-2.106.tar.gz 643503 SHA256 503c3869f73a392ae0ba41e0fc4f7672e70e2d66e8a81f3bb183f495183fa967 SHA512 039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf WHIRLPOOL 6ec074348f3a1f17d06b7f70f5b170d70b63055d81556ba8c2c14c50e7be4f0070f3ad685a1624a8e10a78db931cd798f7656a08b7fa0c324d663f4d0fcfad51
25 DIST lcdf-typetools-2.97.tar.gz 616431 SHA256 761746041c669fa3673a3e90ec7a247abd0e2782bdddf0fc5d7ab70b33b6f975 SHA512 8812436843721b7134ec796549092854050d1e9017fef048a62e7aa0e866d20e9757b246dbad738cdf8d8583afada3a2db9c6c7dc2546154cafd4dcd0f27f7f2 WHIRLPOOL 767a2a74a9f9b7a0c29407178b96a1455da39239b835f59def2ae77db068655a8953362c6f8d48a8a31fb6fc40dea405c0e6eb276fe60750e9dfbb11954bd972
26
27 diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild
28 deleted file mode 100644
29 index 393241d..00000000
30 --- a/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=2
38 -
39 -inherit toolchain-funcs flag-o-matic
40 -
41 -DESCRIPTION="Font utilities for eg manipulating OTF"
42 -SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
43 -HOMEPAGE="http://www.lcdf.org/type/#typetools"
44 -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"
45 -SLOT="0"
46 -LICENSE="GPL-2"
47 -IUSE="+kpathsea"
48 -
49 -RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
50 -DEPEND="${RDEPEND}
51 - virtual/pkgconfig"
52 -
53 -src_configure() {
54 - use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
55 - econf $(use_with kpathsea)
56 -}
57 -
58 -src_install() {
59 - emake DESTDIR="${D}" install || die "emake install failed"
60 - dodoc NEWS README ONEWS
61 -}
62
63 diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild
64 deleted file mode 100644
65 index d7efb3a..00000000
66 --- a/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild
67 +++ /dev/null
68 @@ -1,29 +0,0 @@
69 -# Copyright 1999-2015 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -# $Id$
72 -
73 -EAPI=5
74 -
75 -inherit toolchain-funcs flag-o-matic
76 -
77 -DESCRIPTION="Font utilities for eg manipulating OTF"
78 -SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
79 -HOMEPAGE="http://www.lcdf.org/type/#typetools"
80 -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"
81 -SLOT="0"
82 -LICENSE="GPL-2"
83 -IUSE="+kpathsea"
84 -
85 -RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
86 -DEPEND="${RDEPEND}
87 - virtual/pkgconfig"
88 -
89 -src_configure() {
90 - use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
91 - econf $(use_with kpathsea)
92 -}
93 -
94 -src_install() {
95 - emake DESTDIR="${D}" install
96 - dodoc NEWS README.md ONEWS
97 -}