Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/t1utils: ChangeLog t1utils-1.39.ebuild
Date: Mon, 02 Mar 2015 10:45:57
Message-Id: 20150302104552.B8A4B12DF1@oystercatcher.gentoo.org
1 aballier 15/03/02 10:45:52
2
3 Modified: ChangeLog
4 Added: t1utils-1.39.ebuild
5 Log:
6 version bump
7
8 Signed-off-by: aballier@g.o
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
10
11 Revision Changes Path
12 1.81 app-text/t1utils/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.81&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.81&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?r1=1.80&r2=1.81
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v
21 retrieving revision 1.80
22 retrieving revision 1.81
23 diff -u -r1.80 -r1.81
24 --- ChangeLog 28 Feb 2015 13:20:44 -0000 1.80
25 +++ ChangeLog 2 Mar 2015 10:45:52 -0000 1.81
26 @@ -1,6 +1,11 @@
27 # ChangeLog for app-text/t1utils
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.80 2015/02/28 13:20:44 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.81 2015/03/02 10:45:52 aballier Exp $
31 +
32 +*t1utils-1.39 (02 Mar 2015)
33 +
34 + 02 Mar 2015; Alexis Ballier <aballier@g.o> +t1utils-1.39.ebuild:
35 + version bump
36
37 28 Feb 2015; Agostino Sarubbo <ago@g.o> t1utils-1.38.ebuild:
38 Stable for ia64, wrt bug #534912
39
40
41
42 1.1 app-text/t1utils/t1utils-1.39.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/t1utils-1.39.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/t1utils-1.39.ebuild?rev=1.1&content-type=text/plain
46
47 Index: t1utils-1.39.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.39.ebuild,v 1.1 2015/03/02 10:45:52 aballier Exp $
52
53 IUSE=""
54
55 DESCRIPTION="Type 1 Font utilities"
56 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
57 HOMEPAGE="http://www.lcdf.org/type/#t1utils"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
59 SLOT="0"
60 LICENSE="BSD"
61
62 DEPEND=""
63 RDEPEND="${DEPEND}
64 !<media-libs/freetype-1.4_pre20080316"
65
66 src_install () {
67 emake DESTDIR="${D}" install || die "make install failed"
68 dodoc NEWS README
69 }