* [gentoo-commits] gentoo-x86 commit in dev-vcs/kdesvn: kdesvn-1.6.0.ebuild ChangeLog
@ 2012-09-01 17:51 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-09-01 17:51 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/09/01 17:51:15
Modified: ChangeLog
Added: kdesvn-1.6.0.ebuild
Log:
Version bump to release that kinda supports svn-1.7.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.27 dev-vcs/kdesvn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 4 Aug 2012 14:36:35 -0000 1.26
+++ ChangeLog 1 Sep 2012 17:51:15 -0000 1.27
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/kdesvn
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.26 2012/08/04 14:36:35 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.27 2012/09/01 17:51:15 scarabeus Exp $
+
+*kdesvn-1.6.0 (01 Sep 2012)
+
+ 01 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> +kdesvn-1.6.0.ebuild:
+ Version bump to release that kinda supports svn-1.7.
04 Aug 2012; Johannes Huber <johu@gentoo.org> -kdesvn-1.5.5-r1.ebuild:
Remove old.
1.1 dev-vcs/kdesvn/kdesvn-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.1&content-type=text/plain
Index: kdesvn-1.6.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v 1.1 2012/09/01 17:51:15 scarabeus Exp $
EAPI=4
KDE_HANDBOOK="optional"
KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro"
KDE_LINGUAS_LIVE_OVERRIDE="true"
KDE_SCM="svn"
inherit flag-o-matic kde4-base
DESCRIPTION="KDESvn is a frontend to the subversion vcs."
HOMEPAGE="http://kdesvn.alwins-world.de/"
if [[ ${PV} = 9999* ]]; then
ESVN_REPO_URI="http://www.alwins-world.de/repos/kdesvn/trunk/"
ESVN_PROJECT="kdesvn"
else
SRC_URI="http://kdesvn.alwins-world.de/downloads/${P}.tar.bz2"
fi
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"
DEPEND="
dev-libs/apr:1
dev-libs/apr-util:1
>=dev-vcs/subversion-1.4
sys-devel/gettext
x11-libs/qt-sql:4[sqlite]
"
RDEPEND="${DEPEND}"
add_blocker "kdesdk-kioslaves[subversion(+)]"
src_configure() {
append-cppflags -DQT_THREAD_SUPPORT
[[ ${PV} = 9999* ]] && mycmakeargs=(-DDAILY_BUILD=ON)
kde4-base_src_configure
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-vcs/kdesvn: kdesvn-1.6.0.ebuild ChangeLog
@ 2012-10-24 14:21 Michael Palimaka (kensington)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka (kensington) @ 2012-10-24 14:21 UTC (permalink / raw
To: gentoo-commits
kensington 12/10/24 14:21:45
Modified: kdesvn-1.6.0.ebuild ChangeLog
Log:
Raise minimum dependency on subversion and add missing ru linguas, wrt bug #433928.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Revision Changes Path
1.2 dev-vcs/kdesvn/kdesvn-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?r1=1.1&r2=1.2
Index: kdesvn-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdesvn-1.6.0.ebuild 1 Sep 2012 17:51:15 -0000 1.1
+++ kdesvn-1.6.0.ebuild 24 Oct 2012 14:21:45 -0000 1.2
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v 1.1 2012/09/01 17:51:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v 1.2 2012/10/24 14:21:45 kensington Exp $
EAPI=4
KDE_HANDBOOK="optional"
-KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro"
+KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro ru"
KDE_LINGUAS_LIVE_OVERRIDE="true"
KDE_SCM="svn"
inherit flag-o-matic kde4-base
@@ -27,7 +27,7 @@
DEPEND="
dev-libs/apr:1
dev-libs/apr-util:1
- >=dev-vcs/subversion-1.4
+ >=dev-vcs/subversion-1.7
sys-devel/gettext
x11-libs/qt-sql:4[sqlite]
"
1.28 dev-vcs/kdesvn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 1 Sep 2012 17:51:15 -0000 1.27
+++ ChangeLog 24 Oct 2012 14:21:45 -0000 1.28
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/kdesvn
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.27 2012/09/01 17:51:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.28 2012/10/24 14:21:45 kensington Exp $
+
+ 24 Oct 2012; Michael Palimaka <kensington@gentoo.org> kdesvn-1.6.0.ebuild:
+ Raise minimum dependency on subversion and add missing ru linguas, wrt bug
+ #433928.
*kdesvn-1.6.0 (01 Sep 2012)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-vcs/kdesvn: kdesvn-1.6.0.ebuild ChangeLog
@ 2013-02-12 14:18 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-12 14:18 UTC (permalink / raw
To: gentoo-commits
ago 13/02/12 14:18:50
Modified: kdesvn-1.6.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #456634
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-vcs/kdesvn/kdesvn-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?r1=1.2&r2=1.3
Index: kdesvn-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdesvn-1.6.0.ebuild 24 Oct 2012 14:21:45 -0000 1.2
+++ kdesvn-1.6.0.ebuild 12 Feb 2013 14:18:50 -0000 1.3
@@ -1,6 +1,6 @@
-# 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/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v 1.2 2012/10/24 14:21:45 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v 1.3 2013/02/12 14:18:50 ago Exp $
EAPI=4
@@ -20,7 +20,7 @@
fi
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
SLOT="4"
IUSE="debug"
1.29 dev-vcs/kdesvn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 24 Oct 2012 14:21:45 -0000 1.28
+++ ChangeLog 12 Feb 2013 14:18:50 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/kdesvn
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.28 2012/10/24 14:21:45 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.29 2013/02/12 14:18:50 ago Exp $
+
+ 12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> kdesvn-1.6.0.ebuild:
+ Stable for amd64, wrt bug #456634
24 Oct 2012; Michael Palimaka <kensington@gentoo.org> kdesvn-1.6.0.ebuild:
Raise minimum dependency on subversion and add missing ru linguas, wrt bug
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-vcs/kdesvn: kdesvn-1.6.0.ebuild ChangeLog
@ 2013-02-12 14:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-12 14:20 UTC (permalink / raw
To: gentoo-commits
ago 13/02/12 14:20:41
Modified: kdesvn-1.6.0.ebuild ChangeLog
Log:
Stable for x86, wrt bug #456634
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 dev-vcs/kdesvn/kdesvn-1.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?r1=1.3&r2=1.4
Index: kdesvn-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kdesvn-1.6.0.ebuild 12 Feb 2013 14:18:50 -0000 1.3
+++ kdesvn-1.6.0.ebuild 12 Feb 2013 14:20:40 -0000 1.4
@@ -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/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v 1.3 2013/02/12 14:18:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v 1.4 2013/02/12 14:20:40 ago Exp $
EAPI=4
@@ -20,7 +20,7 @@
fi
LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
SLOT="4"
IUSE="debug"
1.30 dev-vcs/kdesvn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 12 Feb 2013 14:18:50 -0000 1.29
+++ ChangeLog 12 Feb 2013 14:20:40 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/kdesvn
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.29 2013/02/12 14:18:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.30 2013/02/12 14:20:40 ago Exp $
+
+ 12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> kdesvn-1.6.0.ebuild:
+ Stable for x86, wrt bug #456634
12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> kdesvn-1.6.0.ebuild:
Stable for amd64, wrt bug #456634
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-12 14:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-01 17:51 [gentoo-commits] gentoo-x86 commit in dev-vcs/kdesvn: kdesvn-1.6.0.ebuild ChangeLog Tomas Chvatal (scarabeus)
-- strict thread matches above, loose matches on Subject: below --
2012-10-24 14:21 Michael Palimaka (kensington)
2013-02-12 14:18 Agostino Sarubbo (ago)
2013-02-12 14:20 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox