commit:     c60d585b82b5f9fb55c930b18ce572a07470c432
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 06:41:50 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 06:50:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60d585b

version bump

Package-Manager: portage-2.3.0_rc1

 dev-python/djangocms-flash/Manifest                |  1 +
 .../djangocms-flash/djangocms-flash-0.3.0.ebuild   | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/djangocms-flash/Manifest 
b/dev-python/djangocms-flash/Manifest
index 8eba54e..f689e5b 100644
--- a/dev-python/djangocms-flash/Manifest
+++ b/dev-python/djangocms-flash/Manifest
@@ -1 +1,2 @@
 DIST djangocms-flash-0.2.0.tar.gz 22506 SHA256 
2ec0d5941bf62268d6af1343cc9dd8dbb4a43e5dd7100f0d7409345fd4dfe27a SHA512 
4c1a4a52b930801b84032682f8cbb4a57d72d46ff8118ebc688d9146b0deb4aeb9309a64868554cdfd2ca5a7b70a52223655aad74014f292f7242b9e18afcafc
 WHIRLPOOL 
dcd30bcf3b4c22668b4bf75e418adad3ebf76d75500ce0f7cabc8330c0ea39141dd5a6535e94abdf95fb0f3d92aecb9398dd0690e2e3523f2d4145038c599f2b
+DIST djangocms-flash-0.3.0.tar.gz 21797 SHA256 
ed827dcff35dae5ff90444c16c2c92cdba32f86fdf2dc6320eefd2c23a0b8ce2 SHA512 
a24e6ea9be55cf6f9d9bda6e1e3b3934769c97295d053f792f8374e42023ce72c246a4ee2c06dab8c365c6fc6e6b56d38fdbf520d03e17000f080cf3a68f5c1c
 WHIRLPOOL 
30b320e703025f3655dd7825372fdce4c307ca7006fd5ffef5fb2a2486fd62ec1640ab7f5021b0b8e5ba48f4fdd50ba6480ad6ff6fd5f20b2aaeb4ca2ad67442

diff --git a/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild 
b/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild
new file mode 100644
index 0000000..ca0eb6e
--- /dev/null
+++ b/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 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="Flash plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-flash";
+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
+"

Reply via email to