diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:27:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:27:12 +0000 |
commit | e3e5b75c43099485e1ff10c7b477bd2c2c462a56 (patch) | |
tree | 45e495003a64569edad96b9fa1baf5130c99d784 | |
parent | old (diff) | |
download | gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.tar.gz gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.tar.bz2 gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.zip |
touchups
-rw-r--r-- | games-board/gnubg/files/digest-gnubg-0.13.0 | 3 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-0.13.0-r1.ebuild | 17 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-0.13.0.ebuild | 71 | ||||
-rw-r--r-- | games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild | 10 | ||||
-rw-r--r-- | games-board/knights/knights-0.6.ebuild | 7 | ||||
-rw-r--r-- | games-board/kwappen/kwappen-1.1.2.ebuild | 8 | ||||
-rw-r--r-- | games-board/mah-jong/mah-jong-1.6.ebuild | 15 | ||||
-rw-r--r-- | games-board/maitretarot/maitretarot-0.1.98.ebuild | 4 | ||||
-rw-r--r-- | games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild | 9 | ||||
-rw-r--r-- | games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild | 4 | ||||
-rw-r--r-- | games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild | 9 | ||||
-rw-r--r-- | games-board/sirius/files/digest-sirius-0.7.0 | 1 | ||||
-rw-r--r-- | games-board/sirius/sirius-0.7.0.ebuild | 20 | ||||
-rw-r--r-- | games-board/sirius/sirius-0.8.0.ebuild | 9 | ||||
-rw-r--r-- | games-board/six/six-0.4.0.ebuild | 7 | ||||
-rw-r--r-- | games-board/teg/teg-0.11.0-r1.ebuild | 6 | ||||
-rw-r--r-- | games-board/xskat/xskat-3.4-r1.ebuild | 4 |
17 files changed, 48 insertions, 156 deletions
diff --git a/games-board/gnubg/files/digest-gnubg-0.13.0 b/games-board/gnubg/files/digest-gnubg-0.13.0 deleted file mode 100644 index e21082abc05d..000000000000 --- a/games-board/gnubg/files/digest-gnubg-0.13.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 91db5727b6589dbfd410e6ce1683fa95 gnubg-0.13.0.tar.gz 2232531 -MD5 82d1eab50ef604c41dced139afb469ba gnubg.weights-0.13.gz 470118 -MD5 e247fbc2d2ac370ccad29489e8be9181 gnubg.bd.gz 2427893 diff --git a/games-board/gnubg/gnubg-0.13.0-r1.ebuild b/games-board/gnubg/gnubg-0.13.0-r1.ebuild index f397848a0143..eccc2227672b 100644 --- a/games-board/gnubg/gnubg-0.13.0-r1.ebuild +++ b/games-board/gnubg/gnubg-0.13.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.13.0-r1.ebuild,v 1.2 2003/09/30 07:23:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.13.0-r1.ebuild,v 1.3 2004/02/29 10:22:52 vapier Exp $ inherit games @@ -19,9 +19,8 @@ IUSE="gtk gtk2 readline guile X gdbm truetype nls png esd arts nas" # FIXME does this need to DEPEND on netpbm? RDEPEND="guile? ( dev-util/guile ) truetype? ( =media-libs/freetype-1* ) - || ( - gtk2? ( =x11-libs/gtk+-2* =dev-libs/glib-2* ) - gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1* ) + gtk? ( + gtk2? ( =x11-libs/gtk+-2* =dev-libs/glib-2* ) : ( =x11-libs/gtk+-1.2* =dev-libs/glib-1* ) ) readline? ( sys-libs/readline ) X? ( virtual/x11 ) @@ -48,15 +47,15 @@ src_unpack() { src_compile() { local myconf="" - if [ -n "`use gtk`" -o -n "`use gtk2`" ] ; then + if use gtk ; then # doesn't make any sense to add this without gtk or gtk2 - if [ -n "`best_version x11-libs/gtk+extra`" ] ; then + if has_version x11-libs/gtk+extra ; then myconf="--with-gtkextra" else myconf="--without-gtkextra" fi # --with-gtk doesn't mean what you think it means for configuring gnubg. - if [ `use gtk2` ] ; then + if use gtk2 ; then myconf="${myconf} --with-gtk --with-gtk2" else myconf="${myconf} --with-gtk --without-gtk2" @@ -64,7 +63,7 @@ src_compile() { else myconf="${myconf} --disable-gtktest" fi - if [ -n "`use esd`" -o -n "`use arts`" -o -n "`use nas`" ] ; then + if use esd || use arts ; then myconf="${myconf} --with-sound" else myconf="${myconf} --without-sound --disable-esdtest --disable-artsc-test" diff --git a/games-board/gnubg/gnubg-0.13.0.ebuild b/games-board/gnubg/gnubg-0.13.0.ebuild deleted file mode 100644 index 50bd462d52ae..000000000000 --- a/games-board/gnubg/gnubg-0.13.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.13.0.ebuild,v 1.2 2003/09/12 06:18:06 vapier Exp $ - -inherit games - -WPV=0.13 -DESCRIPTION="GNU BackGammon" -HOMEPAGE="http://www.gnu.org/software/gnubg/gnubg.html" -SRC_URI="ftp://alpha.gnu.org/gnu/gnubg/${P}.tar.gz - ftp://alpha.gnu.org/gnu/gnubg/${PN}.weights-${WPV}.gz - ftp://alpha.gnu.org/gnu/gnubg/${PN}.bd.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="gtk gtk2 readline guile X gdbm truetype nls png" - -DEPEND="guile? ( dev-util/guile ) - truetype? ( =media-libs/freetype-1* ) - || ( - gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1* ) - gtk2? ( =x11-libs/gtk+-2* =dev-libs/glib-2* ) - ) - readline? ( sys-libs/readline ) - X? ( virtual/x11 ) - gdbm? ( sys-libs/gdbm ) - png? ( media-libs/libpng )" - -src_unpack() { - unpack ${A} - cd ${S} - mv ../${PN}.weights-${WPV} ${S}/${PN}.weights - mv ../${PN}.bd ${S} -} - -src_compile() { - local myconf="" - [ -n "`best_version x11-libs/gtk+extra`" ] && myconf="--with-gtkextra" - if [ `use esd` ] ; then - myconf="${myconf} --with-sound --enable-esd" - elif [ `use arts` ] ; then - myconf="${myconf} --with-sound --enable-artsc" - elif [ `use nas` ] ; then - myconf="${myconf} --with-sound --enable-nas" - else - myconf="${myconf} --without-sound" - fi - - #configure script doesnt hanlde this param properly - # `use_with guile` \ - egamesconf \ - `use_with gtk` \ - `use_with gtk2` \ - `use_with readline` \ - `use_with X x` \ - `use_with gdbm` \ - `use_with truetype freetype` \ - `use_enable nls` \ - ${myconf} \ - || die - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - insinto ${GAMES_DATADIR}/${PN} - doins ${PN}.weights - dodoc AUTHORS README NEWS - prepgamesdirs -} diff --git a/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild b/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild index bccbf14933ab..e7e7ac384576 100644 --- a/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild +++ b/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild,v 1.1 2003/11/13 20:53:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild,v 1.2 2004/02/29 10:23:56 vapier Exp $ inherit games @@ -9,15 +9,15 @@ HOMEPAGE="http://gtkatlantic.sourceforge.net/" SRC_URI="mirror://sourceforge/gtkatlantic/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" +KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/libxml2-2.4.0 >=media-libs/libpng-1.0.12" src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc README AUTHORS ChangeLog NEWS || die "dodoc failed" + make DESTDIR=${D} install || die "make install failed" + dodoc README AUTHORS ChangeLog NEWS prepgamesdirs } diff --git a/games-board/knights/knights-0.6.ebuild b/games-board/knights/knights-0.6.ebuild index 0a7d035b61bf..13d9b1846b19 100644 --- a/games-board/knights/knights-0.6.ebuild +++ b/games-board/knights/knights-0.6.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/knights/knights-0.6.ebuild,v 1.3 2003/12/06 16:29:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/knights/knights-0.6.ebuild,v 1.4 2004/02/29 10:23:38 vapier Exp $ inherit kde - need-kde 3 THEME=${PN}-themepack-0.5.9 DESCRIPTION="KDE Chess Interface" +HOMEPAGE="http://knights.sourceforge.net/" SRC_URI="mirror://sourceforge/knights/${P}.tar.gz mirror://sourceforge/knights/${THEME}.tar.gz" -HOMEPAGE="http://knights.sourceforge.net/" LICENSE="GPL-2" SLOT="0" diff --git a/games-board/kwappen/kwappen-1.1.2.ebuild b/games-board/kwappen/kwappen-1.1.2.ebuild index 920f33ac2af6..92d0448efc79 100644 --- a/games-board/kwappen/kwappen-1.1.2.ebuild +++ b/games-board/kwappen/kwappen-1.1.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/kwappen/kwappen-1.1.2.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/kwappen/kwappen-1.1.2.ebuild,v 1.2 2004/02/29 10:25:21 vapier Exp $ inherit kde - need-kde 3 DESCRIPTION="A jigsaw puzzle game for the KDE environment" HOMEPAGE="http://www.lcs-chemie.de/kwappen_eng.htm" SRC_URI="http://www.lcs-chemie.de/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" -IUSE="" diff --git a/games-board/mah-jong/mah-jong-1.6.ebuild b/games-board/mah-jong/mah-jong-1.6.ebuild index 4957c6b01e1d..61cf7b085646 100644 --- a/games-board/mah-jong/mah-jong-1.6.ebuild +++ b/games-board/mah-jong/mah-jong-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.6.ebuild,v 1.2 2003/11/05 10:06:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.6.ebuild,v 1.3 2004/02/29 10:24:35 vapier Exp $ inherit games @@ -10,10 +10,9 @@ DESCRIPTION="A networked Mah Jong program, together with a computer player" HOMEPAGE="http://www.stevens-bradfield.com/MahJong/" SRC_URI="http://www.stevens-bradfield.com/MahJong/Source/${MY_P}.tar.gz" -KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" -IUSE="" +KEYWORDS="x86" RDEPEND="virtual/x11 =x11-libs/gtk+-1.2*" @@ -40,11 +39,11 @@ src_unpack() { src_install() { make install install.man || die "make install failed" - dodir "${GAMES_DATADIR}/${PN}" + dodir ${GAMES_DATADIR}/${PN} cp -R fallbacktiles/ \ tiles-numbered/ \ - tiles-small/ "${D}${GAMES_DATADIR}/${PN}" || \ - die "cp failed" - dodoc CHANGES ChangeLog *.txt || die "dodoc failed" + tiles-small/ "${D}${GAMES_DATADIR}/${PN}" \ + || die "cp failed" + dodoc CHANGES ChangeLog *.txt prepgamesdirs } diff --git a/games-board/maitretarot/maitretarot-0.1.98.ebuild b/games-board/maitretarot/maitretarot-0.1.98.ebuild index 4c5bb84288ea..8b14b57cf89d 100644 --- a/games-board/maitretarot/maitretarot-0.1.98.ebuild +++ b/games-board/maitretarot/maitretarot-0.1.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild,v 1.2 2004/02/29 10:24:50 vapier Exp $ inherit games diff --git a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild index a1d6b7224fdd..70d21e40da01 100644 --- a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild +++ b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.2 2004/02/29 10:25:08 vapier Exp $ inherit games @@ -17,11 +17,6 @@ DEPEND="=dev-libs/glib-2* dev-games/libmaitretarot dev-games/libmt_client" -src_compile() { - egamesconf || die - emake || die -} - src_install() { make install DESTDIR=${D} || die dodoc AUTHORS BUGS ChangeLog NEWS README TODO diff --git a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild index fb9c34eb21e9..ac7e2f6760fa 100644 --- a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild +++ b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.2 2004/02/29 10:25:32 vapier Exp $ inherit games diff --git a/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild b/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild index db86fca6de3f..58ca38b2fda0 100644 --- a/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild +++ b/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98.ebuild,v 1.2 2004/02/29 10:25:43 vapier Exp $ inherit games @@ -18,11 +18,6 @@ DEPEND="=dev-libs/glib-2* dev-games/libmt_client sys-libs/ncurses" -src_compile() { - egamesconf || die - emake || die -} - src_install() { make install DESTDIR=${D} || die dodoc AUTHORS BUGS ChangeLog NEWS README TODO diff --git a/games-board/sirius/files/digest-sirius-0.7.0 b/games-board/sirius/files/digest-sirius-0.7.0 deleted file mode 100644 index 2744f7da6e61..000000000000 --- a/games-board/sirius/files/digest-sirius-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 128a663a4fa903e59f5ec40c4d06e59e sirius-0.7.0.tar.gz 1306274 diff --git a/games-board/sirius/sirius-0.7.0.ebuild b/games-board/sirius/sirius-0.7.0.ebuild deleted file mode 100644 index b14c9abbfd08..000000000000 --- a/games-board/sirius/sirius-0.7.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.7.0.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ - -inherit games - -DESCRIPTION="A program for playing the game of othello" -HOMEPAGE="http://sirius.bitvis.nu/" -SRC_URI="http://sirius.bitvis.nu/files/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="=x11-libs/gtk+-2*" - -src_install() { - egamesinstall - dodoc BUGS README ChangeLog || die "dodoc failed" - prepgamesdirs -} diff --git a/games-board/sirius/sirius-0.8.0.ebuild b/games-board/sirius/sirius-0.8.0.ebuild index a3dbad1af14c..98e7840b958d 100644 --- a/games-board/sirius/sirius-0.8.0.ebuild +++ b/games-board/sirius/sirius-0.8.0.ebuild @@ -1,20 +1,21 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild,v 1.2 2004/02/29 10:26:32 vapier Exp $ inherit games DESCRIPTION="A program for playing the game of othello" HOMEPAGE="http://sirius.bitvis.nu/" SRC_URI="http://sirius.bitvis.nu/files/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" + DEPEND="=x11-libs/gtk+-2*" src_install() { egamesinstall || die - dodoc AUTHORS BUGS ChangeLog README || die "dodoc failed" + dodoc AUTHORS BUGS ChangeLog README prepgamesdirs } diff --git a/games-board/six/six-0.4.0.ebuild b/games-board/six/six-0.4.0.ebuild index a96a81ee8643..cae2d1c1cb75 100644 --- a/games-board/six/six-0.4.0.ebuild +++ b/games-board/six/six-0.4.0.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/six/six-0.4.0.ebuild,v 1.1 2003/11/28 23:02:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/six/six-0.4.0.ebuild,v 1.2 2004/02/29 10:26:16 vapier Exp $ inherit kde - need-kde 3 DESCRIPTION="A Hex playing program for KDE" HOMEPAGE="http://six.retes.hu/" SRC_URI="http://six.retes.hu/download/${P}.tar.gz" -KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86" diff --git a/games-board/teg/teg-0.11.0-r1.ebuild b/games-board/teg/teg-0.11.0-r1.ebuild index 2a89f35e6057..917565f0a7df 100644 --- a/games-board/teg/teg-0.11.0-r1.ebuild +++ b/games-board/teg/teg-0.11.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/teg/teg-0.11.0-r1.ebuild,v 1.1 2003/10/02 05:18:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/teg/teg-0.11.0-r1.ebuild,v 1.2 2004/02/29 10:26:47 vapier Exp $ inherit games gnome2 @@ -33,7 +33,7 @@ src_install() { export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" make \ DESTDIR=${D} install \ - " sScrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/ ${1}"\ + " sScrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/ ${1}" \ || die unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL prepgamesdirs diff --git a/games-board/xskat/xskat-3.4-r1.ebuild b/games-board/xskat/xskat-3.4-r1.ebuild index 1ccd8380873a..1ec82cf63b92 100644 --- a/games-board/xskat/xskat-3.4-r1.ebuild +++ b/games-board/xskat/xskat-3.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xskat/xskat-3.4-r1.ebuild,v 1.2 2003/12/06 01:43:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xskat/xskat-3.4-r1.ebuild,v 1.3 2004/02/29 10:27:12 vapier Exp $ inherit games |