diff options
author | 2006-07-25 07:24:41 +0000 | |
---|---|---|
committer | 2006-07-25 07:24:41 +0000 | |
commit | 33bc7af2edd595d72923910c5b24aa2f12869dac (patch) | |
tree | 3837336f5836b57b8005379913c8662ba1a4fb47 /kde-base/kpat | |
parent | Bump to 3.5.4 (pre-release). (diff) | |
download | gentoo-2-33bc7af2edd595d72923910c5b24aa2f12869dac.tar.gz gentoo-2-33bc7af2edd595d72923910c5b24aa2f12869dac.tar.bz2 gentoo-2-33bc7af2edd595d72923910c5b24aa2f12869dac.zip |
Bump to 3.5.4 (pre-release).
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'kde-base/kpat')
-rw-r--r-- | kde-base/kpat/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kpat/files/digest-kpat-3.5.4 | 3 | ||||
-rw-r--r-- | kde-base/kpat/kpat-3.5.4.ebuild | 20 |
3 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/kpat/ChangeLog b/kde-base/kpat/ChangeLog index 76c7c28811b7..668784785912 100644 --- a/kde-base/kpat/ChangeLog +++ b/kde-base/kpat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kpat # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.48 2006/06/25 21:32:21 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.49 2006/07/25 07:24:41 flameeyes Exp $ + +*kpat-3.5.4 (25 Jul 2006) + + 25 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> +kpat-3.5.4.ebuild: + Bump to 3.5.4 (pre-release). 25 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> kpat-3.5.3.ebuild: Add ~x86-fbsd keyword. diff --git a/kde-base/kpat/files/digest-kpat-3.5.4 b/kde-base/kpat/files/digest-kpat-3.5.4 new file mode 100644 index 000000000000..24c6e867c0b2 --- /dev/null +++ b/kde-base/kpat/files/digest-kpat-3.5.4 @@ -0,0 +1,3 @@ +MD5 60bb42c51c2e86a826188da457ed21d0 kdegames-3.5.4.tar.bz2 10737313 +RMD160 b11322342020aec0040dfc17c50ff588276ceb2c kdegames-3.5.4.tar.bz2 10737313 +SHA256 280d0b257f51d383cd2bdd78ce36767d8bfebe6a56f3cf28c1fd558041917625 kdegames-3.5.4.tar.bz2 10737313 diff --git a/kde-base/kpat/kpat-3.5.4.ebuild b/kde-base/kpat/kpat-3.5.4.ebuild new file mode 100644 index 000000000000..010dd5dbf8a5 --- /dev/null +++ b/kde-base/kpat/kpat-3.5.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/kpat-3.5.4.ebuild,v 1.1 2006/07/25 07:24:41 flameeyes Exp $ +KMNAME=kdegames +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE patience game" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=" +$(deprange $PV $MAXKDEVER kde-base/libkdegames)" + +RDEPEND="${DEPEND} + $(deprange-dual $PV $MAXKDEVER kde-base/kdebase-data)" + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |