diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-09 23:30:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-09 23:30:03 +0000 |
commit | 1e3b8a40f6cf14b1d7861b99e4301d1a4f744cd9 (patch) | |
tree | b4f2366e11282e194468e750c28bca23d7a915d7 /games-board/cgoban | |
parent | set ppc in keywords (Manifest recommit) (diff) | |
download | gentoo-2-1e3b8a40f6cf14b1d7861b99e4301d1a4f744cd9.tar.gz gentoo-2-1e3b8a40f6cf14b1d7861b99e4301d1a4f744cd9.tar.bz2 gentoo-2-1e3b8a40f6cf14b1d7861b99e4301d1a4f744cd9.zip |
version bump (bug #40975)
Diffstat (limited to 'games-board/cgoban')
-rw-r--r-- | games-board/cgoban/ChangeLog | 9 | ||||
-rw-r--r-- | games-board/cgoban/Manifest | 2 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.12.ebuild | 4 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.14.ebuild | 23 | ||||
-rw-r--r-- | games-board/cgoban/files/digest-cgoban-1.9.14 | 1 |
5 files changed, 35 insertions, 4 deletions
diff --git a/games-board/cgoban/ChangeLog b/games-board/cgoban/ChangeLog index 3335d4c113ea..edf1196e7f8b 100644 --- a/games-board/cgoban/ChangeLog +++ b/games-board/cgoban/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/cgoban -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.2 2003/09/10 20:22:29 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.3 2004/02/09 23:30:03 mr_bones_ Exp $ + +*cgoban-1.9.14 (09 Feb 2004) + + 09 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> cgoban-1.9.14.ebuild: + version bump (bug #40975) *cgoban-1.9.12 (03 Mar 2003) diff --git a/games-board/cgoban/Manifest b/games-board/cgoban/Manifest index 3d949baaafe4..9bf96a66a49f 100644 --- a/games-board/cgoban/Manifest +++ b/games-board/cgoban/Manifest @@ -1,4 +1,6 @@ MD5 402c46bb1fa9ac43d1897b5a05056ab1 ChangeLog 918 MD5 c9c0a54f8eef4db95c8be245a695714c cgoban-1.9.12.ebuild 605 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 +MD5 e177aae7fb84be5c4cbeba0ca6feca05 cgoban-1.9.14.ebuild 550 MD5 af9d552579fbe9905bc5c46360d4f953 files/digest-cgoban-1.9.12 65 +MD5 3dc18755aaa342e190dfba70d1736c6f files/digest-cgoban-1.9.14 65 diff --git a/games-board/cgoban/cgoban-1.9.12.ebuild b/games-board/cgoban/cgoban-1.9.12.ebuild index ef0021b21ca5..75257ded13f1 100644 --- a/games-board/cgoban/cgoban-1.9.12.ebuild +++ b/games-board/cgoban/cgoban-1.9.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.12.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.12.ebuild,v 1.2 2004/02/09 23:30:03 mr_bones_ Exp $ inherit games diff --git a/games-board/cgoban/cgoban-1.9.14.ebuild b/games-board/cgoban/cgoban-1.9.14.ebuild new file mode 100644 index 000000000000..fd3c720620f7 --- /dev/null +++ b/games-board/cgoban/cgoban-1.9.14.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.14.ebuild,v 1.1 2004/02/09 23:30:03 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="A Go-frontend" +HOMEPAGE="http://cgoban1.sourceforge.net/" +SRC_URI="mirror://sourceforge/cgoban1/${P}.tar.gz" + +KEYWORDS="x86 ppc" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="virtual/glibc + virtual/x11" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" + prepgamesdirs +} diff --git a/games-board/cgoban/files/digest-cgoban-1.9.14 b/games-board/cgoban/files/digest-cgoban-1.9.14 new file mode 100644 index 000000000000..fc5007313164 --- /dev/null +++ b/games-board/cgoban/files/digest-cgoban-1.9.14 @@ -0,0 +1 @@ +MD5 b360bc0374a1ee8b1fa296ad1c903bde cgoban-1.9.14.tar.gz 417691 |