* [gentoo-commits] gentoo-x86 commit in dev-vcs/qbzr: qbzr-0.21.2.ebuild ChangeLog
@ 2011-12-12 16:12 Peter Volkov (pva)
0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2011-12-12 16:12 UTC (permalink / raw
To: gentoo-commits
pva 11/12/12 16:12:58
Modified: ChangeLog
Added: qbzr-0.21.2.ebuild
Log:
Version bump.
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Revision Changes Path
1.25 dev-vcs/qbzr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 6 Nov 2011 16:20:28 -0000 1.24
+++ ChangeLog 12 Dec 2011 16:12:58 -0000 1.25
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/qbzr
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.24 2011/11/06 16:20:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.25 2011/12/12 16:12:58 pva Exp $
+
+*qbzr-0.21.2 (12 Dec 2011)
+
+ 12 Dec 2011; Peter Volkov <pva@gentoo.org> +qbzr-0.21.2.ebuild:
+ Version bump.
06 Nov 2011; Brent Baude <ranger@gentoo.org> qbzr-0.21.1.ebuild:
Marking qbzr-0.21.1 ppc stable for bug
1.1 dev-vcs/qbzr/qbzr-0.21.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild?rev=1.1&content-type=text/plain
Index: qbzr-0.21.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild,v 1.1 2011/12/12 16:12:58 pva Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils versionator
DESCRIPTION="Qt frontend for Bazaar"
HOMEPAGE="https://launchpad.net/qbzr"
SRC_URI="https://edge.launchpad.net/qbzr/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
# bzr version comes from NEWS file. It's lowest version required for some
# features to work.
DEPEND=">=dev-vcs/bzr-2.4
>=dev-python/PyQt4-4.1[X]"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
DOCS="AUTHORS.txt NEWS.txt README.txt TODO.txt"
PYTHON_MODNAME="bzrlib/plugins/qbzr"
src_test() {
elog "It's impossible to run tests at this point. If you wish to run tests"
elog "after installation of ${PN} execute:"
elog " $ bzr selftest -s bzrlib.plugins.qbzr"
}
pkg_postinst() {
distutils_pkg_postinst
elog
elog "To enable spellchecking in qcommit, please, install >=dev-python/pyenchant-1.5.0"
elog " # emerge -a >=dev-python/pyenchant-1.5.0"
elog "To enable syntax highlighting, please, install dev-python/pygments"
elog " # emerge -a dev-python/pygments"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-vcs/qbzr: qbzr-0.21.2.ebuild ChangeLog
@ 2012-01-21 19:26 Tobias Klausmann (klausman)
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-01-21 19:26 UTC (permalink / raw
To: gentoo-commits
klausman 12/01/21 19:26:19
Modified: qbzr-0.21.2.ebuild ChangeLog
Log:
Keyword 0.21.2 on alpha
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-vcs/qbzr/qbzr-0.21.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild?r1=1.1&r2=1.2
Index: qbzr-0.21.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qbzr-0.21.2.ebuild 12 Dec 2011 16:12:58 -0000 1.1
+++ qbzr-0.21.2.ebuild 21 Jan 2012 19:26:19 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild,v 1.1 2011/12/12 16:12:58 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild,v 1.2 2012/01/21 19:26:19 klausman Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
# bzr version comes from NEWS file. It's lowest version required for some
1.27 dev-vcs/qbzr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qbzr/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 21 Jan 2012 15:47:51 -0000 1.26
+++ ChangeLog 21 Jan 2012 19:26:19 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/qbzr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.26 2012/01/21 15:47:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.27 2012/01/21 19:26:19 klausman Exp $
+
+ 21 Jan 2012; Tobias Klausmann <klausman@gentoo.org> qbzr-0.21.2.ebuild:
+ Keyword 0.21.2 on alpha
21 Jan 2012; Tobias Klausmann <klausman@gentoo.org> qbzr-0.21.1.ebuild:
Stable on alpha, bug #383751
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-21 19:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 16:12 [gentoo-commits] gentoo-x86 commit in dev-vcs/qbzr: qbzr-0.21.2.ebuild ChangeLog Peter Volkov (pva)
-- strict thread matches above, loose matches on Subject: below --
2012-01-21 19:26 Tobias Klausmann (klausman)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox