summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSÅ‚awomir Lis <slis@gentoo.org>2015-11-05 13:26:44 +0100
committerSÅ‚awomir Lis <slis@gentoo.org>2015-11-05 13:36:32 +0100
commit8af2da2c8f6920cbf2645e58a9dd3ee474e358b4 (patch)
tree20a90b062e498f9dac7a27b727444d768b1f71b4
parentAdded djangocms-link (diff)
downloadgentoo-8af2da2c.tar.gz
gentoo-8af2da2c.tar.bz2
gentoo-8af2da2c.zip
Added djangocms-picture
Package-Manager: portage-2.2.23
-rw-r--r--dev-python/djangocms-picture/Manifest1
-rw-r--r--dev-python/djangocms-picture/djangocms-picture-0.1.ebuild24
-rw-r--r--dev-python/djangocms-picture/metadata.xml7
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
new file mode 100644
index 000000000000..d9d7c943ef7b
--- /dev/null
+++ b/dev-python/djangocms-picture/Manifest
@@ -0,0 +1 @@
+DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
diff --git a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
new file mode 100644
index 000000000000..bd714dc13edb
--- /dev/null
+++ b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Picture plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+" \ No newline at end of file
diff --git a/dev-python/djangocms-picture/metadata.xml b/dev-python/djangocms-picture/metadata.xml
new file mode 100644
index 000000000000..e3ff5b28214a
--- /dev/null
+++ b/dev-python/djangocms-picture/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>slis@gentoo.org</email>
+ </maintainer>
+</pkgmetadata> \ No newline at end of file