aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <della5@iinet.com.au>2014-06-17 10:42:55 +0800
committerIan Delaney <della5@iinet.com.au>2014-06-17 10:42:55 +0800
commit8291ea80c141d7cca70d4de3cc67e045bda71e36 (patch)
treea0004117dbcdd90372a39c96f0cff70bd2939fca /dev-python/ordereddict
parentlong overdue update (diff)
downloadimprovise-8291ea80c141d7cca70d4de3cc67e045bda71e36.tar.gz
improvise-8291ea80c141d7cca70d4de3cc67e045bda71e36.tar.bz2
improvise-8291ea80c141d7cca70d4de3cc67e045bda71e36.zip
mass purge of old ebuilds mostly in portage
Diffstat (limited to 'dev-python/ordereddict')
-rw-r--r--dev-python/ordereddict/Manifest1
-rw-r--r--dev-python/ordereddict/metadata.xml10
-rw-r--r--dev-python/ordereddict/ordereddict-1.1.ebuild22
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/ordereddict/Manifest b/dev-python/ordereddict/Manifest
deleted file mode 100644
index c0972ec..0000000
--- a/dev-python/ordereddict/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ordereddict-1.1.tar.gz 2114 SHA256 1c35b4ac206cef2d24816c89f89cf289dd3d38cf7c449bb3fab7bf6d43f01b1f SHA512 20b2beb1ee6309885b2d702c04d21e683fae3061f19176aceae381688be0fed5b2fbf55a1ff901460e93bf14c83169d2b7a286e3725b008583711134656d86e5 WHIRLPOOL 228d1a6a1926d7c1decc892c53d6260e78af0a32fcee2e04ce46a828648a2fcba16ba637b78cd30f903224baadb1ad78b232d0b8f7d68d0bc8c10daebb8ed86c
diff --git a/dev-python/ordereddict/metadata.xml b/dev-python/ordereddict/metadata.xml
deleted file mode 100644
index d02cc23..0000000
--- a/dev-python/ordereddict/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>python</herd>
- <maintainer><email>tampakrap@gentoo.org</email></maintainer>
- <maintainer>
- <email>della5@iinet.com.au</email>
- <name>Ian Delaney aka idella4 proxy maintainer</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-python/ordereddict/ordereddict-1.1.ebuild b/dev-python/ordereddict/ordereddict-1.1.ebuild
deleted file mode 100644
index 673dc7d..0000000
--- a/dev-python/ordereddict/ordereddict-1.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils
-
-DESCRIPTION="OrderedDict that works in Python 2.4-2.6"
-HOMEPAGE="http://pypi.python.org/pypi/ordereddict/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-LICENSE="MIT"
-SLOT="0"
-PYTHON_MODNAME="ordereddict.py"
-
-RDEPEND=""
-DEPEND="${RDEPEND} dev-python/setuptools"