summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-10-20 00:00:37 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-10-20 00:00:37 +0000
commit6956f78ffe03ad38ca9fc672ab1b983dd8071ee5 (patch)
treec8c8fdb5e0506fadb5ceae32d57ead0b07c77f6f /kde-base/ksplashml
parentVersion bump, bug #195981 (diff)
downloadhistorical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.gz
historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.bz2
historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.zip
Bump to KDE 3.5.8.
Package-Manager: portage-2.1.3.15
Diffstat (limited to 'kde-base/ksplashml')
-rw-r--r--kde-base/ksplashml/ChangeLog8
-rw-r--r--kde-base/ksplashml/files/digest-ksplashml-3.5.83
-rw-r--r--kde-base/ksplashml/ksplashml-3.5.8.ebuild23
3 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/ksplashml/ChangeLog b/kde-base/ksplashml/ChangeLog
index e6257ce6cbbf..1f2c7c9adfe7 100644
--- a/kde-base/ksplashml/ChangeLog
+++ b/kde-base/ksplashml/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/ksplashml
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.78 2007/08/11 16:35:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.79 2007/10/19 23:34:26 philantrop Exp $
+
+*ksplashml-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ +ksplashml-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
11 Aug 2007; Raúl Porcel <armin76@gentoo.org> ksplashml-3.5.7.ebuild:
x86 stable wrt #185823
diff --git a/kde-base/ksplashml/files/digest-ksplashml-3.5.8 b/kde-base/ksplashml/files/digest-ksplashml-3.5.8
new file mode 100644
index 000000000000..f335c6a5eacf
--- /dev/null
+++ b/kde-base/ksplashml/files/digest-ksplashml-3.5.8
@@ -0,0 +1,3 @@
+MD5 10950c172c1d9529c621a000c6b39d10 kdebase-3.5.8.tar.bz2 2501632
+RMD160 718e72b4b990eea04763298cadae9e7103ae1808 kdebase-3.5.8.tar.bz2 2501632
+SHA256 90f5070737c638c3a0cbce416ae2cfd471140ca4108056c8f8a3449b951f22dd kdebase-3.5.8.tar.bz2 2501632
diff --git a/kde-base/ksplashml/ksplashml-3.5.8.ebuild b/kde-base/ksplashml/ksplashml-3.5.8.ebuild
new file mode 100644
index 000000000000..78a46e35fdcb
--- /dev/null
+++ b/kde-base/ksplashml/ksplashml-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/ksplashml/ksplashml-3.5.8.ebuild,v 1.1 2007/10/19 23:34:26 philantrop Exp $
+
+KMNAME=kdebase
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="kdehiddenvisibility xinerama"
+
+RDEPEND="xinerama? ( x11-libs/libXinerama )"
+
+DEPEND="${RDEPEND}
+ xinerama? ( x11-proto/xineramaproto )"
+
+src_compile() {
+ myconf="${myconf} $(use_with xinerama)"
+
+ kde-meta_src_compile
+}