diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 19:32:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 19:32:05 +0000 |
commit | b95d98c5ce950390349f9d41108d16823c07e565 (patch) | |
tree | d9dae08c02d137b656575a627f0c70e9c8f7bbe9 /kde-base/kpat | |
parent | Update to new release. (diff) | |
download | gentoo-2-b95d98c5ce950390349f9d41108d16823c07e565.tar.gz gentoo-2-b95d98c5ce950390349f9d41108d16823c07e565.tar.bz2 gentoo-2-b95d98c5ce950390349f9d41108d16823c07e565.zip |
Update to new release.
(Portage version: 2.1_rc3-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.3 | 3 | ||||
-rw-r--r-- | kde-base/kpat/kpat-3.5.3.ebuild | 20 |
3 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/kpat/ChangeLog b/kde-base/kpat/ChangeLog index 690b6e5caac3..5502315a6de2 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.46 2006/06/01 08:37:32 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.47 2006/06/01 19:32:05 flameeyes Exp $ + +*kpat-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +kpat-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> kpat-3.5.2.ebuild: Stable on alpha wrt Bug #132213. diff --git a/kde-base/kpat/files/digest-kpat-3.5.3 b/kde-base/kpat/files/digest-kpat-3.5.3 new file mode 100644 index 000000000000..187c24a037a4 --- /dev/null +++ b/kde-base/kpat/files/digest-kpat-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/kpat/kpat-3.5.3.ebuild b/kde-base/kpat/kpat-3.5.3.ebuild new file mode 100644 index 000000000000..95e9ac5ea8be --- /dev/null +++ b/kde-base/kpat/kpat-3.5.3.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.3.ebuild,v 1.1 2006/06/01 19:32:05 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" +IUSE="" + +DEPEND=" +$(deprange $PV $MAXKDEVER kde-base/libkdegames)" + +RDEPEND="${DEPEND} + $(deprange-dual $PV $MAXKDEVER kde-base/kdebase-data)" + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |