summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-29 10:27:12 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-29 10:27:12 +0000
commite3e5b75c43099485e1ff10c7b477bd2c2c462a56 (patch)
tree45e495003a64569edad96b9fa1baf5130c99d784 /games-board/sirius
parentold (diff)
downloadgentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.tar.gz
gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.tar.bz2
gentoo-2-e3e5b75c43099485e1ff10c7b477bd2c2c462a56.zip
touchups
Diffstat (limited to 'games-board/sirius')
-rw-r--r--games-board/sirius/files/digest-sirius-0.7.01
-rw-r--r--games-board/sirius/sirius-0.7.0.ebuild20
-rw-r--r--games-board/sirius/sirius-0.8.0.ebuild9
3 files changed, 5 insertions, 25 deletions
diff --git a/games-board/sirius/files/digest-sirius-0.7.0 b/games-board/sirius/files/digest-sirius-0.7.0
deleted file mode 100644
index 2744f7da6e61..000000000000
--- a/games-board/sirius/files/digest-sirius-0.7.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 128a663a4fa903e59f5ec40c4d06e59e sirius-0.7.0.tar.gz 1306274
diff --git a/games-board/sirius/sirius-0.7.0.ebuild b/games-board/sirius/sirius-0.7.0.ebuild
deleted file mode 100644
index b14c9abbfd08..000000000000
--- a/games-board/sirius/sirius-0.7.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.7.0.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $
-
-inherit games
-
-DESCRIPTION="A program for playing the game of othello"
-HOMEPAGE="http://sirius.bitvis.nu/"
-SRC_URI="http://sirius.bitvis.nu/files/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND="=x11-libs/gtk+-2*"
-
-src_install() {
- egamesinstall
- dodoc BUGS README ChangeLog || die "dodoc failed"
- prepgamesdirs
-}
diff --git a/games-board/sirius/sirius-0.8.0.ebuild b/games-board/sirius/sirius-0.8.0.ebuild
index a3dbad1af14c..98e7840b958d 100644
--- a/games-board/sirius/sirius-0.8.0.ebuild
+++ b/games-board/sirius/sirius-0.8.0.ebuild
@@ -1,20 +1,21 @@
-# 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/sirius/sirius-0.8.0.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild,v 1.2 2004/02/29 10:26:32 vapier Exp $
inherit games
DESCRIPTION="A program for playing the game of othello"
HOMEPAGE="http://sirius.bitvis.nu/"
SRC_URI="http://sirius.bitvis.nu/files/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-IUSE=""
+
DEPEND="=x11-libs/gtk+-2*"
src_install() {
egamesinstall || die
- dodoc AUTHORS BUGS ChangeLog README || die "dodoc failed"
+ dodoc AUTHORS BUGS ChangeLog README
prepgamesdirs
}