public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/
@ 2012-10-04  6:05 Ben de Groot
  0 siblings, 0 replies; 9+ messages in thread
From: Ben de Groot @ 2012-10-04  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     218946e9e86375c808ef84604d0d43c1353c46f9
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Thu Oct  4 06:05:25 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Thu Oct  4 06:05:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=218946e9

razorqt-base/libqtxdg: initial commit

---
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild |   32 ++++++++++++++++++++++++++++
 razorqt-base/libqtxdg/metadata.xml         |    5 ++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
new file mode 100644
index 0000000..65fd45f
--- /dev/null
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit cmake-utils
+
+DESCRIPTION="A Qt implementation of XDG standards"
+HOMEPAGE="http://razor-qt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+inherit git-2
+	EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git"
+	EGIT_BRANCH="master"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND="sys-apps/file
+	x11-libs/qt-core:4
+	x11-libs/qt-gui:4
+	!x11-wm/razorqt"
+RDEPEND="${DEPEND}
+	x11-misc/xdg-utils"
+
+CMAKE_USE_DIR=${S}/libraries/qtxdg

diff --git a/razorqt-base/libqtxdg/metadata.xml b/razorqt-base/libqtxdg/metadata.xml
new file mode 100644
index 0000000..3cbebd8
--- /dev/null
+++ b/razorqt-base/libqtxdg/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>qt</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/
@ 2012-10-04  6:10 Ben de Groot
  0 siblings, 0 replies; 9+ messages in thread
From: Ben de Groot @ 2012-10-04  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     774ca25ca6e5154e8ac3834104d78dc732940ee0
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Thu Oct  4 06:10:43 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Thu Oct  4 06:10:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=774ca25c

razorqt-base/libqtxdg: whitespace

---
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
index 65fd45f..8ebd40c 100644
--- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A Qt implementation of XDG standards"
 HOMEPAGE="http://razor-qt.org/"
 
 if [[ ${PV} = *9999* ]]; then
-inherit git-2
+	inherit git-2
 	EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git"
 	EGIT_BRANCH="master"
 	KEYWORDS=""


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

* [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/
@ 2012-10-05  5:01 Ben de Groot
  0 siblings, 0 replies; 9+ messages in thread
From: Ben de Groot @ 2012-10-05  5:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9eccc6ea26176ac57e41de12516084eec2c0ed5e
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Fri Oct  5 05:01:04 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 05:01:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9eccc6ea

razorqt-base/libqtxdg: fix SRC_URI

---
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
index 8ebd40c..3eb7fc8 100644
--- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_BRANCH="master"
 	KEYWORDS=""
 else
-	SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/${P}.tar.bz2"
+	SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2"
 	KEYWORDS="~amd64 ~x86"
 fi
 


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

* [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/
@ 2014-10-19 22:35 Davide Pesavento
  0 siblings, 0 replies; 9+ messages in thread
From: Davide Pesavento @ 2014-10-19 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8b42c1f4c3ce6fec7252e5cf1d0cedab05f6be49
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 19 21:19:11 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Oct 19 21:20:41 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8b42c1f4

[razorqt-base/libqtxdg] update live ebuild, drop QT4 support

---
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild | 25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
index 42c2fad..54ac184 100644
--- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -18,32 +18,25 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="+qt4 qt5 test"
-REQUIRED_USE="^^ ( qt4 qt5 )"
+IUSE="test"
 
 CDEPEND="
 	sys-apps/file
-	qt4? (
-		dev-qt/qtcore:4
-		dev-qt/qtgui:4
-	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		dev-qt/linguist-tools:5
-	)"
+	dev-qt/qtcore:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	dev-qt/linguist-tools:5
+"
 DEPEND="${CDEPEND}
 	test? (
-		qt4? ( dev-qt/qttest:4 )
-		qt5? ( dev-qt/qttest:5 )
-	)"
+	dev-qt/qttest:5 )
+"
 RDEPEND="${CDEPEND}
 	x11-misc/xdg-utils"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_use qt5 QT5)
+		-DUSE_QT5=ON
 		$(cmake-utils_use test BUILD_TESTS)
 	)
 	cmake-utils_src_configure


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

* [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/
@ 2014-10-20 16:49 Davide Pesavento
  0 siblings, 0 replies; 9+ messages in thread
From: Davide Pesavento @ 2014-10-20 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     76090721163a7e5ac0b9d934dc3e5ae180b6e085
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 20 09:49:51 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Oct 20 09:49:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=76090721

[razorqt-base/libqtxdg] fix indentation

---
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
index 54ac184..56154e5 100644
--- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -28,8 +28,7 @@ CDEPEND="
 	dev-qt/linguist-tools:5
 "
 DEPEND="${CDEPEND}
-	test? (
-	dev-qt/qttest:5 )
+	test? ( dev-qt/qttest:5 )
 "
 RDEPEND="${CDEPEND}
 	x11-misc/xdg-utils"


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

* [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/
@ 2014-10-20 21:10 Jauhien Piatlicki
  0 siblings, 0 replies; 9+ messages in thread
From: Jauhien Piatlicki @ 2014-10-20 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8b0697a89a2e67a6dbf024ee7f19db89e241d4cb
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 20 21:06:44 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Oct 20 21:06:44 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8b0697a8

[razorqt-base/libqtxdg] fix dependencies

---
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
index 56154e5..0aa41ad 100644
--- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -23,6 +23,7 @@ IUSE="test"
 CDEPEND="
 	sys-apps/file
 	dev-qt/qtcore:5
+	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 	dev-qt/linguist-tools:5


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

* [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/
@ 2014-10-26  0:31 Jauhien Piatlicki
  0 siblings, 0 replies; 9+ messages in thread
From: Jauhien Piatlicki @ 2014-10-26  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f89c9781bd58933646d9b9222b1b376905f3fa60
Author:     Harvey Mittens <Teknocrat <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Oct 21 15:45:31 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 15:45:31 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f89c9781

Update libqtxdg-9999.ebuild

xdg-utils is no longer a dependency here.

---
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
index 0aa41ad..a88475a 100644
--- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -31,8 +31,7 @@ CDEPEND="
 DEPEND="${CDEPEND}
 	test? ( dev-qt/qttest:5 )
 "
-RDEPEND="${CDEPEND}
-	x11-misc/xdg-utils"
+RDEPEND="${CDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/
@ 2014-10-27 22:07 Jauhien Piatlicki
  0 siblings, 0 replies; 9+ messages in thread
From: Jauhien Piatlicki @ 2014-10-27 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     60fe44242e9578db52d78e53e8864b1eb86ddae4
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 22:07:17 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 22:07:17 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=60fe4424

[razorqt-base/libqtxdg] 1.0.0 release

---
 razorqt-base/libqtxdg/Manifest                                        | 1 +
 razorqt-base/libqtxdg/{libqtxdg-9999.ebuild => libqtxdg-1.0.0.ebuild} | 1 +
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild                            | 1 +
 3 files changed, 3 insertions(+)

diff --git a/razorqt-base/libqtxdg/Manifest b/razorqt-base/libqtxdg/Manifest
new file mode 100644
index 0000000..a792feb
--- /dev/null
+++ b/razorqt-base/libqtxdg/Manifest
@@ -0,0 +1 @@
+DIST libqtxdg-1.0.0.tar.xz 57920 SHA256 4d75218579bc7c41de7197d3e86f8ccc16a16ba7a18ceefbddf42d0f9a84e2e1 SHA512 fea8ded8806168c44dbcb596b191c18baf2746b0031ba3e15153ba2b97262082d4aec329df4ad37acfdda8994694f963c19df9bb692c82b6202c0ff3cab7e939 WHIRLPOOL c7c37d68ddf3a405210e823b1d118000b54c59803ba181571a78e117a8d1a166ea879eb56b45b5130a5df0bfb57b4b7d98f9f916a8f395f75450579f6b12fa69

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild
similarity index 97%
copy from razorqt-base/libqtxdg/libqtxdg-9999.ebuild
copy to razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild
index a88475a..f20470f 100644
--- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild
@@ -14,6 +14,7 @@ if [[ ${PV} = *9999* ]]; then
 else
 	SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}"
 fi
 
 LICENSE="LGPL-2.1"

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
index a88475a..f20470f 100644
--- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -14,6 +14,7 @@ if [[ ${PV} = *9999* ]]; then
 else
 	SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}"
 fi
 
 LICENSE="LGPL-2.1"


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

* [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/
@ 2014-11-03 15:50 Jauhien Piatlicki
  0 siblings, 0 replies; 9+ messages in thread
From: Jauhien Piatlicki @ 2014-11-03 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a8245c963b33643e18bf0de349ba46d45bd61bdc
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  3 15:50:00 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Nov  3 15:50:00 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a8245c96

[razorqt-base/libqtxdg] fix bug 528070, thanks to Alpha Bravo and jleclanche

---
 razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild | 4 +++-
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild b/razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild
index f20470f..e6939e4 100644
--- a/razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild
@@ -32,7 +32,9 @@ CDEPEND="
 DEPEND="${CDEPEND}
 	test? ( dev-qt/qttest:5 )
 "
-RDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+	x11-misc/xdg-utils
+"
 
 src_configure() {
 	local mycmakeargs=(

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
index f20470f..e6939e4 100644
--- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -32,7 +32,9 @@ CDEPEND="
 DEPEND="${CDEPEND}
 	test? ( dev-qt/qttest:5 )
 "
-RDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+	x11-misc/xdg-utils
+"
 
 src_configure() {
 	local mycmakeargs=(


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

end of thread, other threads:[~2014-11-03 15:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04  6:10 [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2014-11-03 15:50 Jauhien Piatlicki
2014-10-27 22:07 Jauhien Piatlicki
2014-10-26  0:31 Jauhien Piatlicki
2014-10-20 21:10 Jauhien Piatlicki
2014-10-20 16:49 Davide Pesavento
2014-10-19 22:35 Davide Pesavento
2012-10-05  5:01 Ben de Groot
2012-10-04  6:05 Ben de Groot

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