]> Pileus Git - ~andy/sunrise/commitdiff
dev-python/zanshin: New Ebuild for bug 258901
authorJacob Floyd (techgurufloyd) <techgurufloyd@gmail.com>
Thu, 19 Feb 2009 20:32:25 +0000 (20:32 +0000)
committerJacob Floyd (techgurufloyd) <techgurufloyd@gmail.com>
Thu, 19 Feb 2009 20:32:25 +0000 (20:32 +0000)
svn path=/sunrise/; revision=7949

dev-python/zanshin/ChangeLog [new file with mode: 0644]
dev-python/zanshin/Manifest [new file with mode: 0644]
dev-python/zanshin/metadata.xml [new file with mode: 0644]
dev-python/zanshin/zanshin-0.6.ebuild [new file with mode: 0644]

diff --git a/dev-python/zanshin/ChangeLog b/dev-python/zanshin/ChangeLog
new file mode 100644 (file)
index 0000000..201f165
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for dev-python/zanshin
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  19 Feb 2009; Jacob Floyd (techgurufloyd) <techgurufloyd@gmail.com>
+  +zanshin-0.6.ebuild, +metadata.xml:
+  New Ebuild for bug 258901
+
diff --git a/dev-python/zanshin/Manifest b/dev-python/zanshin/Manifest
new file mode 100644 (file)
index 0000000..e94d594
--- /dev/null
@@ -0,0 +1,4 @@
+DIST zanshin-0.6.tar.gz 74620 RMD160 4e396fbf35520a163622536275ca6e1ee1cd1982 SHA1 d9a7d89c8de07cdf973ecc6167f4a77164117428 SHA256 728b4a67f852894877cdbce3949c2b9ccee20e520f7ef93cd976726071c1c84f
+EBUILD zanshin-0.6.ebuild 399 RMD160 4e0c52f478bca8cb16e2783f3010aee8729d0a58 SHA1 431f33b1d37502a5f9448252f67be9bc73f52aa5 SHA256 8201cad96766a65a904ac1593fe9b9332a68e155f384e346ba5aaf7b5d425719
+MISC ChangeLog 255 RMD160 37a7aaa8eaae98dad7181c53021275bdb5f243e0 SHA1 e5c2396dda219d732840f30d3b1836e1c8919c6c SHA256 d082b15d463f6ac44b7ba46640f0396d37f7d414c9129d3194cd8787f99c1194
+MISC metadata.xml 496 RMD160 a6f625130c2ff0615fc380f9c053d99d5f2c105c SHA1 4e30326c80535a7dd6abf641ae575806f3be9ae7 SHA256 9c1ad8825754e475ce4c26d502374f8fa0d739d7e2ffaf2ab1e53aedab71bfe1
diff --git a/dev-python/zanshin/metadata.xml b/dev-python/zanshin/metadata.xml
new file mode 100644 (file)
index 0000000..8ea5d58
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>maintainer-wanted</herd>
+       <longdescription lang="en">
+               Zanshin is a library for collaboration over HTTP, WebDAV and CalDAV.
+               It was originally conceived by Lisa Dusseault, and is currently being
+               developed and maintained by Grant Baillie. Its primary client is the
+               Chandler Sharing Project (<pkg>app-office/chandler</pkg>).
+       </longdescription>
+</pkgmetadata>
+
diff --git a/dev-python/zanshin/zanshin-0.6.ebuild b/dev-python/zanshin/zanshin-0.6.ebuild
new file mode 100644 (file)
index 0000000..d8c46be
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="High-level library for HTTP, WebDAV and CalDAV operations"
+HOMEPAGE="http://chandlerproject.org/Projects/ZanshinProject"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""