Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gource: ChangeLog gource-0.24.ebuild gource-0.24_beta2.ebuild
Date: Tue, 09 Feb 2010 14:19:25
Message-Id: E1Neqvs-0001gW-Ft@stork.gentoo.org
1 flameeyes 10/02/09 14:19:16
2
3 Modified: ChangeLog
4 Added: gource-0.24.ebuild
5 Removed: gource-0.24_beta2.ebuild
6 Log:
7 Version bump to final, thanks to Enrico.
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-util/gource/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gource/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gource/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gource/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 1 Feb 2010 11:34:51 -0000 1.2
24 +++ ChangeLog 9 Feb 2010 14:19:15 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-util/gource
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.2 2010/02/01 11:34:51 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.3 2010/02/09 14:19:15 flameeyes Exp $
30 +
31 +*gource-0.24 (09 Feb 2010)
32 +
33 + 09 Feb 2010; Diego E. Pettenò <flameeyes@g.o>
34 + -gource-0.24_beta2.ebuild, +gource-0.24.ebuild:
35 + Version bump to final, thanks to Enrico.
36
37 *gource-0.24_beta2 (01 Feb 2010)
38
39
40
41
42 1.1 dev-util/gource/gource-0.24.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gource/gource-0.24.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gource/gource-0.24.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gource-0.24.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.24.ebuild,v 1.1 2010/02/09 14:19:15 flameeyes Exp $
52
53 EAPI=2
54
55 inherit versionator
56
57 MY_P=${P/_/-}
58
59 DESCRIPTION="A software version control visualization tool"
60 HOMEPAGE="http://code.google.com/p/gource/"
61 SRC_URI="http://gource.googlecode.com/files/${MY_P}.tar.gz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 RDEPEND="
69 >=media-libs/libsdl-1.2.10[opengl,X]
70 >=media-libs/sdl-image-1.2[jpeg,png]
71 dev-libs/libpcre:3
72 >=media-libs/ftgl-2.1.3_rc5
73 >=media-libs/libpng-1.2
74 >=media-libs/jpeg-6b-r9
75 media-libs/mesa
76 media-fonts/freefont-ttf
77 "
78 DEPEND="
79 ${RDEPEND}
80 dev-util/pkgconfig
81 media-libs/freetype:2
82 "
83 S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)"
84
85 src_configure() {
86 econf --enable-ttf-font-dir=/usr/share/fonts/freefont-ttf/
87 }
88
89 src_install() {
90 emake DESTDIR="${D}" install || die "Install failed"
91 dodoc README || die "dodoc failed"
92 }