diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-04-26 13:07:01 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-04-26 13:07:01 +0000 |
commit | 0e1a8fa939365aaf99ff6444eee156a4e2bfc735 (patch) | |
tree | c3f28723b079d783a82a284277e1346270edfa47 /kde-base/qimageblitz | |
parent | Fix gcc 4.3 compile failure, part of #259670 (diff) | |
download | gentoo-2-0e1a8fa939365aaf99ff6444eee156a4e2bfc735.tar.gz gentoo-2-0e1a8fa939365aaf99ff6444eee156a4e2bfc735.tar.bz2 gentoo-2-0e1a8fa939365aaf99ff6444eee156a4e2bfc735.zip |
Fix description, depend, whitespace
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/qimageblitz')
-rw-r--r-- | kde-base/qimageblitz/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/qimageblitz/qimageblitz-0.0.4.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/kde-base/qimageblitz/ChangeLog b/kde-base/qimageblitz/ChangeLog index 0632aa80e410..8552faf644cd 100644 --- a/kde-base/qimageblitz/ChangeLog +++ b/kde-base/qimageblitz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/qimageblitz # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/ChangeLog,v 1.7 2009/04/11 15:51:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/ChangeLog,v 1.8 2009/04/26 13:07:01 yngwin Exp $ + + 26 Apr 2009; Ben de Groot <yngwin@gentoo.org> qimageblitz-0.0.4: + Fix description, depend, whitespace 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> qimageblitz-0.0.4.ebuild: Add ~alpha/~ia64 wrt #260777 diff --git a/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild b/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild index e0ed12430dc8..eaa9404b71e9 100644 --- a/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild +++ b/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild,v 1.6 2009/04/11 15:51:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild,v 1.7 2009/04/26 13:07:01 yngwin Exp $ EAPI="1" inherit cmake-utils eutils -DESCRIPTION="interim image effect library that people can use until KDE 4.1" +DESCRIPTION="A graphical effect and filter library for KDE4" HOMEPAGE="http://websvn.kde.org/trunk/kdesupport/qimageblitz/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" @@ -15,14 +15,12 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" SLOT="0" IUSE="3dnow altivec debug mmx sse sse2" -DEPEND="|| ( x11-libs/qt-gui:4 - >=x11-libs/qt-4.2.0:4 )" +DEPEND="x11-libs/qt-gui:4" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/qimageblitz-9999-exec-stack.patch } |