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/t1utils/
Date: Sat, 29 Jul 2017 10:06:10
Message-Id: 1501322738.963983f032e98abc09ae063c362e7d907ead0d6e.aballier@gentoo
1 commit: 963983f032e98abc09ae063c362e7d907ead0d6e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 28 09:17:47 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 10:05:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963983f0
7
8 app-text/t1utils: bump to 1.40
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-text/t1utils/Manifest | 1 +
13 app-text/t1utils/t1utils-1.40.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/app-text/t1utils/Manifest b/app-text/t1utils/Manifest
17 index cfb9614de57..e9a8cde8f75 100644
18 --- a/app-text/t1utils/Manifest
19 +++ b/app-text/t1utils/Manifest
20 @@ -1 +1,2 @@
21 DIST t1utils-1.39.tar.gz 175047 SHA256 0faef3e5c4927b38b05ac99ee177b7d7cddbbf5b4452f98b244f684b52b0d4c4 SHA512 930fa0f264136fdc5d3d18e9a3b45c4818413d01ed12a32daa1b5ecfcc0ea4d6554faf428c6bab9247a2cfc16973787c0b6f0dfbb0273fa6a03a3e8d1d501301 WHIRLPOOL 976452434ea273cc1a42973cec28cd7587925490e37369715eeebb5e1d4aebca829d61893060512d621fe9393dd3758d670f0e1827347d8240cb622aa7afa1be
22 +DIST t1utils-1.40.tar.gz 176192 SHA256 56060d147f628fb3a356aea35e5119c0b3fdf1ed8c750e0ab16b95cdf1713d8b SHA512 790a6196b9dedd7ff7b25b7933678190d6380a341d543ca9064372c2c1c8eb8114a054dadd67f7f198084f1d7ed2cc10d78a6dbee6805b8e614328e0809a1807 WHIRLPOOL 9dc53f775ac66879ab9f3a2ab5fcfca9459bdb30871e21b210ffb76b9ee6d1b251c866ea568930d5b5605944056e5986ecfbe04b4fc825792ed3642d973443bf
23
24 diff --git a/app-text/t1utils/t1utils-1.40.ebuild b/app-text/t1utils/t1utils-1.40.ebuild
25 new file mode 100644
26 index 00000000000..2023fde00df
27 --- /dev/null
28 +++ b/app-text/t1utils/t1utils-1.40.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +IUSE=""
34 +
35 +DESCRIPTION="Type 1 Font utilities"
36 +SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
37 +HOMEPAGE="http://www.lcdf.org/type/#t1utils"
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
39 +SLOT="0"
40 +LICENSE="BSD"
41 +
42 +DEPEND=""
43 +RDEPEND="${DEPEND}
44 + !<media-libs/freetype-1.4_pre20080316"
45 +
46 +src_install () {
47 + emake DESTDIR="${D}" install || die "make install failed"
48 + dodoc NEWS README
49 +}