diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-02-25 23:17:15 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-02-25 23:17:15 +0000 |
commit | 2e77a29dda3b7d02369847767a2c71f6298cd4a2 (patch) | |
tree | 6426b854f84891f4681dca7b7f563eb009c0ff8c /x11-themes | |
parent | Remove old ebuilds. (diff) | |
download | gentoo-2-2e77a29dda3b7d02369847767a2c71f6298cd4a2.tar.gz gentoo-2-2e77a29dda3b7d02369847767a2c71f6298cd4a2.tar.bz2 gentoo-2-2e77a29dda3b7d02369847767a2c71f6298cd4a2.zip |
Another x11-themes/*qtcurve* version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-0.56.1.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog index f5bb93ffc201..2cbbd6faa7bb 100644 --- a/x11-themes/qtcurve/ChangeLog +++ b/x11-themes/qtcurve/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/qtcurve # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.14 2008/02/25 16:28:01 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.15 2008/02/25 23:17:15 yngwin Exp $ + +*qtcurve-0.56.1 (25 Feb 2008) + + 25 Feb 2008; Ben de Groot <yngwin@gentoo.org> +qtcurve-0.56.1.ebuild: + And another version bump. 25 Feb 2008; Ben de Groot <yngwin@gentoo.org> -qtcurve-0.55.1.ebuild, -qtcurve-0.55.2.ebuild, qtcurve-0.55.3.ebuild, qtcurve-0.56.0.ebuild: diff --git a/x11-themes/qtcurve/qtcurve-0.56.1.ebuild b/x11-themes/qtcurve/qtcurve-0.56.1.ebuild new file mode 100644 index 000000000000..45fea76fe489 --- /dev/null +++ b/x11-themes/qtcurve/qtcurve-0.56.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.56.1.ebuild,v 1.1 2008/02/25 23:17:15 yngwin Exp $ + +# Order is important, so we get src_compile from cmake-utils. +inherit kde-functions qt3 cmake-utils + +MY_P=${P/qtcurve/QtCurve-KDE3} + +DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 and Qt4" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" +SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-util/cmake-2.4 + $(qt_min_version 3)" + +need-kde 3.5 + +S="${WORKDIR}/${MY_P}" +DOCS="ChangeLog README TODO" + +pkg_postinst() { + buildsycoca +} + +pkg_postrm() { + buildsycoca +} |