diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-05-14 20:09:19 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-05-14 20:09:19 +0000 |
commit | f197a79ac9bf3ca6af0a47bd549d24220df89820 (patch) | |
tree | 53e021ca58f5b407b5db66f4478a5bfff8ccc495 /x11-themes/gtk-engines-qtcurve | |
parent | Stable on ppc64; bug #221063 (diff) | |
download | gentoo-2-f197a79ac9bf3ca6af0a47bd549d24220df89820.tar.gz gentoo-2-f197a79ac9bf3ca6af0a47bd549d24220df89820.tar.bz2 gentoo-2-f197a79ac9bf3ca6af0a47bd549d24220df89820.zip |
x11-themes/gtk-engines-qtcurve version bump
(Portage version: 2.1.5_rc9)
Diffstat (limited to 'x11-themes/gtk-engines-qtcurve')
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.58.0.ebuild | 30 | ||||
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.1.ebuild | 30 | ||||
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.3.ebuild (renamed from x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.0.ebuild) | 2 |
4 files changed, 9 insertions, 62 deletions
diff --git a/x11-themes/gtk-engines-qtcurve/ChangeLog b/x11-themes/gtk-engines-qtcurve/ChangeLog index ac9c220162b4..92fb2d559910 100644 --- a/x11-themes/gtk-engines-qtcurve/ChangeLog +++ b/x11-themes/gtk-engines-qtcurve/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/gtk-engines-qtcurve # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.25 2008/05/12 16:29:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.26 2008/05/14 20:09:19 yngwin Exp $ + +*gtk-engines-qtcurve-0.59.3 (14 May 2008) + + 14 May 2008; Ben de Groot <yngwin@gentoo.org> + -gtk-engines-qtcurve-0.58.0.ebuild, -gtk-engines-qtcurve-0.59.0.ebuild, + -gtk-engines-qtcurve-0.59.1.ebuild, +gtk-engines-qtcurve-0.59.3.ebuild: + Version bump 12 May 2008; Markus Meier <maekke@gentoo.org> gtk-engines-qtcurve-0.57.1.ebuild: diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.58.0.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.58.0.ebuild deleted file mode 100644 index dc29b34828bf..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.58.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.58.0.ebuild,v 1.4 2008/04/30 17:48:04 klausman Exp $ - -inherit eutils cmake-utils - -MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2} - -DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 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="~alpha ~amd64 ~hppa ~ppc64 ~x86" -IUSE="mozilla" - -RDEPEND=">=x11-libs/gtk+-2 - x11-libs/cairo" -DEPEND="${RDEPEND} - >=dev-util/cmake-2.4" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.1.ebuild deleted file mode 100644 index 190bb7313fc8..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.1.ebuild,v 1.2 2008/05/04 00:21:10 yngwin Exp $ - -inherit eutils cmake-utils - -MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2} - -DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 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="~alpha ~amd64 ~hppa ~ppc64 ~x86" -IUSE="mozilla" - -RDEPEND=">=x11-libs/gtk+-2 - x11-libs/cairo" -DEPEND="${RDEPEND} - >=dev-util/cmake-2.4" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.0.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.3.ebuild index a68778bc2829..05c655145858 100644 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.0.ebuild +++ b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.0.ebuild,v 1.2 2008/05/04 00:21:10 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.3.ebuild,v 1.1 2008/05/14 20:09:19 yngwin Exp $ inherit eutils cmake-utils |