diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-02 22:29:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-02 22:29:08 +0000 |
commit | f67d12fdcfb8054f66bfffc3801209686061dce0 (patch) | |
tree | d683825b103a388e47b66938b3943de7a58af84a /games-board | |
parent | better gcc-3.4 fix (diff) | |
download | gentoo-2-f67d12fdcfb8054f66bfffc3801209686061dce0.tar.gz gentoo-2-f67d12fdcfb8054f66bfffc3801209686061dce0.tar.bz2 gentoo-2-f67d12fdcfb8054f66bfffc3801209686061dce0.zip |
clean old version; tidy
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/cgoban/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.12.ebuild | 28 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.14.ebuild | 21 | ||||
-rw-r--r-- | games-board/cgoban/files/digest-cgoban-1.9.12 | 1 |
4 files changed, 20 insertions, 38 deletions
diff --git a/games-board/cgoban/ChangeLog b/games-board/cgoban/ChangeLog index 85b863d5b786..3f3e7d7441a1 100644 --- a/games-board/cgoban/ChangeLog +++ b/games-board/cgoban/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/cgoban -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.7 2004/12/28 23:52:25 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.8 2005/04/02 22:29:08 mr_bones_ Exp $ + + 02 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org> + -cgoban-1.9.12.ebuild, cgoban-1.9.14.ebuild: + clean old version; tidy 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/games-board/cgoban/cgoban-1.9.12.ebuild b/games-board/cgoban/cgoban-1.9.12.ebuild deleted file mode 100644 index ba8c53f4232a..000000000000 --- a/games-board/cgoban/cgoban-1.9.12.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.5 2004/07/14 14:28:16 agriffis 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" -IUSE="" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/libc - 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/cgoban-1.9.14.ebuild b/games-board/cgoban/cgoban-1.9.14.ebuild index 3a115cfc03e4..be35f1b77952 100644 --- a/games-board/cgoban/cgoban-1.9.14.ebuild +++ b/games-board/cgoban/cgoban-1.9.14.ebuild @@ -1,23 +1,30 @@ -# 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/cgoban/cgoban-1.9.14.ebuild,v 1.4 2004/07/01 11:10:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.14.ebuild,v 1.5 2005/04/02 22:29:08 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="A Go-frontend" HOMEPAGE="http://cgoban1.sourceforge.net/" SRC_URI="mirror://sourceforge/cgoban1/${P}.tar.gz" -KEYWORDS="x86 ppc amd64" LICENSE="GPL-2" SLOT="0" +KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc - virtual/x11" +DEPEND="virtual/x11" + +src_unpack() { + unpack ${A} + cd "${S}" + cp cgoban_icon.png ${PN}.png || die "cp failed" +} src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" + dodoc AUTHORS ChangeLog NEWS README TODO + doicon ${PN}.png + make_desktop_entry cgoban Cgoban prepgamesdirs } diff --git a/games-board/cgoban/files/digest-cgoban-1.9.12 b/games-board/cgoban/files/digest-cgoban-1.9.12 deleted file mode 100644 index ea4e7b6a8a5a..000000000000 --- a/games-board/cgoban/files/digest-cgoban-1.9.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 11894899d6fe83b47effac9b935a99db cgoban-1.9.12.tar.gz 338499 |