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.37.ebuild
Date: Mon, 09 Jan 2012 15:49:08
Message-Id: 20120109154859.4702B2004B@flycatcher.gentoo.org
1 aballier 12/01/09 15:48:59
2
3 Modified: ChangeLog
4 Added: t1utils-1.37.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.61 app-text/t1utils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 13 Jun 2011 20:55:04 -0000 1.60
24 +++ ChangeLog 9 Jan 2012 15:48:59 -0000 1.61
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-text/t1utils
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.60 2011/06/13 20:55:04 mattst88 Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.61 2012/01/09 15:48:59 aballier Exp $
31 +
32 +*t1utils-1.37 (09 Jan 2012)
33 +
34 + 09 Jan 2012; Alexis Ballier <aballier@g.o> +t1utils-1.37.ebuild:
35 + version bump
36
37 13 Jun 2011; Matt Turner <mattst88@g.o> t1utils-1.36.ebuild:
38 Added ~mips, bug 342513
39
40
41
42 1.1 app-text/t1utils/t1utils-1.37.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/t1utils-1.37.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/t1utils/t1utils-1.37.ebuild?rev=1.1&content-type=text/plain
46
47 Index: t1utils-1.37.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.37.ebuild,v 1.1 2012/01/09 15:48:59 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 ~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 }