diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 17:46:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 17:46:27 +0000 |
commit | fb8c4cf310fc6a66ecddbe48c1b77a183baa6141 (patch) | |
tree | 179b6d7697d589a3888e34ab007a4d76082e89ee /games-board/cgoban | |
parent | Changes to make the eclass more flexible (diff) | |
download | historical-fb8c4cf310fc6a66ecddbe48c1b77a183baa6141.tar.gz historical-fb8c4cf310fc6a66ecddbe48c1b77a183baa6141.tar.bz2 historical-fb8c4cf310fc6a66ecddbe48c1b77a183baa6141.zip |
board board games
Diffstat (limited to 'games-board/cgoban')
-rw-r--r-- | games-board/cgoban/ChangeLog | 21 | ||||
-rw-r--r-- | games-board/cgoban/Manifest | 3 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.12.ebuild | 27 | ||||
-rw-r--r-- | games-board/cgoban/files/digest-cgoban-1.9.12 | 1 |
4 files changed, 52 insertions, 0 deletions
diff --git a/games-board/cgoban/ChangeLog b/games-board/cgoban/ChangeLog new file mode 100644 index 000000000000..9abf9f471e3d --- /dev/null +++ b/games-board/cgoban/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for app-games/cgoban +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.1 2003/09/10 17:46:27 vapier Exp $ + +*cgoban-1.9.12 (03 Mar 2003) + + 03 Mar 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump + games eclass support #12226. + +*cgoban-1.9.11 (1 Feb 2002) + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> cgoban-1.9.11.ebuild : + Added LICENSE, KEYWORDS. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-board/cgoban/Manifest b/games-board/cgoban/Manifest new file mode 100644 index 000000000000..3382212e39cc --- /dev/null +++ b/games-board/cgoban/Manifest @@ -0,0 +1,3 @@ +MD5 d5957915301c2703744cdb6dd01b5d31 ChangeLog 914 +MD5 bd082b967ecbb6b1e096dd2cf02eb53b cgoban-1.9.12.ebuild 603 +MD5 af9d552579fbe9905bc5c46360d4f953 files/digest-cgoban-1.9.12 65 diff --git a/games-board/cgoban/cgoban-1.9.12.ebuild b/games-board/cgoban/cgoban-1.9.12.ebuild new file mode 100644 index 000000000000..ef0021b21ca5 --- /dev/null +++ b/games-board/cgoban/cgoban-1.9.12.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 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 $ + +inherit games + +DESCRIPTION="A Go-frontend" +SRC_URI="http://www.igoweb.org/~wms/comp/cgoban/${P}.tar.gz" +HOMEPAGE="http://www.igoweb.org/~wms/comp/cgoban/" + +KEYWORDS="x86 ppc" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="virtual/glibc + virtual/x11" + +src_compile() { + egamesconf || die + emake || die +} + +src_install() { + dogamesbin cgoban grab_cgoban + doman man?/*.[1-9] + prepgamesdirs +} diff --git a/games-board/cgoban/files/digest-cgoban-1.9.12 b/games-board/cgoban/files/digest-cgoban-1.9.12 new file mode 100644 index 000000000000..ea4e7b6a8a5a --- /dev/null +++ b/games-board/cgoban/files/digest-cgoban-1.9.12 @@ -0,0 +1 @@ +MD5 11894899d6fe83b47effac9b935a99db cgoban-1.9.12.tar.gz 338499 |