summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-06-05 08:59:26 +0200
committerSlawomir Lis <slis@gentoo.org>2017-06-06 08:23:47 +0200
commit2fdbb1b271401132e19e8ee0c9ac65b040fb146b (patch)
tree740aaf8e8e7a18062a9539b96fc32b9939600c2e /dev-python/django-filer
parentdev-python/django-durationfield: version bump to 0.5.4 (diff)
downloadgentoo-2fdbb1b271401132e19e8ee0c9ac65b040fb146b.tar.gz
gentoo-2fdbb1b271401132e19e8ee0c9ac65b040fb146b.tar.bz2
gentoo-2fdbb1b271401132e19e8ee0c9ac65b040fb146b.zip
dev-python/django-filer: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/django-filer')
-rw-r--r--dev-python/django-filer/Manifest3
-rw-r--r--dev-python/django-filer/django-filer-0.9.12.ebuild29
-rw-r--r--dev-python/django-filer/django-filer-1.0.4.ebuild29
-rw-r--r--dev-python/django-filer/django-filer-1.2.5.ebuild29
4 files changed, 0 insertions, 90 deletions
diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest
index c2cf02bb6eca..9f49315cc052 100644
--- a/dev-python/django-filer/Manifest
+++ b/dev-python/django-filer/Manifest
@@ -1,5 +1,2 @@
-DIST django-filer-0.9.12.tar.gz 762305 SHA256 75dffb0df161d25edb5b1bee3ceaa308223264e35fb87517d733fa2eb1eee5c5 SHA512 141357b6a039fdd018bc843a8be6c130b31dd246632522bd3b61c35232406fcc1bf8c28862fd2d2466f355240afa4062afb435707ce341112d1aa049aca6bb4f WHIRLPOOL af62b42ded639037c4f39bfabc594c08b447c6bc7808dcc3a1cab23a5442d6cd0818d8dfc0f56f5d531e18217d8f98a653a07ab0c2b6cd1e71f82a5865936c62
-DIST django-filer-1.0.4.tar.gz 779330 SHA256 be18c8e568c4e01cb16268e04292c119dd3da18c72812bec0ab818aded40d9a3 SHA512 a8c527be1d706c0f305a7019155eb9a2d197062b0a37632cbb50b2ed946f6ab05d694325eabe8fcccf183d8a4cdd79da1c0621f5fcda71326f3bac2b659140cc WHIRLPOOL eebb54f463fc98c39574d4078777f48efe426636aeea19230d4cf1ffc85053ebf435815f813a4f86506ff231e43e5ad8333fe537f6d3d09914970d48ad6e080a
DIST django-filer-1.2.0.tar.gz 1100877 SHA256 2dd61aabfc36ce2ec516b81b3ac36bc8c65b7ffd8498af064d9b9c01498e250b SHA512 b3cf4d028f0e8fb3e8a43d18002e8f8a2659cb57281fbc8c6e2d1ce6cdcfa165f627d0e393f07eb0ce0aec86f7d99aaf6e6a418334faa6695644d8aef65f5993 WHIRLPOOL 1eb588616fefc34724e6b69166c745c8b06bab0392e6df34dc74b98f970759ad3c1d20f154e36832e3d62a2bfc3177728fdd4441e60de177347977baee209b4f
-DIST django-filer-1.2.5.tar.gz 1217522 SHA256 fd8354d464d4ae98974a8027b3421b208f0e7ca1a72903b15e987c6e25bd3cad SHA512 e92d4b4aab0ae019a4675e1d6d667c65d6fd6827c2b690e5c012c9cc2f3aa8b6e1052bba898003f48a9845b4ca71ea978b604348041744026c1a24b082d7811d WHIRLPOOL 5d96d98df86f81225208c3041a7e07b5ed04a092f7d55da5e50495c7eb454fc07c0e6aa633d582e12d153f9e2911b9f64302cea0934c839e85740c4440c7cfba
DIST django-filer-1.2.7.tar.gz 1269205 SHA256 657685172466f1f63dfd8aba86a7ea732155b5e27a7514ff198686d2eb6d7e76 SHA512 681f31bf7d3c781e7ef0f1833cc666f993403da527ffa8862585b21b8ebef1eacb2c856abfb1b41028a500eb2fb6533a869da3660a4606ba0c435702fdc7ad9e WHIRLPOOL be7bd42f84125e148bdf9f0db2d5fdf8bcc45515aebce13f2b2fae95e35f7c27a494fc27a58d9311d31bde10066b28b7105ccd622b962e99ff3f5c4f217a6752
diff --git a/dev-python/django-filer/django-filer-0.9.12.ebuild b/dev-python/django-filer/django-filer-0.9.12.ebuild
deleted file mode 100644
index 36e9de0a5302..000000000000
--- a/dev-python/django-filer/django-filer-0.9.12.ebuild
+++ /dev/null
@@ -1,29 +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="A file management application for django that makes handling of files and images a breeze."
-HOMEPAGE="https://pypi.python.org/pypi/django-filer"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-python/django-1.4
- >=dev-python/django_polymorphic-0.2
- >=dev-python/easy-thumbnails-1.0
- dev-python/django-mptt
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"
diff --git a/dev-python/django-filer/django-filer-1.0.4.ebuild b/dev-python/django-filer/django-filer-1.0.4.ebuild
deleted file mode 100644
index 239869e18c56..000000000000
--- a/dev-python/django-filer/django-filer-1.0.4.ebuild
+++ /dev/null
@@ -1,29 +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="File management application for django that makes handling of files and images"
-HOMEPAGE="https://pypi.python.org/pypi/django-filer"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-python/django-1.5
- >=dev-python/django_polymorphic-0.2
- >=dev-python/easy-thumbnails-1.0
- dev-python/django-mptt
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"
diff --git a/dev-python/django-filer/django-filer-1.2.5.ebuild b/dev-python/django-filer/django-filer-1.2.5.ebuild
deleted file mode 100644
index 636bc3e68c9a..000000000000
--- a/dev-python/django-filer/django-filer-1.2.5.ebuild
+++ /dev/null
@@ -1,29 +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="File management application for django that makes handling of files and images"
-HOMEPAGE="https://pypi.python.org/pypi/django-filer"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-python/django-1.5
- >=dev-python/django_polymorphic-0.2
- >=dev-python/easy-thumbnails-1.0
- dev-python/django-mptt
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"