Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils: ChangeLog splashutils-1.5.3.4.ebuild
Date: Sun, 03 Feb 2008 15:38:33
Message-Id: E1JLgvO-0005W6-JD@stork.gentoo.org
1 spock 08/02/03 15:38:30
2
3 Modified: ChangeLog splashutils-1.5.3.4.ebuild
4 Log:
5 Switch the build to EAPI 1, make the png, mng and truetype flags enabled by default.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.127 media-gfx/splashutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.127&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.127&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.126&r2=1.127
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
18 retrieving revision 1.126
19 retrieving revision 1.127
20 diff -u -r1.126 -r1.127
21 --- ChangeLog 27 Jan 2008 12:15:28 -0000 1.126
22 +++ ChangeLog 3 Feb 2008 15:38:30 -0000 1.127
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-gfx/splashutils
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.126 2008/01/27 12:15:28 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.127 2008/02/03 15:38:30 spock Exp $
28 +
29 + 03 Feb 2008; MichaƂ Januszewski <spock@g.o>
30 + splashutils-1.5.3.4.ebuild:
31 + Switch the build to EAPI 1, make the png, mng and truetype flags enabled by
32 + default.
33
34 *splashutils-1.5.3.4 (27 Jan 2008)
35
36
37
38
39 1.2 media-gfx/splashutils/splashutils-1.5.3.4.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.4.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.4.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.4.ebuild?r1=1.1&r2=1.2
44
45 Index: splashutils-1.5.3.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.4.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- splashutils-1.5.3.4.ebuild 27 Jan 2008 12:15:28 -0000 1.1
52 +++ splashutils-1.5.3.4.ebuild 3 Feb 2008 15:38:30 -0000 1.2
53 @@ -1,6 +1,8 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.4.ebuild,v 1.1 2008/01/27 12:15:28 spock Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.4.ebuild,v 1.2 2008/02/03 15:38:30 spock Exp $
58 +
59 +EAPI="1"
60
61 inherit eutils multilib toolchain-funcs
62
63 @@ -16,7 +18,7 @@
64 JPEGSRC="libs/jpeg-${V_JPEG}"
65 FT2SRC="libs/freetype-${V_FT}"
66
67 -IUSE="hardened png truetype mng gpm fbcondecor"
68 +IUSE="hardened +png +truetype +mng gpm fbcondecor"
69
70 DESCRIPTION="Framebuffer splash utilities."
71 HOMEPAGE="http://fbsplash.berlios.de"
72 @@ -31,7 +33,8 @@
73 LICENSE="GPL-2"
74 SLOT="0"
75 KEYWORDS="~amd64 ~ppc ~x86"
76 -RDEPEND="truetype? ( >=media-libs/freetype-2 )
77 +RDEPEND="gpm? ( sys-libs/gpm )
78 + truetype? ( >=media-libs/freetype-2 )
79 png? ( >=media-libs/libpng-1.2.7 )
80 mng? ( media-libs/lcms media-libs/libmng )
81 >=media-libs/jpeg-6b
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list