diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 11:52:03 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 11:52:03 +0000 |
commit | 509f82ccdee45dfdd92704cea903a3f043cb84a9 (patch) | |
tree | ca66a544fc8c49e24af4a2a86b9de64b45cddebd /kde-base/kpoker | |
parent | Bump to 3.5.5 (pre-release). (diff) | |
download | gentoo-2-509f82ccdee45dfdd92704cea903a3f043cb84a9.tar.gz gentoo-2-509f82ccdee45dfdd92704cea903a3f043cb84a9.tar.bz2 gentoo-2-509f82ccdee45dfdd92704cea903a3f043cb84a9.zip |
Bump to 3.5.5 (pre-release).
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'kde-base/kpoker')
-rw-r--r-- | kde-base/kpoker/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kpoker/files/digest-kpoker-3.5.5 | 3 | ||||
-rw-r--r-- | kde-base/kpoker/kpoker-3.5.5.ebuild | 18 |
3 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kpoker/ChangeLog b/kde-base/kpoker/ChangeLog index 438b8f95f6a7..6a5d84755bdf 100644 --- a/kde-base/kpoker/ChangeLog +++ b/kde-base/kpoker/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kpoker # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpoker/ChangeLog,v 1.53 2006/09/26 20:20:08 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpoker/ChangeLog,v 1.54 2006/10/03 11:52:03 flameeyes Exp $ + +*kpoker-3.5.5 (03 Oct 2006) + + 03 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> +kpoker-3.5.5.ebuild: + Bump to 3.5.5 (pre-release). 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> kpoker-3.5.2.ebuild, kpoker-3.5.3.ebuild, kpoker-3.5.4.ebuild: diff --git a/kde-base/kpoker/files/digest-kpoker-3.5.5 b/kde-base/kpoker/files/digest-kpoker-3.5.5 new file mode 100644 index 000000000000..2a1fccf3fb47 --- /dev/null +++ b/kde-base/kpoker/files/digest-kpoker-3.5.5 @@ -0,0 +1,3 @@ +MD5 1db8e3960ffb6af0a8d683756b89efa7 kdegames-3.5.5.tar.bz2 10749927 +RMD160 42a2910e92b845ca9b79ccdab4980c7232913346 kdegames-3.5.5.tar.bz2 10749927 +SHA256 957563339f241c7bd5d6ec3a4fedc21a0c20387b7a01fc4bd62ce892eae68935 kdegames-3.5.5.tar.bz2 10749927 diff --git a/kde-base/kpoker/kpoker-3.5.5.ebuild b/kde-base/kpoker/kpoker-3.5.5.ebuild new file mode 100644 index 000000000000..28b6d1694347 --- /dev/null +++ b/kde-base/kpoker/kpoker-3.5.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpoker/kpoker-3.5.5.ebuild,v 1.1 2006/10/03 11:52:03 flameeyes Exp $ +KMNAME=kdegames +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE poker game" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" + +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |