summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-06-22 14:21:32 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-06-22 14:21:32 +0000
commit7eb41a457bb08accf0f0920db0448448db905f03 (patch)
treed69fff086dafd0430df7adf2eb5b2e3ddc6bbcd3 /x11-themes/qtcurve-qt4
parentUpdate patchset to include binfmt wrapper (diff)
downloadgentoo-2-7eb41a457bb08accf0f0920db0448448db905f03.tar.gz
gentoo-2-7eb41a457bb08accf0f0920db0448448db905f03.tar.bz2
gentoo-2-7eb41a457bb08accf0f0920db0448448db905f03.zip
Remove old.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/qtcurve-qt4')
-rw-r--r--x11-themes/qtcurve-qt4/ChangeLog6
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.10.ebuild53
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.9.ebuild53
3 files changed, 5 insertions, 107 deletions
diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog
index 0f65c623273e..3f6f54ded7ec 100644
--- a/x11-themes/qtcurve-qt4/ChangeLog
+++ b/x11-themes/qtcurve-qt4/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/qtcurve-qt4
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.139 2012/05/21 20:26:17 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.140 2012/06/22 14:21:32 pesa Exp $
+
+ 22 Jun 2012; Davide Pesavento <pesa@gentoo.org> -qtcurve-qt4-1.8.10.ebuild,
+ -qtcurve-qt4-1.8.9.ebuild:
+ Remove old.
21 May 2012; Johannes Huber <johu@gentoo.org> qtcurve-qt4-1.8.12.ebuild:
Stable for x86, wrt bug #411845
diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.10.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.10.ebuild
deleted file mode 100644
index d4d56a79b16b..000000000000
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.10.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.10.ebuild,v 1.1 2012/02/19 09:32:40 hwoarang Exp $
-
-EAPI=4
-KDE_REQUIRED="optional"
-inherit cmake-utils kde4-base
-
-MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
-
-DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kde windeco"
-
-DEPEND="x11-libs/qt-gui:4[dbus]
- x11-libs/qt-svg:4
- kde? (
- $(add_kdebase_dep systemsettings)
- windeco? ( $(add_kdebase_dep kwin) )
- )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="ChangeLog README TODO"
-
-PATCHES=( "${FILESDIR}/${PN}_kwin_automagic_fix.patch" )
-
-REQUIRED_USE="windeco? ( kde )"
-
-pkg_setup() {
- use kde && kde4-base_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs
- if use kde; then
- mycmakeargs=(
- $(cmake-utils_use windeco QTC_KWIN)
- )
- kde4-base_src_configure
- else
- mycmakeargs=(
- "-DQTC_QT_ONLY=true"
- )
- cmake-utils_src_configure
- fi
-}
diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.9.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.9.ebuild
deleted file mode 100644
index cad5dde4de71..000000000000
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.9.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.8.9.ebuild,v 1.4 2012/04/04 01:43:53 jer Exp $
-
-EAPI=4
-KDE_REQUIRED="optional"
-inherit cmake-utils kde4-base
-
-MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
-
-DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="kde windeco"
-
-DEPEND="x11-libs/qt-gui:4[dbus]
- x11-libs/qt-svg:4
- kde? (
- $(add_kdebase_dep systemsettings)
- windeco? ( $(add_kdebase_dep kwin) )
- )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="ChangeLog README TODO"
-
-PATCHES=( "${FILESDIR}/${PN}_kwin_automagic_fix.patch" )
-
-REQUIRED_USE="windeco? ( kde )"
-
-pkg_setup() {
- use kde && kde4-base_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs
- if use kde; then
- mycmakeargs=(
- $(cmake-utils_use windeco QTC_KWIN)
- )
- kde4-base_src_configure
- else
- mycmakeargs=(
- "-DQTC_QT_ONLY=true"
- )
- cmake-utils_src_configure
- fi
-}