diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-01 22:49:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-01 22:49:02 +0000 |
commit | 7e57e7f363b0917dd46d8b020bba6e2219bb4ca7 (patch) | |
tree | 5fb4bcc189ec49c94f99ff966dfb26b0acc89bcd /games-board/six | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-7e57e7f363b0917dd46d8b020bba6e2219bb4ca7.tar.gz gentoo-2-7e57e7f363b0917dd46d8b020bba6e2219bb4ca7.tar.bz2 gentoo-2-7e57e7f363b0917dd46d8b020bba6e2219bb4ca7.zip |
version bump
Diffstat (limited to 'games-board/six')
-rw-r--r-- | games-board/six/ChangeLog | 9 | ||||
-rw-r--r-- | games-board/six/Manifest | 4 | ||||
-rw-r--r-- | games-board/six/files/digest-six-0.5.0 | 1 | ||||
-rw-r--r-- | games-board/six/six-0.5.0.ebuild | 14 |
4 files changed, 25 insertions, 3 deletions
diff --git a/games-board/six/ChangeLog b/games-board/six/ChangeLog index 27e8495b0b1e..15187686ad4e 100644 --- a/games-board/six/ChangeLog +++ b/games-board/six/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/six -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/six/ChangeLog,v 1.1 2003/11/28 23:02:08 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/six/ChangeLog,v 1.2 2004/03/01 22:49:02 mr_bones_ Exp $ + +*six-0.5.0 (01 Mar 2004) + + 01 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> six-0.5.0.ebuild: + version bump *six-0.4.0 (28 Nov 2003) diff --git a/games-board/six/Manifest b/games-board/six/Manifest index e98041ad6bec..815b2b2445b4 100644 --- a/games-board/six/Manifest +++ b/games-board/six/Manifest @@ -1,4 +1,6 @@ -MD5 8c5239b93947aa3270f9a6a0886df5c7 six-0.4.0.ebuild 420 +MD5 c988479f4d3acee039689002975d04cd six-0.4.0.ebuild 416 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 +MD5 c988479f4d3acee039689002975d04cd six-0.5.0.ebuild 416 MD5 4b628759602e2190c71962259df867c9 ChangeLog 348 MD5 93a1951ff5df8bac26b89b041cece715 files/digest-six-0.4.0 61 +MD5 e178cd1604bf925028235f46532ab7e6 files/digest-six-0.5.0 61 diff --git a/games-board/six/files/digest-six-0.5.0 b/games-board/six/files/digest-six-0.5.0 new file mode 100644 index 000000000000..e0bbe5a9d760 --- /dev/null +++ b/games-board/six/files/digest-six-0.5.0 @@ -0,0 +1 @@ +MD5 7775072d4a3cd838537c66a3bf031f90 six-0.5.0.tar.gz 811852 diff --git a/games-board/six/six-0.5.0.ebuild b/games-board/six/six-0.5.0.ebuild new file mode 100644 index 000000000000..77e2663e162f --- /dev/null +++ b/games-board/six/six-0.5.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/six/six-0.5.0.ebuild,v 1.1 2004/03/01 22:49:02 mr_bones_ Exp $ + +inherit kde +need-kde 3 + +DESCRIPTION="A Hex playing program for KDE" +HOMEPAGE="http://six.retes.hu/" +SRC_URI="http://six.retes.hu/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" |