diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-14 22:04:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-14 22:04:06 +0000 |
commit | bf29401e6e4c1ed6ed49016a3b432296ebfc8fa6 (patch) | |
tree | ada5b78d6190687e957396e3e51884f1f5c91137 /games-kids/gcompris | |
parent | Add 1.0_rc1, fixes Bug 59877. (diff) | |
download | historical-bf29401e6e4c1ed6ed49016a3b432296ebfc8fa6.tar.gz historical-bf29401e6e4c1ed6ed49016a3b432296ebfc8fa6.tar.bz2 historical-bf29401e6e4c1ed6ed49016a3b432296ebfc8fa6.zip |
prepgamesdirs
Diffstat (limited to 'games-kids/gcompris')
-rw-r--r-- | games-kids/gcompris/Manifest | 8 | ||||
-rw-r--r-- | games-kids/gcompris/gcompris-6.1.ebuild | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest index ae184d19dcc0..0529e2791913 100644 --- a/games-kids/gcompris/Manifest +++ b/games-kids/gcompris/Manifest @@ -1,9 +1,9 @@ MD5 68f671d36fbd5ae3727b81b83d0fc6bd ChangeLog 1839 MD5 9bcd06631031e99a9483f899ef2bcc78 gcompris-3.2.ebuild 1748 -MD5 ab9997908baeb9fe3b6bd9d105d9900d gcompris-4.2-r1.ebuild 1904 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 937142180bf665c037933bf62bdc33aa gcompris-6.1.ebuild 1172 -MD5 6b1b23d5029e636524f9ac59e52ba52b files/4.2-lang.patch 392 +MD5 ab9997908baeb9fe3b6bd9d105d9900d gcompris-4.2-r1.ebuild 1904 +MD5 0655ac80512839c34375e02df12c8a82 gcompris-6.1.ebuild 1193 MD5 0346bcf761b5cad47d9ce1289da0305a files/digest-gcompris-3.2 63 -MD5 3819cc11a98a4e03ee7bc74f550f424c files/digest-gcompris-4.2-r1 66 MD5 ed46e5543c3cac51faffd85ee6f2163e files/digest-gcompris-6.1 66 +MD5 6b1b23d5029e636524f9ac59e52ba52b files/4.2-lang.patch 392 +MD5 3819cc11a98a4e03ee7bc74f550f424c files/digest-gcompris-4.2-r1 66 diff --git a/games-kids/gcompris/gcompris-6.1.ebuild b/games-kids/gcompris/gcompris-6.1.ebuild index ba87d53dc41d..5e3de2dc61f7 100644 --- a/games-kids/gcompris/gcompris-6.1.ebuild +++ b/games-kids/gcompris/gcompris-6.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-6.1.ebuild,v 1.2 2004/08/29 12:47:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-6.1.ebuild,v 1.3 2004/10/14 22:04:06 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="full featured educational application for children from 3 to 10" HOMEPAGE="http://ofset.sourceforge.net/gcompris/" @@ -34,8 +34,8 @@ DEPEND="virtual/x11 src_compile() { export GNUCHESS="${GAMES_BINDIR}/gnuchess" econf \ - `use_with python python /usr/bin/python` \ - `use_with editor` \ + $(use_with python python /usr/bin/python) \ + $(use_with editor) \ || die emake -j1 || die "emake failed" } @@ -43,4 +43,5 @@ src_compile() { src_install() { make install DESTDIR=${D} || die "make install failed" dodoc AUTHORS ChangeLog NEWS README THANKS TODO + prepgamesdirs } |