summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2011-10-12 22:14:43 +0000
committerJeremy Olexa <darkside@gentoo.org>2011-10-12 22:14:43 +0000
commit617cd594e79dcb9b4e9bddaf4e6273add63d12c8 (patch)
tree1a05d6fb70e70fc5dc77cc09b746e22a5222d262
parentrm dev-python/apachelog (diff)
downloaddarkside-617cd594e79dcb9b4e9bddaf4e6273add63d12c8.tar.gz
darkside-617cd594e79dcb9b4e9bddaf4e6273add63d12c8.tar.bz2
darkside-617cd594e79dcb9b4e9bddaf4e6273add63d12c8.zip
rm dev-python/iniparse
-rw-r--r--dev-python/iniparse/ChangeLog11
-rw-r--r--dev-python/iniparse/Manifest16
-rw-r--r--dev-python/iniparse/iniparse-0.2.3.ebuild19
-rw-r--r--dev-python/iniparse/iniparse-0.3.1.ebuild19
-rw-r--r--dev-python/iniparse/metadata.xml25
5 files changed, 0 insertions, 90 deletions
diff --git a/dev-python/iniparse/ChangeLog b/dev-python/iniparse/ChangeLog
deleted file mode 100644
index 6a56755..0000000
--- a/dev-python/iniparse/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for dev-python/iniparse
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 25 Aug 2009; Lance Albertson <ramereth@gentoo.org> iniparse-0.2.3.ebuild,
- iniparse-0.3.1.ebuild:
- Keyword ppc & ppc64
-
- 25 Aug 2009; Lance Albertson <ramereth@gentoo.org> +metadata.xml:
- QA Fixes
-
diff --git a/dev-python/iniparse/Manifest b/dev-python/iniparse/Manifest
deleted file mode 100644
index 78ece6c..0000000
--- a/dev-python/iniparse/Manifest
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST iniparse-0.2.3.tar.gz 23853 RMD160 cc99b8629f12d78c874a1bcad400124282e144e1 SHA1 aafd5957fbd07f198558ac63935703c0165354e6 SHA256 f1252122f09cc63a57843ec1b8a51ce30c7bfcbc857f476a996b374006433a48
-DIST iniparse-0.3.1.tar.gz 28476 RMD160 d703c0c2e86134496778e0e0362ac5bc15c0cc38 SHA1 9d390e3c50ad21fcf045d91319a4adfc37540e90 SHA256 ee4e2379e143a85f02207f46a3f7d47a2486fc0cbc123b7b59731c80ff31a3f5
-EBUILD iniparse-0.2.3.ebuild 444 RMD160 8ae46b0bcea96712c2fd450fb2ccc70271e8e0e4 SHA1 037fd4beab11985bf4ebac3a9ed002b69c77380c SHA256 f37a14676e74ca95f95b3289c6e1785f974ace809a80bbd699a9f2be99d4b5f3
-EBUILD iniparse-0.3.1.ebuild 444 RMD160 8ae46b0bcea96712c2fd450fb2ccc70271e8e0e4 SHA1 037fd4beab11985bf4ebac3a9ed002b69c77380c SHA256 f37a14676e74ca95f95b3289c6e1785f974ace809a80bbd699a9f2be99d4b5f3
-MISC ChangeLog 324 RMD160 da81b9796c0bf06d8597e4ca0f501032904510ec SHA1 853fbcd5fd4b761428fd05f7ae7f8ddc71fa2fee SHA256 e1bc65497a398e407f8c48e0d33d3c87c0e400218efc70b7f17e96f3e6d05b3d
-MISC metadata.xml 913 RMD160 a3927d6a2e98331826e1bce8dde13d61b75a276c SHA1 9606bb2f3c5bdacaf5e85a7fad489bbd8802b5cc SHA256 f3213748bd268fbc235e8decffc374e6a694394068df73b167e4e2e9eddf0054
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iD8DBQFKlDQpQW+hXSf0t0IRAlS7AJ4qUIPmA+/RCcCkaAxNnvsI9ZuLhQCfWwR2
-8rorKDbzR+D5zn48BYPKW/g=
-=kar9
------END PGP SIGNATURE-----
diff --git a/dev-python/iniparse/iniparse-0.2.3.ebuild b/dev-python/iniparse/iniparse-0.2.3.ebuild
deleted file mode 100644
index ee7b5cf..0000000
--- a/dev-python/iniparse/iniparse-0.2.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit distutils
-
-DESCRIPTION="Python Module for Accessing and Modifying Configuration Data in INI
-files"
-HOMEPAGE="http://code.google.com/p/iniparse/"
-SRC_URI="http://iniparse.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
diff --git a/dev-python/iniparse/iniparse-0.3.1.ebuild b/dev-python/iniparse/iniparse-0.3.1.ebuild
deleted file mode 100644
index ee7b5cf..0000000
--- a/dev-python/iniparse/iniparse-0.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit distutils
-
-DESCRIPTION="Python Module for Accessing and Modifying Configuration Data in INI
-files"
-HOMEPAGE="http://code.google.com/p/iniparse/"
-SRC_URI="http://iniparse.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
diff --git a/dev-python/iniparse/metadata.xml b/dev-python/iniparse/metadata.xml
deleted file mode 100644
index 986f12d..0000000
--- a/dev-python/iniparse/metadata.xml
+++ /dev/null
@@ -1,25 +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>ramereth@gentoo.org</email>
- <name>Lance Albertson</name>
- </maintainer>
- <longdescription lang="en">
- iniparse is a INI parser for Python which is:
-
- * Compatiable with ConfigParser: Backward compatible implementations of
- ConfigParser, RawConfigParser, and SafeConfigParser are included that are
- API-compatible with the Python standard library. They pass all the unit
- tests in Python-2.4.4.
-
- * Preserves structure of INI files: Order of sections and options,
- indentation, comments, and blank lines are preserved as far as possible
- when data is updated.
-
- * More convenient: Values can be accessed using dotted notation
- (cfg.user.name), or using container syntax (cfg['user']['name']).
- </longdescription>
-</pkgmetadata>
-