* [gentoo-commits] gentoo-x86 commit in net-libs/jreen: jreen-1.1.1.ebuild jreen-9999.ebuild ChangeLog jreen-1.1.0.ebuild
@ 2013-01-14 20:51 Johannes Huber (johu)
0 siblings, 0 replies; only message in thread
From: Johannes Huber (johu) @ 2013-01-14 20:51 UTC (permalink / raw
To: gentoo-commits
johu 13/01/14 20:51:38
Modified: jreen-9999.ebuild ChangeLog
Added: jreen-1.1.1.ebuild
Removed: jreen-1.1.0.ebuild
Log:
Version bump by Uwe L. Korn <uwelk@xhochy.com> wrt bug #451146.
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path
1.5 net-libs/jreen/jreen-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/jreen/jreen-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/jreen/jreen-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/jreen/jreen-9999.ebuild?r1=1.4&r2=1.5
Index: jreen-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jreen-9999.ebuild 1 Apr 2012 08:13:48 -0000 1.4
+++ jreen-9999.ebuild 14 Jan 2013 20:51:38 -0000 1.5
@@ -1,17 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.4 2012/04/01 08:13:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-9999.ebuild,v 1.5 2013/01/14 20:51:38 johu Exp $
-EAPI=4
-
-MY_P=lib${PN}\-${PV}
+EAPI=5
if [[ ${PV} != *9999* ]]; then
- SRC_URI="http://qutim.org/downloads/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
+ 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/jreen.git"
+ EGIT_REPO_URI="git://github.com/euroelessar/${PN}"
KEYWORDS=""
fi
@@ -32,4 +30,4 @@
"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MY_P}"
+DOCS=( AUTHORS ChangeLog README )
1.9 net-libs/jreen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/jreen/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/jreen/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/jreen/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/jreen/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 15 Apr 2012 22:15:10 -0000 1.8
+++ ChangeLog 14 Jan 2013 20:51:38 -0000 1.9
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/jreen
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/ChangeLog,v 1.8 2012/04/15 22:15:10 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/ChangeLog,v 1.9 2013/01/14 20:51:38 johu Exp $
+
+*jreen-1.1.1 (14 Jan 2013)
+
+ 14 Jan 2013; Johannes Huber <johu@gentoo.org> +jreen-1.1.1.ebuild,
+ -jreen-1.1.0.ebuild, jreen-9999.ebuild:
+ Version bump by Uwe L. Korn <uwelk@xhochy.com> wrt bug #451146.
*jreen-1.1.0 (15 Apr 2012)
@@ -51,4 +57,3 @@
12 Nov 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+jreen-0_p20110709.ebuild, +jreen-9999.ebuild, +metadata.xml:
New library, dependency of media-sound/tomahawk; imported from KDE overlay.
-
1.1 net-libs/jreen/jreen-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/jreen/jreen-1.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/jreen/jreen-1.1.1.ebuild?rev=1.1&content-type=text/plain
Index: jreen-1.1.1.ebuild
===================================================================
# 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-1.1.1.ebuild,v 1.1 2013/01/14 20:51:38 johu 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"
DEPEND="
>=app-crypt/qca-2.0.3
>=net-dns/libidn-1.20
>=x11-libs/qt-core-4.6.0:4
>=x11-libs/qt-gui-4.6.0:4
"
RDEPEND="${DEPEND}"
DOCS=( AUTHORS ChangeLog README )
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-14 20:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 20:51 [gentoo-commits] gentoo-x86 commit in net-libs/jreen: jreen-1.1.1.ebuild jreen-9999.ebuild ChangeLog jreen-1.1.0.ebuild Johannes Huber (johu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox