diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 12:14:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 12:14:33 +0000 |
commit | 5b81037c011d2909528fa996e9913d9582690039 (patch) | |
tree | c479ab5dd8fc3fe06fff77b711eeb1b844894922 /kde-base/ksokoban | |
parent | Bump to 3.5.5 (pre-release). (diff) | |
download | gentoo-2-5b81037c011d2909528fa996e9913d9582690039.tar.gz gentoo-2-5b81037c011d2909528fa996e9913d9582690039.tar.bz2 gentoo-2-5b81037c011d2909528fa996e9913d9582690039.zip |
Bump to 3.5.5 (pre-release).
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'kde-base/ksokoban')
-rw-r--r-- | kde-base/ksokoban/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksokoban/files/digest-ksokoban-3.5.5 | 3 | ||||
-rw-r--r-- | kde-base/ksokoban/ksokoban-3.5.5.ebuild | 17 |
3 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/ksokoban/ChangeLog b/kde-base/ksokoban/ChangeLog index a20300e304b0..fac87baec901 100644 --- a/kde-base/ksokoban/ChangeLog +++ b/kde-base/ksokoban/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksokoban # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksokoban/ChangeLog,v 1.52 2006/09/26 21:13:50 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksokoban/ChangeLog,v 1.53 2006/10/03 12:14:33 flameeyes Exp $ + +*ksokoban-3.5.5 (03 Oct 2006) + + 03 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> +ksokoban-3.5.5.ebuild: + Bump to 3.5.5 (pre-release). 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> ksokoban-3.5.2.ebuild, ksokoban-3.5.3.ebuild, ksokoban-3.5.4.ebuild: diff --git a/kde-base/ksokoban/files/digest-ksokoban-3.5.5 b/kde-base/ksokoban/files/digest-ksokoban-3.5.5 new file mode 100644 index 000000000000..2a1fccf3fb47 --- /dev/null +++ b/kde-base/ksokoban/files/digest-ksokoban-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/ksokoban/ksokoban-3.5.5.ebuild b/kde-base/ksokoban/ksokoban-3.5.5.ebuild new file mode 100644 index 000000000000..bb78fc29d4b4 --- /dev/null +++ b/kde-base/ksokoban/ksokoban-3.5.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksokoban/ksokoban-3.5.5.ebuild,v 1.1 2006/10/03 12:14:33 flameeyes Exp $ +KMNAME=kdegames +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="The japanese warehouse keeper 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" |