diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-28 11:17:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-29 12:05:38 +0200 |
commit | 963983f032e98abc09ae063c362e7d907ead0d6e (patch) | |
tree | ce9236b5601165739032d172e8009350dec7187e /app-text | |
parent | dev-ml/ocaml-dispatch: bump to 0.4.0 (diff) | |
download | gentoo-963983f032e98abc09ae063c362e7d907ead0d6e.tar.gz gentoo-963983f032e98abc09ae063c362e7d907ead0d6e.tar.bz2 gentoo-963983f032e98abc09ae063c362e7d907ead0d6e.zip |
app-text/t1utils: bump to 1.40
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/t1utils/Manifest | 1 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.40.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-text/t1utils/Manifest b/app-text/t1utils/Manifest index cfb9614de571..e9a8cde8f75c 100644 --- a/app-text/t1utils/Manifest +++ b/app-text/t1utils/Manifest @@ -1 +1,2 @@ DIST t1utils-1.39.tar.gz 175047 SHA256 0faef3e5c4927b38b05ac99ee177b7d7cddbbf5b4452f98b244f684b52b0d4c4 SHA512 930fa0f264136fdc5d3d18e9a3b45c4818413d01ed12a32daa1b5ecfcc0ea4d6554faf428c6bab9247a2cfc16973787c0b6f0dfbb0273fa6a03a3e8d1d501301 WHIRLPOOL 976452434ea273cc1a42973cec28cd7587925490e37369715eeebb5e1d4aebca829d61893060512d621fe9393dd3758d670f0e1827347d8240cb622aa7afa1be +DIST t1utils-1.40.tar.gz 176192 SHA256 56060d147f628fb3a356aea35e5119c0b3fdf1ed8c750e0ab16b95cdf1713d8b SHA512 790a6196b9dedd7ff7b25b7933678190d6380a341d543ca9064372c2c1c8eb8114a054dadd67f7f198084f1d7ed2cc10d78a6dbee6805b8e614328e0809a1807 WHIRLPOOL 9dc53f775ac66879ab9f3a2ab5fcfca9459bdb30871e21b210ffb76b9ee6d1b251c866ea568930d5b5605944056e5986ecfbe04b4fc825792ed3642d973443bf diff --git a/app-text/t1utils/t1utils-1.40.ebuild b/app-text/t1utils/t1utils-1.40.ebuild new file mode 100644 index 000000000000..2023fde00df1 --- /dev/null +++ b/app-text/t1utils/t1utils-1.40.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +IUSE="" + +DESCRIPTION="Type 1 Font utilities" +SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" +HOMEPAGE="http://www.lcdf.org/type/#t1utils" +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" +SLOT="0" +LICENSE="BSD" + +DEPEND="" +RDEPEND="${DEPEND} + !<media-libs/freetype-1.4_pre20080316" + +src_install () { + emake DESTDIR="${D}" install || die "make install failed" + dodoc NEWS README +} |