robbat2 14/06/22 02:06:59
Added: metadata.xml
openstack-guest-agents-unix-1.39.0.ebuild
openstack-guest-agents-unix-1.39.0-r1.ebuild
ChangeLog
Log:
New packages for infra use, in package.mask because not fully baked yet,
upstream does QA-horrible things like copy parts of system /lib to a subdir.
Initial ebuild from alunduil's overlay
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.1 app-emulation/openstack-guest-agents-unix/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/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>
<maintainer>
<email>[email protected]</email>
</maintainer>
<maintainer>
<email>[email protected]</email>
</maintainer>
</pkgmetadata>
1.1
app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild?rev=1.1&content-type=text/plain
Index: openstack-guest-agents-unix-1.39.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild,v
1.1 2014/06/22 02:06:59 robbat2 Exp $
EAPI=5
inherit autotools eutils vcs-snapshot
DESCRIPTION="Openstack Unix Guest Agent"
HOMEPAGE="http://github.com/rackerlabs/openstack-guest-agents-unix"
SRC_URI="https://github.com/rackerlabs/${PN}-unix/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
dev-util/patchelf
dev-python/pycrypto
dev-python/pyxenstore
"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
doinitd scripts/gentoo/nova-agent
}
1.1
app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: openstack-guest-agents-unix-1.39.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild,v
1.1 2014/06/22 02:06:59 robbat2 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 ) # does not work with py3 yet
inherit autotools eutils vcs-snapshot python-single-r1
DESCRIPTION="Openstack Unix Guest Agent"
HOMEPAGE="http://github.com/rackerlabs/openstack-guest-agents-unix"
SRC_URI="https://github.com/rackerlabs/${PN}/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-util/patchelf
dev-python/pycrypto[${PYTHON_USEDEP}]
dev-python/pyxenstore[${PYTHON_USEDEP}]"
# Fails to build if python2.5/python2.6 are present
DEPEND="${RDEPEND}
!dev-lang/python:2.5
!dev-lang/python:2.6
${PYTHON_DEPS}"
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
epatch \
"${FILESDIR}"/patches-1.39.0-20140621.patch \
"${FILESDIR}"/openstack-guest-agents-unix-1.39.0-python2.patch
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
doinitd scripts/gentoo/nova-agent
}
1.1 app-emulation/openstack-guest-agents-unix/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for app-emulation/openstack-guest-agents-unix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header:
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v
1.1 2014/06/22 02:06:59 robbat2 Exp $
*openstack-guest-agents-unix-1.39.0 (22 Jun 2014)
*openstack-guest-agents-unix-1.39.0-r1 (22 Jun 2014)
22 Jun 2014; Robin H. Johnson <[email protected]>
+files/openstack-guest-agents-unix-1.39.0-python2.patch,
+files/patches-1.39.0-20140621.patch, +metadata.xml,
+openstack-guest-agents-unix-1.39.0-r1.ebuild,
+openstack-guest-agents-unix-1.39.0.ebuild:
New packages for infra use, in package.mask because not fully baked yet,
upstream does QA-horrible things like copy parts of system /lib to a subdir.
Initial ebuild from alunduil's overlay