summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2007-05-22 21:50:28 +0000
committerCarsten Lohrke <carlo@gentoo.org>2007-05-22 21:50:28 +0000
commit4257f19336e4b8f7831938671483b13cf7cdc76b (patch)
treed2f7c8dca14ca908efe70654d4adc7585223b69c /kde-base/kdeartwork
parentVersion bump. (diff)
downloadgentoo-2-4257f19336e4b8f7831938671483b13cf7cdc76b.tar.gz
gentoo-2-4257f19336e4b8f7831938671483b13cf7cdc76b.tar.bz2
gentoo-2-4257f19336e4b8f7831938671483b13cf7cdc76b.zip
Version bump.
(Portage version: 2.1.2.7)
Diffstat (limited to 'kde-base/kdeartwork')
-rw-r--r--kde-base/kdeartwork/ChangeLog7
-rw-r--r--kde-base/kdeartwork/files/digest-kdeartwork-3.5.73
-rw-r--r--kde-base/kdeartwork/kdeartwork-3.5.7.ebuild22
3 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/kdeartwork/ChangeLog b/kde-base/kdeartwork/ChangeLog
index 9bcf8e71b1eb..300060c3ee4b 100644
--- a/kde-base/kdeartwork/ChangeLog
+++ b/kde-base/kdeartwork/ChangeLog
@@ -1,6 +1,11 @@
# 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.186 2007/02/05 11:59:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.187 2007/05/22 21:50:28 carlo Exp $
+
+*kdeartwork-3.5.7 (22 May 2007)
+
+ 22 May 2007; Carsten Lohrke <carlo@gentoo.org> +kdeartwork-3.5.7.ebuild:
+ Version bump.
04 Feb 2007; Jeroen Roovers <jer@gentoo.org> kdeartwork-3.5.6.ebuild:
Marked ~hppa.
diff --git a/kde-base/kdeartwork/files/digest-kdeartwork-3.5.7 b/kde-base/kdeartwork/files/digest-kdeartwork-3.5.7
new file mode 100644
index 000000000000..457cdfccf859
--- /dev/null
+++ b/kde-base/kdeartwork/files/digest-kdeartwork-3.5.7
@@ -0,0 +1,3 @@
+MD5 4ce75cd6f98b8662e450be735bc0b060 kdeartwork-3.5.7.tar.bz2 16577346
+RMD160 2b41e52000e604d50a1954408b16fa480b0e1351 kdeartwork-3.5.7.tar.bz2 16577346
+SHA256 4c54da23ce3858037ebff95b7d263ab88488b3a25aec6b459b1943f7035cd8f3 kdeartwork-3.5.7.tar.bz2 16577346
diff --git a/kde-base/kdeartwork/kdeartwork-3.5.7.ebuild b/kde-base/kdeartwork/kdeartwork-3.5.7.ebuild
new file mode 100644
index 000000000000..b896704fe0c9
--- /dev/null
+++ b/kde-base/kdeartwork/kdeartwork-3.5.7.ebuild
@@ -0,0 +1,22 @@
+# 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.7.ebuild,v 1.1 2007/05/22 21:50:28 carlo 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
+}