summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-03 12:16:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-03 12:16:32 +0000
commit32df10c59b3286c11a85b343ac73120dddc88635 (patch)
tree6f3255fb0e84d93d003a331d1a831a3220409573 /kde-base/ksplashml
parentBump to 3.5.5 (pre-release). (diff)
downloadgentoo-2-32df10c59b3286c11a85b343ac73120dddc88635.tar.gz
gentoo-2-32df10c59b3286c11a85b343ac73120dddc88635.tar.bz2
gentoo-2-32df10c59b3286c11a85b343ac73120dddc88635.zip
Bump to 3.5.5 (pre-release).
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'kde-base/ksplashml')
-rw-r--r--kde-base/ksplashml/ChangeLog8
-rw-r--r--kde-base/ksplashml/files/digest-ksplashml-3.5.53
-rw-r--r--kde-base/ksplashml/ksplashml-3.5.5.ebuild23
3 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/ksplashml/ChangeLog b/kde-base/ksplashml/ChangeLog
index fa71b603a627..2786c6e03257 100644
--- a/kde-base/ksplashml/ChangeLog
+++ b/kde-base/ksplashml/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/ksplashml
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.54 2006/09/17 22:53:01 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.55 2006/10/03 12:16:32 flameeyes Exp $
+
+*ksplashml-3.5.5 (03 Oct 2006)
+
+ 03 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ +ksplashml-3.5.5.ebuild:
+ Bump to 3.5.5 (pre-release).
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -ksplashml-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/ksplashml/files/digest-ksplashml-3.5.5 b/kde-base/ksplashml/files/digest-ksplashml-3.5.5
new file mode 100644
index 000000000000..e34daba3f91c
--- /dev/null
+++ b/kde-base/ksplashml/files/digest-ksplashml-3.5.5
@@ -0,0 +1,3 @@
+MD5 7c16b95c5281dccdc9e917e74bff4029 kdebase-3.5.5.tar.bz2 23848082
+RMD160 9dbf9f210b3126ae8a7b0c703a54def869793234 kdebase-3.5.5.tar.bz2 23848082
+SHA256 58c37f98a83589ad7a7fb9d83817e9fdd0310b280324420d8db65f1b087906b9 kdebase-3.5.5.tar.bz2 23848082
diff --git a/kde-base/ksplashml/ksplashml-3.5.5.ebuild b/kde-base/ksplashml/ksplashml-3.5.5.ebuild
new file mode 100644
index 000000000000..7305007c8140
--- /dev/null
+++ b/kde-base/ksplashml/ksplashml-3.5.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ksplashml-3.5.5.ebuild,v 1.1 2006/10/03 12:16:32 flameeyes 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="xinerama"
+
+RDEPEND="xinerama? ( || ( x11-libs/libXinerama <virtual/x11-7 ) )"
+
+DEPEND="${RDEPEND}
+ xinerama? ( || ( x11-proto/xineramaproto <virtual/x11-7 ) )"
+
+src_compile() {
+ myconf="${myconf} $(use_with xinerama)"
+
+ kde-meta_src_compile
+}