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/kdeaddons-kfile-plugins | |
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/kdeaddons-kfile-plugins')
4 files changed, 26 insertions, 11 deletions
diff --git a/kde-base/kdeaddons-kfile-plugins/ChangeLog b/kde-base/kdeaddons-kfile-plugins/ChangeLog index 45dec1c536d8..a51f7762911f 100644 --- a/kde-base/kdeaddons-kfile-plugins/ChangeLog +++ b/kde-base/kdeaddons-kfile-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdeaddons-kfile-plugins # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons-kfile-plugins/ChangeLog,v 1.3 2005/03/09 14:53:57 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons-kfile-plugins/ChangeLog,v 1.4 2005/03/13 21:19:01 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> + kdeaddons-kfile-plugins-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. 09 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> kdeaddons-kfile-plugins-3.4.0_beta2.ebuild: diff --git a/kde-base/kdeaddons-kfile-plugins/Manifest b/kde-base/kdeaddons-kfile-plugins/Manifest index 13eeca766f18..c27928e12a58 100644 --- a/kde-base/kdeaddons-kfile-plugins/Manifest +++ b/kde-base/kdeaddons-kfile-plugins/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 338b002f025f7047a1b960fdd812e104 kdeaddons-kfile-plugins-3.4.0_beta1.ebuild 498 MD5 76c50b2def81a8dd66000b65cd97a5cb ChangeLog 795 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 +MD5 0e472162047787fd1d5fd8d3a476e719 kdeaddons-kfile-plugins-3.4.0.ebuild 498 MD5 278a3f833431138b7230a2350b97922d kdeaddons-kfile-plugins-3.4.0_beta2.ebuild 511 MD5 723a604383a2fd8238013a8b609a62f3 files/digest-kdeaddons-kfile-plugins-3.4.0_beta1 219 MD5 9009a89a3313cb85f25a0d66683e48ed files/digest-kdeaddons-kfile-plugins-3.4.0_beta2 298 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCLw4fntT9W3vfTuoRAkkhAJ9SrhsBAeG1SsYLfEIJ5SNIzulMowCdED+M -f1I9I6oh5Bin3Trof/oJvEA= -=hT/d ------END PGP SIGNATURE----- +MD5 231586b7509d98416a3043180cebfe60 files/digest-kdeaddons-kfile-plugins-3.4.0 69 diff --git a/kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.4.0 b/kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.4.0 new file mode 100644 index 000000000000..38a866676e89 --- /dev/null +++ b/kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.4.0 @@ -0,0 +1 @@ +MD5 5a0d82ee1bbaeec8dab74b2e5e604f94 kdeaddons-3.4.0.tar.bz2 1670919 diff --git a/kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.4.0.ebuild b/kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.4.0.ebuild new file mode 100644 index 000000000000..64b8cc411f20 --- /dev/null +++ b/kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-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/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.4.0.ebuild,v 1.1 2005/03/13 21:19:01 danarmak Exp $ +KMNAME=kdeaddons +KMNOMODULE=true +KMEXTRA="kfile-plugins/" +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="kdeaddons kfile plugins" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="ssl? (dev-libs/openssl)" + +# kfile-cert requires ssl + |