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