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/kdeadmin-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/kdeadmin-kfile-plugins')
3 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kdeadmin-kfile-plugins/ChangeLog b/kde-base/kdeadmin-kfile-plugins/ChangeLog index 938924c2476c..75d8f415f089 100644 --- a/kde-base/kdeadmin-kfile-plugins/ChangeLog +++ b/kde-base/kdeadmin-kfile-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdeadmin-kfile-plugins # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-kfile-plugins/ChangeLog,v 1.3 2005/03/13 02:24:10 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-kfile-plugins/ChangeLog,v 1.4 2005/03/13 21:19:01 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> + kdeadmin-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. 13 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> kdeadmin-kfile-plugins-3.4.0_beta2.ebuild: diff --git a/kde-base/kdeadmin-kfile-plugins/files/digest-kdeadmin-kfile-plugins-3.4.0 b/kde-base/kdeadmin-kfile-plugins/files/digest-kdeadmin-kfile-plugins-3.4.0 new file mode 100644 index 000000000000..8cbd9915d983 --- /dev/null +++ b/kde-base/kdeadmin-kfile-plugins/files/digest-kdeadmin-kfile-plugins-3.4.0 @@ -0,0 +1 @@ +MD5 d1db9fac4faca194cbda1e8189453363 kdeadmin-3.4.0.tar.bz2 1567785 diff --git a/kde-base/kdeadmin-kfile-plugins/kdeadmin-kfile-plugins-3.4.0.ebuild b/kde-base/kdeadmin-kfile-plugins/kdeadmin-kfile-plugins-3.4.0.ebuild new file mode 100644 index 000000000000..f81f77888b83 --- /dev/null +++ b/kde-base/kdeadmin-kfile-plugins/kdeadmin-kfile-plugins-3.4.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-kfile-plugins/kdeadmin-kfile-plugins-3.4.0.ebuild,v 1.1 2005/03/13 21:19:01 danarmak Exp $ +KMNAME=kdeadmin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta +KMMODULE=kfile-plugins + +DESCRIPTION="kfile plugins from kdeadmin" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="" + |