diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 16:55:52 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 16:55:52 +0000 |
commit | 1bb04cf06520fe83ff1069a6b3ee930086c44847 (patch) | |
tree | e836bf598b7ad62269ec29a7d79216772f155088 /kde-base/katomic | |
parent | Update to new release. (diff) | |
download | gentoo-2-1bb04cf06520fe83ff1069a6b3ee930086c44847.tar.gz gentoo-2-1bb04cf06520fe83ff1069a6b3ee930086c44847.tar.bz2 gentoo-2-1bb04cf06520fe83ff1069a6b3ee930086c44847.zip |
Update to new release.
(Portage version: 2.1_rc3-r3)
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.3 | 3 | ||||
-rw-r--r-- | kde-base/katomic/katomic-3.5.3.ebuild | 16 |
3 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/katomic/ChangeLog b/kde-base/katomic/ChangeLog index 65f3a0adaf92..dfcbc8c46307 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.45 2006/06/01 06:57:26 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.46 2006/06/01 16:55:52 flameeyes Exp $ + +*katomic-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +katomic-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> katomic-3.5.2.ebuild: Stable on alpha wrt Bug #132213. diff --git a/kde-base/katomic/files/digest-katomic-3.5.3 b/kde-base/katomic/files/digest-katomic-3.5.3 new file mode 100644 index 000000000000..187c24a037a4 --- /dev/null +++ b/kde-base/katomic/files/digest-katomic-3.5.3 @@ -0,0 +1,3 @@ +MD5 17e8a2e28a0cb320486e3dc8ee45665f kdegames-3.5.3.tar.bz2 10728200 +RMD160 36ea1609fcc5cd627b16c9e225c309ff8ed212b3 kdegames-3.5.3.tar.bz2 10728200 +SHA256 173fb8ebb0c3ba583a04cc1292cab064fc01b4ef912b359a90c16569088ea95e kdegames-3.5.3.tar.bz2 10728200 diff --git a/kde-base/katomic/katomic-3.5.3.ebuild b/kde-base/katomic/katomic-3.5.3.ebuild new file mode 100644 index 000000000000..547ee43fe929 --- /dev/null +++ b/kde-base/katomic/katomic-3.5.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/katomic-3.5.3.ebuild,v 1.1 2006/06/01 16:55:52 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" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" + + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |