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-inherit/
Date: Fri, 02 Jun 2017 06:48:57
Message-Id: 1496386016.bc6acd70a3d1476cb52e7486368ffe4a214a9f10.slis@gentoo
1 commit: bc6acd70a3d1476cb52e7486368ffe4a214a9f10
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 2 06:38:53 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 06:46:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6acd70
7
8 dev-python/djangocms-inherit: drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/djangocms-inherit/Manifest | 2 --
13 .../djangocms-inherit/djangocms-inherit-0.1.ebuild | 23 ----------------------
14 .../djangocms-inherit-0.2.1.ebuild | 23 ----------------------
15 3 files changed, 48 deletions(-)
16
17 diff --git a/dev-python/djangocms-inherit/Manifest b/dev-python/djangocms-inherit/Manifest
18 index 636fe8008be..1cf9b4f5a6c 100644
19 --- a/dev-python/djangocms-inherit/Manifest
20 +++ b/dev-python/djangocms-inherit/Manifest
21 @@ -1,3 +1 @@
22 -DIST djangocms-inherit-0.1.tar.gz 24859 SHA256 319bd002e90c11d1c8c33fb1fc4bf352fa8bba0f6ec8086874714be24efb1482 SHA512 5adc7bafb7eeec2376edf21b53fee48bf21833f8abbdcc52c00df1bd48d540673a3d4e9d887b5eed3320a6d7b095529f6a2363f031d1b3214377670feb493e66 WHIRLPOOL 453aa9f973f73a1abaf0785ac81a027aeb2e037836ee4486f4a9b8b18ceaac9c1500ced1541dc4bd1ed1b8465b16044186b756e108302c7f410ab2b7fb6cd98b
23 -DIST djangocms-inherit-0.2.1.tar.gz 24780 SHA256 59f4da2f307bd6515956753edf76da4eb47668993ec25b15478ff0989b75d858 SHA512 f42f783b00f5a241eb6bbdc704b987398833a4a6adf1affa7cd38674d8115f50d8103717e70f99046a672a4944607d49b7bf986dff6af05798a497d5c1504d60 WHIRLPOOL c2c2680fb16c5da592b0bb9c6c6bb906f279c05a942b18d699d3bb60f84bded7af9596b28e6e8d3e1155b0aeaa2a88cd43e756cfb2325da7c03d4056bd93c002
24 DIST djangocms-inherit-0.2.2.tar.gz 24909 SHA256 fda204da550a7a877b7d61bdd86d87bfa69ea9bae6190f719e89e2e82ba80579 SHA512 f115568789b673a0ff05a3d9fac6ecaf1d7b85bb40fa6265239e0c7d3e68a64c8d163b71f2e75bec9fbb6fc7a70efbd6eb887fe027faf08c79e8052bb19fd466 WHIRLPOOL e1d9ff8218127bd7f18fad77384defec67fbf89a9f0a6d9597bc7e0bd6bc790c66ce14123dc01da53656f540bad989d25a116cf95ec9c48c80d168f3702ddab1
25
26 diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild
27 deleted file mode 100644
28 index b78daba7fdb..00000000000
29 --- a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild
30 +++ /dev/null
31 @@ -1,23 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -PYTHON_COMPAT=( python{2_7,3_4} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Inherit plugin for django CMS"
42 -HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit"
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[${PYTHON_USEDEP}]
54 -"
55
56 diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.2.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.2.1.ebuild
57 deleted file mode 100644
58 index 2cc544f272e..00000000000
59 --- a/dev-python/djangocms-inherit/djangocms-inherit-0.2.1.ebuild
60 +++ /dev/null
61 @@ -1,23 +0,0 @@
62 -# Copyright 1999-2016 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI="5"
66 -
67 -PYTHON_COMPAT=( python{2_7,3_4} )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="Inherit plugin for django CMS"
72 -HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit"
73 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="BSD"
76 -KEYWORDS="~amd64 ~x86"
77 -SLOT="0"
78 -IUSE=""
79 -
80 -RDEPEND=""
81 -DEPEND="
82 - ${RDEPEND}
83 - dev-python/setuptools
84 -"