public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2014-03-10 13:45 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2014-03-10 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8630aaa929561bb57eac48d2c52be83f02d72785
Author:     Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Sun Feb 23 19:23:00 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 19:23:00 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8630aaa9

Add Qt version switch

Package-Manager: portage-2.2.7

---
 net-libs/jreen/jreen-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 8452b2d..6ed620b 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -13,7 +13,7 @@ else
 	KEYWORDS=""
 fi
 
-inherit qt4-r2 cmake-utils ${GIT_ECLASS}
+inherit cmake-utils ${GIT_ECLASS}
 
 DESCRIPTION="Qt XMPP library"
 HOMEPAGE="https://github.com/euroelessar/jreen"
@@ -25,15 +25,16 @@ IUSE="debug +qt4 qt5"
 REQUIRED_USE="^^ ( qt4 qt5 )"
 
 DEPEND="
-	>=app-crypt/qca-2.0.3
 	media-libs/speex
 	>=net-dns/libidn-1.20
 	net-libs/libgsasl
 	qt4? (
+		>=app-crypt/qca-2.0.3[qt4(+)]
 		>=dev-qt/qtcore-4.6.0:4
 		>=dev-qt/qtgui-4.6.0:4
 	)
 	qt5? (
+		=app-crypt/qca-9999[qt5]
 		dev-qt/qtcore:5
 		dev-qt/qtnetwork:5
 	)


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2022-10-11 16:27 Andreas Sturmlechner
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     98cf675ba95f0dfd5107da19c263a84fd19139e8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 16:26:53 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 16:27:37 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=98cf675b

net-libs/jreen: treeclean

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/jreen/jreen-9999.ebuild | 36 ------------------------------------
 net-libs/jreen/metadata.xml      | 11 -----------
 2 files changed, 47 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
deleted file mode 100644
index 5a0737db47..0000000000
--- a/net-libs/jreen/jreen-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/euroelessar/${PN}.git"
-fi
-inherit cmake
-
-DESCRIPTION="Qt XMPP library"
-HOMEPAGE="https://github.com/euroelessar/jreen"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtnetwork:5
-	media-libs/speex
-	net-libs/libgsasl
-	sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DJREEN_FORCE_QT4=OFF
-	)
-	cmake_src_configure
-}

diff --git a/net-libs/jreen/metadata.xml b/net-libs/jreen/metadata.xml
deleted file mode 100644
index 50d1e85274..0000000000
--- a/net-libs/jreen/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">euroelessar/jreen</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2018-10-13 12:11 Andreas Sturmlechner
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2018-10-13 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1708e728abb23c6bd4b12fcc272c33cf0014dff8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 01:45:16 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 11:46:02 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1708e728

net-libs/jreen: EAPI-7 bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/jreen/jreen-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index e71c537a02..88176151ac 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -29,8 +29,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-DOCS=( AUTHORS ChangeLog README.md )
-
 src_configure() {
 	local mycmakeargs=(
 		-DJREEN_FORCE_QT4=OFF


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2018-01-30 10:45 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2018-01-30 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1621ee760ff8b1b45751424efc762fc427fd6b19
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 10:45:12 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 10:45:23 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1621ee76

net-libs/jreen: sync with main tree

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/jreen/jreen-9999.ebuild | 52 +++++++---------------------------------
 1 file changed, 9 insertions(+), 43 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 28f97670c7..e71c537a02 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -8,66 +8,32 @@ if [[ ${PV} != *9999* ]]; then
 	KEYWORDS="~amd64 ~ppc ~x86"
 else
 	GIT_ECLASS="git-r3"
-	EGIT_REPO_URI=( "https://github.com/euroelessar/${PN}" )
+	EGIT_REPO_URI="https://github.com/euroelessar/${PN}.git"
 fi
 
-inherit cmake-utils multibuild ${GIT_ECLASS}
+inherit cmake-utils ${GIT_ECLASS}
 
 DESCRIPTION="Qt XMPP library"
 HOMEPAGE="https://github.com/euroelessar/jreen"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="debug qt4 +qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE="debug"
 
 DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtnetwork:5
 	media-libs/speex
 	net-libs/libgsasl
 	sys-libs/zlib
-	qt4? (
-		dev-qt/qtcore:4[ssl]
-		dev-qt/qtgui:4
-	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtnetwork:5
-	)
 "
 RDEPEND="${DEPEND}"
 
 DOCS=( AUTHORS ChangeLog README.md )
 
-pkg_setup() {
-	MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
 src_configure() {
-	myconfigure() {
-		local mycmakeargs=()
-
-		if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-			mycmakeargs+=( -DJREEN_FORCE_QT4=ON )
-		fi
-		if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-			mycmakeargs+=( -DJREEN_FORCE_QT4=OFF )
-		fi
-
-		cmake-utils_src_configure
-	}
-
-	multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-	multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-	multibuild_foreach_variant cmake-utils_src_test
-}
-
-src_install() {
-	multibuild_foreach_variant cmake-utils_src_install
+	local mycmakeargs=(
+		-DJREEN_FORCE_QT4=OFF
+	)
+	cmake-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2017-08-30 21:42 Andreas Sturmlechner
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2017-08-30 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a9f8acfba5e5bcaa6f021518ecaacfa953988dfe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 21:36:29 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 21:36:29 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a9f8acfb

net-libs/jreen: Switch to USE=qt5 default

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-libs/jreen/jreen-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 3d7a38fe56..7d4450e640 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/euroelessar/jreen"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="debug +qt4 qt5"
+IUSE="debug qt4 +qt5"
 
 REQUIRED_USE="|| ( qt4 qt5 )"
 


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2016-07-06 13:15 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-07-06 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     dda41baabc62dd6b849a68966d9fbfa9a46f850c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 13:13:59 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul  6 13:15:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dda41baa

net-libs/jreen: sort phases

Package-Manager: portage-2.3.0

 net-libs/jreen/jreen-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index a44569b..7f5a934 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -67,10 +67,10 @@ src_compile() {
 	multibuild_foreach_variant cmake-utils_src_compile
 }
 
-src_install() {
-	multibuild_foreach_variant cmake-utils_src_install
-}
-
 src_test() {
 	multibuild_foreach_variant cmake-utils_src_test
 }
+
+src_install() {
+	multibuild_foreach_variant cmake-utils_src_install
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2016-03-21 15:13 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2016-03-21 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     141528b786e81b49617b760d3319beacd35a8ebc
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 15:12:58 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 15:12:58 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=141528b7

net-libs/jreen: EAPI 6

Package-Manager: portage-2.2.28

 net-libs/jreen/jreen-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 4c3da0d..1544368 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -29,8 +29,8 @@ DEPEND="
 	net-libs/libgsasl
 	sys-libs/zlib
 	qt4? (
-		>=dev-qt/qtcore-4.6.0:4[ssl]
-		>=dev-qt/qtgui-4.6.0:4
+		dev-qt/qtcore:4[ssl]
+		dev-qt/qtgui:4
 	)
 	qt5? (
 		dev-qt/qtcore:5


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2016-01-18 14:47 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-01-18 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b3b031a7cc314e900c7b2772ea899bacb377c1db
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 14:47:20 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 14:47:20 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b3b031a7

net-libs/jreen: add missing USE dependency

Gentoo-bug: 572266

Package-Manager: portage-2.2.26

 net-libs/jreen/jreen-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 6c48a44..4c3da0d 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -29,7 +29,7 @@ DEPEND="
 	net-libs/libgsasl
 	sys-libs/zlib
 	qt4? (
-		>=dev-qt/qtcore-4.6.0:4
+		>=dev-qt/qtcore-4.6.0:4[ssl]
 		>=dev-qt/qtgui-4.6.0:4
 	)
 	qt5? (


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2015-07-28 21:39 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2015-07-28 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6dcde61f36f8703ad60d8751d7a320ff3ca79747
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 21:26:15 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 21:26:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6dcde61f

[net-libs/jreen] Add github remote id

Package-Manager: portage-2.2.20

 net-libs/jreen/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-libs/jreen/metadata.xml b/net-libs/jreen/metadata.xml
index a23f444..1f5e912 100644
--- a/net-libs/jreen/metadata.xml
+++ b/net-libs/jreen/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>kde</herd>
+	<upstream>
+		<remote-id type="github">euroelessar/jreen</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2015-01-31 12:15 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2015-01-31 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f76d950f19cbb62714347adcacbf5fa1b00a51f5
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 31 12:14:31 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jan 31 12:14:46 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f76d950f

[net-libs/jreen] Update DOCS

Package-Manager: portage-2.2.15

---
 net-libs/jreen/jreen-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 50843d9..a1c6f89 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -39,7 +39,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-DOCS=( AUTHORS ChangeLog README )
+DOCS=( AUTHORS ChangeLog README.md )
 
 pkg_setup() {
 	MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2015-01-30 20:54 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2015-01-30 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     065d20964e3d07a43698025d9eeb25c1f047877b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 20:46:42 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 20:46:42 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=065d2096

[net-libs/jreen] Shorten pkg setup

Package-Manager: portage-2.2.15

---
 net-libs/jreen/jreen-9999.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 48aa0d0..50843d9 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -42,13 +42,7 @@ RDEPEND="${DEPEND}"
 DOCS=( AUTHORS ChangeLog README )
 
 pkg_setup() {
-	MULTIBUILD_VARIANTS=()
-	if use qt4; then
-		MULTIBUILD_VARIANTS+=( qt4 )
-	fi
-	if use qt5; then
-		MULTIBUILD_VARIANTS+=( qt5 )
-	fi
+	MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2014-06-12 15:01 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2014-06-12 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     abb3ebf3fe97a0d0460ad2fe9b010812e66125b4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 12 15:01:40 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 15:01:40 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=abb3ebf3

[net-libs/jreen] Library needs to be built against at least one version of Qt, wrt bug #512386.

Package-Manager: portage-2.2.10

---
 net-libs/jreen/jreen-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 4303f90..ca8a191 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -22,6 +22,8 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug +qt4 qt5"
 
+REQUIRED_USE="|| ( qt4 qt5 )"
+
 DEPEND="
 	media-libs/speex
 	net-libs/libgsasl


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2014-05-22 16:36 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2014-05-22 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6231ff4e84f1a6f11d3f4f50590e418eb945de69
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 16:35:45 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 22 16:35:45 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6231ff4e

[net-libs/jreen] Whitespace.

Package-Manager: portage-2.2.8-r1

---
 net-libs/jreen/jreen-9999.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 55521c7..4303f90 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -42,22 +42,24 @@ DOCS=( AUTHORS ChangeLog README )
 pkg_setup() {
 	MULTIBUILD_VARIANTS=()
 	if use qt4; then
-		MULTIBUILD_VARIANTS+=(qt4)
+		MULTIBUILD_VARIANTS+=( qt4 )
 	fi
 	if use qt5; then
-		MULTIBUILD_VARIANTS+=(qt5)
+		MULTIBUILD_VARIANTS+=( qt5 )
 	fi
 }
 
 src_configure() {
 	myconfigure() {
 		local mycmakeargs=()
+
 		if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-			mycmakeargs+=(-DJREEN_FORCE_QT4=ON)
+			mycmakeargs+=( -DJREEN_FORCE_QT4=ON )
 		fi
 		if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-			mycmakeargs+=(-DJREEN_FORCE_QT4=OFF)
+			mycmakeargs+=( -DJREEN_FORCE_QT4=OFF )
 		fi
+
 		cmake-utils_src_configure
 	}
 


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2014-05-22 16:33 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2014-05-22 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     108aee04dc38fc4dae1dcc73f495da182d10b2ce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 16:33:16 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 22 16:33:16 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=108aee04

[net-libs/libidn] Remove unused dependency.

Upstream commit 853304952eb97f156839b6cfede7c52a1ce70850.

Package-Manager: portage-2.2.8-r1

---
 net-libs/jreen/jreen-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 8c1ad34..fc95c69 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -24,7 +24,6 @@ IUSE="debug +qt4 qt5"
 
 DEPEND="
 	media-libs/speex
-	>=net-dns/libidn-1.20
 	net-libs/libgsasl
 	sys-libs/zlib
 	qt4? (


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2014-05-22 16:33 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2014-05-22 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     203bb6b2f7a5f7a89e7de11ee5f50efbf423ff0f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 16:33:42 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 22 16:33:42 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=203bb6b2

[net-libs/jreen] Sync KEYWORDS with portage.

Package-Manager: portage-2.2.8-r1

---
 net-libs/jreen/jreen-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index fc95c69..55521c7 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc ~x86"
 else
 	GIT_ECLASS="git-r3"
 	EGIT_REPO_URI=( "git://github.com/euroelessar/${PN}" )


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2014-05-06 17:05 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2014-05-06 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     27448b6f8f02fab1363edf9125127f62e7f507f4
Author:     Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Tue May  6 16:59:19 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue May  6 17:05:18 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=27448b6f

[net-libs/jreen] Update dependencies

* QCA is no longer used (fully replaced by gsasl)
* zlib is a direct dependency

Package-Manager: portage-2.2.10

---
 net-libs/jreen/jreen-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 3d70569..8c1ad34 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -26,13 +26,12 @@ DEPEND="
 	media-libs/speex
 	>=net-dns/libidn-1.20
 	net-libs/libgsasl
+	sys-libs/zlib
 	qt4? (
-		>=app-crypt/qca-2.0.3[qt4(+)]
 		>=dev-qt/qtcore-4.6.0:4
 		>=dev-qt/qtgui-4.6.0:4
 	)
 	qt5? (
-		=app-crypt/qca-9999[qt5]
 		dev-qt/qtcore:5
 		dev-qt/qtnetwork:5
 	)


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2014-05-06 15:51 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2014-05-06 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4920600fb5c548f791b29870c863c198b19a58c7
Author:     Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Tue May  6 15:42:48 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue May  6 15:51:28 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4920600f

[net-libs/jreen] Qt4 and Qt5 version can be installed in parallel

Package-Manager: portage-2.2.10

---
 net-libs/jreen/jreen-9999.ebuild | 41 +++++++++++++++++++++++++++++++++-------
 1 file changed, 34 insertions(+), 7 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 6ed620b..3d70569 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -13,7 +13,7 @@ else
 	KEYWORDS=""
 fi
 
-inherit cmake-utils ${GIT_ECLASS}
+inherit cmake-utils multibuild ${GIT_ECLASS}
 
 DESCRIPTION="Qt XMPP library"
 HOMEPAGE="https://github.com/euroelessar/jreen"
@@ -22,8 +22,6 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug +qt4 qt5"
 
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
 DEPEND="
 	media-libs/speex
 	>=net-dns/libidn-1.20
@@ -43,10 +41,39 @@ RDEPEND="${DEPEND}"
 
 DOCS=( AUTHORS ChangeLog README )
 
+pkg_setup() {
+	MULTIBUILD_VARIANTS=()
+	if use qt4; then
+		MULTIBUILD_VARIANTS+=(qt4)
+	fi
+	if use qt5; then
+		MULTIBUILD_VARIANTS+=(qt5)
+	fi
+}
+
 src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use qt4 JREEN_FORCE_QT4)
-	)
+	myconfigure() {
+		local mycmakeargs=()
+		if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
+			mycmakeargs+=(-DJREEN_FORCE_QT4=ON)
+		fi
+		if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
+			mycmakeargs+=(-DJREEN_FORCE_QT4=OFF)
+		fi
+		cmake-utils_src_configure
+	}
+
+	multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+	multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_install() {
+	multibuild_foreach_variant cmake-utils_src_install
+}
 
-	cmake-utils_src_configure
+src_test() {
+	multibuild_foreach_variant cmake-utils_src_test
 }


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2013-10-13 15:46 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2013-10-13 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     68a79535e656f1eda46c9d52e6924a38308c2ae7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 17:30:40 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 17:30:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=68a79535

[net-libs/jreen] Move to git-r3 eclass.

Package-Manager: portage-2.2.7

---
 net-libs/jreen/jreen-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 23dc4cc..20c75e8 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -8,8 +8,8 @@ if [[ ${PV} != *9999* ]]; then
 	SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 else
-	GIT_ECLASS="git-2"
-	EGIT_REPO_URI="git://github.com/euroelessar/${PN}"
+	GIT_ECLASS="git-r3"
+	EGIT_REPO_URI=( "git://github.com/euroelessar/${PN}" )
 	KEYWORDS=""
 fi
 


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2013-06-01 15:58 Michael Palimaka
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2013-06-01 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1659addc7b9605d647fba86b30bd8ef9b771086f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 15:53:14 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 15:53:14 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1659addc

[net-libs/jreen] Remove local qt5 USE flag since it is now global.

Package-Manager: portage-2.1.12.2

---
 net-libs/jreen/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-libs/jreen/metadata.xml b/net-libs/jreen/metadata.xml
index 9f79ab3..a23f444 100644
--- a/net-libs/jreen/metadata.xml
+++ b/net-libs/jreen/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>kde</herd>
-<use>
-	<flag name="qt5">Adds support for the Qt GUI/Application Toolkit version 5.x</flag>
-</use>
+	<herd>kde</herd>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2013-04-21 14:10 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2013-04-21 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3441bd46af6129264c455dc1bd88697db8a08833
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 14:10:11 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 14:10:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3441bd46

[net-libs/jreen] Cleanup header.

Package-Manager: portage-2.2.0_alpha173

---
 net-libs/jreen/jreen-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 7e51419..23dc4cc 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-9999.ebuild,v 1.6 2013/03/02 22:56:30 hwoarang Exp $
+# $Header: $
 
 EAPI=5
 


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2013-04-21 13:59 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2013-04-21 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     f499eb0c004889413ad06a93f214e78f02053c40
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 13:59:08 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 13:59:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f499eb0c

[net-libs/jreen] Live version with qt5 build support.

Package-Manager: portage-2.2.0_alpha173

---
 net-libs/jreen/jreen-9999.ebuild |   51 ++++++++++++++++++++++++++++++++++++++
 net-libs/jreen/metadata.xml      |    8 ++++++
 2 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
new file mode 100644
index 0000000..7e51419
--- /dev/null
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-9999.ebuild,v 1.6 2013/03/02 22:56:30 hwoarang Exp $
+
+EAPI=5
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+else
+	GIT_ECLASS="git-2"
+	EGIT_REPO_URI="git://github.com/euroelessar/${PN}"
+	KEYWORDS=""
+fi
+
+inherit qt4-r2 cmake-utils ${GIT_ECLASS}
+
+DESCRIPTION="Qt XMPP library"
+HOMEPAGE="https://github.com/euroelessar/jreen"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug +qt4 qt5"
+
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+DEPEND="
+	>=app-crypt/qca-2.0.3
+	media-libs/speex
+	>=net-dns/libidn-1.20
+	net-libs/libgsasl
+	qt4? (
+		>=dev-qt/qtcore-4.6.0:4
+		>=dev-qt/qtgui-4.6.0:4
+	)
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtnetwork:5
+	)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use qt4 JREEN_FORCE_QT4)
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/net-libs/jreen/metadata.xml b/net-libs/jreen/metadata.xml
new file mode 100644
index 0000000..9f79ab3
--- /dev/null
+++ b/net-libs/jreen/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+<use>
+	<flag name="qt5">Adds support for the Qt GUI/Application Toolkit version 5.x</flag>
+</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2011-12-08 14:17 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2011-12-08 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b0f503cc16518f2c2c0a7362a30993585550dc84
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 14:14:49 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Thu Dec  8 14:14:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b0f503cc

[net-libs/jreen] Moved to tree

(Portage version: 2.2.0_alpha79/git/Linux x86_64, unsigned Manifest commit)

---
 net-libs/jreen/jreen-9999.ebuild |   35 -----------------------------------
 net-libs/jreen/metadata.xml      |    5 -----
 2 files changed, 0 insertions(+), 40 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
deleted file mode 100644
index 27092b9..0000000
--- a/net-libs/jreen/jreen-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MY_P=lib${PN}\-${PV}
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="http://qutim.org/downloads/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	GIT_ECLASS="git-2"
-	EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
-	KEYWORDS=""
-fi
-
-inherit qt4-r2 cmake-utils ${GIT_ECLASS}
-
-DESCRIPTION="Qt XMPP library"
-HOMEPAGE="https://github.com/euroelessar/jreen"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="
-	>=app-crypt/qca-2.0.3
-	>=net-dns/libidn-1.20
-	>=x11-libs/qt-core-4.6.0
-	>=x11-libs/qt-gui-4.6.0
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/net-libs/jreen/metadata.xml b/net-libs/jreen/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/net-libs/jreen/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>kde</herd>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2011-11-21 19:09 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 28+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-11-21 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     cfc0fcfdeee44172ed1d78a3d7e08c9da5afcb40
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 19:06:50 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 19:07:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cfc0fcfd

[net-libs/jreen] Remove jreen-1.0.1 that was moved to the tree. Update ${S} instead of adding a custom SRC_UNPACK.

(Portage version: 2.2.0_alpha76/git/Linux x86_64, unsigned Manifest commit)

---
 net-libs/jreen/jreen-9999.ebuild |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 4329531..27092b9 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -32,11 +32,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-	if [[ ${PV} != *9999* ]]; then
-		unpack ${A}
-		mv ${MY_P} "${S}" || die move failed
-	else
-		git-2_src_unpack
-	fi
-}
+S="${WORKDIR}/${MY_P}"



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2011-11-21 18:33 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2011-11-21 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     23821f0f7898eb0c71329cfa52e26bf82f803c10
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Mon Nov 21 18:33:53 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Mon Nov 21 18:33:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=23821f0f

[net-libs/jreen] Moved to tree

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

---
 net-libs/jreen/jreen-1.0.1.ebuild |   42 -------------------------------------
 net-libs/jreen/jreen-9999.ebuild  |    2 +-
 2 files changed, 1 insertions(+), 43 deletions(-)

diff --git a/net-libs/jreen/jreen-1.0.1.ebuild b/net-libs/jreen/jreen-1.0.1.ebuild
deleted file mode 100644
index 7f63f7e..0000000
--- a/net-libs/jreen/jreen-1.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-0_p20110709.ebuild,v 1.1 2011/11/12 19:18:02 dilfridge Exp $
-
-EAPI=4
-
-MY_P=lib${PN}\-${PV}
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="http://qutim.org/downloads/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	GIT_ECLASS="git-2"
-	EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
-	KEYWORDS=""
-fi
-
-inherit qt4-r2 cmake-utils ${GIT_ECLASS}
-
-DESCRIPTION="Qt XMPP library"
-HOMEPAGE="https://github.com/euroelessar/jreen"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="
-	>=app-crypt/qca-2.0.3
-	>=net-dns/libidn-1.20
-	>=x11-libs/qt-core-4.6.0
-	>=x11-libs/qt-gui-4.6.0
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-	if [[ ${PV} != *9999* ]]; then
-		unpack ${A}
-		mv ${MY_P} "${S}" || die move failed
-	else
-		git-2_src_unpack
-	fi
-}

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 7f63f7e..4329531 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-0_p20110709.ebuild,v 1.1 2011/11/12 19:18:02 dilfridge Exp $
+# $Header: $
 
 EAPI=4
 



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2011-11-18 16:44 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2011-11-18 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     89282264d039621148470639e5df10f3c6ec3746
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Nov 18 16:44:45 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Nov 18 16:44:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=89282264

[net-libs/jreen] Version bump 1.0.1

(Portage version: 2.2.0_alpha75/git/Linux x86_64, unsigned Manifest commit)

---
 net-libs/jreen/jreen-1.0.1.ebuild |   42 +++++++++++++++++++++++++++++++++++++
 net-libs/jreen/jreen-9999.ebuild  |   42 +++++++++++++++++++++++++++++++++++++
 net-libs/jreen/metadata.xml       |    5 ++++
 3 files changed, 89 insertions(+), 0 deletions(-)

diff --git a/net-libs/jreen/jreen-1.0.1.ebuild b/net-libs/jreen/jreen-1.0.1.ebuild
new file mode 100644
index 0000000..7f63f7e
--- /dev/null
+++ b/net-libs/jreen/jreen-1.0.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-0_p20110709.ebuild,v 1.1 2011/11/12 19:18:02 dilfridge Exp $
+
+EAPI=4
+
+MY_P=lib${PN}\-${PV}
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="http://qutim.org/downloads/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	GIT_ECLASS="git-2"
+	EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
+	KEYWORDS=""
+fi
+
+inherit qt4-r2 cmake-utils ${GIT_ECLASS}
+
+DESCRIPTION="Qt XMPP library"
+HOMEPAGE="https://github.com/euroelessar/jreen"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug"
+
+DEPEND="
+	>=app-crypt/qca-2.0.3
+	>=net-dns/libidn-1.20
+	>=x11-libs/qt-core-4.6.0
+	>=x11-libs/qt-gui-4.6.0
+"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+	if [[ ${PV} != *9999* ]]; then
+		unpack ${A}
+		mv ${MY_P} "${S}" || die move failed
+	else
+		git-2_src_unpack
+	fi
+}

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
new file mode 100644
index 0000000..7f63f7e
--- /dev/null
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-0_p20110709.ebuild,v 1.1 2011/11/12 19:18:02 dilfridge Exp $
+
+EAPI=4
+
+MY_P=lib${PN}\-${PV}
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="http://qutim.org/downloads/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	GIT_ECLASS="git-2"
+	EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
+	KEYWORDS=""
+fi
+
+inherit qt4-r2 cmake-utils ${GIT_ECLASS}
+
+DESCRIPTION="Qt XMPP library"
+HOMEPAGE="https://github.com/euroelessar/jreen"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug"
+
+DEPEND="
+	>=app-crypt/qca-2.0.3
+	>=net-dns/libidn-1.20
+	>=x11-libs/qt-core-4.6.0
+	>=x11-libs/qt-gui-4.6.0
+"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+	if [[ ${PV} != *9999* ]]; then
+		unpack ${A}
+		mv ${MY_P} "${S}" || die move failed
+	else
+		git-2_src_unpack
+	fi
+}

diff --git a/net-libs/jreen/metadata.xml b/net-libs/jreen/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/net-libs/jreen/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>kde</herd>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2011-11-12 19:18 Andreas Hüttel
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Hüttel @ 2011-11-12 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5c471bd196d8ddd12e486ffe1e9dba1d355b0be3
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Nov 12 20:19:06 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 20:19:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5c471bd1

[net-libs/jreen] Moved to main tree

---
 net-libs/jreen/jreen-0_p20110709.ebuild |   33 -------------------------------
 net-libs/jreen/jreen-9999.ebuild        |   33 -------------------------------
 net-libs/jreen/metadata.xml             |    5 ----
 3 files changed, 0 insertions(+), 71 deletions(-)

diff --git a/net-libs/jreen/jreen-0_p20110709.ebuild b/net-libs/jreen/jreen-0_p20110709.ebuild
deleted file mode 100644
index 931fcd7..0000000
--- a/net-libs/jreen/jreen-0_p20110709.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	GIT_ECLASS="git-2"
-	EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
-	KEYWORDS=""
-fi
-
-inherit qt4-r2 cmake-utils ${GIT_ECLASS}
-
-DESCRIPTION="Qt XMPP library"
-HOMEPAGE="https://github.com/euroelessar/jreen"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="
-	>=app-crypt/qca-2.0.3
-	>=net-dns/libidn-1.20
-	>=x11-libs/qt-core-4.6.0
-	>=x11-libs/qt-gui-4.6.0
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/"${PN}"

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
deleted file mode 100644
index 931fcd7..0000000
--- a/net-libs/jreen/jreen-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	GIT_ECLASS="git-2"
-	EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
-	KEYWORDS=""
-fi
-
-inherit qt4-r2 cmake-utils ${GIT_ECLASS}
-
-DESCRIPTION="Qt XMPP library"
-HOMEPAGE="https://github.com/euroelessar/jreen"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="
-	>=app-crypt/qca-2.0.3
-	>=net-dns/libidn-1.20
-	>=x11-libs/qt-core-4.6.0
-	>=x11-libs/qt-gui-4.6.0
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/"${PN}"

diff --git a/net-libs/jreen/metadata.xml b/net-libs/jreen/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/net-libs/jreen/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>kde</herd>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2011-08-20 11:44 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 28+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-08-20 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d0695ab5b2947ee5dd43ef1608cd16387e510770
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 11:43:42 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 11:43:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d0695ab5

[net-libs/jreen] Added snapshot and updated 9999 ebuild.

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BB0E6E98)

---
 ...{jreen-9999.ebuild => jreen-0_p20110709.ebuild} |   19 ++++++++++++-------
 net-libs/jreen/jreen-9999.ebuild                   |   19 ++++++++++++-------
 2 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-0_p20110709.ebuild
similarity index 58%
copy from net-libs/jreen/jreen-9999.ebuild
copy to net-libs/jreen/jreen-0_p20110709.ebuild
index 1314a9a..931fcd7 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-0_p20110709.ebuild
@@ -4,24 +4,29 @@
 
 EAPI=4
 
-EGIT_REPO_URI="https://github.com/euroelessar/jreen.git"
-[[ ${PV} == *9999 ]] && GIT_ECLASS="git-2"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	GIT_ECLASS="git-2"
+	EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
+	KEYWORDS=""
+fi
+
 inherit qt4-r2 cmake-utils ${GIT_ECLASS}
 
 DESCRIPTION="Qt XMPP library"
-HOMEPAGE="http://gitorious.org/jreen"
-[[ ${PV} == *9999 ]] || SRC_URI=""
+HOMEPAGE="https://github.com/euroelessar/jreen"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE="debug"
 
 DEPEND="
-	>=x11-libs/qt-core-4.6.0
-	>=x11-libs/qt-gui-4.6.0
 	>=app-crypt/qca-2.0.3
 	>=net-dns/libidn-1.20
+	>=x11-libs/qt-core-4.6.0
+	>=x11-libs/qt-gui-4.6.0
 "
 RDEPEND="${DEPEND}"
 

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 1314a9a..931fcd7 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -4,24 +4,29 @@
 
 EAPI=4
 
-EGIT_REPO_URI="https://github.com/euroelessar/jreen.git"
-[[ ${PV} == *9999 ]] && GIT_ECLASS="git-2"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	GIT_ECLASS="git-2"
+	EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
+	KEYWORDS=""
+fi
+
 inherit qt4-r2 cmake-utils ${GIT_ECLASS}
 
 DESCRIPTION="Qt XMPP library"
-HOMEPAGE="http://gitorious.org/jreen"
-[[ ${PV} == *9999 ]] || SRC_URI=""
+HOMEPAGE="https://github.com/euroelessar/jreen"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE="debug"
 
 DEPEND="
-	>=x11-libs/qt-core-4.6.0
-	>=x11-libs/qt-gui-4.6.0
 	>=app-crypt/qca-2.0.3
 	>=net-dns/libidn-1.20
+	>=x11-libs/qt-core-4.6.0
+	>=x11-libs/qt-gui-4.6.0
 "
 RDEPEND="${DEPEND}"
 



^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
@ 2011-08-19 15:37 Johannes Huber
  0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2011-08-19 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     285a002962fa2cb57ec35c5ac2275bb86814cd2d
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Aug 19 13:03:47 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Aug 19 13:03:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=285a0029

[net-libs/jreen] New ebuild

needed for media-sound/tomahawk

---
 net-libs/jreen/jreen-9999.ebuild |   28 ++++++++++++++++++++++++++++
 net-libs/jreen/metadata.xml      |    5 +++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
new file mode 100644
index 0000000..1314a9a
--- /dev/null
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+EGIT_REPO_URI="https://github.com/euroelessar/jreen.git"
+[[ ${PV} == *9999 ]] && GIT_ECLASS="git-2"
+inherit qt4-r2 cmake-utils ${GIT_ECLASS}
+
+DESCRIPTION="Qt XMPP library"
+HOMEPAGE="http://gitorious.org/jreen"
+[[ ${PV} == *9999 ]] || SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+	>=x11-libs/qt-core-4.6.0
+	>=x11-libs/qt-gui-4.6.0
+	>=app-crypt/qca-2.0.3
+	>=net-dns/libidn-1.20
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/"${PN}"

diff --git a/net-libs/jreen/metadata.xml b/net-libs/jreen/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/net-libs/jreen/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>kde</herd>
+</pkgmetadata>



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

end of thread, other threads:[~2022-10-11 16:27 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 13:45 [gentoo-commits] proj/kde:master commit in: net-libs/jreen/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2022-10-11 16:27 Andreas Sturmlechner
2018-10-13 12:11 Andreas Sturmlechner
2018-01-30 10:45 Michael Palimaka
2017-08-30 21:42 Andreas Sturmlechner
2016-07-06 13:15 Michael Palimaka
2016-03-21 15:13 Johannes Huber
2016-01-18 14:47 Michael Palimaka
2015-07-28 21:39 Johannes Huber
2015-01-31 12:15 Johannes Huber
2015-01-30 20:54 Johannes Huber
2014-06-12 15:01 Michael Palimaka
2014-05-22 16:36 Michael Palimaka
2014-05-22 16:33 Michael Palimaka
2014-05-22 16:33 Michael Palimaka
2014-05-06 17:05 Michael Palimaka
2014-05-06 15:51 Michael Palimaka
2013-10-13 15:46 Johannes Huber
2013-06-01 15:58 Michael Palimaka
2013-04-21 14:10 Johannes Huber
2013-04-21 13:59 Johannes Huber
2011-12-08 14:17 Johannes Huber
2011-11-21 19:09 Jorge Manuel B. S. Vicetto
2011-11-21 18:33 Johannes Huber
2011-11-18 16:44 Johannes Huber
2011-11-12 19:18 Andreas Hüttel
2011-08-20 11:44 Jorge Manuel B. S. Vicetto
2011-08-19 15:37 Johannes Huber

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