* [gentoo-commits] gentoo-x86 commit in dev-util/gource: ChangeLog gource-0.29.ebuild gource-0.26b.ebuild gource-0.27.ebuild
@ 2011-02-04 15:41 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2011-02-04 15:41 UTC (permalink / raw
To: gentoo-commits
flameeyes 11/02/04 15:41:52
Modified: ChangeLog
Added: gource-0.29.ebuild
Removed: gource-0.26b.ebuild gource-0.27.ebuild
Log:
Version bump by Enrico; remove old versions.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-util/gource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 6 Sep 2010 18:30:34 -0000 1.9
+++ ChangeLog 4 Feb 2011 15:41:52 -0000 1.10
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/gource
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.9 2010/09/06 18:30:34 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.10 2011/02/04 15:41:52 flameeyes Exp $
+
+*gource-0.29 (04 Feb 2011)
+
+ 04 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org> -gource-0.26b.ebuild,
+ -gource-0.27.ebuild, +gource-0.29.ebuild:
+ Version bump by Enrico; remove old versions.
*gource-0.28 (06 Sep 2010)
1.1 dev-util/gource/gource-0.29.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/gource-0.29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/gource-0.29.ebuild?rev=1.1&content-type=text/plain
Index: gource-0.29.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.29.ebuild,v 1.1 2011/02/04 15:41:52 flameeyes Exp $
EAPI=2
inherit versionator
MY_P=${P/_p/-}
MY_P=${MY_P/_/-}
MY_DATE=${PV/*_p}
DESCRIPTION="A software version control visualization tool"
HOMEPAGE="http://code.google.com/p/gource/"
SRC_URI="http://gource.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=media-libs/libsdl-1.2.10[opengl,X]
>=media-libs/sdl-image-1.2[jpeg,png]
dev-libs/libpcre:3
>=media-libs/ftgl-2.1.3_rc5
>=media-libs/libpng-1.2
>=media-libs/jpeg-6b-r9
media-libs/mesa
media-fonts/freefont-ttf
>=media-libs/glew-1.5
"
DEPEND="
${RDEPEND}
dev-util/pkgconfig
media-libs/freetype:2
"
case ${PV} in
*_beta*)
my_v=$(get_version_component_range 1-3)
my_v=${my_v//_/-}
S="${WORKDIR}/${PN}-${my_v}" ;;
*)
S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)" ;;
esac
src_configure() {
econf --enable-ttf-font-dir=/usr/share/fonts/freefont-ttf/
}
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
dodoc README ChangeLog THANKS || die "dodoc failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-04 15:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-04 15:41 [gentoo-commits] gentoo-x86 commit in dev-util/gource: ChangeLog gource-0.29.ebuild gource-0.26b.ebuild gource-0.27.ebuild Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox