summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2012-03-17 11:17:09 +0000
committerChristian Faulhammer <fauli@gentoo.org>2012-03-17 11:17:09 +0000
commit7f77dc30c8ec1b44bf7ba7fec329a5add170ad55 (patch)
tree35c9a65644340e8e84cdf63705a98f79576178d0 /dev-vcs
parentAdd missing deps, bug #408295 by Piotr Szymaniak. (diff)
downloadgentoo-2-7f77dc30c8ec1b44bf7ba7fec329a5add170ad55.tar.gz
gentoo-2-7f77dc30c8ec1b44bf7ba7fec329a5add170ad55.tar.bz2
gentoo-2-7f77dc30c8ec1b44bf7ba7fec329a5add170ad55.zip
version bump
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/bzr-xmloutput/ChangeLog8
-rw-r--r--dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-vcs/bzr-xmloutput/ChangeLog b/dev-vcs/bzr-xmloutput/ChangeLog
index c7d3de019c12..7fdc94ce8401 100644
--- a/dev-vcs/bzr-xmloutput/ChangeLog
+++ b/dev-vcs/bzr-xmloutput/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-vcs/bzr-xmloutput
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog,v 1.9 2012/03/17 11:07:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog,v 1.10 2012/03/17 11:17:09 fauli Exp $
+
+*bzr-xmloutput-0.8.8 (17 Mar 2012)
+
+ 17 Mar 2012; Christian Faulhammer <fauli@gentoo.org>
+ +bzr-xmloutput-0.8.8.ebuild:
+ version bump
17 Mar 2012; Christian Faulhammer <fauli@gentoo.org>
-bzr-xmloutput-0.8.6.ebuild:
diff --git a/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8.ebuild b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8.ebuild
new file mode 100644
index 000000000000..7f086a16dd47
--- /dev/null
+++ b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8.ebuild,v 1.1 2012/03/17 11:17:09 fauli Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="A Bazaar plugin that provides a option to generate XML output for
+builtin commands."
+HOMEPAGE="http://bazaar-vcs.org/XMLOutput"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-vcs/bzr"