summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-07-28 02:39:24 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-07-28 02:39:24 +0000
commit59d7d5d2def79b906e225f6129b6b80bf88c8aae (patch)
tree3e9a1028290ad1d9e5939e5a56834de6fa980c4c /dev-python/django-opensearch
parentRevbumps for new mysql packaging splitting client and server (diff)
downloadgentoo-2-59d7d5d2def79b906e225f6129b6b80bf88c8aae.tar.gz
gentoo-2-59d7d5d2def79b906e225f6129b6b80bf88c8aae.tar.bz2
gentoo-2-59d7d5d2def79b906e225f6129b6b80bf88c8aae.zip
Remove old with unsatisfiable deps
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/django-opensearch')
-rw-r--r--dev-python/django-opensearch/ChangeLog6
-rw-r--r--dev-python/django-opensearch/django-opensearch-0.1.2.ebuild20
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-python/django-opensearch/ChangeLog b/dev-python/django-opensearch/ChangeLog
index d223e5f4193d..115318a0836e 100644
--- a/dev-python/django-opensearch/ChangeLog
+++ b/dev-python/django-opensearch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/django-opensearch
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-opensearch/ChangeLog,v 1.6 2015/07/20 04:51:46 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-opensearch/ChangeLog,v 1.7 2015/07/28 02:39:24 patrick Exp $
+
+ 28 Jul 2015; Patrick Lauer <patrick@gentoo.org>
+ -django-opensearch-0.1.2.ebuild:
+ Remove old with unsatisfiable deps
20 Jul 2015; Johann Schmitz <ercpe@gentoo.org> django-opensearch-0.1.2.ebuild:
Added dependency to <dev-python/django-1.7 to django-opensearch-0.1.2 due to
diff --git a/dev-python/django-opensearch/django-opensearch-0.1.2.ebuild b/dev-python/django-opensearch/django-opensearch-0.1.2.ebuild
deleted file mode 100644
index cfcf95f64a74..000000000000
--- a/dev-python/django-opensearch/django-opensearch-0.1.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-opensearch/django-opensearch-0.1.2.ebuild,v 1.3 2015/07/20 04:51:46 ercpe Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A django reusable application to handle opensearch.xml"
-HOMEPAGE="https://github.com/vint21h/django-opensearch"
-SRC_URI="https://github.com/vint21h/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="<dev-python/django-1.7[${PYTHON_USEDEP}]"