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

commit:     461d8b9ac48d1055a40b344cdb15e43cf88302e4
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sun Apr  8 09:03:52 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sun Apr  8 09:03:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=461d8b9a

x11-misc/andromeda: add ebuild for 0.2 version, update deps and DOCS

---
 x11-misc/andromeda/Manifest              |    1 +
 x11-misc/andromeda/andromeda-0.2.ebuild  |   27 +++++++++++++++++++++++++++
 x11-misc/andromeda/andromeda-9999.ebuild |    9 ++++++---
 3 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
new file mode 100644
index 0000000..7ba979c
--- /dev/null
+++ b/x11-misc/andromeda/Manifest
@@ -0,0 +1 @@
+DIST andromeda-0.2.tar.gz 526739 SHA256 32586c31632fc257c9fa747da1aa30d274ad796c7359b87425414855dd5d87c6 SHA512 e342b4e114975fcb4764cd577796b62977d9a25af7e26d286acbf04644d4d55f88dc1dd643071bee74a11ace297848bdd8e256945716ed3e81de7d2cbbcd1e8d WHIRLPOOL 04cc04bc5c11179c72763e9df7004a6a115003f3ace2f00ac1ea5a712a84f6d6c16b5d6e6dcc8c7787408b6ef9a357f90e1beb4f4a538b40cd5b9332de3337f7

diff --git a/x11-misc/andromeda/andromeda-0.2.ebuild b/x11-misc/andromeda/andromeda-0.2.ebuild
new file mode 100644
index 0000000..1bb5b5b
--- /dev/null
+++ b/x11-misc/andromeda/andromeda-0.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="Qt4-based filemanager"
+HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
+SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=x11-libs/qt-core-4.7.0:4
+	>=x11-libs/qt-gui-4.7.0:4
+	>=x11-libs/qt-webkit-4.7.0:4"
+RDEPEND="${DEPEND}"
+DOCS="TODO.txt dist/changes-${PV}"
+
+src_unpack() {
+	default
+	mv ${PN}-${PN} "${S}" || die
+}

diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
index 3f2f3e0..9e59f2e 100644
--- a/x11-misc/andromeda/andromeda-9999.ebuild
+++ b/x11-misc/andromeda/andromeda-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI=4
 
 inherit cmake-utils git-2
 
@@ -13,7 +13,10 @@ EGIT_REPO_URI="git://gitorious.org/$PN/${PN}.git"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="x11-libs/qt-gui:4"
+DEPEND=">=x11-libs/qt-core-4.7.0:4
+	>=x11-libs/qt-gui-4.7.0:4
+	>=x11-libs/qt-webkit-4.7.0:4"
 RDEPEND="${DEPEND}"
+DOCS="TODO.txt dist/changes-0.2"



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/
@ 2014-06-23  8:02 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2014-06-23  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     566a8fdd045b3ac20fccf27a022558cb712072e6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 08:01:49 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 08:01:49 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=566a8fdd

[x11-misc/andromeda] Ebuild is horribly broken due to upstream changes so remove it for now.

---
 x11-misc/andromeda/andromeda-9999.ebuild | 29 -----------------------------
 x11-misc/andromeda/metadata.xml          |  5 -----
 2 files changed, 34 deletions(-)

diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
deleted file mode 100644
index f10ade9..0000000
--- a/x11-misc/andromeda/andromeda-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils git-2
-
-DESCRIPTION="Qt4-based filemanager"
-HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
-EGIT_REPO_URI="git://gitorious.org/$PN/${PN}.git"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-RDEPEND=">=dev-qt/qtcore-4.8.0:4
-	>=dev-qt/qtgui-4.8.0:4
-	>=dev-qt/qtwebkit-4.8.0:4"
-DEPEND="${RDEPEND}
-	test? ( >=dev-qt/qttest-4.8.0:4 )"
-DOCS="TODO.txt dist/changes-*"
-
-src_prepare() {
-	if ! use test ; then
-		sed -i -e '/add_subdirectory( tests )/d' CMakeLists.txt || die
-	fi
-}

diff --git a/x11-misc/andromeda/metadata.xml b/x11-misc/andromeda/metadata.xml
deleted file mode 100644
index dc439f7..0000000
--- a/x11-misc/andromeda/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/
@ 2012-05-19  4:16 Ben de Groot
  0 siblings, 0 replies; 7+ messages in thread
From: Ben de Groot @ 2012-05-19  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0f0461914b7c80208f9f3325a72a79f68b29b009
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sat May 19 04:15:44 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sat May 19 04:15:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0f046191

x11-misc/andromeda: bring up to date with lastest in-portage ebuild fixes

---
 x11-misc/andromeda/andromeda-9999.ebuild |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
index d0ae293..7af6e96 100644
--- a/x11-misc/andromeda/andromeda-9999.ebuild
+++ b/x11-misc/andromeda/andromeda-9999.ebuild
@@ -13,10 +13,17 @@ EGIT_REPO_URI="git://gitorious.org/$PN/${PN}.git"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
+IUSE="test"
 
-DEPEND=">=x11-libs/qt-core-4.7.0:4
-	>=x11-libs/qt-gui-4.7.0:4
-	>=x11-libs/qt-webkit-4.7.0:4"
-RDEPEND="${DEPEND}"
+RDEPEND=">=x11-libs/qt-core-4.8.0:4
+	>=x11-libs/qt-gui-4.8.0:4
+	>=x11-libs/qt-webkit-4.8.0:4"
+DEPEND="${RDEPEND}
+	test? ( >=x11-libs/qt-test-4.8.0:4 )"
 DOCS="TODO.txt dist/changes-*"
+
+src_prepare() {
+	if ! use test ; then
+		sed -i -e '/add_subdirectory( tests )/d' CMakeLists.txt || die
+	fi
+}



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/
@ 2012-04-29  9:07 Ben de Groot
  0 siblings, 0 replies; 7+ messages in thread
From: Ben de Groot @ 2012-04-29  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2d87aae160216eceab59cb793ad9f88876af9395
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sun Apr 29 09:06:16 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sun Apr 29 09:06:16 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2d87aae1

x11-misc/andromeda: remove release ebuilds

andromeda-0.2.1 is now in portage
also update live ebuild with latest DOCS changes

---
 x11-misc/andromeda/Manifest               |    2 --
 x11-misc/andromeda/andromeda-0.2.1.ebuild |   27 ---------------------------
 x11-misc/andromeda/andromeda-0.2.ebuild   |   27 ---------------------------
 x11-misc/andromeda/andromeda-9999.ebuild  |    2 +-
 4 files changed, 1 insertions(+), 57 deletions(-)

diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
deleted file mode 100644
index 618c5c1..0000000
--- a/x11-misc/andromeda/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST andromeda-0.2.1.tar.gz 782869 SHA256 aea0789f70ea9e87df1dc1f5d55a0d3d6a60611f6f479aac0027706185f5b302 SHA512 9e30cf5f307790787fd5836aaf949533404c46a39ff78a353f6d261618bcfe4d8e409161eba9adff4ae1a58f2f7a4e91a358c2c80db461703f648d95ea618bb7 WHIRLPOOL 18ec3fac454e8a28a128c01b593956ebd03b1c5477ef930d28a9ad32aa42e54419bbf45ba565f9d553e2023d70ec31aa603f99b6ead3be77072911ea34e3ad53
-DIST andromeda-0.2.tar.gz 526739 SHA256 32586c31632fc257c9fa747da1aa30d274ad796c7359b87425414855dd5d87c6 SHA512 e342b4e114975fcb4764cd577796b62977d9a25af7e26d286acbf04644d4d55f88dc1dd643071bee74a11ace297848bdd8e256945716ed3e81de7d2cbbcd1e8d WHIRLPOOL 04cc04bc5c11179c72763e9df7004a6a115003f3ace2f00ac1ea5a712a84f6d6c16b5d6e6dcc8c7787408b6ef9a357f90e1beb4f4a538b40cd5b9332de3337f7

diff --git a/x11-misc/andromeda/andromeda-0.2.1.ebuild b/x11-misc/andromeda/andromeda-0.2.1.ebuild
deleted file mode 100644
index 1bb5b5b..0000000
--- a/x11-misc/andromeda/andromeda-0.2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Qt4-based filemanager"
-HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
-SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=x11-libs/qt-core-4.7.0:4
-	>=x11-libs/qt-gui-4.7.0:4
-	>=x11-libs/qt-webkit-4.7.0:4"
-RDEPEND="${DEPEND}"
-DOCS="TODO.txt dist/changes-${PV}"
-
-src_unpack() {
-	default
-	mv ${PN}-${PN} "${S}" || die
-}

diff --git a/x11-misc/andromeda/andromeda-0.2.ebuild b/x11-misc/andromeda/andromeda-0.2.ebuild
deleted file mode 100644
index 1bb5b5b..0000000
--- a/x11-misc/andromeda/andromeda-0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Qt4-based filemanager"
-HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
-SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=x11-libs/qt-core-4.7.0:4
-	>=x11-libs/qt-gui-4.7.0:4
-	>=x11-libs/qt-webkit-4.7.0:4"
-RDEPEND="${DEPEND}"
-DOCS="TODO.txt dist/changes-${PV}"
-
-src_unpack() {
-	default
-	mv ${PN}-${PN} "${S}" || die
-}

diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
index 9e59f2e..d0ae293 100644
--- a/x11-misc/andromeda/andromeda-9999.ebuild
+++ b/x11-misc/andromeda/andromeda-9999.ebuild
@@ -19,4 +19,4 @@ DEPEND=">=x11-libs/qt-core-4.7.0:4
 	>=x11-libs/qt-gui-4.7.0:4
 	>=x11-libs/qt-webkit-4.7.0:4"
 RDEPEND="${DEPEND}"
-DOCS="TODO.txt dist/changes-0.2"
+DOCS="TODO.txt dist/changes-*"



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/
@ 2012-04-21  5:20 Ben de Groot
  0 siblings, 0 replies; 7+ messages in thread
From: Ben de Groot @ 2012-04-21  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bd28330fb808b6a8529fee652be383a14b5e006a
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sat Apr 21 05:20:02 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sat Apr 21 05:20:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bd28330f

x11-misc/andromeda: 0.2.1 version bump

---
 x11-misc/andromeda/Manifest               |    1 +
 x11-misc/andromeda/andromeda-0.2.1.ebuild |   27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
index 7ba979c..618c5c1 100644
--- a/x11-misc/andromeda/Manifest
+++ b/x11-misc/andromeda/Manifest
@@ -1 +1,2 @@
+DIST andromeda-0.2.1.tar.gz 782869 SHA256 aea0789f70ea9e87df1dc1f5d55a0d3d6a60611f6f479aac0027706185f5b302 SHA512 9e30cf5f307790787fd5836aaf949533404c46a39ff78a353f6d261618bcfe4d8e409161eba9adff4ae1a58f2f7a4e91a358c2c80db461703f648d95ea618bb7 WHIRLPOOL 18ec3fac454e8a28a128c01b593956ebd03b1c5477ef930d28a9ad32aa42e54419bbf45ba565f9d553e2023d70ec31aa603f99b6ead3be77072911ea34e3ad53
 DIST andromeda-0.2.tar.gz 526739 SHA256 32586c31632fc257c9fa747da1aa30d274ad796c7359b87425414855dd5d87c6 SHA512 e342b4e114975fcb4764cd577796b62977d9a25af7e26d286acbf04644d4d55f88dc1dd643071bee74a11ace297848bdd8e256945716ed3e81de7d2cbbcd1e8d WHIRLPOOL 04cc04bc5c11179c72763e9df7004a6a115003f3ace2f00ac1ea5a712a84f6d6c16b5d6e6dcc8c7787408b6ef9a357f90e1beb4f4a538b40cd5b9332de3337f7

diff --git a/x11-misc/andromeda/andromeda-0.2.1.ebuild b/x11-misc/andromeda/andromeda-0.2.1.ebuild
new file mode 100644
index 0000000..1bb5b5b
--- /dev/null
+++ b/x11-misc/andromeda/andromeda-0.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="Qt4-based filemanager"
+HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
+SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=x11-libs/qt-core-4.7.0:4
+	>=x11-libs/qt-gui-4.7.0:4
+	>=x11-libs/qt-webkit-4.7.0:4"
+RDEPEND="${DEPEND}"
+DOCS="TODO.txt dist/changes-${PV}"
+
+src_unpack() {
+	default
+	mv ${PN}-${PN} "${S}" || die
+}



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/
@ 2012-02-04 14:23 Johannes Huber
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2012-02-04 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     59e1afa523aba327c395210157856e11dbeb809f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 14:27:07 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 14:27:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=59e1afa5

[x11-misc/andromeda] Add missing metadata.xml.

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

---
 x11-misc/andromeda/andromeda-9999.ebuild |    1 -
 x11-misc/andromeda/metadata.xml          |    5 +++++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
index ef92950..3f2f3e0 100644
--- a/x11-misc/andromeda/andromeda-9999.ebuild
+++ b/x11-misc/andromeda/andromeda-9999.ebuild
@@ -17,4 +17,3 @@ IUSE="debug"
 
 DEPEND="x11-libs/qt-gui:4"
 RDEPEND="${DEPEND}"
-

diff --git a/x11-misc/andromeda/metadata.xml b/x11-misc/andromeda/metadata.xml
new file mode 100644
index 0000000..dc439f7
--- /dev/null
+++ b/x11-misc/andromeda/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] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/
@ 2012-02-02  0:26 Ben de Groot
  0 siblings, 0 replies; 7+ messages in thread
From: Ben de Groot @ 2012-02-02  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3898409912792c90f9771755c8322a265d66c578
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Thu Feb  2 00:17:36 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Thu Feb  2 00:17:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=38984099

[x11-misc/andromeda] Add andromeda filemanager live ebuild

---
 x11-misc/andromeda/Manifest              |    1 +
 x11-misc/andromeda/andromeda-9999.ebuild |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
new file mode 100644
index 0000000..9e3efe5
--- /dev/null
+++ b/x11-misc/andromeda/Manifest
@@ -0,0 +1 @@
+EBUILD andromeda-9999.ebuild 401 RMD160 5a051feafa4cadab194eb751ca80066c79856a9a SHA1 e2220158a4749ead2f11c0077af30cc16c80c2fa SHA256 653bb32c590ee5b9eeaa29438d0857be3317321e0d68640f0ef4d1836e5a5d27

diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
new file mode 100644
index 0000000..ef92950
--- /dev/null
+++ b/x11-misc/andromeda/andromeda-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit cmake-utils git-2
+
+DESCRIPTION="Qt4-based filemanager"
+HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
+EGIT_REPO_URI="git://gitorious.org/$PN/${PN}.git"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="x11-libs/qt-gui:4"
+RDEPEND="${DEPEND}"
+



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

end of thread, other threads:[~2014-06-23  8:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-08  9:04 [gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2014-06-23  8:02 Michael Palimaka
2012-05-19  4:16 Ben de Groot
2012-04-29  9:07 Ben de Groot
2012-04-21  5:20 Ben de Groot
2012-02-04 14:23 Johannes Huber
2012-02-02  0:26 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