summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-10-19 22:12:19 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-10-19 22:12:19 +0000
commit7d7a5644e0c24745491d431f8074722a287ad82e (patch)
tree0b753ad34ba15a06435972cc60daa97f2b1040c8
parentBump to KDE 3.5.8. (diff)
downloadgentoo-2-7d7a5644e0c24745491d431f8074722a287ad82e.tar.gz
gentoo-2-7d7a5644e0c24745491d431f8074722a287ad82e.tar.bz2
gentoo-2-7d7a5644e0c24745491d431f8074722a287ad82e.zip
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
-rw-r--r--kde-base/kdeaddons-kfile-plugins/ChangeLog8
-rw-r--r--kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.5.83
-rw-r--r--kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.5.8.ebuild19
3 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/kdeaddons-kfile-plugins/ChangeLog b/kde-base/kdeaddons-kfile-plugins/ChangeLog
index a3bd072f9709..afff9d848827 100644
--- a/kde-base/kdeaddons-kfile-plugins/ChangeLog
+++ b/kde-base/kdeaddons-kfile-plugins/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdeaddons-kfile-plugins
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons-kfile-plugins/ChangeLog,v 1.50 2007/08/11 16:50:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons-kfile-plugins/ChangeLog,v 1.51 2007/10/19 22:12:19 philantrop Exp $
+
+*kdeaddons-kfile-plugins-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ +kdeaddons-kfile-plugins-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
11 Aug 2007; Raúl Porcel <armin76@gentoo.org>
kdeaddons-kfile-plugins-3.5.6-r1.ebuild:
diff --git a/kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.5.8 b/kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.5.8
new file mode 100644
index 000000000000..8ceec2773c11
--- /dev/null
+++ b/kde-base/kdeaddons-kfile-plugins/files/digest-kdeaddons-kfile-plugins-3.5.8
@@ -0,0 +1,3 @@
+MD5 4a338f14210ad920bb54624cd330dd89 kdeaddons-3.5.8.tar.bz2 1726291
+RMD160 0dfcf04c1074c28f0d75afe4f416b15c3897db17 kdeaddons-3.5.8.tar.bz2 1726291
+SHA256 e505a472ef2dd70e36992802fc33939a65be80bb8610a28bac6f639fa2ce2868 kdeaddons-3.5.8.tar.bz2 1726291
diff --git a/kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.5.8.ebuild b/kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.5.8.ebuild
new file mode 100644
index 000000000000..1f24fc45d4fc
--- /dev/null
+++ b/kde-base/kdeaddons-kfile-plugins/kdeaddons-kfile-plugins-3.5.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 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.5.8.ebuild,v 1.1 2007/10/19 22:12:19 philantrop Exp $
+KMNAME=kdeaddons
+KMNOMODULE=true
+KMEXTRA="kfile-plugins/"
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta
+
+DESCRIPTION="kdeaddons kfile plugins"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+DEPEND="dev-libs/openssl"
+
+src_compile() {
+ myconf="--with-ssl"
+ kde_src_compile
+}