diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-03-30 23:03:22 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-03-30 23:03:22 +0000 |
commit | 9148296442e2210e7572150325af81175c31e7fb (patch) | |
tree | 04b5ad9021479de79a2b980152942929e87c83a9 /dev-vcs | |
parent | version bump (diff) | |
download | gentoo-2-9148296442e2210e7572150325af81175c31e7fb.tar.gz gentoo-2-9148296442e2210e7572150325af81175c31e7fb.tar.bz2 gentoo-2-9148296442e2210e7572150325af81175c31e7fb.zip |
initial commit, ebuild taken from Mark Lee's Bazaar overlay
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-xmloutput/ChangeLog | 10 | ||||
-rw-r--r-- | dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild | 18 | ||||
-rw-r--r-- | dev-vcs/bzr-xmloutput/metadata.xml | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-vcs/bzr-xmloutput/ChangeLog b/dev-vcs/bzr-xmloutput/ChangeLog new file mode 100644 index 000000000000..ca3796a0e73a --- /dev/null +++ b/dev-vcs/bzr-xmloutput/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-vcs/bzr-xmloutput +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog,v 1.1 2010/03/30 23:03:22 fauli Exp $ + +*bzr-xmloutput-0.8.6 (30 Mar 2010) + + 30 Mar 2010; Christian Faulhammer <fauli@gentoo.org> + +bzr-xmloutput-0.8.6.ebuild, +metadata.xml: + initial commit, ebuild taken from Mark Lee's Bazaar overlay + diff --git a/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild new file mode 100644 index 000000000000..99bb0d86523e --- /dev/null +++ b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 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.6.ebuild,v 1.1 2010/03/30 23:03:22 fauli Exp $ + +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="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-vcs/bzr" diff --git a/dev-vcs/bzr-xmloutput/metadata.xml b/dev-vcs/bzr-xmloutput/metadata.xml new file mode 100644 index 000000000000..e74a92d1562c --- /dev/null +++ b/dev-vcs/bzr-xmloutput/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>bazaar</herd> +</pkgmetadata> |