diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 19:33:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 19:33:24 +0000 |
commit | d4f0ed35c1f7684c2e84d852043986e16cf95d25 (patch) | |
tree | 88c1dedc57f368cb3562ee68909bf25ab3004eb7 /kde-base/katomic | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-d4f0ed35c1f7684c2e84d852043986e16cf95d25.tar.gz gentoo-2-d4f0ed35c1f7684c2e84d852043986e16cf95d25.tar.bz2 gentoo-2-d4f0ed35c1f7684c2e84d852043986e16cf95d25.zip |
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/katomic')
-rw-r--r-- | kde-base/katomic/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/katomic/files/digest-katomic-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/katomic/katomic-3.5.6.ebuild | 16 |
3 files changed, 26 insertions, 2 deletions
diff --git a/kde-base/katomic/ChangeLog b/kde-base/katomic/ChangeLog index 26d9b828cb4e..4433230ef4ce 100644 --- a/kde-base/katomic/ChangeLog +++ b/kde-base/katomic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/katomic -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.61 2006/12/11 12:25:19 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.62 2007/01/16 19:33:23 flameeyes Exp $ + +*katomic-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +katomic-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; <kloeri@gentoo.org> katomic-3.5.5.ebuild: Stable on ia64. diff --git a/kde-base/katomic/files/digest-katomic-3.5.6 b/kde-base/katomic/files/digest-katomic-3.5.6 new file mode 100644 index 000000000000..5dd1951a6c60 --- /dev/null +++ b/kde-base/katomic/files/digest-katomic-3.5.6 @@ -0,0 +1,3 @@ +MD5 d6cdf7d9235896670d5299e9e91665e2 kdegames-3.5.6.tar.bz2 10763523 +RMD160 03a6cbf6ab1f3fa11dd89d225b412ad3277c9b6e kdegames-3.5.6.tar.bz2 10763523 +SHA256 11358a33f0d5a83c0d3f31fefe99040f065696b476c95f1f30c5f83a8bd59202 kdegames-3.5.6.tar.bz2 10763523 diff --git a/kde-base/katomic/katomic-3.5.6.ebuild b/kde-base/katomic/katomic-3.5.6.ebuild new file mode 100644 index 000000000000..5df07ed445b0 --- /dev/null +++ b/kde-base/katomic/katomic-3.5.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/katomic-3.5.6.ebuild,v 1.1 2007/01/16 19:33:23 flameeyes Exp $ +KMNAME=kdegames +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE Atomic Entertainment Game" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |