robbat2 14/06/15 19:59:10
Added: metadata.xml pyxenstore-9999.ebuild
pyxenstore-0.0.2.ebuild ChangeLog
Log:
Initial commit. Copied from alunduil's overlay.
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.1 dev-python/pyxenstore/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
<email>[email protected]</email>
</maintainer>
<maintainer>
<email>[email protected]</email>
</maintainer>
</pkgmetadata>
1.1 dev-python/pyxenstore/pyxenstore-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/pyxenstore-9999.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/pyxenstore-9999.ebuild?rev=1.1&content-type=text/plain
Index: pyxenstore-9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-python/pyxenstore/pyxenstore-9999.ebuild,v 1.1
2014/06/15 19:59:10 robbat2 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 bzr
EBZR_REPO_URI="https://code.launchpad.net/~cbehrens/pyxenstore/trunk"
DESCRIPTION="Provides Python interfaces for Xen's XenStore."
HOMEPAGE="https://launchpad.net/pyxenstore"
SRC_URI=""
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="app-emulation/xen-tools"
RDEPEND="${DEPEND}"
1.1 dev-python/pyxenstore/pyxenstore-0.0.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/pyxenstore-0.0.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/pyxenstore-0.0.2.ebuild?rev=1.1&content-type=text/plain
Index: pyxenstore-0.0.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-python/pyxenstore/pyxenstore-0.0.2.ebuild,v 1.1
2014/06/15 19:59:10 robbat2 Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 )
inherit distutils-r1
DESCRIPTION="Provides Python interfaces for Xen's XenStore."
HOMEPAGE="https://launchpad.net/pyxenstore"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="app-emulation/xen-tools"
RDEPEND="${DEPEND}"
1.1 dev-python/pyxenstore/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-python/pyxenstore
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxenstore/ChangeLog,v 1.1
2014/06/15 19:59:10 robbat2 Exp $
*pyxenstore-0.0.2 (15 Jun 2014)
*pyxenstore-9999 (15 Jun 2014)
15 Jun 2014; Robin H. Johnson <[email protected]> +metadata.xml,
+pyxenstore-0.0.2.ebuild, +pyxenstore-9999.ebuild:
Initial commit. Copied from alunduil's overlay.