summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-10-12 19:52:28 +0000
committerMike Gilbert <floppym@gentoo.org>2014-10-12 19:52:28 +0000
commitf1a37f3c8eb7dc7a13f997ad9f096491b394e3bd (patch)
tree4c1ba81969d2a72428dd7c19045c68bb2b7f3dae /dev-python/warlock
parentVersion bump. Fixes bug #524786. (diff)
downloadgentoo-2-f1a37f3c8eb7dc7a13f997ad9f096491b394e3bd.tar.gz
gentoo-2-f1a37f3c8eb7dc7a13f997ad9f096491b394e3bd.tar.bz2
gentoo-2-f1a37f3c8eb7dc7a13f997ad9f096491b394e3bd.zip
Remove old.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/warlock')
-rw-r--r--dev-python/warlock/ChangeLog6
-rw-r--r--dev-python/warlock/warlock-0.7.0-r1.ebuild29
-rw-r--r--dev-python/warlock/warlock-0.7.0.ebuild27
3 files changed, 5 insertions, 57 deletions
diff --git a/dev-python/warlock/ChangeLog b/dev-python/warlock/ChangeLog
index ed7cec81d4fc..f09dea57c893 100644
--- a/dev-python/warlock/ChangeLog
+++ b/dev-python/warlock/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/warlock
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/ChangeLog,v 1.6 2014/07/06 12:50:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/ChangeLog,v 1.7 2014/10/12 19:52:28 floppym Exp $
+
+ 12 Oct 2014; Mike Gilbert <floppym@gentoo.org> -warlock-0.7.0-r1.ebuild,
+ -warlock-0.7.0.ebuild:
+ Remove old.
06 Jul 2014; Michał Górny <mgorny@gentoo.org> warlock-0.7.0-r1.ebuild,
warlock-0.7.0.ebuild, warlock-1.0.1.ebuild:
diff --git a/dev-python/warlock/warlock-0.7.0-r1.ebuild b/dev-python/warlock/warlock-0.7.0-r1.ebuild
deleted file mode 100644
index 2b0432fa56b8..000000000000
--- a/dev-python/warlock/warlock-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/warlock-0.7.0-r1.ebuild,v 1.2 2014/07/06 12:50:33 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python object model built on JSON schema and JSON patch"
-HOMEPAGE="http://github.com/bcwaldon/warlock"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
- <dev-python/jsonschema-1[${PYTHON_USEDEP}] )"
-RDEPEND="=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
- <dev-python/jsonschema-1[${PYTHON_USEDEP}]"
-
-python_test() {
- "${PYTHON}" test/test_core.py || die
-}
diff --git a/dev-python/warlock/warlock-0.7.0.ebuild b/dev-python/warlock/warlock-0.7.0.ebuild
deleted file mode 100644
index 95f4e217bd1b..000000000000
--- a/dev-python/warlock/warlock-0.7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/warlock-0.7.0.ebuild,v 1.4 2014/07/06 12:50:33 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python object model built on JSON schema and JSON patch"
-HOMEPAGE="http://github.com/bcwaldon/warlock"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( =dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}] )"
-RDEPEND="=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]"
-
-python_test() {
- "${PYTHON}" test/test_core.py || die
-}