diff options
author | Dan Armak <danarmak@gentoo.org> | 2006-01-22 22:53:11 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2006-01-22 22:53:11 +0000 |
commit | 7d609dfdc88a7a44e209dca2ddef3793f5014237 (patch) | |
tree | 78ddeae7b754ddbe60431ec5afce7e506c27c67f /kde-base/kmouth | |
parent | Update HOMEPAGE and use our mirrors for bug 119981. (diff) | |
download | gentoo-2-7d609dfdc88a7a44e209dca2ddef3793f5014237.tar.gz gentoo-2-7d609dfdc88a7a44e209dca2ddef3793f5014237.tar.bz2 gentoo-2-7d609dfdc88a7a44e209dca2ddef3793f5014237.zip |
KDE 3.5.1 split ebuilds (still masked since not officially released upstream, devs can get the sources from my homedir on dev.gentoo.org as usual)
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'kde-base/kmouth')
-rw-r--r-- | kde-base/kmouth/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmouth/Manifest | 14 | ||||
-rw-r--r-- | kde-base/kmouth/files/digest-kmouth-3.5.1 | 1 | ||||
-rw-r--r-- | kde-base/kmouth/kmouth-3.5.1.ebuild | 13 |
4 files changed, 28 insertions, 7 deletions
diff --git a/kde-base/kmouth/ChangeLog b/kde-base/kmouth/ChangeLog index 43150d603109..95f61e22975f 100644 --- a/kde-base/kmouth/ChangeLog +++ b/kde-base/kmouth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmouth # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.35 2005/12/17 16:02:02 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.36 2006/01/22 22:53:02 danarmak Exp $ + +*kmouth-3.5.1 (23 Jan 2006) + + 23 Jan 2006; Dan Armak <danarmak@gentoo.org> +kmouth-3.5.1.ebuild: + Version 3.5.1. Not yet released upstream, so package.masked for now. 17 Dec 2005; Markus Rothe <corsair@gentoo.org> kmouth-3.5.0.ebuild: Added ~ppc64 diff --git a/kde-base/kmouth/Manifest b/kde-base/kmouth/Manifest index 6bf3e19399f2..889c99305696 100644 --- a/kde-base/kmouth/Manifest +++ b/kde-base/kmouth/Manifest @@ -1,10 +1,12 @@ -MD5 243a21ff443b3993b6754ba0de9b6d19 ChangeLog 4171 -MD5 a9a1d3eeb3bf7257eae053ed10ab6910 kmouth-3.4.1.ebuild 425 -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 5d4e24e370f2f2ac4b9629b2efb94908 kmouth-3.4.2.ebuild 438 -MD5 1ab77e54c77891db2d2d71600c78ecd7 kmouth-3.4.3.ebuild 432 -MD5 5499c8ff1861d7c2228f9ab2ad261386 kmouth-3.5.0.ebuild 439 +MD5 503ce3513e52bb24583a56eb9d02291d ChangeLog 4341 MD5 a2ff872942277aa4226570c6c728c417 files/digest-kmouth-3.4.1 236 MD5 e40e61649226223ac8c5051bc56cd28a files/digest-kmouth-3.4.2 320 MD5 69f79fb831b8a4318ac609aefa806adb files/digest-kmouth-3.4.3 76 MD5 307469289d5167258f2faa3684e12eb2 files/digest-kmouth-3.5.0 76 +MD5 bbbee17e0679e572ee00a477aa3fe74b files/digest-kmouth-3.5.1 76 +MD5 a9a1d3eeb3bf7257eae053ed10ab6910 kmouth-3.4.1.ebuild 425 +MD5 5d4e24e370f2f2ac4b9629b2efb94908 kmouth-3.4.2.ebuild 438 +MD5 1ab77e54c77891db2d2d71600c78ecd7 kmouth-3.4.3.ebuild 432 +MD5 5499c8ff1861d7c2228f9ab2ad261386 kmouth-3.5.0.ebuild 439 +MD5 5499c8ff1861d7c2228f9ab2ad261386 kmouth-3.5.1.ebuild 439 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 diff --git a/kde-base/kmouth/files/digest-kmouth-3.5.1 b/kde-base/kmouth/files/digest-kmouth-3.5.1 new file mode 100644 index 000000000000..9d87eb19d208 --- /dev/null +++ b/kde-base/kmouth/files/digest-kmouth-3.5.1 @@ -0,0 +1 @@ +MD5 cc0773103053a6800b3d35e6021b6719 kdeaccessibility-3.5.1.tar.bz2 8456936 diff --git a/kde-base/kmouth/kmouth-3.5.1.ebuild b/kde-base/kmouth/kmouth-3.5.1.ebuild new file mode 100644 index 000000000000..24cafd7c3ea1 --- /dev/null +++ b/kde-base/kmouth/kmouth-3.5.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/kmouth-3.5.1.ebuild,v 1.1 2006/01/22 22:53:02 danarmak Exp $ +KMNAME=kdeaccessibility +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE: A type-and-say front end for speech synthesizers" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="" + |