diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
commit | 5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5 (patch) | |
tree | ec7b172633d80bd566500eb79f61cfee9931757c /kde-base/kooka | |
parent | add alpha keyword (diff) | |
download | historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.tar.gz historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.tar.bz2 historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.zip |
kde 3.4.0 ebuilds. the tarballs will be available from upstream Wednesday.
as per cryos' request, keeping the ~amd64 keywords where present, even though i'm not an amd64 dev.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base/kooka')
-rw-r--r-- | kde-base/kooka/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kooka/Manifest | 12 | ||||
-rw-r--r-- | kde-base/kooka/files/digest-kooka-3.4.0 | 1 | ||||
-rw-r--r-- | kde-base/kooka/kooka-3.4.0.ebuild | 17 |
4 files changed, 25 insertions, 11 deletions
diff --git a/kde-base/kooka/ChangeLog b/kde-base/kooka/ChangeLog index 55f538d80827..301dab578c81 100644 --- a/kde-base/kooka/ChangeLog +++ b/kde-base/kooka/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kooka # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.4 2005/03/07 14:10:46 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.5 2005/03/13 21:19:07 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> kooka-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. *kooka-3.4.0_rc1 (07 Mar 2005) diff --git a/kde-base/kooka/Manifest b/kde-base/kooka/Manifest index 0ccc2dff3fd6..457540f54105 100644 --- a/kde-base/kooka/Manifest +++ b/kde-base/kooka/Manifest @@ -1,7 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 37e733652436b95b6669d7724bdf40cd kooka-3.4.0_beta2.ebuild 562 +MD5 99538e58a9b804dbd84abdd22a7cb51e kooka-3.4.0.ebuild 557 MD5 f887ecda8bd930aba71b490b5db7d2de kooka-3.4.0_beta1.ebuild 567 MD5 cd3e38787d3b41f1c47b14274b65774a kooka-3.4.0_rc1.ebuild 564 MD5 98e07c48f6c5f897e58a3d35d54a360e ChangeLog 952 @@ -9,10 +7,4 @@ MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 4ac1ee7d57d8c40f18fe0d54cf80c8f5 files/digest-kooka-3.4.0_rc1 393 MD5 2ed7b7cff3ca3ea63807d913c938cf52 files/digest-kooka-3.4.0_beta1 225 MD5 541d4705ae9b7241e2705097fae207f8 files/digest-kooka-3.4.0_beta2 306 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCLGD1ntT9W3vfTuoRAty7AKCnBaRyhNalRJKCSk5KovhTMLBRKACfRhc8 -sd7P/lyHfCoI952MFsl2WhU= -=cIEq ------END PGP SIGNATURE----- +MD5 e48f24f251a08d557aee3f0d60feb26d files/digest-kooka-3.4.0 71 diff --git a/kde-base/kooka/files/digest-kooka-3.4.0 b/kde-base/kooka/files/digest-kooka-3.4.0 new file mode 100644 index 000000000000..315db4f18947 --- /dev/null +++ b/kde-base/kooka/files/digest-kooka-3.4.0 @@ -0,0 +1 @@ +MD5 5a0a32e314422e2ce051290c08390367 kdegraphics-3.4.0.tar.bz2 6667685 diff --git a/kde-base/kooka/kooka-3.4.0.ebuild b/kde-base/kooka/kooka-3.4.0.ebuild new file mode 100644 index 000000000000..e321195745af --- /dev/null +++ b/kde-base/kooka/kooka-3.4.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.4.0.ebuild,v 1.1 2005/03/13 21:19:07 danarmak Exp $ + +KMNAME=kdegraphics +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="Kooka is a KDE application which provides access to scanner hardware" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan)" +OLDDEPEND="~kde-base/libkscan-$PV" + +KMCOPYLIB="libkscan libkscan" +KMEXTRACTONLY="libkscan"
\ No newline at end of file |