diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-12 18:47:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-12 18:47:33 +0000 |
commit | d8bcb89539e73c563530be3d15d1684d5f483aa0 (patch) | |
tree | c1c29121fb214e78e9964a923910c2039e37f414 /games-board | |
parent | old (diff) | |
download | gentoo-2-d8bcb89539e73c563530be3d15d1684d5f483aa0.tar.gz gentoo-2-d8bcb89539e73c563530be3d15d1684d5f483aa0.tar.bz2 gentoo-2-d8bcb89539e73c563530be3d15d1684d5f483aa0.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gtkatlantic/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/gtkatlantic/files/gtkatlantic-0.4.3-compile.patch | 30 | ||||
-rw-r--r-- | games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild | 50 |
3 files changed, 5 insertions, 81 deletions
diff --git a/games-board/gtkatlantic/ChangeLog b/games-board/gtkatlantic/ChangeLog index 0a17a78d0814..3e50100927d2 100644 --- a/games-board/gtkatlantic/ChangeLog +++ b/games-board/gtkatlantic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/gtkatlantic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.27 2015/02/21 12:20:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.28 2015/03/12 18:47:33 mr_bones_ Exp $ + + 12 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> + -files/gtkatlantic-0.4.3-compile.patch, -gtkatlantic-0.4.3.ebuild: + old 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gtkatlantic-0.5.0.ebuild: Stable for ppc, wrt bug #538844 diff --git a/games-board/gtkatlantic/files/gtkatlantic-0.4.3-compile.patch b/games-board/gtkatlantic/files/gtkatlantic-0.4.3-compile.patch deleted file mode 100644 index 06e03b04271c..000000000000 --- a/games-board/gtkatlantic/files/gtkatlantic-0.4.3-compile.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- gtkatlantic-0.4.3.orig/configure.in -+++ gtkatlantic-0.4.3/configure.in -@@ -48,15 +48,7 @@ - dnl fi - - dnl Set PACKAGE_DATA_DIR in config.h. --if test "x${datarootdir}" = 'x${prefix}/share'; then -- if test "x${prefix}" = "xNONE"; then -- AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${ac_default_prefix}/share/${PACKAGE}", [Path where data will be installed]) -- else -- AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}", [Path where data will be installed]) -- fi --else -- AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}", [Path where data will be installed]) --fi -+AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}", [Path where data will be installed]) - - dnl Set PACKAGE SOURCE DIR in config.h. - packagesrcdir=`cd $srcdir && pwd` -@@ -67,10 +59,6 @@ - # CFLAGS="-g"; \ - # fi - --if test "x$GCC" = "xyes"; then \ -- CFLAGS="-Wall -Werror -ggdb"; \ --fi -- - AC_OUTPUT([ - Makefile - src/Makefile diff --git a/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild b/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild deleted file mode 100644 index 6c316ef985ea..000000000000 --- a/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild +++ /dev/null @@ -1,50 +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/gtkatlantic/gtkatlantic-0.4.3.ebuild,v 1.5 2013/12/24 12:46:04 ago Exp $ - -EAPI=5 -inherit autotools eutils gnome2-utils games - -DESCRIPTION="Monopoly-like game that works with the monopd server" -HOMEPAGE="http://gtkatlantic.gradator.net/" -SRC_URI="http://gtkatlantic.gradator.net/downloads/v0.4/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - dev-libs/libxml2 - media-libs/libpng:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-compile.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README - newicon data/icon32x32.xpm ${PN}.xpm - newicon -s 16 data/icon16x16.xpm ${PN}.xpm - newicon -s 32 data/icon32x32.xpm ${PN}.xpm - make_desktop_entry ${PN} GtkAtlantic - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |