diff options
author | Lars Weiler <pylon@gentoo.org> | 2005-02-13 20:35:33 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2005-02-13 20:35:33 +0000 |
commit | 3cba2b976602e9b11ecb03e3c96c87982355beda (patch) | |
tree | 9c79bfb5cdbb2b9ed6f8bd49d465761a20897688 /games-board | |
parent | dylib fix for ppc-macos (diff) | |
download | gentoo-2-3cba2b976602e9b11ecb03e3c96c87982355beda.tar.gz gentoo-2-3cba2b976602e9b11ecb03e3c96c87982355beda.tar.bz2 gentoo-2-3cba2b976602e9b11ecb03e3c96c87982355beda.zip |
Added current stable version. Version 0.4.1 is package-masked due to buggy behaviour. See webpage.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gtkatlantic/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/gtkatlantic/files/digest-gtkatlantic-0.3.2 | 1 | ||||
-rw-r--r-- | games-board/gtkatlantic/gtkatlantic-0.3.2.ebuild | 24 |
3 files changed, 32 insertions, 1 deletions
diff --git a/games-board/gtkatlantic/ChangeLog b/games-board/gtkatlantic/ChangeLog index cabfc1dbcbe3..cfbc54bb9f44 100644 --- a/games-board/gtkatlantic/ChangeLog +++ b/games-board/gtkatlantic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/gtkatlantic # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.8 2005/01/29 18:52:30 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.9 2005/02/13 20:35:33 pylon Exp $ + +*gtkatlantic-0.3.2 (13 Feb 2005) + + 13 Feb 2005; Lars Weiler <pylon@gentoo.org> +gtkatlantic-0.3.2.ebuild: + Added current stable version. Version 0.4.1 is package-masked due to buggy + behaviour. See webpage. 29 Jan 2005; Tom Martin <slarti@gentoo.org> gtkatlantic-0.4.1.ebuild: Keyworded ~amd64 after some extensive testing with beejay :) diff --git a/games-board/gtkatlantic/files/digest-gtkatlantic-0.3.2 b/games-board/gtkatlantic/files/digest-gtkatlantic-0.3.2 new file mode 100644 index 000000000000..00029ade1582 --- /dev/null +++ b/games-board/gtkatlantic/files/digest-gtkatlantic-0.3.2 @@ -0,0 +1 @@ +MD5 9052283db9758c88dcfbda12daad02c5 gtkatlantic-0.3.2.tar.bz2 452019 diff --git a/games-board/gtkatlantic/gtkatlantic-0.3.2.ebuild b/games-board/gtkatlantic/gtkatlantic-0.3.2.ebuild new file mode 100644 index 000000000000..034a4b82824b --- /dev/null +++ b/games-board/gtkatlantic/gtkatlantic-0.3.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.3.2.ebuild,v 1.1 2005/02/13 20:35:33 pylon Exp $ + +inherit games + +DESCRIPTION="Monopoly-like game that works with the monopd server" +HOMEPAGE="http://gtkatlantic.sourceforge.net/" +SRC_URI="mirror://sourceforge/gtkatlantic/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +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 + prepgamesdirs +} |