diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 09:22:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 09:22:40 +0000 |
commit | cd7647bb2d80f3f9a38f6f31027bd3f472ef43c2 (patch) | |
tree | a777ebb14b4c8917d943c3fa07f85f7b18261aba /kde-base/kblackbox | |
parent | Bump to 3.5.5 (pre-release). (diff) | |
download | gentoo-2-cd7647bb2d80f3f9a38f6f31027bd3f472ef43c2.tar.gz gentoo-2-cd7647bb2d80f3f9a38f6f31027bd3f472ef43c2.tar.bz2 gentoo-2-cd7647bb2d80f3f9a38f6f31027bd3f472ef43c2.zip |
Bump to 3.5.5 (pre-release).
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'kde-base/kblackbox')
-rw-r--r-- | kde-base/kblackbox/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kblackbox/files/digest-kblackbox-3.5.5 | 3 | ||||
-rw-r--r-- | kde-base/kblackbox/kblackbox-3.5.5.ebuild | 16 |
3 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kblackbox/ChangeLog b/kde-base/kblackbox/ChangeLog index 0c027c53cf80..e11fb2e22e2f 100644 --- a/kde-base/kblackbox/ChangeLog +++ b/kde-base/kblackbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kblackbox # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/ChangeLog,v 1.50 2006/09/17 22:53:12 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/ChangeLog,v 1.51 2006/10/03 09:22:40 flameeyes Exp $ + +*kblackbox-3.5.5 (03 Oct 2006) + + 03 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + +kblackbox-3.5.5.ebuild: + Bump to 3.5.5 (pre-release). 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kblackbox-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/kblackbox/files/digest-kblackbox-3.5.5 b/kde-base/kblackbox/files/digest-kblackbox-3.5.5 new file mode 100644 index 000000000000..2a1fccf3fb47 --- /dev/null +++ b/kde-base/kblackbox/files/digest-kblackbox-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/kblackbox/kblackbox-3.5.5.ebuild b/kde-base/kblackbox/kblackbox-3.5.5.ebuild new file mode 100644 index 000000000000..4641df3fbf71 --- /dev/null +++ b/kde-base/kblackbox/kblackbox-3.5.5.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/kblackbox/kblackbox-3.5.5.ebuild,v 1.1 2006/10/03 09:22:40 flameeyes Exp $ +KMNAME=kdegames +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE Blackbox Game" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" + + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |