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/django-filer/
Date: Tue, 06 Jun 2017 06:25:56
Message-Id: 1496730227.2fdbb1b271401132e19e8ee0c9ac65b040fb146b.slis@gentoo
1 commit: 2fdbb1b271401132e19e8ee0c9ac65b040fb146b
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 06:59:26 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 06:23:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdbb1b2
7
8 dev-python/django-filer: drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/django-filer/Manifest | 3 ---
13 dev-python/django-filer/django-filer-0.9.12.ebuild | 29 ----------------------
14 dev-python/django-filer/django-filer-1.0.4.ebuild | 29 ----------------------
15 dev-python/django-filer/django-filer-1.2.5.ebuild | 29 ----------------------
16 4 files changed, 90 deletions(-)
17
18 diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest
19 index c2cf02bb6ec..9f49315cc05 100644
20 --- a/dev-python/django-filer/Manifest
21 +++ b/dev-python/django-filer/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST django-filer-0.9.12.tar.gz 762305 SHA256 75dffb0df161d25edb5b1bee3ceaa308223264e35fb87517d733fa2eb1eee5c5 SHA512 141357b6a039fdd018bc843a8be6c130b31dd246632522bd3b61c35232406fcc1bf8c28862fd2d2466f355240afa4062afb435707ce341112d1aa049aca6bb4f WHIRLPOOL af62b42ded639037c4f39bfabc594c08b447c6bc7808dcc3a1cab23a5442d6cd0818d8dfc0f56f5d531e18217d8f98a653a07ab0c2b6cd1e71f82a5865936c62
24 -DIST django-filer-1.0.4.tar.gz 779330 SHA256 be18c8e568c4e01cb16268e04292c119dd3da18c72812bec0ab818aded40d9a3 SHA512 a8c527be1d706c0f305a7019155eb9a2d197062b0a37632cbb50b2ed946f6ab05d694325eabe8fcccf183d8a4cdd79da1c0621f5fcda71326f3bac2b659140cc WHIRLPOOL eebb54f463fc98c39574d4078777f48efe426636aeea19230d4cf1ffc85053ebf435815f813a4f86506ff231e43e5ad8333fe537f6d3d09914970d48ad6e080a
25 DIST django-filer-1.2.0.tar.gz 1100877 SHA256 2dd61aabfc36ce2ec516b81b3ac36bc8c65b7ffd8498af064d9b9c01498e250b SHA512 b3cf4d028f0e8fb3e8a43d18002e8f8a2659cb57281fbc8c6e2d1ce6cdcfa165f627d0e393f07eb0ce0aec86f7d99aaf6e6a418334faa6695644d8aef65f5993 WHIRLPOOL 1eb588616fefc34724e6b69166c745c8b06bab0392e6df34dc74b98f970759ad3c1d20f154e36832e3d62a2bfc3177728fdd4441e60de177347977baee209b4f
26 -DIST django-filer-1.2.5.tar.gz 1217522 SHA256 fd8354d464d4ae98974a8027b3421b208f0e7ca1a72903b15e987c6e25bd3cad SHA512 e92d4b4aab0ae019a4675e1d6d667c65d6fd6827c2b690e5c012c9cc2f3aa8b6e1052bba898003f48a9845b4ca71ea978b604348041744026c1a24b082d7811d WHIRLPOOL 5d96d98df86f81225208c3041a7e07b5ed04a092f7d55da5e50495c7eb454fc07c0e6aa633d582e12d153f9e2911b9f64302cea0934c839e85740c4440c7cfba
27 DIST django-filer-1.2.7.tar.gz 1269205 SHA256 657685172466f1f63dfd8aba86a7ea732155b5e27a7514ff198686d2eb6d7e76 SHA512 681f31bf7d3c781e7ef0f1833cc666f993403da527ffa8862585b21b8ebef1eacb2c856abfb1b41028a500eb2fb6533a869da3660a4606ba0c435702fdc7ad9e WHIRLPOOL be7bd42f84125e148bdf9f0db2d5fdf8bcc45515aebce13f2b2fae95e35f7c27a494fc27a58d9311d31bde10066b28b7105ccd622b962e99ff3f5c4f217a6752
28
29 diff --git a/dev-python/django-filer/django-filer-0.9.12.ebuild b/dev-python/django-filer/django-filer-0.9.12.ebuild
30 deleted file mode 100644
31 index 36e9de0a530..00000000000
32 --- a/dev-python/django-filer/django-filer-0.9.12.ebuild
33 +++ /dev/null
34 @@ -1,29 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="5"
39 -
40 -PYTHON_COMPAT=( python{2_7,3_4} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A file management application for django that makes handling of files and images a breeze."
45 -HOMEPAGE="https://pypi.python.org/pypi/django-filer"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -KEYWORDS="~amd64 ~x86"
50 -SLOT="0"
51 -IUSE=""
52 -
53 -RDEPEND="
54 - >=dev-python/django-1.4
55 - >=dev-python/django_polymorphic-0.2
56 - >=dev-python/easy-thumbnails-1.0
57 - dev-python/django-mptt
58 -"
59 -
60 -DEPEND="
61 - ${RDEPEND}
62 - dev-python/setuptools
63 -"
64
65 diff --git a/dev-python/django-filer/django-filer-1.0.4.ebuild b/dev-python/django-filer/django-filer-1.0.4.ebuild
66 deleted file mode 100644
67 index 239869e18c5..00000000000
68 --- a/dev-python/django-filer/django-filer-1.0.4.ebuild
69 +++ /dev/null
70 @@ -1,29 +0,0 @@
71 -# Copyright 1999-2015 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI="5"
75 -
76 -PYTHON_COMPAT=( python{2_7,3_4} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="File management application for django that makes handling of files and images"
81 -HOMEPAGE="https://pypi.python.org/pypi/django-filer"
82 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
83 -
84 -LICENSE="BSD"
85 -KEYWORDS="~amd64 ~x86"
86 -SLOT="0"
87 -IUSE=""
88 -
89 -RDEPEND="
90 - >=dev-python/django-1.5
91 - >=dev-python/django_polymorphic-0.2
92 - >=dev-python/easy-thumbnails-1.0
93 - dev-python/django-mptt
94 -"
95 -
96 -DEPEND="
97 - ${RDEPEND}
98 - dev-python/setuptools
99 -"
100
101 diff --git a/dev-python/django-filer/django-filer-1.2.5.ebuild b/dev-python/django-filer/django-filer-1.2.5.ebuild
102 deleted file mode 100644
103 index 636bc3e68c9..00000000000
104 --- a/dev-python/django-filer/django-filer-1.2.5.ebuild
105 +++ /dev/null
106 @@ -1,29 +0,0 @@
107 -# Copyright 1999-2016 Gentoo Foundation
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI="5"
111 -
112 -PYTHON_COMPAT=( python{2_7,3_4} )
113 -
114 -inherit distutils-r1
115 -
116 -DESCRIPTION="File management application for django that makes handling of files and images"
117 -HOMEPAGE="https://pypi.python.org/pypi/django-filer"
118 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
119 -
120 -LICENSE="BSD"
121 -KEYWORDS="~amd64 ~x86"
122 -SLOT="0"
123 -IUSE=""
124 -
125 -RDEPEND="
126 - >=dev-python/django-1.5
127 - >=dev-python/django_polymorphic-0.2
128 - >=dev-python/easy-thumbnails-1.0
129 - dev-python/django-mptt
130 -"
131 -
132 -DEPEND="
133 - ${RDEPEND}
134 - dev-python/setuptools
135 -"