]> Frank Brehm's Git Trees - portage.git/commitdiff
Neues Paket dev-python/fbrehm-libs
authorFrank Brehm <frank@brehm-online.com>
Tue, 4 Jan 2011 13:59:36 +0000 (13:59 +0000)
committerFrank Brehm <frank@brehm-online.com>
Tue, 4 Jan 2011 13:59:36 +0000 (13:59 +0000)
git-svn-id: http://svn.brehm-online.com/svn/portage@95 18afd0d2-9f2f-0410-a0ac-b8d70fd81a6b

dev-python/fbrehm-libs/Manifest [new file with mode: 0644]
dev-python/fbrehm-libs/fbrehm-libs-0.2.ebuild [new file with mode: 0644]

diff --git a/dev-python/fbrehm-libs/Manifest b/dev-python/fbrehm-libs/Manifest
new file mode 100644 (file)
index 0000000..d077126
--- /dev/null
@@ -0,0 +1,2 @@
+DIST fbrehm-libs-0.2.tar.gz 5014 RMD160 9dbd1bf5dc538ed124ab9d51133c9630e0c50f23 SHA1 e607b6fac3108b51ccaa9ee5d3f3c4fa3c9dfc87 SHA256 88929f8131c52396b6eaaf00e3cf9f53386ba3bd2f5cb29a4f112d93a8cd4a69
+EBUILD fbrehm-libs-0.2.ebuild 493 RMD160 179b54db421fffa41a7a2750942b64932e269ff1 SHA1 ebbb8ea7357ceec14d12756e82c3c02a2ab830e0 SHA256 87cafcb8c875651c735a1089762c72375a8c9667f86177d2e5ab5672124d2692
diff --git a/dev-python/fbrehm-libs/fbrehm-libs-0.2.ebuild b/dev-python/fbrehm-libs/fbrehm-libs-0.2.ebuild
new file mode 100644 (file)
index 0000000..06bbe4f
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+PYTHON_DEPEND="2"
+
+RESTRICT="nomirror"
+
+inherit distutils
+
+DESCRIPTION="A collection of common python modules by Frank Brehm"
+HOMEPAGE="http://www.brehm-online.com/projects/"
+SRC_URI="http://www.brehm-online.com/projects/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS="README.txt debian/changelog"
+