summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-01-28 21:09:20 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-01-28 21:09:20 +0000
commit85081dbb67b60ea336960fcd8828a37a051b6a7e (patch)
treefe8d0757a529dc092973205346d3d274724ee363 /games-board
parentstable on amd64, security BUG #77408 (diff)
downloadgentoo-2-85081dbb67b60ea336960fcd8828a37a051b6a7e.tar.gz
gentoo-2-85081dbb67b60ea336960fcd8828a37a051b6a7e.tar.bz2
gentoo-2-85081dbb67b60ea336960fcd8828a37a051b6a7e.zip
Version bumped to 1.0 and closing bug #78626.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/hexxagon/ChangeLog9
-rw-r--r--games-board/hexxagon/files/digest-hexxagon-1.01
-rw-r--r--games-board/hexxagon/hexxagon-0.3.2.ebuild4
-rw-r--r--games-board/hexxagon/hexxagon-1.0.ebuild24
4 files changed, 34 insertions, 4 deletions
diff --git a/games-board/hexxagon/ChangeLog b/games-board/hexxagon/ChangeLog
index 00f42eaad264..9c82bcf56371 100644
--- a/games-board/hexxagon/ChangeLog
+++ b/games-board/hexxagon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-board/hexxagon
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/hexxagon/ChangeLog,v 1.9 2004/12/28 12:11:27 josejx Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/hexxagon/ChangeLog,v 1.10 2005/01/28 21:09:20 wolf31o2 Exp $
+
+*hexxagon-1.0 (28 Jan 2005)
+
+ 28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> +hexxagon-1.0.ebuild:
+ Version bumped to 1.0 and closing bug #78626.
28 Dec 2004; Joseph Jezak <josejx@gentoo.org> hexxagon-0.3.2.ebuild:
Marked ppc stable.
diff --git a/games-board/hexxagon/files/digest-hexxagon-1.0 b/games-board/hexxagon/files/digest-hexxagon-1.0
new file mode 100644
index 000000000000..ae4d19019164
--- /dev/null
+++ b/games-board/hexxagon/files/digest-hexxagon-1.0
@@ -0,0 +1 @@
+MD5 f4064f4324598453dacbc1387aa0482c hexxagon-1.0.tar.bz2 1245889
diff --git a/games-board/hexxagon/hexxagon-0.3.2.ebuild b/games-board/hexxagon/hexxagon-0.3.2.ebuild
index e64e57f50ac4..8abe3adbea93 100644
--- a/games-board/hexxagon/hexxagon-0.3.2.ebuild
+++ b/games-board/hexxagon/hexxagon-0.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/hexxagon/hexxagon-0.3.2.ebuild,v 1.7 2004/12/28 12:11:27 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/hexxagon/hexxagon-0.3.2.ebuild,v 1.8 2005/01/28 21:09:20 wolf31o2 Exp $
inherit games
diff --git a/games-board/hexxagon/hexxagon-1.0.ebuild b/games-board/hexxagon/hexxagon-1.0.ebuild
new file mode 100644
index 000000000000..e705a24fc070
--- /dev/null
+++ b/games-board/hexxagon/hexxagon-1.0.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/hexxagon/hexxagon-1.0.ebuild,v 1.1 2005/01/28 21:09:20 wolf31o2 Exp $
+
+inherit games
+
+DESCRIPTION="clone of the original DOS game"
+HOMEPAGE="http://nesqi.homeip.net/hexxagon/"
+SRC_URI="http://nesqi.homeip.net/hexxagon/download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE=""
+
+DEPEND="virtual/libc
+ >=dev-cpp/gtkmm-2.4
+ >=x11-libs/gtk+-2.0"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc README
+ prepgamesdirs
+}