commit: 97d4ff8ee5b597cec6f1c2733309c9b0d1b2eb0f Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Jan 16 12:17:49 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Jan 16 12:17:49 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=97d4ff8e
x11-themes/xcurtheme: remove unfetchable package x11-themes/xcurtheme/metadata.xml | 11 ------ x11-themes/xcurtheme/xcurtheme-9999.ebuild | 57 ------------------------------ 2 files changed, 68 deletions(-) diff --git a/x11-themes/xcurtheme/metadata.xml b/x11-themes/xcurtheme/metadata.xml deleted file mode 100644 index 2219f17..0000000 --- a/x11-themes/xcurtheme/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>qt</herd> - <use> - <flag name="tools"> - Install the cursorFX converter (lcft) - </flag> - </use> -</pkgmetadata> - diff --git a/x11-themes/xcurtheme/xcurtheme-9999.ebuild b/x11-themes/xcurtheme/xcurtheme-9999.ebuild deleted file mode 100644 index a8557af..0000000 --- a/x11-themes/xcurtheme/xcurtheme-9999.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qt4-r2 git-2 - -DESCRIPTION="Qt utility to change Xcrusor themes without restarting X Server." -HOMEPAGE="http://gitorious.org/qt-xcurtheme" -EGIT_REPO_URI="git://gitorious.org/qt-xcurtheme/mainline" - -LICENSE="GPL-2 WTFPL-2" -SLOT="0" -KEYWORDS="" -IUSE="tools" - -DEPEND=" - dev-qt/qtgui:4 - x11-libs/libXcursor - x11-libs/libXfixes -" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i "/QMAKE_LFLAGS_RELEASE/d" xct.pro || - die "xct.pro sed failed"; - sed -i "/QMAKE_LFLAGS_RELEASE/d" tools/cursorFXconvert/lcft.pro || - die "lcft.pro sed failed"; -} - -src_configure() { - qt4-r2_src_configure - if use tools; then - pushd tools/cursorFXconvert/ > /dev/null || die - eqmake4 - popd > /dev/null || die - fi -} - -src_compile() { - qt4-r2_src_compile - if use tools; then - pushd tools/cursorFXconvert/ > /dev/null || die - emake - popd > /dev/null || die - fi -} - -src_install() { - dobin "${PN}" - if use tools; then - pushd tools/cursorFXconvert/ > /dev/null || die - dobin lcft - popd > /dev/null || die - fi -}
