diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-29 20:16:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-29 20:16:04 +0000 |
commit | 77403374f4c96e9be7995926947fec9920a3f53d (patch) | |
tree | 0614b75ea8327867bdcf54c320c9806923853aba /games-board/cgoban2 | |
parent | Automated update. (diff) | |
download | gentoo-2-77403374f4c96e9be7995926947fec9920a3f53d.tar.gz gentoo-2-77403374f4c96e9be7995926947fec9920a3f53d.tar.bz2 gentoo-2-77403374f4c96e9be7995926947fec9920a3f53d.zip |
EAPI=5
(Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/cgoban2')
-rw-r--r-- | games-board/cgoban2/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/cgoban2/cgoban2-2.6.12.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-board/cgoban2/ChangeLog b/games-board/cgoban2/ChangeLog index a2fe7943f693..4e94c9737762 100644 --- a/games-board/cgoban2/ChangeLog +++ b/games-board/cgoban2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/cgoban2 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.29 2007/03/13 22:49:46 nyhm Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.30 2014/10/29 20:16:04 mr_bones_ Exp $ + + 29 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org> cgoban2-2.6.12.ebuild: + EAPI=5 13 Mar 2007; Tristan Heaven <nyhm@gentoo.org> cgoban2-2.6.12.ebuild: HOMEPAGE update @@ -130,4 +133,3 @@ 10 Jul 2003; Michael Sterrett <msterret@gentoo.org> cgoban2-2.4.61.ebuild: initial commit. ebuild based on one provided by TGL (bug 15840) - diff --git a/games-board/cgoban2/cgoban2-2.6.12.ebuild b/games-board/cgoban2/cgoban2-2.6.12.ebuild index 3d7af0e7e391..a499d49850d0 100644 --- a/games-board/cgoban2/cgoban2-2.6.12.ebuild +++ b/games-board/cgoban2/cgoban2-2.6.12.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.6.12.ebuild,v 1.4 2007/03/13 22:49:46 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.6.12.ebuild,v 1.5 2014/10/29 20:16:04 mr_bones_ Exp $ +EAPI=5 inherit games DESCRIPTION="A Java client for the Kiseido Go Server, and a SGF editor" HOMEPAGE="http://www.gokgs.com/" -SRC_URI="http://kgs.kiseido.com/cgoban-unix-${PV}.tar.bz2" +SRC_URI="mirror://gentoo/cgoban-unix-${PV}.tar.bz2" LICENSE="freedist" SLOT="0" @@ -20,9 +21,8 @@ S=${WORKDIR}/cgoban src_install() { dodir "${GAMES_BINDIR}" sed -e "s:INSTALL_DIR:${GAMES_DATADIR}/${PN}:" \ - "${FILESDIR}/${PN}" > "${D}${GAMES_BINDIR}/${PN}" \ - || die "sed failed" + "${FILESDIR}/${PN}" > "${D}${GAMES_BINDIR}/${PN}" || die insinto "${GAMES_DATADIR}/${PN}" - doins cgoban.jar || die "doins failed" + doins cgoban.jar prepgamesdirs } |