summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-06-01 23:58:20 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-06-01 23:58:20 +0000
commitbc7fd283732d7fcba01875557dbececab6b23121 (patch)
treed27c6c49c60d570b6f03a9ed8be3002f98831f52 /games-kids/tuxtype
parentVersion bump and remove old. (diff)
downloadgentoo-2-bc7fd283732d7fcba01875557dbececab6b23121.tar.gz
gentoo-2-bc7fd283732d7fcba01875557dbececab6b23121.tar.bz2
gentoo-2-bc7fd283732d7fcba01875557dbececab6b23121.zip
fix librsvg dep and add use flag with patch from Piotr Szymaniak via bug #369275
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-kids/tuxtype')
-rw-r--r--games-kids/tuxtype/ChangeLog6
-rw-r--r--games-kids/tuxtype/tuxtype-1.8.1.ebuild13
2 files changed, 15 insertions, 4 deletions
diff --git a/games-kids/tuxtype/ChangeLog b/games-kids/tuxtype/ChangeLog
index 2d915a62be1a..3f53ffed3b2f 100644
--- a/games-kids/tuxtype/ChangeLog
+++ b/games-kids/tuxtype/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-kids/tuxtype
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/ChangeLog,v 1.18 2011/03/04 12:56:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/ChangeLog,v 1.19 2011/06/01 23:58:20 mr_bones_ Exp $
+
+ 01 Jun 2011; Michael Sterrett <mr_bones_@gentoo.org> tuxtype-1.8.1.ebuild:
+ fix librsvg dep and add use flag with patch from Piotr Szymaniak via bug
+ #369275
04 Mar 2011; Brent Baude <ranger@gentoo.org> tuxtype-1.8.1.ebuild:
stable ppc, bug 353819
diff --git a/games-kids/tuxtype/tuxtype-1.8.1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1.ebuild
index fabc93afd6f7..c60478ae2939 100644
--- a/games-kids/tuxtype/tuxtype-1.8.1.ebuild
+++ b/games-kids/tuxtype/tuxtype-1.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild,v 1.7 2011/03/04 12:56:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild,v 1.8 2011/06/01 23:58:20 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -12,13 +12,14 @@ SRC_URI="http://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-${PV}.ta
LICENSE="GPL-2 OFL-1.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
+IUSE="svg"
DEPEND="media-libs/libsdl[video]
media-libs/sdl-pango
media-libs/sdl-mixer
media-libs/sdl-image
- media-libs/sdl-ttf"
+ media-libs/sdl-ttf
+ svg? ( gnome-base/librsvg )"
S=${WORKDIR}/tuxtype_w_fonts-${PV}
@@ -29,6 +30,12 @@ src_prepare() {
$(find -name Makefile.in) || die "fixing Makefile paths"
}
+src_configure() {
+ egamesconf \
+ --disable-dependency-tracking \
+ $(use_with svg rsvg)
+}
+
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
prepalldocs