diff options
author | 2006-10-03 11:25:52 +0000 | |
---|---|---|
committer | 2006-10-03 11:25:52 +0000 | |
commit | f854c21bea5764880a3800f313ccf81da02ca3a2 (patch) | |
tree | 95cc4776dbc4af8bf4f0d247bd95d19670bd2429 /kde-base/kolf | |
parent | Bump to 3.5.5 (pre-release). (diff) | |
download | gentoo-2-f854c21bea5764880a3800f313ccf81da02ca3a2.tar.gz gentoo-2-f854c21bea5764880a3800f313ccf81da02ca3a2.tar.bz2 gentoo-2-f854c21bea5764880a3800f313ccf81da02ca3a2.zip |
Bump to 3.5.5 (pre-release).
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'kde-base/kolf')
-rw-r--r-- | kde-base/kolf/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kolf/files/digest-kolf-3.5.5 | 3 | ||||
-rw-r--r-- | kde-base/kolf/kolf-3.5.5.ebuild | 19 |
3 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kolf/ChangeLog b/kde-base/kolf/ChangeLog index 6116b82c22a0..0a61bb1b1dee 100644 --- a/kde-base/kolf/ChangeLog +++ b/kde-base/kolf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kolf # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolf/ChangeLog,v 1.53 2006/09/26 19:37:04 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolf/ChangeLog,v 1.54 2006/10/03 11:25:52 flameeyes Exp $ + +*kolf-3.5.5 (03 Oct 2006) + + 03 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> +kolf-3.5.5.ebuild: + Bump to 3.5.5 (pre-release). 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> kolf-3.5.2.ebuild, kolf-3.5.3.ebuild, kolf-3.5.4.ebuild: diff --git a/kde-base/kolf/files/digest-kolf-3.5.5 b/kde-base/kolf/files/digest-kolf-3.5.5 new file mode 100644 index 000000000000..2a1fccf3fb47 --- /dev/null +++ b/kde-base/kolf/files/digest-kolf-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/kolf/kolf-3.5.5.ebuild b/kde-base/kolf/kolf-3.5.5.ebuild new file mode 100644 index 000000000000..c7917e397af6 --- /dev/null +++ b/kde-base/kolf/kolf-3.5.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolf/kolf-3.5.5.ebuild,v 1.1 2006/10/03 11:25:52 flameeyes Exp $ + +ARTS_REQUIRED="yes" +KMNAME=kdegames +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE Minigolf 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" |