diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 19:59:17 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 19:59:17 +0000 |
commit | 40c3493c0965d246fb71451ebe8af289dc85c7e9 (patch) | |
tree | 92b58f9a1f2c794fe5af24f5458ab8f0c0f99eca /kde-base/ksokoban | |
parent | ppc stable, bug #135076 (diff) | |
download | gentoo-2-40c3493c0965d246fb71451ebe8af289dc85c7e9.tar.gz gentoo-2-40c3493c0965d246fb71451ebe8af289dc85c7e9.tar.bz2 gentoo-2-40c3493c0965d246fb71451ebe8af289dc85c7e9.zip |
Update to new release.
(Portage version: 2.1_rc3-r3)
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.3 | 3 | ||||
-rw-r--r-- | kde-base/ksokoban/ksokoban-3.5.3.ebuild | 16 |
3 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/ksokoban/ChangeLog b/kde-base/ksokoban/ChangeLog index a75d94aeff3d..8e98bed4b70f 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.46 2006/06/01 08:43:52 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksokoban/ChangeLog,v 1.47 2006/06/01 19:59:17 flameeyes Exp $ + +*ksokoban-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +ksokoban-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> ksokoban-3.5.2.ebuild: Stable on alpha wrt Bug #132213. diff --git a/kde-base/ksokoban/files/digest-ksokoban-3.5.3 b/kde-base/ksokoban/files/digest-ksokoban-3.5.3 new file mode 100644 index 000000000000..187c24a037a4 --- /dev/null +++ b/kde-base/ksokoban/files/digest-ksokoban-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/ksokoban/ksokoban-3.5.3.ebuild b/kde-base/ksokoban/ksokoban-3.5.3.ebuild new file mode 100644 index 000000000000..ac9656a83cd6 --- /dev/null +++ b/kde-base/ksokoban/ksokoban-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/ksokoban/ksokoban-3.5.3.ebuild,v 1.1 2006/06/01 19:59:17 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" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" + + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |