diff options
Diffstat (limited to 'kde-base/ksplashml')
-rw-r--r-- | kde-base/ksplashml/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/ksplashml/files/digest-ksplashml-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/ksplashml/ksplashml-3.5.6.ebuild | 23 |
3 files changed, 34 insertions, 2 deletions
diff --git a/kde-base/ksplashml/ChangeLog b/kde-base/ksplashml/ChangeLog index 186f131abf6c..0304cc3921d7 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.67 2006/12/11 11:59:47 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.68 2007/01/16 21:23:25 flameeyes Exp $ + +*ksplashml-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + +ksplashml-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; <kloeri@gentoo.org> ksplashml-3.5.5.ebuild: Stable on ia64. diff --git a/kde-base/ksplashml/files/digest-ksplashml-3.5.6 b/kde-base/ksplashml/files/digest-ksplashml-3.5.6 new file mode 100644 index 000000000000..7551c13481ee --- /dev/null +++ b/kde-base/ksplashml/files/digest-ksplashml-3.5.6 @@ -0,0 +1,3 @@ +MD5 a53f589f58012e655a52220a6a151019 kdebase-3.5.6.tar.bz2 24155599 +RMD160 d3cbdcd148ea4c08d254f48faa10fc693517394c kdebase-3.5.6.tar.bz2 24155599 +SHA256 245b35f8b2e1533f9ae92b3b07bee5339a716dfb8db363d0126d2e7409b7bd7e kdebase-3.5.6.tar.bz2 24155599 diff --git a/kde-base/ksplashml/ksplashml-3.5.6.ebuild b/kde-base/ksplashml/ksplashml-3.5.6.ebuild new file mode 100644 index 000000000000..f3b4aed4322f --- /dev/null +++ b/kde-base/ksplashml/ksplashml-3.5.6.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.6.ebuild,v 1.1 2007/01/16 21:23:25 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="kdehiddenvisibility 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 +} |