summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2012-06-27 08:03:32 +0000
committerBen de Groot <yngwin@gentoo.org>2012-06-27 08:03:32 +0000
commit1051d605ad650555f0ed146ce5568fdb036c8d1d (patch)
tree7ea8ea6a40f5df94c56aeed5eecea83ec282cd87 /dev-python/doit
parentManifest fix (diff)
downloadgentoo-2-1051d605ad650555f0ed146ce5568fdb036c8d1d.tar.gz
gentoo-2-1051d605ad650555f0ed146ce5568fdb036c8d1d.tar.bz2
gentoo-2-1051d605ad650555f0ed146ce5568fdb036c8d1d.zip
Initial commit. Needed as dep for www-apps/nikola.
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/doit')
-rw-r--r--dev-python/doit/ChangeLog9
-rw-r--r--dev-python/doit/Manifest3
-rw-r--r--dev-python/doit/doit-0.16.1.ebuild28
-rw-r--r--dev-python/doit/metadata.xml9
4 files changed, 49 insertions, 0 deletions
diff --git a/dev-python/doit/ChangeLog b/dev-python/doit/ChangeLog
new file mode 100644
index 000000000000..c2c124c884f4
--- /dev/null
+++ b/dev-python/doit/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/doit
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v 1.1 2012/06/27 08:03:32 yngwin Exp $
+
+*doit-0.16.1 (27 Jun 2012)
+
+ 27 Jun 2012; Ben de Groot <yngwin@gentoo.org> +doit-0.16.1.ebuild,
+ +metadata.xml:
+ Initial commit. Needed as dep for www-apps/nikola.
diff --git a/dev-python/doit/Manifest b/dev-python/doit/Manifest
new file mode 100644
index 000000000000..26e5af347f25
--- /dev/null
+++ b/dev-python/doit/Manifest
@@ -0,0 +1,3 @@
+DIST doit-0.16.1.tar.gz 279086 RMD160 c386d59aa2a21d2650c1b71cb6a85acfb60d5660 SHA1 46402484b792d7031a9763ff23575f2c19fa5f97 SHA256 02a36ae4efa7dd5ae3bff0799daa302653431b49c2b5a6b03ef12eae118aa704
+EBUILD doit-0.16.1.ebuild 603 RMD160 9f561152009fb0ed8cfa7f5f588146ddfcdc87d2 SHA1 64331405ee03dd4c4c22adc46428cbb43c24a087 SHA256 3f435dacd2e2d6b00b438fa8901ff689e81a73907f9c85fe35240cc5c0d10076
+MISC metadata.xml 259 RMD160 6d62cd73e8f9cd83677ac3326258e0528af923bd SHA1 d4705f788cb76789d94975c92fdcff93b6e058c8 SHA256 3d6cf397ee3ffe54da22c27a1cc87794c6e81e4939bb95facd7a0cfb344d6c8f
diff --git a/dev-python/doit/doit-0.16.1.ebuild b/dev-python/doit/doit-0.16.1.ebuild
new file mode 100644
index 000000000000..db568acc005f
--- /dev/null
+++ b/dev-python/doit/doit-0.16.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild,v 1.1 2012/06/27 08:03:32 yngwin Exp $
+
+EAPI=4
+PYTHON_COMPAT="python2_6 python2_7 python3_2"
+
+inherit python-distutils-ng
+
+DESCRIPTION="Automation tool"
+HOMEPAGE="http://python-doit.sourceforge.net/ http://pypi.python.org/pypi/doit"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/pyinotify"
+
+src_install() {
+ python-distutils-ng_src_install
+
+ dodoc AUTHORS CHANGES README TODO.txt
+ dodoc -r doc
+ docompress -x /usr/share/doc/${PF}/doc
+}
diff --git a/dev-python/doit/metadata.xml b/dev-python/doit/metadata.xml
new file mode 100644
index 000000000000..9e2b2f1d253a
--- /dev/null
+++ b/dev-python/doit/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>yngwin@gentoo.org</email>
+ <name>Ben de Groot</name>
+ </maintainer>
+</pkgmetadata>