public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-inherit/
@ 2015-11-05 12:35 Slawek Lis
  0 siblings, 0 replies; 6+ messages in thread
From: Slawek Lis @ 2015-11-05 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     93a372c4c76937ee5bae64e44cd5d4b0038bd609
Author:     Sławomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 12:24:58 2015 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 12:36:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a372c4

Added djangocms-inherit

Package-Manager: portage-2.2.23

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

diff --git a/dev-python/djangocms-inherit/Manifest b/dev-python/djangocms-inherit/Manifest
new file mode 100644
index 0000000..4e4f3ad
--- /dev/null
+++ b/dev-python/djangocms-inherit/Manifest
@@ -0,0 +1 @@
+DIST djangocms-inherit-0.1.tar.gz 24859 SHA256 319bd002e90c11d1c8c33fb1fc4bf352fa8bba0f6ec8086874714be24efb1482 SHA512 5adc7bafb7eeec2376edf21b53fee48bf21833f8abbdcc52c00df1bd48d540673a3d4e9d887b5eed3320a6d7b095529f6a2363f031d1b3214377670feb493e66 WHIRLPOOL 453aa9f973f73a1abaf0785ac81a027aeb2e037836ee4486f4a9b8b18ceaac9c1500ced1541dc4bd1ed1b8465b16044186b756e108302c7f410ab2b7fb6cd98b

diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild
new file mode 100644
index 0000000..e507d09
--- /dev/null
+++ b/dev-python/djangocms-inherit/djangocms-inherit-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="Inherit plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit"
+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-inherit/metadata.xml b/dev-python/djangocms-inherit/metadata.xml
new file mode 100644
index 0000000..e3ff5b2
--- /dev/null
+++ b/dev-python/djangocms-inherit/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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-inherit/
@ 2015-12-23 19:16 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-12-23 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8b6c90ea0026f32e9afa9cb2335fcafeed0a1308
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 19:10:34 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 19:10:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6c90ea

dev-python/djangocms-inherit: Add missing PYTHON_USEDEP

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

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

diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild
index c291c13..8df952a 100644
--- a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild
+++ b/dev-python/djangocms-inherit/djangocms-inherit-0.1.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-inherit/metadata.xml b/dev-python/djangocms-inherit/metadata.xml
index 0e357c2..848cb1c 100644
--- a/dev-python/djangocms-inherit/metadata.xml
+++ b/dev-python/djangocms-inherit/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-inherit/
@ 2016-06-13  6:50 Slawek Lis
  0 siblings, 0 replies; 6+ messages in thread
From: Slawek Lis @ 2016-06-13  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     08c3ceff06170dc0672f36387c65e2bb87b14c33
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 06:43:38 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 06:50:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c3ceff

version bump

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/djangocms-inherit/Manifest b/dev-python/djangocms-inherit/Manifest
index 4e4f3ad..c011bab 100644
--- a/dev-python/djangocms-inherit/Manifest
+++ b/dev-python/djangocms-inherit/Manifest
@@ -1 +1,2 @@
 DIST djangocms-inherit-0.1.tar.gz 24859 SHA256 319bd002e90c11d1c8c33fb1fc4bf352fa8bba0f6ec8086874714be24efb1482 SHA512 5adc7bafb7eeec2376edf21b53fee48bf21833f8abbdcc52c00df1bd48d540673a3d4e9d887b5eed3320a6d7b095529f6a2363f031d1b3214377670feb493e66 WHIRLPOOL 453aa9f973f73a1abaf0785ac81a027aeb2e037836ee4486f4a9b8b18ceaac9c1500ced1541dc4bd1ed1b8465b16044186b756e108302c7f410ab2b7fb6cd98b
+DIST djangocms-inherit-0.2.1.tar.gz 24780 SHA256 59f4da2f307bd6515956753edf76da4eb47668993ec25b15478ff0989b75d858 SHA512 f42f783b00f5a241eb6bbdc704b987398833a4a6adf1affa7cd38674d8115f50d8103717e70f99046a672a4944607d49b7bf986dff6af05798a497d5c1504d60 WHIRLPOOL c2c2680fb16c5da592b0bb9c6c6bb906f279c05a942b18d699d3bb60f84bded7af9596b28e6e8d3e1155b0aeaa2a88cd43e756cfb2325da7c03d4056bd93c002

diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.2.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.2.1.ebuild
new file mode 100644
index 0000000..cf03374
--- /dev/null
+++ b/dev-python/djangocms-inherit/djangocms-inherit-0.2.1.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="Inherit plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit"
+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
+"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-inherit/
@ 2016-10-22 19:35 Slawek Lis
  0 siblings, 0 replies; 6+ messages in thread
From: Slawek Lis @ 2016-10-22 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     346a20386a6ee1223140dd4c9d9fe8ab88bafd60
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 19:27:07 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 19:36:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346a2038

dev-python/djangocms-inherit: version bump to 0.2.2

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/djangocms-inherit/Manifest b/dev-python/djangocms-inherit/Manifest
index c011bab..636fe80 100644
--- a/dev-python/djangocms-inherit/Manifest
+++ b/dev-python/djangocms-inherit/Manifest
@@ -1,2 +1,3 @@
 DIST djangocms-inherit-0.1.tar.gz 24859 SHA256 319bd002e90c11d1c8c33fb1fc4bf352fa8bba0f6ec8086874714be24efb1482 SHA512 5adc7bafb7eeec2376edf21b53fee48bf21833f8abbdcc52c00df1bd48d540673a3d4e9d887b5eed3320a6d7b095529f6a2363f031d1b3214377670feb493e66 WHIRLPOOL 453aa9f973f73a1abaf0785ac81a027aeb2e037836ee4486f4a9b8b18ceaac9c1500ced1541dc4bd1ed1b8465b16044186b756e108302c7f410ab2b7fb6cd98b
 DIST djangocms-inherit-0.2.1.tar.gz 24780 SHA256 59f4da2f307bd6515956753edf76da4eb47668993ec25b15478ff0989b75d858 SHA512 f42f783b00f5a241eb6bbdc704b987398833a4a6adf1affa7cd38674d8115f50d8103717e70f99046a672a4944607d49b7bf986dff6af05798a497d5c1504d60 WHIRLPOOL c2c2680fb16c5da592b0bb9c6c6bb906f279c05a942b18d699d3bb60f84bded7af9596b28e6e8d3e1155b0aeaa2a88cd43e756cfb2325da7c03d4056bd93c002
+DIST djangocms-inherit-0.2.2.tar.gz 24909 SHA256 fda204da550a7a877b7d61bdd86d87bfa69ea9bae6190f719e89e2e82ba80579 SHA512 f115568789b673a0ff05a3d9fac6ecaf1d7b85bb40fa6265239e0c7d3e68a64c8d163b71f2e75bec9fbb6fc7a70efbd6eb887fe027faf08c79e8052bb19fd466 WHIRLPOOL e1d9ff8218127bd7f18fad77384defec67fbf89a9f0a6d9597bc7e0bd6bc790c66ce14123dc01da53656f540bad989d25a116cf95ec9c48c80d168f3702ddab1

diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild
new file mode 100644
index 00000000..cf03374
--- /dev/null
+++ b/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.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="Inherit plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit"
+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
+"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-inherit/
@ 2017-05-23 10:43 Slawek Lis
  0 siblings, 0 replies; 6+ messages in thread
From: Slawek Lis @ 2017-05-23 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ae5f4dfe167f20d6e6a20d3509c26d58772e0744
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 09:10:33 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 23 10:37:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5f4dfe

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

Reported in bug 618924

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild
index 2cc544f272e..09fa98279c3 100644
--- a/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild
+++ b/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.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}]
 "


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-inherit/
@ 2017-06-02  6:48 Slawek Lis
  0 siblings, 0 replies; 6+ messages in thread
From: Slawek Lis @ 2017-06-02  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     bc6acd70a3d1476cb52e7486368ffe4a214a9f10
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 06:38:53 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 06:46:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6acd70

dev-python/djangocms-inherit: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/djangocms-inherit/Manifest              |  2 --
 .../djangocms-inherit/djangocms-inherit-0.1.ebuild | 23 ----------------------
 .../djangocms-inherit-0.2.1.ebuild                 | 23 ----------------------
 3 files changed, 48 deletions(-)

diff --git a/dev-python/djangocms-inherit/Manifest b/dev-python/djangocms-inherit/Manifest
index 636fe8008be..1cf9b4f5a6c 100644
--- a/dev-python/djangocms-inherit/Manifest
+++ b/dev-python/djangocms-inherit/Manifest
@@ -1,3 +1 @@
-DIST djangocms-inherit-0.1.tar.gz 24859 SHA256 319bd002e90c11d1c8c33fb1fc4bf352fa8bba0f6ec8086874714be24efb1482 SHA512 5adc7bafb7eeec2376edf21b53fee48bf21833f8abbdcc52c00df1bd48d540673a3d4e9d887b5eed3320a6d7b095529f6a2363f031d1b3214377670feb493e66 WHIRLPOOL 453aa9f973f73a1abaf0785ac81a027aeb2e037836ee4486f4a9b8b18ceaac9c1500ced1541dc4bd1ed1b8465b16044186b756e108302c7f410ab2b7fb6cd98b
-DIST djangocms-inherit-0.2.1.tar.gz 24780 SHA256 59f4da2f307bd6515956753edf76da4eb47668993ec25b15478ff0989b75d858 SHA512 f42f783b00f5a241eb6bbdc704b987398833a4a6adf1affa7cd38674d8115f50d8103717e70f99046a672a4944607d49b7bf986dff6af05798a497d5c1504d60 WHIRLPOOL c2c2680fb16c5da592b0bb9c6c6bb906f279c05a942b18d699d3bb60f84bded7af9596b28e6e8d3e1155b0aeaa2a88cd43e756cfb2325da7c03d4056bd93c002
 DIST djangocms-inherit-0.2.2.tar.gz 24909 SHA256 fda204da550a7a877b7d61bdd86d87bfa69ea9bae6190f719e89e2e82ba80579 SHA512 f115568789b673a0ff05a3d9fac6ecaf1d7b85bb40fa6265239e0c7d3e68a64c8d163b71f2e75bec9fbb6fc7a70efbd6eb887fe027faf08c79e8052bb19fd466 WHIRLPOOL e1d9ff8218127bd7f18fad77384defec67fbf89a9f0a6d9597bc7e0bd6bc790c66ce14123dc01da53656f540bad989d25a116cf95ec9c48c80d168f3702ddab1

diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild
deleted file mode 100644
index b78daba7fdb..00000000000
--- a/dev-python/djangocms-inherit/djangocms-inherit-0.1.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="Inherit plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit"
-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-inherit/djangocms-inherit-0.2.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.2.1.ebuild
deleted file mode 100644
index 2cc544f272e..00000000000
--- a/dev-python/djangocms-inherit/djangocms-inherit-0.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 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="Inherit plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit"
-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
-"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-02  6:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 12:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-inherit/ Slawek Lis
  -- strict thread matches above, loose matches on Subject: below --
2015-12-23 19:16 Justin Lecher
2016-06-13  6:50 Slawek Lis
2016-10-22 19:35 Slawek Lis
2017-05-23 10:43 Slawek Lis
2017-06-02  6:48 Slawek Lis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox