public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-themes/xcurtheme/
@ 2012-02-04 17:12 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2012-02-04 17:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f82a9d12f84b0de8be303a72d5b1031ef86ea343
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 17:16:18 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 17:16:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f82a9d12

[x11-themes/xcurtheme] EAPI 4, git-2 eclass.

(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)

---
 x11-themes/xcurtheme/xcurtheme-9999.ebuild |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-themes/xcurtheme/xcurtheme-9999.ebuild b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
index 38f2768..eb1c641 100644
--- a/x11-themes/xcurtheme/xcurtheme-9999.ebuild
+++ b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=4
 
-inherit qt4-edge git
+inherit qt4-edge 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.git"
+EGIT_REPO_URI="git://gitorious.org/qt-xcurtheme/mainline"
 
 LICENSE="GPL-2 WTFPL-2"
 SLOT="0"



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/qt:master commit in: x11-themes/xcurtheme/
@ 2013-01-22 14:46 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2013-01-22 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6eff9d608b92c243a84ccbae8c06f9dd894220cf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 14:42:12 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 14:42:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6eff9d60

[x11-themes/xcurtheme] Hide pushd/popd noise.

Package-Manager: portage-2.1.11.48

---
 x11-themes/xcurtheme/xcurtheme-9999.ebuild |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-themes/xcurtheme/xcurtheme-9999.ebuild b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
index 96f58f8..6870800 100644
--- a/x11-themes/xcurtheme/xcurtheme-9999.ebuild
+++ b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
@@ -32,26 +32,26 @@ src_prepare() {
 src_configure() {
 	qt4-r2_src_configure
 	if use tools; then
-		pushd tools/cursorFXconvert/
+		pushd tools/cursorFXconvert/ > /dev/null
 		eqmake4
-		popd
+		popd > /dev/null
 	fi
 }
 
 src_compile() {
 	qt4-r2_src_compile
 	if use tools; then
-		pushd tools/cursorFXconvert/
+		pushd tools/cursorFXconvert/ > /dev/null
 		emake
-		popd
+		popd > /dev/null
 	fi
 }
 
 src_install() {
 	dobin "${PN}"
 	if use tools; then
-		pushd tools/cursorFXconvert/
+		pushd tools/cursorFXconvert/ > /dev/null
 		dobin lcft
-		popd
+		popd > /dev/null
 	fi
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/qt:master commit in: x11-themes/xcurtheme/
@ 2015-10-12 16:47 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2015-10-12 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     54f3bb8f85e11888eaa14acc8805bc57fd6d8456
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 16:47:10 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 16:47:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=54f3bb8f

x11-themes/xcurtheme: nitpicks

Package-Manager: portage-2.2.20.1

 x11-themes/xcurtheme/xcurtheme-9999.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-themes/xcurtheme/xcurtheme-9999.ebuild b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
index 753a6a0..7f40ec9 100644
--- a/x11-themes/xcurtheme/xcurtheme-9999.ebuild
+++ b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
@@ -16,9 +16,9 @@ KEYWORDS=""
 IUSE="tools"
 
 DEPEND="
+	dev-qt/qtgui:4
 	x11-libs/libXcursor
 	x11-libs/libXfixes
-	dev-qt/qtgui:4
 "
 RDEPEND="${DEPEND}"
 
@@ -32,26 +32,26 @@ src_prepare() {
 src_configure() {
 	qt4-r2_src_configure
 	if use tools; then
-		pushd tools/cursorFXconvert/ > /dev/null
+		pushd tools/cursorFXconvert/ > /dev/null || die
 		eqmake4
-		popd > /dev/null
+		popd > /dev/null || die
 	fi
 }
 
 src_compile() {
 	qt4-r2_src_compile
 	if use tools; then
-		pushd tools/cursorFXconvert/ > /dev/null
+		pushd tools/cursorFXconvert/ > /dev/null || die
 		emake
-		popd > /dev/null
+		popd > /dev/null || die
 	fi
 }
 
 src_install() {
 	dobin "${PN}"
 	if use tools; then
-		pushd tools/cursorFXconvert/ > /dev/null
+		pushd tools/cursorFXconvert/ > /dev/null || die
 		dobin lcft
-		popd > /dev/null
+		popd > /dev/null || die
 	fi
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/qt:master commit in: x11-themes/xcurtheme/
@ 2015-10-12 16:47 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2015-10-12 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d62929d6ca0ac98a512a385caca6051b617a3441
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 16:47:34 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 16:47:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d62929d6

x11-themes/xcurtheme: port to EAPI 5

Package-Manager: portage-2.2.20.1

 x11-themes/xcurtheme/xcurtheme-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/xcurtheme/xcurtheme-9999.ebuild b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
index 7f40ec9..a8557af 100644
--- a/x11-themes/xcurtheme/xcurtheme-9999.ebuild
+++ b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
 inherit qt4-r2 git-2
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/qt:master commit in: x11-themes/xcurtheme/
@ 2016-01-16 12:22 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-01-16 12:22 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-16 12:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 17:12 [gentoo-commits] proj/qt:master commit in: x11-themes/xcurtheme/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2013-01-22 14:46 Michael Palimaka
2015-10-12 16:47 Michael Palimaka
2015-10-12 16:47 Michael Palimaka
2016-01-16 12:22 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox