Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-picture/
Date: Thu, 05 Nov 2015 12:35:36
Message-Id: 1446726992.8af2da2c8f6920cbf2645e58a9dd3ee474e358b4.slis@gentoo
1 commit: 8af2da2c8f6920cbf2645e58a9dd3ee474e358b4
2 Author: SÅ‚awomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 5 12:26:44 2015 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 5 12:36:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af2da2c
7
8 Added djangocms-picture
9
10 Package-Manager: portage-2.2.23
11
12 dev-python/djangocms-picture/Manifest | 1 +
13 .../djangocms-picture/djangocms-picture-0.1.ebuild | 24 ++++++++++++++++++++++
14 dev-python/djangocms-picture/metadata.xml | 7 +++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
18 new file mode 100644
19 index 0000000..d9d7c94
20 --- /dev/null
21 +++ b/dev-python/djangocms-picture/Manifest
22 @@ -0,0 +1 @@
23 +DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
24
25 diff --git a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
26 new file mode 100644
27 index 0000000..bd714dc
28 --- /dev/null
29 +++ b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI="5"
36 +
37 +PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Picture plugin for django CMS"
42 +HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +KEYWORDS="~amd64 ~x86"
47 +SLOT="0"
48 +IUSE=""
49 +
50 +RDEPEND=""
51 +DEPEND="
52 + ${RDEPEND}
53 + dev-python/setuptools
54 +"
55 \ No newline at end of file
56
57 diff --git a/dev-python/djangocms-picture/metadata.xml b/dev-python/djangocms-picture/metadata.xml
58 new file mode 100644
59 index 0000000..e3ff5b2
60 --- /dev/null
61 +++ b/dev-python/djangocms-picture/metadata.xml
62 @@ -0,0 +1,7 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer>
67 + <email>slis@g.o</email>
68 + </maintainer>
69 +</pkgmetadata>
70 \ No newline at end of file