diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-05-22 21:18:35 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-05-22 21:18:35 +0000 |
commit | 8050d0b25bf2cf66a09c288e8d452210a709d113 (patch) | |
tree | 67a417dff62a3a7fd9af0ee6be9213112fb07ddb /kde-base/katomic | |
parent | Version bump. (diff) | |
download | gentoo-2-8050d0b25bf2cf66a09c288e8d452210a709d113.tar.gz gentoo-2-8050d0b25bf2cf66a09c288e8d452210a709d113.tar.bz2 gentoo-2-8050d0b25bf2cf66a09c288e8d452210a709d113.zip |
Version bump.
(Portage version: 2.1.2.7)
Diffstat (limited to 'kde-base/katomic')
-rw-r--r-- | kde-base/katomic/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/katomic/files/digest-katomic-3.5.7 | 3 | ||||
-rw-r--r-- | kde-base/katomic/katomic-3.5.7.ebuild | 16 |
3 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/katomic/ChangeLog b/kde-base/katomic/ChangeLog index d50464081052..c7c8917165fd 100644 --- a/kde-base/katomic/ChangeLog +++ b/kde-base/katomic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/katomic # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.63 2007/02/04 01:45:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.64 2007/05/22 21:18:35 carlo Exp $ + +*katomic-3.5.7 (22 May 2007) + + 22 May 2007; Carsten Lohrke <carlo@gentoo.org> +katomic-3.5.7.ebuild: + Version bump. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -katomic-3.5.2.ebuild: Remove old versions. diff --git a/kde-base/katomic/files/digest-katomic-3.5.7 b/kde-base/katomic/files/digest-katomic-3.5.7 new file mode 100644 index 000000000000..ccd7b00beb0a --- /dev/null +++ b/kde-base/katomic/files/digest-katomic-3.5.7 @@ -0,0 +1,3 @@ +MD5 49ada123885195673d8bcbada4e9c82c kdegames-3.5.7.tar.bz2 10819129 +RMD160 bf7260ff8169cbefd467daed2d4f9045144b26d4 kdegames-3.5.7.tar.bz2 10819129 +SHA256 f93efeb59b9b3bdecec031d30879da384b1e95c6624a704bcd11d35f910aa07b kdegames-3.5.7.tar.bz2 10819129 diff --git a/kde-base/katomic/katomic-3.5.7.ebuild b/kde-base/katomic/katomic-3.5.7.ebuild new file mode 100644 index 000000000000..3a37caa991dc --- /dev/null +++ b/kde-base/katomic/katomic-3.5.7.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.7.ebuild,v 1.1 2007/05/22 21:18:35 carlo 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" |