diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2012-06-15 10:17:07 +0000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2012-06-15 10:17:07 +0000 |
commit | 4fde764e226ec17bd961540b757480eec27c67ee (patch) | |
tree | ad57f4ef653a261f4a38ca0edeb4df846fba0c16 /dev-python/larch | |
parent | Initial commit of cliapp. (diff) | |
download | gentoo-2-4fde764e226ec17bd961540b757480eec27c67ee.tar.gz gentoo-2-4fde764e226ec17bd961540b757480eec27c67ee.tar.bz2 gentoo-2-4fde764e226ec17bd961540b757480eec27c67ee.zip |
Initial commit of larch.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/larch')
-rw-r--r-- | dev-python/larch/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/larch/Manifest | 4 | ||||
-rw-r--r-- | dev-python/larch/larch-1.20120527.ebuild | 29 | ||||
-rw-r--r-- | dev-python/larch/metadata.xml | 8 |
4 files changed, 51 insertions, 0 deletions
diff --git a/dev-python/larch/ChangeLog b/dev-python/larch/ChangeLog new file mode 100644 index 000000000000..09e10397154e --- /dev/null +++ b/dev-python/larch/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/larch +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/larch/ChangeLog,v 1.1 2012/06/15 10:17:07 mschiff Exp $ + +*larch-1.20120527 (15 Jun 2012) + + 15 Jun 2012; Marc Schiffbauer <mschiff@gentoo.org> +larch-1.20120527.ebuild, + +metadata.xml: + Initial commit of larch. + diff --git a/dev-python/larch/Manifest b/dev-python/larch/Manifest new file mode 100644 index 000000000000..3797658513ef --- /dev/null +++ b/dev-python/larch/Manifest @@ -0,0 +1,4 @@ +DIST python-larch_1.20120527.orig.tar.gz 85465 RMD160 15d5e6301b94d161c5bf9adf7b9142b105e0bbf6 SHA1 7c2387b5a837a44253c3a66572eca405ad2a3dec SHA256 2865a1bfa6bd276bf746e8e7cb73d5199d0b6d00045d8c92e158626687d3bbe1 +EBUILD larch-1.20120527.ebuild 583 RMD160 977fdf049a90df0c1ecc97877ada9da54cc6fe4d SHA1 51ea133f8632085681a819cecb66d48d7fb9dc5b SHA256 7bc68ded29be06dffd36e51e9e11521a7495d63ebf96152bb2670a5dff9094cd +MISC ChangeLog 274 RMD160 95f0483ead52972b2d9a9e68ee0501e52280b7c8 SHA1 862edeb4b1c06f281bc27abe13c304f11b948f4c SHA256 1439e9c2ec2382ddf9087b664a60dcad4fa686330cc612a3ae561a022019acc5 +MISC metadata.xml 236 RMD160 5c57b0291e26469fb522c377d9b6373830889ebb SHA1 4da113512bdf7f06bde8a17a9332c28da0ecf1b6 SHA256 f55443c9b3d97fcc9437b9aeba1b3beae39e38599620bd520d0693bb8948b531 diff --git a/dev-python/larch/larch-1.20120527.ebuild b/dev-python/larch/larch-1.20120527.ebuild new file mode 100644 index 000000000000..abbd289b3668 --- /dev/null +++ b/dev-python/larch/larch-1.20120527.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/larch/larch-1.20120527.ebuild,v 1.1 2012/06/15 10:17:07 mschiff Exp $ + +EAPI=4 + +PYTHON_DEPEND="2:2.6:2.7" + +inherit distutils python + +DESCRIPTION="Copy-on-write B-tree data structure" +HOMEPAGE="http://liw.fi/larch/" +SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz" +RESTRICT="test" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/cliapp + dev-python/tracing + dev-python/ttystatus" +RDEPEND="${DEPEND}" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} diff --git a/dev-python/larch/metadata.xml b/dev-python/larch/metadata.xml new file mode 100644 index 000000000000..ea7bd021a21e --- /dev/null +++ b/dev-python/larch/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>mschiff@gentoo.org</email> + <name>Marc Schiffbauer</name> + </maintainer> +</pkgmetadata> |