summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-02-07 00:12:59 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-02-07 00:12:59 +0000
commit5dce68c9cc05b718532a522d45797435bc4d68b2 (patch)
tree3405da9ffcff7553acfd1a283d8344919ace829c /kde-base/knewsticker
parentrename check_apache_threads to has_apache_threads as suggested by dberkholz (diff)
downloadhistorical-5dce68c9cc05b718532a522d45797435bc4d68b2.tar.gz
historical-5dce68c9cc05b718532a522d45797435bc4d68b2.tar.bz2
historical-5dce68c9cc05b718532a522d45797435bc4d68b2.zip
Version bump to KDE 4.0.1.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'kde-base/knewsticker')
-rw-r--r--kde-base/knewsticker/ChangeLog8
-rw-r--r--kde-base/knewsticker/knewsticker-4.0.1.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/knewsticker/ChangeLog b/kde-base/knewsticker/ChangeLog
index e9800397bc36..2ad6b1aabbdb 100644
--- a/kde-base/knewsticker/ChangeLog
+++ b/kde-base/knewsticker/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/knewsticker
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/knewsticker/ChangeLog,v 1.79 2008/01/31 15:27:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knewsticker/ChangeLog,v 1.80 2008/02/07 00:10:48 philantrop Exp $
+
+*knewsticker-4.0.1 (06 Feb 2008)
+
+ 06 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +knewsticker-4.0.1.ebuild:
+ Version bump to KDE 4.0.1.
31 Jan 2008; Brent Baude <ranger@gentoo.org> knewsticker-3.5.8.ebuild:
Marking knewsticker-3.5.8 ppc for bug 207634
diff --git a/kde-base/knewsticker/knewsticker-4.0.1.ebuild b/kde-base/knewsticker/knewsticker-4.0.1.ebuild
new file mode 100644
index 000000000000..a8e4b465c088
--- /dev/null
+++ b/kde-base/knewsticker/knewsticker-4.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knewsticker/knewsticker-4.0.1.ebuild,v 1.1 2008/02/07 00:10:48 philantrop Exp $
+
+EAPI="1"
+
+KMNAME=kdenetwork
+inherit kde4-meta
+
+DESCRIPTION="Plasma widget: rss news ticker"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug htmlhandbook"
+
+DEPEND="|| ( >=kde-base/plasma-${PV}:${SLOT}
+ >=kde-base/kdebase-${PV}:${SLOT} )"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ mycmakeargs="${mycmakeargs} -DWITH_Plasma=ON"
+
+ kde4-meta_src_compile
+}