diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-13 05:14:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-13 05:14:17 +0000 |
commit | 3e7999120d172b5da52381864a45412a85f38e28 (patch) | |
tree | 101882c728c8e536929e5226bf22317f4a0406cc /games-board/gnubg | |
parent | stable for x86 (diff) | |
download | gentoo-2-3e7999120d172b5da52381864a45412a85f38e28.tar.gz gentoo-2-3e7999120d172b5da52381864a45412a85f38e28.tar.bz2 gentoo-2-3e7999120d172b5da52381864a45412a85f38e28.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-board/gnubg')
-rw-r--r-- | games-board/gnubg/files/digest-gnubg-0.14.3 | 12 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-0.14.3.ebuild | 106 |
2 files changed, 0 insertions, 118 deletions
diff --git a/games-board/gnubg/files/digest-gnubg-0.14.3 b/games-board/gnubg/files/digest-gnubg-0.14.3 deleted file mode 100644 index 16a6cf327157..000000000000 --- a/games-board/gnubg/files/digest-gnubg-0.14.3 +++ /dev/null @@ -1,12 +0,0 @@ -MD5 b3ab1ace76fa4bea69db8e617ab587da gnubg-0.14.3.tar.gz 4241526 -RMD160 da7b2a3b52194ca11d505a70fba805e99f15c3ed gnubg-0.14.3.tar.gz 4241526 -SHA256 76d18f1a7952a4ba2372e439b3c4ecf2fcd244d334c609bb22d3f501067d1d72 gnubg-0.14.3.tar.gz 4241526 -MD5 9f1154a9b327954a260726aa6aa6eea5 gnubg.weights-0.14.gz 460747 -RMD160 5d588b1145f0d0489b5d70fa6cfccd9ce6738f04 gnubg.weights-0.14.gz 460747 -SHA256 6c134ded36d0875cb673a4f9fd84e2d30424935951baeffcd94852ccdb2daf70 gnubg.weights-0.14.gz 460747 -MD5 4015327219322eacab5ddd58f6fa268d gnubg_os0.bd.gz 906720 -RMD160 83fefa3c39544ca9a51f1ba7ae5e8bd5215e631c gnubg_os0.bd.gz 906720 -SHA256 e84a36f133ee7ea9fa3686af6c111088b8b43906db1b6c6b3db0035c84cda809 gnubg_os0.bd.gz 906720 -MD5 01bd14c184bd701ae484618eb8acec6e gnubg_ts0.bd.gz 5899380 -RMD160 9e0bea798a53374061014226aca9f5d2063133e8 gnubg_ts0.bd.gz 5899380 -SHA256 0934e4f2d84f5cd50c2ff4592c93c49d43f7cb89da342600736849c7362626d5 gnubg_ts0.bd.gz 5899380 diff --git a/games-board/gnubg/gnubg-0.14.3.ebuild b/games-board/gnubg/gnubg-0.14.3.ebuild deleted file mode 100644 index d438c2d352ab..000000000000 --- a/games-board/gnubg/gnubg-0.14.3.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3.ebuild,v 1.12 2007/01/10 17:44:42 hkbst Exp $ - -inherit flag-o-matic eutils 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 ppc64 ~sparc x86" -IUSE="arts esd gdbm gtk guile nas nls opengl python readline X" - -# test fail - bug #132002 -RESTRICT="test" - -# FIXME does this need to DEPEND on netpbm? -DEPEND="dev-libs/glib - >=media-libs/freetype-2 - media-libs/libpng - dev-libs/libxml2 - sys-libs/zlib - arts? ( kde-base/arts ) - esd? ( media-sound/esound ) - gdbm? ( sys-libs/gdbm ) - =dev-libs/glib-2* - gtk? ( - =x11-libs/gtk+-2* - media-libs/libart_lgpl - opengl? ( x11-libs/gtkglext >=media-libs/ftgl-2.1.2-r1 ) ) - guile? ( dev-scheme/guile ) - nas? ( media-libs/nas ) - python? ( dev-lang/python ) - readline? ( sys-libs/readline ) - X? ( x11-libs/libXmu )" - -src_unpack() { - unpack ${A} - cd "${S}" - mv ../${PN}.weights-${WPV} "${S}/${PN}.weights" - mv ../*bd . - epatch \ - "${FILESDIR}/${P}"-gcc4.patch \ - "${FILESDIR}/${P}"-as-needed.patch -} - -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 - myconf="${myconf} --with-gtk --with-gtk2" - if use opengl ; then - myconf="${myconf} --with-board3d" - append-flags $(pkg-config ftgl --cflags) - append-ldflags $(pkg-config ftgl --libs) - else - myconf="${myconf} --without-board3d" - fi - else - myconf="${myconf} --without-gtk --disable-gtktest --without-board3d" - fi - if use arts || use esd ; then - myconf="${myconf} --with-sound" - else - myconf="${myconf} --without-sound --disable-esdtest --disable-artsc-test" - fi - if ! use guile ; then - myconf="${myconf} --without-guile" - fi - - filter-flags -ffast-math #bug #67929 - - LIBART_CONFIG="/usr/bin/libart2-config" egamesconf \ - $(use_enable arts artsc) \ - $(use_enable esd) \ - $(use_with gdbm) \ - $(use_enable nas) \ - $(use_enable nls) \ - $(use_with python) \ - $(use_with readline) \ - $(use_with X x) \ - ${myconf} \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - insinto "${GAMES_DATADIR}/${PN}" - doins ${PN}.weights *bd || die "doins failed" - dodoc AUTHORS README NEWS - newicon xpm/gnubg-big.xpm gnubg.xpm - make_desktop_entry "gnubg -w" "GNU Backgammon" gnubg.xpm - prepgamesdirs -} |