commit:     a6be98a78439d1db72a376780fb6861713672a8c
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 18:35:57 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon May 30 18:36:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6be98a7

x11-themes/qtcurve: remove old

Package-Manager: portage-2.3.0_rc1

 x11-themes/qtcurve/qtcurve-1.8.18.ebuild | 81 --------------------------------
 1 file changed, 81 deletions(-)

diff --git a/x11-themes/qtcurve/qtcurve-1.8.18.ebuild 
b/x11-themes/qtcurve/qtcurve-1.8.18.ebuild
deleted file mode 100644
index c21928d..0000000
--- a/x11-themes/qtcurve/qtcurve-1.8.18.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-KDE_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="A set of widget styles for Qt and GTK2"
-HOMEPAGE="https://github.com/QtCurve/qtcurve";
-
-if [[ ${PV} == *9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git";
-       KEYWORDS=""
-else
-       SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV/_/}.tar.gz  -> 
${P}.tar.gz
-               
https://github.com/QtCurve/qtcurve/commit/020b70404f6202490d5ca131f0ec084355cb98e3.patch
 -> ${PN}-1.8.18-dont_use_c++11.patch"
-       KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-LICENSE="LGPL-2+"
-SLOT="0"
-IUSE="+X gtk kde nls +qt4 qt5 windeco"
-REQUIRED_USE="gtk? ( X )
-       windeco? ( kde X )
-       || ( gtk qt4 qt5 )"
-
-RDEPEND="X? ( x11-libs/libxcb
-               x11-libs/libX11 )
-       gtk? ( x11-libs/gtk+:2 )
-       qt4? ( dev-qt/qtdbus:4
-               dev-qt/qtgui:4
-               dev-qt/qtsvg:4
-       )
-       qt5? ( dev-qt/qtdeclarative:5
-               dev-qt/qtgui:5
-               dev-qt/qtsvg:5
-               dev-qt/qtwidgets:5
-               X? ( dev-qt/qtdbus:5
-                       dev-qt/qtx11extras:5 )
-       )
-       kde? ( $(add_kdebase_dep systemsettings)
-               windeco? ( $(add_kdebase_dep kwin) )
-       )
-       !x11-themes/gtk-engines-qtcurve"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}/${P/_/}"
-
-DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
-
-PATCHES=(
-       "${DISTDIR}/${P}-dont_use_c++11.patch"
-       "${FILESDIR}/${P}-remove_qt_filedialog_api.patch"
-       )
-
-pkg_setup() {
-       # bug #498776
-       if ! version_is_at_least 4.7 $(gcc-version) ; then
-               append-cxxflags -Doverride=
-       fi
-
-       use kde && kde4-base_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs
-       mycmakeargs=(
-               $(cmake-utils_use_enable gtk GTK2)
-               $(cmake-utils_use_enable qt4 QT4)
-               $(cmake-utils_use_enable qt5 QT5)
-               $(cmake-utils_use X QTC_ENABLE_X11 )
-               $(cmake-utils_use kde QTC_QT4_ENABLE_KDE )
-               $(cmake-utils_use windeco QTC_QT4_ENABLE_KWIN )
-               $(cmake-utils_use nls QTC_INSTALL_PO )
-       )
-       cmake-utils_src_configure
-}

Reply via email to