[gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-flash/, profiles/

2018-12-16 Thread Michał Górny
commit: 28966ca670ca4ae764434b0dc5479a37c31078e3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 16 15:55:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 16 15:56:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28966ca6

dev-python/djangocms-flash: Remove last-rited pkg

Closes: https://bugs.gentoo.org/664012
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/djangocms-flash/Manifest|  2 --
 .../djangocms-flash/djangocms-flash-0.2.0.ebuild   | 23 --
 .../djangocms-flash/djangocms-flash-0.3.0.ebuild   | 23 --
 dev-python/djangocms-flash/metadata.xml| 10 --
 profiles/package.mask  |  1 -
 5 files changed, 59 deletions(-)

diff --git a/dev-python/djangocms-flash/Manifest 
b/dev-python/djangocms-flash/Manifest
deleted file mode 100644
index fa89b45d87f..000
--- a/dev-python/djangocms-flash/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST djangocms-flash-0.2.0.tar.gz 22506 BLAKE2B 
50401fa9238cdf745fb1801a281f7e3f3ef834f731ca5a6fbfaa7de78c278f6737c9324546681b1c88c41722002d59b01e281e96d008e17fe3e84c0477c4fc39
 SHA512 
4c1a4a52b930801b84032682f8cbb4a57d72d46ff8118ebc688d9146b0deb4aeb9309a64868554cdfd2ca5a7b70a52223655aad74014f292f7242b9e18afcafc
-DIST djangocms-flash-0.3.0.tar.gz 21797 BLAKE2B 
3a51f1fd6a91cb1c96cee5442a09c7f5031c84f51fc95a9f634cc1834510819be819e9cd489b3166129c3ad94ca5b05c4420d9ed5fc962cb9ed309d5bbe2c64d
 SHA512 
a24e6ea9be55cf6f9d9bda6e1e3b3934769c97295d053f792f8374e42023ce72c246a4ee2c06dab8c365c6fc6e6b56d38fdbf520d03e17000f080cf3a68f5c1c

diff --git a/dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild 
b/dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild
deleted file mode 100644
index 710616145f7..000
--- a/dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Flash plugin for django CMS"
-HOMEPAGE="https://pypi.org/project/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[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild 
b/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild
deleted file mode 100644
index d75d0fe77ed..000
--- a/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_{6,7},3_{3,4,5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Flash plugin for django CMS"
-HOMEPAGE="https://pypi.org/project/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[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/djangocms-flash/metadata.xml 
b/dev-python/djangocms-flash/metadata.xml
deleted file mode 100644
index 9025089d548..000
--- a/dev-python/djangocms-flash/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-s...@gentoo.org
-  
-  
-djangocms-flash
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 32bfad8106b..1edf6fa75bd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -139,7 +139,6 @@ net-nds/gosa-plugin-systems
 dev-python/django-cms
 dev-python/djangocms-admin-style
 dev-python/djangocms-file
-dev-python/djangocms-flash
 
 # Mike Gilbert  (10 Nov 2018)
 # Open bugs and no Gentoo maintainer.



[gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-flash/

2017-05-23 Thread Slawek Lis
commit: 27fae7ed379fb5aaaf40a5f0f29230157a17b5c6
Author: Slawomir Lis  gentoo  org>
AuthorDate: Tue May 23 09:07:36 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue May 23 10:37:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fae7ed

dev-python/djangocms-flash: Updated to use PYTHON_USEDEP

Reported in 618924

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild 
b/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild
index 33128321424..260c4e6d88e 100644
--- a/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild
+++ b/dev-python/djangocms-flash/djangocms-flash-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
 
 inherit distutils-r1
 
@@ -19,5 +19,5 @@ IUSE=""
 RDEPEND=""
 DEPEND="
${RDEPEND}
-   dev-python/setuptools
+   dev-python/setuptools[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-flash/

2016-06-12 Thread Slawek Lis
commit: c60d585b82b5f9fb55c930b18ce572a07470c432
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Jun 13 06:41:50 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Jun 13 06:50:51 2016 +
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 000..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
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-flash/

2015-12-23 Thread Justin Lecher
commit: 2d8ef9559c161cad88ed4a90f14fb07728c34a9e
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Dec 23 19:09:52 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Dec 23 19:09:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8ef955

dev-python/djangocms-flash: Add missing PYTHON_USEDEP

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild | 4 ++--
 dev-python/djangocms-flash/metadata.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild 
b/dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild
index 0403a3d..0a0371a 100644
--- a/dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild
+++ b/dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild
@@ -20,5 +20,5 @@ IUSE=""
 RDEPEND=""
 DEPEND="
${RDEPEND}
-   dev-python/setuptools
-"
\ No newline at end of file
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/djangocms-flash/metadata.xml 
b/dev-python/djangocms-flash/metadata.xml
index 4ff8535..2ff76ee 100644
--- a/dev-python/djangocms-flash/metadata.xml
+++ b/dev-python/djangocms-flash/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd";>
 
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-flash/

2015-11-05 Thread Slawek Lis
commit: 51f8a6b21f13fbf87f458e629775fb537664cc67
Author: Sławomir Lis  gentoo  org>
AuthorDate: Thu Nov  5 12:15:27 2015 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Thu Nov  5 12:36:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f8a6b2

Added djangocms-flash

Package-Manager: portage-2.2.23

 dev-python/djangocms-flash/Manifest|  1 +
 .../djangocms-flash/djangocms-flash-0.2.0.ebuild   | 24 ++
 dev-python/djangocms-flash/metadata.xml|  7 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/djangocms-flash/Manifest 
b/dev-python/djangocms-flash/Manifest
new file mode 100644
index 000..8eba54e
--- /dev/null
+++ b/dev-python/djangocms-flash/Manifest
@@ -0,0 +1 @@
+DIST djangocms-flash-0.2.0.tar.gz 22506 SHA256 
2ec0d5941bf62268d6af1343cc9dd8dbb4a43e5dd7100f0d7409345fd4dfe27a SHA512 
4c1a4a52b930801b84032682f8cbb4a57d72d46ff8118ebc688d9146b0deb4aeb9309a64868554cdfd2ca5a7b70a52223655aad74014f292f7242b9e18afcafc
 WHIRLPOOL 
dcd30bcf3b4c22668b4bf75e418adad3ebf76d75500ce0f7cabc8330c0ea39141dd5a6535e94abdf95fb0f3d92aecb9398dd0690e2e3523f2d4145038c599f2b

diff --git a/dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild 
b/dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild
new file mode 100644
index 000..c43d1e2
--- /dev/null
+++ b/dev-python/djangocms-flash/djangocms-flash-0.2.0.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="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
+"
\ No newline at end of file

diff --git a/dev-python/djangocms-flash/metadata.xml 
b/dev-python/djangocms-flash/metadata.xml
new file mode 100644
index 000..e3ff5b2
--- /dev/null
+++ b/dev-python/djangocms-flash/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+s...@gentoo.org
+  
+
\ No newline at end of file