diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 14:55:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 14:55:59 +0000 |
commit | c621865c91f5fcb0e7f21ba194978c166e280d73 (patch) | |
tree | fc93524a673e25e4380be97935d11dc1d011dac5 /games-board | |
parent | Removed gtk2 flag per bug #106560. (diff) | |
download | historical-c621865c91f5fcb0e7f21ba194978c166e280d73.tar.gz historical-c621865c91f5fcb0e7f21ba194978c166e280d73.tar.bz2 historical-c621865c91f5fcb0e7f21ba194978c166e280d73.zip |
clean old versions
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnubg/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/gnubg/files/digest-gnubg-0.13.0-r1 | 3 | ||||
-rw-r--r-- | games-board/gnubg/files/digest-gnubg-0.14.2 | 4 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-0.13.0-r1.ebuild | 101 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-0.14.2.ebuild | 113 |
5 files changed, 5 insertions, 222 deletions
diff --git a/games-board/gnubg/ChangeLog b/games-board/gnubg/ChangeLog index e17b8b9457c9..b7b02256d7ee 100644 --- a/games-board/gnubg/ChangeLog +++ b/games-board/gnubg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/gnubg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.18 2005/02/25 22:07:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.19 2005/09/20 14:55:59 mr_bones_ Exp $ + + 20 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> + -gnubg-0.13.0-r1.ebuild, -gnubg-0.14.2.ebuild: + clean old versions 25 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> gnubg-0.14.3.ebuild: fix up deps; turn off gtk1 support since it's broken (bug #83283) diff --git a/games-board/gnubg/files/digest-gnubg-0.13.0-r1 b/games-board/gnubg/files/digest-gnubg-0.13.0-r1 deleted file mode 100644 index e21082abc05d..000000000000 --- a/games-board/gnubg/files/digest-gnubg-0.13.0-r1 +++ /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/files/digest-gnubg-0.14.2 b/games-board/gnubg/files/digest-gnubg-0.14.2 deleted file mode 100644 index 2779da4225dc..000000000000 --- a/games-board/gnubg/files/digest-gnubg-0.14.2 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 94b0a4d0741895f6b608d2c0b050fb54 gnubg-0.14.2.tar.gz 4110896 -MD5 9f1154a9b327954a260726aa6aa6eea5 gnubg.weights-0.14.gz 460747 -MD5 4015327219322eacab5ddd58f6fa268d gnubg_os0.bd.gz 906720 -MD5 01bd14c184bd701ae484618eb8acec6e gnubg_ts0.bd.gz 5899380 diff --git a/games-board/gnubg/gnubg-0.13.0-r1.ebuild b/games-board/gnubg/gnubg-0.13.0-r1.ebuild deleted file mode 100644 index adea81b53450..000000000000 --- a/games-board/gnubg/gnubg-0.13.0-r1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.7 2005/02/25 03:14:06 mr_bones_ 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 esd arts nas" - -# FIXME does this need to DEPEND on netpbm? -RDEPEND="guile? ( dev-util/guile ) - truetype? ( =media-libs/freetype-1* ) - gtk? ( - gtk2? ( - =x11-libs/gtk+-2* - =dev-libs/glib-2* - ) - !gtk2? ( - =x11-libs/gtk+-1.2* - =dev-libs/glib-1* - ) - ) - readline? ( sys-libs/readline ) - X? ( virtual/x11 ) - gdbm? ( sys-libs/gdbm ) - esd? ( media-sound/esound ) - arts? ( kde-base/arts ) - nas? ( media-libs/nas ) - png? ( media-libs/libpng )" -DEPEND="${RDEPEND} - nas? ( >=sys-apps/sed-4 )" - -src_unpack() { - unpack ${A} - cd ${S} - mv ../${PN}.weights-${WPV} ${S}/${PN}.weights - mv ../${PN}.bd ${S} - if use nas ; then - # couldn't find -laudio without this. Very odd. - sed -i \ - -e "s:-laudio:-L/usr/X11R6/lib/ -laudio:" configure.in || \ - die "sed configure.in failed" - fi -} - -src_compile() { - local myconf="" - if use gtk ; then - # doesn't make any sense to add this without gtk or gtk2 - 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 - myconf="${myconf} --with-gtk --with-gtk2" - else - myconf="${myconf} --with-gtk --without-gtk2" - fi - else - myconf="${myconf} --disable-gtktest" - fi - if use esd || use arts ; then - myconf="${myconf} --with-sound" - else - myconf="${myconf} --without-sound --disable-esdtest --disable-artsc-test" - fi - - # configure script doesn't handle this option correctly. - # `use_with guile` \ - egamesconf \ - `use_enable esd` \ - `use_enable arts artsc` \ - `use_enable nas` \ - `use_with readline` \ - `use_with X x` \ - `use_with gdbm` \ - `use_with truetype freetype` \ - `use_enable nls` \ - ${myconf} \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - insinto ${GAMES_DATADIR}/${PN} - doins ${PN}.weights - dodoc AUTHORS README NEWS - prepgamesdirs -} diff --git a/games-board/gnubg/gnubg-0.14.2.ebuild b/games-board/gnubg/gnubg-0.14.2.ebuild deleted file mode 100644 index fabb1c401098..000000000000 --- a/games-board/gnubg/gnubg-0.14.2.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.2.ebuild,v 1.12 2005/02/25 03:14:06 mr_bones_ Exp $ - -inherit gnuconfig flag-o-matic games - -WPV="0.14" -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/gnubg_os0.bd.gz - ftp://alpha.gnu.org/gnu/gnubg/gnubg_ts0.bd.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-amd64 ~ppc ~sparc x86" -IUSE="gtk gtk2 readline python guile X gdbm truetype nls png esd arts nas opengl" - -# FIXME does this need to DEPEND on netpbm? -RDEPEND="guile? ( dev-util/guile ) - python? ( dev-lang/python ) - truetype? ( =media-libs/freetype-1* ) - gtk? ( - gtk2? ( - =x11-libs/gtk+-2* - =dev-libs/glib-2* - ) - !gtk2? ( - =x11-libs/gtk+-1.2* - =dev-libs/glib-1* - ) - opengl? ( x11-libs/gtkglext media-libs/ftgl ) - ) - readline? ( sys-libs/readline ) - X? ( virtual/x11 ) - gdbm? ( sys-libs/gdbm ) - esd? ( media-sound/esound ) - arts? ( kde-base/arts ) - nas? ( media-libs/nas ) - png? ( media-libs/libpng )" -DEPEND="${RDEPEND} - nas? ( >=sys-apps/sed-4 )" - -src_unpack() { - unpack ${A} - cd ${S} - mv ../${PN}.weights-${WPV} ${S}/${PN}.weights - mv ../*bd . - if use nas ; then - # couldn't find -laudio without this. Very odd. - sed -i \ - -e "s:-laudio:-L/usr/X11R6/lib/ -laudio:" configure.in \ - || die "sed configure.in failed" - fi - gnuconfig_update -} - -src_compile() { - local myconf= - if use gtk ; then - # doesn't make any sense to add this without gtk or gtk2 - 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 - myconf="${myconf} --with-gtk --with-gtk2" - else - myconf="${myconf} --with-gtk --without-gtk2" - fi - if use opengl ; then - myconf="${myconf} --with-board3d" - append-flags $(pkg-config ftgl --cflags) - fi - else - myconf="${myconf} --disable-gtktest --without-board3d" - fi - if use esd || use arts ; then - myconf="${myconf} --with-sound" - else - myconf="${myconf} --without-sound --disable-esdtest --disable-artsc-test" - fi - - filter-flags -ffast-math #bug #67929 - - # configure script doesn't handle this option correctly. - # `use_with guile` \ - egamesconf \ - $(use_with python) \ - $(use_enable esd) \ - $(use_enable arts artsc) \ - $(use_enable nas) \ - $(use_with readline) \ - $(use_with X x) \ - $(use_with gdbm) \ - $(use_with truetype freetype) \ - $(use_enable nls) \ - ${myconf} \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - insinto "${GAMES_DATADIR}/${PN}" - doins ${PN}.weights - doins *bd - dodoc AUTHORS README NEWS - prepgamesdirs -} |