diff options
author | 2008-07-12 20:27:03 +0000 | |
---|---|---|
committer | 2008-07-12 20:27:03 +0000 | |
commit | 68169f378d37b276578f5249203573ce290572ea (patch) | |
tree | f0d0e09a106cca151eee3a14da038e452fcad7ca /x11-themes | |
parent | Removed older version. Closes #150877 (diff) | |
download | gentoo-2-68169f378d37b276578f5249203573ce290572ea.tar.gz gentoo-2-68169f378d37b276578f5249203573ce290572ea.tar.bz2 gentoo-2-68169f378d37b276578f5249203573ce290572ea.zip |
Clean out old qtcurve versions.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-hh7 i686)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-0.57.1.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-0.59.1.ebuild | 34 |
3 files changed, 5 insertions, 69 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog index 38b46bb4dd03..37423edeca5b 100644 --- a/x11-themes/qtcurve/ChangeLog +++ b/x11-themes/qtcurve/ChangeLog @@ -1,6 +1,10 @@ # 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.36 2008/07/06 17:31:17 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.37 2008/07/12 20:27:03 yngwin Exp $ + + 12 Jul 2008; Ben de Groot <yngwin@gentoo.org> -qtcurve-0.57.1.ebuild, + -qtcurve-0.59.1.ebuild: + Clean out old versions. 06 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> qtcurve-0.59.2.ebuild: Stable on sparc, bug #228255 diff --git a/x11-themes/qtcurve/qtcurve-0.57.1.ebuild b/x11-themes/qtcurve/qtcurve-0.57.1.ebuild deleted file mode 100644 index e2c054da8583..000000000000 --- a/x11-themes/qtcurve/qtcurve-0.57.1.ebuild +++ /dev/null @@ -1,34 +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/qtcurve/qtcurve-0.57.1.ebuild,v 1.4 2008/05/13 20:52:20 drac 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="" - -RDEPEND="$(qt_min_version 3)" -DEPEND="${RDEPEND} - >=dev-util/cmake-2.4" - -need-kde 3.5 - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_postinst() { - buildsycoca -} - -pkg_postrm() { - buildsycoca -} diff --git a/x11-themes/qtcurve/qtcurve-0.59.1.ebuild b/x11-themes/qtcurve/qtcurve-0.59.1.ebuild deleted file mode 100644 index 3dd423cca510..000000000000 --- a/x11-themes/qtcurve/qtcurve-0.59.1.ebuild +++ /dev/null @@ -1,34 +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/qtcurve/qtcurve-0.59.1.ebuild,v 1.2 2008/05/13 20:52:20 drac 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="~alpha ~amd64 ~hppa ~ppc64 ~x86" -IUSE="" - -RDEPEND="$(qt_min_version 3)" -DEPEND="${RDEPEND} - >=dev-util/cmake-2.4" - -need-kde 3.5 - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_postinst() { - buildsycoca -} - -pkg_postrm() { - buildsycoca -} |