diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-02-11 01:31:11 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-02-11 01:31:11 +0000 |
commit | ff1b6b0d46b768ca0f6c91ff01000a876b7e7fae (patch) | |
tree | 6e2d12f771b4474efedc2855114a3fd1b92ef9cb /kde-base/kdeaddons-kfile-plugins | |
parent | Fix use_multilib to return false when making a cross-compile toolchain for CT... (diff) | |
download | historical-ff1b6b0d46b768ca0f6c91ff01000a876b7e7fae.tar.gz historical-ff1b6b0d46b768ca0f6c91ff01000a876b7e7fae.tar.bz2 historical-ff1b6b0d46b768ca0f6c91ff01000a876b7e7fae.zip |
initial import - replaces kde-base/kfile-*
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'kde-base/kdeaddons-kfile-plugins')
5 files changed, 40 insertions, 0 deletions
diff --git a/kde-base/kdeaddons-kfile-plugins/ChangeLog b/kde-base/kdeaddons-kfile-plugins/ChangeLog new file mode 100644 index 000000000000..e311da2887dc --- /dev/null +++ b/kde-base/kdeaddons-kfile-plugins/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2005/02/11 01:31:11 caleb Exp $ + +*kdeaddons-kfile-plugins-3.4.0_beta2 (10 Feb 2005) + + 10 Feb 2005; Caleb Tennis <caleb@gentoo.org> +metadata.xml, + +kdeaddons-kfile-plugins-3.4.0_beta2.ebuild: + initial import - replaces all kfile-* builds + diff --git a/kde-base/kdeaddons-kfile-plugins/Manifest b/kde-base/kdeaddons-kfile-plugins/Manifest new file mode 100644 index 000000000000..7b6b92620729 --- /dev/null +++ b/kde-base/kdeaddons-kfile-plugins/Manifest @@ -0,0 +1,4 @@ +MD5 1989b8d297c784839dab382db5d0aa07 ChangeLog 445 +MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 +MD5 156f57570bf4bebbb2602be0152983eb kdeaddons-kfile-plugins-3.4.0_beta2.ebuild 498 +MD5 9009a89a3313cb85f25a0d66683e48ed files/digest-kdeaddons-kfile-plugins-3.4.0_beta2 298 diff --git a/kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.4.0_beta2 b/kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.4.0_beta2 new file mode 100644 index 000000000000..fdd0864cee93 --- /dev/null +++ b/kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.4.0_beta2 @@ -0,0 +1,4 @@ +MD5 ac0def6fda7c6355244b4b38bcda8768 kdeaddons-3.3.90.tar.bz2 1564757 +MD5 ff3cef5dd66c457870c6ceef841b36e8 kdeaddons-3.3.90-3.3.91.tar.xdelta 127951 +MD5 ebfcbbdc768efe5525836ae5c4718aa3 kdeaddons-3.3.91-3.3.92.tar.xdelta 154375 +MD5 e7eb91b5605a5660a8bbf8bfe00458db kdeaddons-3.3.92.tar.bz2 1561062 diff --git a/kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.4.0_beta2.ebuild b/kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.4.0_beta2.ebuild new file mode 100644 index 000000000000..b47dc893bfa7 --- /dev/null +++ b/kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.4.0_beta2.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_beta2.ebuild,v 1.1 2005/02/11 01:31:11 caleb Exp $ +KMNAME=kdeaddons +KMNOMODULE=true +KMEXTRA="kfile-plugins/" +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="kdeaddons kfile plugins" +KEYWORDS="~x86" +IUSE="" +DEPEND="ssl? (dev-libs/openssl)" + +# kfile-cert requires ssl + diff --git a/kde-base/kdeaddons-kfile-plugins/metadata.xml b/kde-base/kdeaddons-kfile-plugins/metadata.xml new file mode 100644 index 000000000000..1a4592f97a10 --- /dev/null +++ b/kde-base/kdeaddons-kfile-plugins/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-core</herd> +</pkgmetadata> |