diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-10 17:03:50 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-10 17:03:50 +0000 |
commit | 757b20b3501f005dcc8906709b76ae77fd354608 (patch) | |
tree | caa2e1a155d66e97d9fa4a6e2fa3134e97b2a82b /net-zope/zc-buildout | |
parent | Improve zlib build & install for mingw #288212 by spadix. (diff) | |
download | historical-757b20b3501f005dcc8906709b76ae77fd354608.tar.gz historical-757b20b3501f005dcc8906709b76ae77fd354608.tar.bz2 historical-757b20b3501f005dcc8906709b76ae77fd354608.zip |
net-zope/zcbuildout renamed to net-zope/zc-buildout
Package-Manager: portage-14556-svn/cvs/Linux x86_64
Diffstat (limited to 'net-zope/zc-buildout')
-rw-r--r-- | net-zope/zc-buildout/ChangeLog | 26 | ||||
-rw-r--r-- | net-zope/zc-buildout/Manifest | 4 | ||||
-rw-r--r-- | net-zope/zc-buildout/metadata.xml | 22 | ||||
-rw-r--r-- | net-zope/zc-buildout/zc-buildout-1.4.1.ebuild | 36 |
4 files changed, 88 insertions, 0 deletions
diff --git a/net-zope/zc-buildout/ChangeLog b/net-zope/zc-buildout/ChangeLog new file mode 100644 index 000000000000..acc7b2ae0ca5 --- /dev/null +++ b/net-zope/zc-buildout/ChangeLog @@ -0,0 +1,26 @@ +# ChangeLog for net-zope/zcbuildout +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zc-buildout/ChangeLog,v 1.1 2009/10/10 17:03:50 arfrever Exp $ + + 29 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zcbuildout-1.2.1.ebuild, -zcbuildout-1.4.1.ebuild, +zc-buildout-1.4.1.ebuild: + net-zope/zcbuildout renamed to net-zope/zc-buildout. + +*zcbuildout-1.4.1 (29 Aug 2009) + + 29 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zcbuildout-1.1.1.ebuild, +zcbuildout-1.4.1.ebuild: + Version bump. Set SUPPORT_PYTHON_ABIS. Add missing run-time dependency on + dev-python/setuptools. + +*zcbuildout-1.2.1 (04 Jun 2009) + + 04 Jun 2009; Alfredo Tupone <tupone@gentoo.org> +zcbuildout-1.2.1.ebuild: + Version bump to 1.2.1, added ~x86. Bug #272498 by Jeff Kowalczyk + +*zcbuildout-1.1.1 (13 Mar 2009) + + 13 Mar 2009; Alfredo Tupone <tupone@gentoo.org> +metadata.xml, + +zcbuildout-1.1.1.ebuild: + System for managing development buildouts. + diff --git a/net-zope/zc-buildout/Manifest b/net-zope/zc-buildout/Manifest new file mode 100644 index 000000000000..c617d10d8ef9 --- /dev/null +++ b/net-zope/zc-buildout/Manifest @@ -0,0 +1,4 @@ +DIST zc.buildout-1.4.1.tar.gz 245359 RMD160 46c29af95d12771f5c6c0b34da7f2c7b9733cf7c SHA1 4d4934498cc83497087fd241ff585184ecaad7d9 SHA256 427f7beb29e3f9ca20ebb9b61655b9ade6d1f7ce02994ea97e4c663c4aee739e +EBUILD zc-buildout-1.4.1.ebuild 855 RMD160 d31b016a9db2370cfc8db29cfc31b0d981c76a67 SHA1 9c28f93d1e8d16541883c0f580e4e2d6cd55655c SHA256 f537a85d398a65ad70eb61fac1887f813b264b9bd9a9da228249993cb9602492 +MISC ChangeLog 1035 RMD160 0484f6b4c68e8719569b7d546eab98178fd25f18 SHA1 57aad266180db7321d11fb9cefa9545c87bfa7b7 SHA256 baf46c4ff6f04636850a37a76fb669dcda77b2155e3a60a33bf784587ce602d0 +MISC metadata.xml 1357 RMD160 9312fe701b0850a2d2ccc2f37f045c20ccb64d1f SHA1 90fde3ba7086e60b4a780d7cb389ba455910d54b SHA256 9786a57ae510421e25c25bef8e1ca88a4196f86b08a5013d603cd7662a4c2a8e diff --git a/net-zope/zc-buildout/metadata.xml b/net-zope/zc-buildout/metadata.xml new file mode 100644 index 000000000000..4af557cb6518 --- /dev/null +++ b/net-zope/zc-buildout/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-zope</herd> + <maintainer> + <email>tupone@gentoo.org</email> + <name>Alfredo Tupone</name> + </maintainer> +<longdescription lang="en"> +Buildout is a system for managing development buildouts. While often identified as a Zope project, +and indeed licensed under the ZPL by Zope creator Jim Fulton, buildout is useful for configurations +beyond Zope, and even, in rare cases, a few that have nothing to do with Python. +The Buildout project provides support for creating applications, especially Python applications. It +provides tools for assembling applications from multiple parts, Python or otherwise. An application +may actually contain multiple programs, processes, and configuration settings. +The word .buildout. refers to a description of a set of parts and the software to create and assemble +them. It is often used informally to refer to an installed system based on a buildout definition. For +example, if we are creating an application named .Foo., then .the Foo buildout. is the collection of +configuration and application-specific software that allows an instance of the application to be +created. We may refer to such an instance of the application informally as .a Foo buildout.. +</longdescription> +</pkgmetadata> diff --git a/net-zope/zc-buildout/zc-buildout-1.4.1.ebuild b/net-zope/zc-buildout/zc-buildout-1.4.1.ebuild new file mode 100644 index 000000000000..1235d4e4703f --- /dev/null +++ b/net-zope/zc-buildout/zc-buildout-1.4.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zc-buildout/zc-buildout-1.4.1.ebuild,v 1.1 2009/10/10 17:03:50 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="System for managing development buildouts" +HOMEPAGE="http://pypi.python.org/pypi/zc.buildout" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/setuptools" +DEPEND="${RDEPEND}" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}"/${MY_P} + +PYTHON_MODNAME="${PN/-//}" +DOCS="CHANGES.txt todo.txt" + +src_install() { + distutils_src_install + + # Remove README.txt installed in incorrect location. + rm -f "${D}usr/README.txt" +} |