From 4cf1fab456aedece52208c1c5b44cc0950efc8d7 Mon Sep 17 00:00:00 2001 From: Leonardo Martins Date: Tue, 27 Mar 2012 18:55:31 -0300 Subject: Moved portage tree one level up --- app-admin/euca2ools/ChangeLog | 0 app-admin/euca2ools/euca2ools-1.3.1.ebuild | 68 ++++++++++++++++++++++ dev-util/vmc/ChangeLog | 0 dev-util/vmc/vmc-0.3.15.ebuild | 24 ++++++++ portage/app-admin/euca2ools/ChangeLog | 0 portage/app-admin/euca2ools/euca2ools-1.3.1.ebuild | 68 ---------------------- portage/dev-util/vmc/ChangeLog | 0 portage/dev-util/vmc/vmc-0.3.15.ebuild | 24 -------- portage/sys-cluster/eucalyptus/ChangeLog | 0 .../sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild | 31 ---------- portage/sys-cluster/vcap/ChangeLog | 0 sys-cluster/eucalyptus/ChangeLog | 0 sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild | 31 ++++++++++ sys-cluster/vcap/ChangeLog | 0 14 files changed, 123 insertions(+), 123 deletions(-) create mode 100644 app-admin/euca2ools/ChangeLog create mode 100644 app-admin/euca2ools/euca2ools-1.3.1.ebuild create mode 100644 dev-util/vmc/ChangeLog create mode 100644 dev-util/vmc/vmc-0.3.15.ebuild delete mode 100644 portage/app-admin/euca2ools/ChangeLog delete mode 100644 portage/app-admin/euca2ools/euca2ools-1.3.1.ebuild delete mode 100644 portage/dev-util/vmc/ChangeLog delete mode 100644 portage/dev-util/vmc/vmc-0.3.15.ebuild delete mode 100644 portage/sys-cluster/eucalyptus/ChangeLog delete mode 100644 portage/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild delete mode 100644 portage/sys-cluster/vcap/ChangeLog create mode 100644 sys-cluster/eucalyptus/ChangeLog create mode 100644 sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild create mode 100644 sys-cluster/vcap/ChangeLog diff --git a/app-admin/euca2ools/ChangeLog b/app-admin/euca2ools/ChangeLog new file mode 100644 index 0000000..e69de29 diff --git a/app-admin/euca2ools/euca2ools-1.3.1.ebuild b/app-admin/euca2ools/euca2ools-1.3.1.ebuild new file mode 100644 index 0000000..28270b1 --- /dev/null +++ b/app-admin/euca2ools/euca2ools-1.3.1.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +#EAPI=0 + +inherit distutils + +DESCRIPTION="Command-line tools for interacting with Amazon EC2 and S3 API-compatible Web services using the REST/Query API" +HOMEPAGE="http://open.eucalyptus.com" +SRC_URI="http://open.eucalyptus.com/sites/all/modules/pubdlcnt/pubdlcnt.php?file=http://eucalyptussoftware.com/downloads/releases/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc64" +IUSE="" +DEPEND=">=dev-python/boto-1.9d + >=dev-lang/python-2.5 + >=dev-python/m2crypto-0.19.1" + +RDEPEND="${DEPEND}" + +DOCS="${S}/COPYING + ${S}/CHANGELOG + ${S}/README + ${S}/INSTALL" + +src_compile() { + emake build || die "emake failed" +} + +src_install() { + cd "${S}/euca2ools" + distutils_src_install + cd "${S}/bin" + for tool in *; do + newbin ${tool} ${tool} + done + + # Install the manpages + if [[ -d ${S}/man ]]; then + doman ${S}/man/* || die "doman" + fi +} + +pkg_postinst(){ + einfo "" + einfo " Euca2ools use cryptographic credentials for authentication. Two + types of credentials are issued by EC2- and S3-compatible services: x509 + certificates and keys. While some commands only require the latter, it is + best to always specify both types of credentials." + + einfo "" + einfo " Furthermore, unless the front end Web services reside on + 'localhost', the URLs of the EC2- and S3-compatible service endpoints must + also be specified." + einfo "" + einfo "If you are running Euca2ools against Eucalyptus, sourcing the + \"eucarc\" file that is included as part of the credentials zip-file that + you downloaded from the Eucalyptus Web interface should be enough to set up + all of the above variables correctly." + einfo "" + einfo "For more information please refer to the:" + einfo " * --help option of the individual commands," + einfo " * check the man pages for each command," + einfo " * consult the local documentation at /usr/share/doc/$P," + einfo " *consult http://open.eucalyptus.com/wiki/Documentation." + einfo "" +} diff --git a/dev-util/vmc/ChangeLog b/dev-util/vmc/ChangeLog new file mode 100644 index 0000000..e69de29 diff --git a/dev-util/vmc/vmc-0.3.15.ebuild b/dev-util/vmc/vmc-0.3.15.ebuild new file mode 100644 index 0000000..764c7ca --- /dev/null +++ b/dev-util/vmc/vmc-0.3.15.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +USE_RUBY="ruby18" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" + +inherit ruby-fakegem + +DESCRIPTION="Command line interface to VMware's Cloud Application Platform" +HOMEPAGE="https://github.com/cloudfoundry/vmc" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86-linux" +IUSE="" + +ruby_add_rdepend "" diff --git a/portage/app-admin/euca2ools/ChangeLog b/portage/app-admin/euca2ools/ChangeLog deleted file mode 100644 index e69de29..0000000 diff --git a/portage/app-admin/euca2ools/euca2ools-1.3.1.ebuild b/portage/app-admin/euca2ools/euca2ools-1.3.1.ebuild deleted file mode 100644 index 28270b1..0000000 --- a/portage/app-admin/euca2ools/euca2ools-1.3.1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -#EAPI=0 - -inherit distutils - -DESCRIPTION="Command-line tools for interacting with Amazon EC2 and S3 API-compatible Web services using the REST/Query API" -HOMEPAGE="http://open.eucalyptus.com" -SRC_URI="http://open.eucalyptus.com/sites/all/modules/pubdlcnt/pubdlcnt.php?file=http://eucalyptussoftware.com/downloads/releases/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc64" -IUSE="" -DEPEND=">=dev-python/boto-1.9d - >=dev-lang/python-2.5 - >=dev-python/m2crypto-0.19.1" - -RDEPEND="${DEPEND}" - -DOCS="${S}/COPYING - ${S}/CHANGELOG - ${S}/README - ${S}/INSTALL" - -src_compile() { - emake build || die "emake failed" -} - -src_install() { - cd "${S}/euca2ools" - distutils_src_install - cd "${S}/bin" - for tool in *; do - newbin ${tool} ${tool} - done - - # Install the manpages - if [[ -d ${S}/man ]]; then - doman ${S}/man/* || die "doman" - fi -} - -pkg_postinst(){ - einfo "" - einfo " Euca2ools use cryptographic credentials for authentication. Two - types of credentials are issued by EC2- and S3-compatible services: x509 - certificates and keys. While some commands only require the latter, it is - best to always specify both types of credentials." - - einfo "" - einfo " Furthermore, unless the front end Web services reside on - 'localhost', the URLs of the EC2- and S3-compatible service endpoints must - also be specified." - einfo "" - einfo "If you are running Euca2ools against Eucalyptus, sourcing the - \"eucarc\" file that is included as part of the credentials zip-file that - you downloaded from the Eucalyptus Web interface should be enough to set up - all of the above variables correctly." - einfo "" - einfo "For more information please refer to the:" - einfo " * --help option of the individual commands," - einfo " * check the man pages for each command," - einfo " * consult the local documentation at /usr/share/doc/$P," - einfo " *consult http://open.eucalyptus.com/wiki/Documentation." - einfo "" -} diff --git a/portage/dev-util/vmc/ChangeLog b/portage/dev-util/vmc/ChangeLog deleted file mode 100644 index e69de29..0000000 diff --git a/portage/dev-util/vmc/vmc-0.3.15.ebuild b/portage/dev-util/vmc/vmc-0.3.15.ebuild deleted file mode 100644 index 764c7ca..0000000 --- a/portage/dev-util/vmc/vmc-0.3.15.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -inherit ruby-fakegem - -DESCRIPTION="Command line interface to VMware's Cloud Application Platform" -HOMEPAGE="https://github.com/cloudfoundry/vmc" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86-linux" -IUSE="" - -ruby_add_rdepend "" diff --git a/portage/sys-cluster/eucalyptus/ChangeLog b/portage/sys-cluster/eucalyptus/ChangeLog deleted file mode 100644 index e69de29..0000000 diff --git a/portage/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild b/portage/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild deleted file mode 100644 index ed78e97..0000000 --- a/portage/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 - -DESCRIPTION="Eucalyptus is an open source software framework for cloud computing that implements what is commonly referred to as Infrastructure as a Service (IaaS)." -HOMEPAGE="http://open.eucalyptus.com" -#SRC_URI="http://open.eucalyptus.com/sites/all/modules/pubdlcnt/pubdlcnt.php?file=http://eucalyptussoftware.com/downloads/releases/${P}-src.tar.gz" - -LICENSE="GPL3" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=" -virtual/jdk:1.6 -dev-java/ant-core -www-servers/apache -app-emulation/libvirt -net-firewall/iptables -net-misc/vconfig -net-misc/bridge-utils -sys-fs/lvm2 -sys-block/vblade -net-misc/curl -net-dns/dnsmasq -sys-block/aoetools -sys-block/parted -" - -RDEPEND="${DEPEND}" diff --git a/portage/sys-cluster/vcap/ChangeLog b/portage/sys-cluster/vcap/ChangeLog deleted file mode 100644 index e69de29..0000000 diff --git a/sys-cluster/eucalyptus/ChangeLog b/sys-cluster/eucalyptus/ChangeLog new file mode 100644 index 0000000..e69de29 diff --git a/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild b/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild new file mode 100644 index 0000000..ed78e97 --- /dev/null +++ b/sys-cluster/eucalyptus/eucalyptus-1.6.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=2 + +DESCRIPTION="Eucalyptus is an open source software framework for cloud computing that implements what is commonly referred to as Infrastructure as a Service (IaaS)." +HOMEPAGE="http://open.eucalyptus.com" +#SRC_URI="http://open.eucalyptus.com/sites/all/modules/pubdlcnt/pubdlcnt.php?file=http://eucalyptussoftware.com/downloads/releases/${P}-src.tar.gz" + +LICENSE="GPL3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=" +virtual/jdk:1.6 +dev-java/ant-core +www-servers/apache +app-emulation/libvirt +net-firewall/iptables +net-misc/vconfig +net-misc/bridge-utils +sys-fs/lvm2 +sys-block/vblade +net-misc/curl +net-dns/dnsmasq +sys-block/aoetools +sys-block/parted +" + +RDEPEND="${DEPEND}" diff --git a/sys-cluster/vcap/ChangeLog b/sys-cluster/vcap/ChangeLog new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-65-gdbad