diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-03-18 01:18:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-03-18 01:18:13 +0000 |
commit | e4141d85c011b3bdcdc0633810fac30f7b064edb (patch) | |
tree | 06b9224a9848bc1ca12cf435d913c737dd003f24 /games-board/gnubg | |
parent | old (diff) | |
download | gentoo-2-e4141d85c011b3bdcdc0633810fac30f7b064edb.tar.gz gentoo-2-e4141d85c011b3bdcdc0633810fac30f7b064edb.tar.bz2 gentoo-2-e4141d85c011b3bdcdc0633810fac30f7b064edb.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/gnubg')
-rw-r--r-- | games-board/gnubg/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/gnubg/files/gnubg-20121201-build.patch | 36 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-20121201.ebuild | 97 |
3 files changed, 6 insertions, 135 deletions
diff --git a/games-board/gnubg/ChangeLog b/games-board/gnubg/ChangeLog index 25bbf2a053d4..577516467514 100644 --- a/games-board/gnubg/ChangeLog +++ b/games-board/gnubg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/gnubg -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.76 2013/12/24 12:52:37 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.77 2014/03/18 01:18:13 mr_bones_ Exp $ + + 18 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org> + -files/gnubg-20121201-build.patch, -gnubg-20121201.ebuild: + old 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> gnubg-20130203.ebuild: Stable for x86, wrt bug #490634 diff --git a/games-board/gnubg/files/gnubg-20121201-build.patch b/games-board/gnubg/files/gnubg-20121201-build.patch deleted file mode 100644 index 2ada67ca7424..000000000000 --- a/games-board/gnubg/files/gnubg-20121201-build.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -ru gnubg.orig/Makefile.am gnubg/Makefile.am ---- gnubg.orig/Makefile.am 2012-10-08 22:40:06.000000000 -0400 -+++ gnubg/Makefile.am 2012-12-04 15:39:12.871440413 -0500 -@@ -21,7 +21,7 @@ - AM_CPPFLAGS += @PYTHON_INCLUDES@ - endif - --AM_CPPFLAGS += -DAC_DOCDIR='"$(datadir)/doc/gnubg/"' -DAC_DATADIR='"$(datadir)"' -DAC_PKGDATADIR='"$(datadir)/gnubg"' -+AM_CPPFLAGS += -DAC_DOCDIR='"@docdir@"' -DAC_DATADIR='"$(datadir)"' -DAC_PKGDATADIR='"$(datadir)/gnubg"' - - OTHER_LIBS = - if WIN32 -diff -ru gnubg.orig/doc/Makefile.am gnubg/doc/Makefile.am ---- gnubg.orig/doc/Makefile.am 2011-08-16 04:27:54.000000000 -0400 -+++ gnubg/doc/Makefile.am 2012-12-04 15:39:58.373743258 -0500 -@@ -1,6 +1,6 @@ --AM_CPPFLAGS = -DAC_DOCDIR='"$(datadir)/doc/gnubg/"' -DAC_DATADIR='"$(datadir)"' -DAC_PKGDATADIR='"$(datadir)/gnubg"' --gnubg_helpdir = $(datadir)/doc/gnubg/ --gnubg_imagedir = $(datadir)/doc/gnubg/images -+AM_CPPFLAGS = -DAC_DOCDIR='"@docdir@"' -DAC_DATADIR='"$(datadir)"' -DAC_PKGDATADIR='"$(datadir)/gnubg"' -+gnubg_helpdir = @docdir@ -+gnubg_imagedir = @docdir@/images - gnubg_help_DATA = gnubg.html allabout.html - gnubg_image_DATA = images/1540d81e.png images/16d7944c.png images/1805dc7d.png \ - images/20bc52ca.png images/20d56757.png images/234924dc.png images/26e34ea5.png \ -diff -ru gnubg.orig/pixmaps/Makefile.am gnubg/pixmaps/Makefile.am ---- gnubg.orig/pixmaps/Makefile.am 2012-10-07 22:40:05.000000000 -0400 -+++ gnubg/pixmaps/Makefile.am 2012-12-04 15:40:37.812274970 -0500 -@@ -1,5 +1,5 @@ --gnubgiconsdir = $(datadir) --gnubgpixmapsdir = $(pkgdatadir)/pixmaps -+gnubgiconsdir = /usr/share -+gnubgpixmapsdir = /usr/share/pixmaps - - ICONS_16_SCALABLE = icons/hicolor/16x16/apps/scalable/gnubg.svg - ICONS_16 = icons/hicolor/16x16/apps/gnubg.png diff --git a/games-board/gnubg/gnubg-20121201.ebuild b/games-board/gnubg/gnubg-20121201.ebuild deleted file mode 100644 index 8f1a7c19372c..000000000000 --- a/games-board/gnubg/gnubg-20121201.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20121201.ebuild,v 1.6 2013/10/29 01:35:31 blueness Exp $ - -EAPI=4 -PYTHON_DEPEND="python? 2" -inherit autotools eutils python gnome2-utils games - -DESCRIPTION="GNU BackGammon" -HOMEPAGE="http://www.gnubg.org/" -SRC_URI="http://www.gnubg.org/media/sources/${PN}-source-SNAPSHOT-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" -IUSE="gtk opengl python threads" - -GTK_DEPS=" - x11-libs/gtk+:2 - x11-libs/cairo - x11-libs/pango" -RDEPEND="dev-libs/glib:2 - media-libs/libpng:0 - dev-libs/libxml2 - media-libs/freetype:2 - media-libs/libcanberra - gtk? ( ${GTK_DEPS} ) - opengl? ( - ${GTK_DEPS} - x11-libs/gtkglext - >=media-libs/ftgl-2.1.2-r1 - ) - sys-libs/readline - python? ( dev-lang/python ) - media-fonts/ttf-bitstream-vera - virtual/libintl - dev-db/sqlite:3" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -S=${WORKDIR}/${PN} - -pkg_setup() { - python_pkg_setup - games_pkg_setup - python_set_active_version 2 -} - -src_prepare() { - # use ${T} instead of /tmp for constructing credits (bug #298275) - sed -i -e 's:/tmp:${T}:' credits.sh || die - epatch "${FILESDIR}"/${P}-build.patch - python_convert_shebangs -r 2 python-config - eautoreconf - sed -i \ - -e 's#^localedir =.*$#localedir = @localedir@#' \ - -e 's#^gnulocaledir =.*$#gnulocaledir = @localedir@#' \ - po/Makefile.in.in || die -} - -src_configure() { - egamesconf \ - --disable-dependency-tracking \ - --localedir=/usr/share/locale \ - --docdir=/usr/share/doc/${PF}/html \ - $(use_enable threads) \ - $(use_with python) \ - $(use gtk || use opengl && echo --with-gtk) \ - $(use_with opengl board3d) -} - -src_install() { - emake DESTDIR="${D}" install - insinto "${GAMES_DATADIR}/${PN}" - doins ${PN}.weights *bd - dodoc AUTHORS README NEWS - rm -rf "${D}${GAMES_DATADIR}/${PN}/fonts" - dosym /usr/share/fonts/ttf-bitstream-vera "${GAMES_DATADIR}"/${PN}/fonts - newicon textures/logo.png gnubg.png - make_desktop_entry "gnubg -w" "GNU Backgammon" - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |