summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Maciag <artur@Artur-Maciags-Mac.local>2010-09-08 13:30:08 +0200
committerArtur Maciag <artur@Artur-Maciags-Mac.local>2010-09-08 13:30:08 +0200
commitce3590d211dece04c13b1a10a6c833faf3db422e (patch)
tree699d87b10a8abf3116097465dbfbc674cafcaf34
parentInitial commit (diff)
downloadpiczu-ce3590d211dece04c13b1a10a6c833faf3db422e.tar.gz
piczu-ce3590d211dece04c13b1a10a6c833faf3db422e.tar.bz2
piczu-ce3590d211dece04c13b1a10a6c833faf3db422e.zip
[dev-python/django-threadedcomments] new live ebuild
-rw-r--r--dev-python/django-threadedcomments/Manifest1
-rw-r--r--dev-python/django-threadedcomments/django-threadedcomments-9999.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/django-threadedcomments/Manifest b/dev-python/django-threadedcomments/Manifest
new file mode 100644
index 0000000..e4ce57d
--- /dev/null
+++ b/dev-python/django-threadedcomments/Manifest
@@ -0,0 +1 @@
+EBUILD django-threadedcomments-9999.ebuild 443 RMD160 57859e078662217379051aea710d14ed3b886436 SHA1 20edb18fea9f85ae04049fb6958b7ca19b02b6dd SHA256 b709ada4c393f005b6dbfa31854096b5c87ec8a17b221905f5fe8e90aba34ffd
diff --git a/dev-python/django-threadedcomments/django-threadedcomments-9999.ebuild b/dev-python/django-threadedcomments/django-threadedcomments-9999.ebuild
new file mode 100644
index 0000000..2943152
--- /dev/null
+++ b/dev-python/django-threadedcomments/django-threadedcomments-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=3
+
+EGIT_REPO_URI="http://github.com/ericflo/django-threadedcomments.git"
+
+inherit distutils git
+
+DESCRIPTION="Threaded commments for Django"
+HOMEPAGE="http://github.com/ericflo/django-threadedcomments"
+
+LICENSE="BSD"
+KEYWORDS="~x86-macos ~x64-macos"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-python/django"
+DEPEND="${RDEPEND}"