diff options
author | Alex Alexander <wired@gentoo.org> | 2010-11-08 22:59:35 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-11-08 22:59:35 +0000 |
commit | 2049b0bccbd14c4913b12f45eb99f83c364f6640 (patch) | |
tree | 050006434f6d9e4e8e768ec31cf75cf2e0fa4ecb /x11-themes/qtcurve-qt4 | |
parent | Remove unused file, bug #343203. (diff) | |
download | historical-2049b0bccbd14c4913b12f45eb99f83c364f6640.tar.gz historical-2049b0bccbd14c4913b12f45eb99f83c364f6640.tar.bz2 historical-2049b0bccbd14c4913b12f45eb99f83c364f6640.zip |
removed broken parentless-dialog-fix USE - bug #344141. removed old versions.
Package-Manager: portage-2.2.0_alpha3/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/qtcurve-qt4')
-rw-r--r-- | x11-themes/qtcurve-qt4/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/metadata.xml | 3 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.3.ebuild | 40 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.0.ebuild | 49 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.1.ebuild | 40 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.2.ebuild | 40 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.0.ebuild | 40 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.1.ebuild | 40 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4-r1.ebuild | 9 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4.ebuild | 41 |
10 files changed, 13 insertions, 299 deletions
diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog index 6e553b3abb43..26729f5e498f 100644 --- a/x11-themes/qtcurve-qt4/ChangeLog +++ b/x11-themes/qtcurve-qt4/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-themes/qtcurve-qt4 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.113 2010/10/19 10:08:41 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.114 2010/11/08 22:58:28 wired Exp $ + + 08 Nov 2010; Alex Alexander <wired@gentoo.org> -qtcurve-qt4-1.4.3.ebuild, + -qtcurve-qt4-1.5.0.ebuild, -qtcurve-qt4-1.5.1.ebuild, + -qtcurve-qt4-1.5.2.ebuild, -qtcurve-qt4-1.6.0.ebuild, + -qtcurve-qt4-1.6.1.ebuild, -qtcurve-qt4-1.6.4.ebuild, + qtcurve-qt4-1.6.4-r1.ebuild, metadata.xml: + removed broken parentless-dialog-fix USE - bug #344141. removed old + versions. *qtcurve-qt4-1.6.4-r1 (19 Oct 2010) diff --git a/x11-themes/qtcurve-qt4/metadata.xml b/x11-themes/qtcurve-qt4/metadata.xml index c8716a4910f9..0c3994e63ad8 100644 --- a/x11-themes/qtcurve-qt4/metadata.xml +++ b/x11-themes/qtcurve-qt4/metadata.xml @@ -6,9 +6,6 @@ <flag name='kde'>Enable KDE4 support. This adds a QtCurve configuration module to KDE's SystemSettings. </flag> - <flag name='parentless-dialog-fix'>Enable support for the "parent-less dialog - fix" option. WARNING: Upstream allows this, but does NOT support it. - </flag> <flag name='windeco'>Enable window decoration for KWin.</flag> </use> </pkgmetadata> diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.3.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.3.ebuild deleted file mode 100644 index 024551f6492f..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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.4.3.ebuild,v 1.2 2010/08/09 12:46:44 scarabeus Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -inherit confutils 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? ( >=kde-base/systemsettings-${KDE_MINIMAL} - windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_setup() { - confutils_use_depend_all windeco kde - use kde && kde4-base_pkg_setup -} - -src_configure() { - if use kde; then - 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.5.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.0.ebuild deleted file mode 100644 index e296aa58af9a..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 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.5.0.ebuild,v 1.3 2010/08/09 12:46:44 scarabeus Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -inherit confutils 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? ( >=kde-base/systemsettings-${KDE_MINIMAL} - windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_setup() { - confutils_use_depend_all windeco kde - use kde && kde4-base_pkg_setup -} - -src_prepare() { - if use kde && ! use windeco; then - sed -e "/#include <kdecoration.h>/d" \ - -e "s/if(KDecorationDefines::BorderTiny==size)/if(0==size)/" \ - -i "${S}"/kwin/qtcurveconfig.cpp || - die "sed failed" - fi -} - -src_configure() { - if use kde; then - 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.5.1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.1.ebuild deleted file mode 100644 index 768e65689b97..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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.5.1.ebuild,v 1.2 2010/08/09 12:46:44 scarabeus Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -inherit confutils 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? ( >=kde-base/systemsettings-${KDE_MINIMAL} - windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_setup() { - confutils_use_depend_all windeco kde - use kde && kde4-base_pkg_setup -} - -src_configure() { - if use kde; then - 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.5.2.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.2.ebuild deleted file mode 100644 index ec65bd03404a..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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.5.2.ebuild,v 1.2 2010/08/09 12:46:44 scarabeus Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -inherit confutils 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? ( >=kde-base/systemsettings-${KDE_MINIMAL} - windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_setup() { - confutils_use_depend_all windeco kde - use kde && kde4-base_pkg_setup -} - -src_configure() { - if use kde; then - 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.6.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.0.ebuild deleted file mode 100644 index 66d0064ecda3..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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.6.0.ebuild,v 1.1 2010/09/12 21:30:52 wired Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -inherit confutils 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? ( >=kde-base/systemsettings-${KDE_MINIMAL} - windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_setup() { - confutils_use_depend_all windeco kde - use kde && kde4-base_pkg_setup -} - -src_configure() { - if use kde; then - 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.6.1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.1.ebuild deleted file mode 100644 index 6099aadb7f02..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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.6.1.ebuild,v 1.1 2010/09/16 10:02:30 wired Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -inherit confutils 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? ( >=kde-base/systemsettings-${KDE_MINIMAL} - windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_setup() { - confutils_use_depend_all windeco kde - use kde && kde4-base_pkg_setup -} - -src_configure() { - if use kde; then - 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.6.4-r1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4-r1.ebuild index 4872f23165d7..1015680d8305 100644 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4-r1.ebuild +++ b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.6.4-r1.ebuild,v 1.1 2010/10/19 10:08:41 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4-r1.ebuild,v 1.2 2010/11/08 22:58:28 wired Exp $ EAPI="2" KDE_REQUIRED="optional" @@ -14,7 +14,7 @@ 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 parentless-dialog-fix windeco" +IUSE="kde windeco" DEPEND="x11-libs/qt-gui:4[dbus] x11-libs/qt-svg:4 @@ -38,12 +38,11 @@ pkg_setup() { } src_configure() { - mycmakeargs="$(cmake-utils_use parentless-dialog-fix QTC_ENABLE_PARENTLESS_DIALOG_FIX_SUPPORT)" if use kde; then - mycmakeargs="${mycmakeargs} $(use windeco && echo "-DQTC_KWIN=true")" + mycmakeargs="$(use windeco && echo "-DQTC_KWIN=true")" kde4-base_src_configure else - mycmakeargs="${mycmakeargs} -DQTC_QT_ONLY=true" + mycmakeargs="-DQTC_QT_ONLY=true" cmake-utils_src_configure fi } diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4.ebuild deleted file mode 100644 index 7f2ed5ad7021..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.6.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 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.6.4.ebuild,v 1.1 2010/10/05 00:15:53 wired Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -inherit confutils 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 parentless-dialog-fix windeco" - -DEPEND="x11-libs/qt-gui:4[dbus] - x11-libs/qt-svg:4 - kde? ( >=kde-base/systemsettings-${KDE_MINIMAL} - windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_setup() { - confutils_use_depend_all windeco kde - use kde && kde4-base_pkg_setup -} - -src_configure() { - mycmakeargs="$(cmake-utils_use parentless-dialog-fix QTC_ENABLE_PARENTLESS_DIALOG_FIX_SUPPORT)" - if use kde; then - kde4-base_src_configure - else - mycmakeargs="${mycmakeargs} -DQTC_QT_ONLY=true" - cmake-utils_src_configure - fi -} |