summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdeartwork')
-rw-r--r--kde-base/kdeartwork/ChangeLog8
-rw-r--r--kde-base/kdeartwork/files/digest-kdeartwork-3.5.83
-rw-r--r--kde-base/kdeartwork/kdeartwork-3.5.8.ebuild23
3 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/kdeartwork/ChangeLog b/kde-base/kdeartwork/ChangeLog
index 6065cf2042f0..a0af9a49d804 100644
--- a/kde-base/kdeartwork/ChangeLog
+++ b/kde-base/kdeartwork/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdeartwork
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.196 2007/09/24 04:05:21 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.197 2007/10/19 22:14:02 philantrop Exp $
+
+*kdeartwork-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ +kdeartwork-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
24 Sep 2007; Stuart Longland <redhatter@gentoo.org>
kdeartwork-3.5.7.ebuild:
diff --git a/kde-base/kdeartwork/files/digest-kdeartwork-3.5.8 b/kde-base/kdeartwork/files/digest-kdeartwork-3.5.8
new file mode 100644
index 000000000000..9c2b4c2d8b44
--- /dev/null
+++ b/kde-base/kdeartwork/files/digest-kdeartwork-3.5.8
@@ -0,0 +1,3 @@
+MD5 03becf82a233e6007e9372ffa5756d0b kdeartwork-3.5.8.tar.bz2 16602701
+RMD160 41ff99627ff8a9a459acd432507857dfe57e9453 kdeartwork-3.5.8.tar.bz2 16602701
+SHA256 edb99200bdfe6ec1ffe497297c92c5b1d3de203959c0f833a2eb4a6bfef34516 kdeartwork-3.5.8.tar.bz2 16602701
diff --git a/kde-base/kdeartwork/kdeartwork-3.5.8.ebuild b/kde-base/kdeartwork/kdeartwork-3.5.8.ebuild
new file mode 100644
index 000000000000..99bb27e704b9
--- /dev/null
+++ b/kde-base/kdeartwork/kdeartwork-3.5.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.5.8.ebuild,v 1.1 2007/10/19 22:14:02 philantrop Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE artwork package"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="opengl xscreensaver"
+
+DEPEND="~kde-base/kdebase-${PV}
+ media-libs/libart_lgpl
+ opengl? ( virtual/opengl )
+ xscreensaver? ( x11-misc/xscreensaver )"
+
+src_compile() {
+ local myconf="--with-dpms --with-libart
+ $(use_with opengl gl)
+ $(use_with xscreensaver)"
+
+ kde_src_compile
+}