commit:     dc46eaeafb59895e62968908bd276780664cf999
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 18:32:03 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 19:15:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc46eaea

dev-python/peppercorn: Clean old versions up

 dev-python/peppercorn/Manifest                 |  1 -
 dev-python/peppercorn/peppercorn-0.4-r1.ebuild | 39 --------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-python/peppercorn/Manifest b/dev-python/peppercorn/Manifest
index cc6fd2f09ad..3bf035f963e 100644
--- a/dev-python/peppercorn/Manifest
+++ b/dev-python/peppercorn/Manifest
@@ -1,2 +1 @@
-DIST peppercorn-0.4.tar.gz 18349 SHA256 
9a53edd7259a73256519a0d4b23fdc210ea3dfc415e0becdba1d2498cbf7e28a SHA512 
b89d36e5c5887f8a21f6bc0d9da33ef0c57a19848dc61fad105bf076eb5214119fb2fa75beeefb936a95e6aa98da7c48ad60596f68da629383820111ef127100
 WHIRLPOOL 
a76793182e65eff1b498f7a872222d427d27a17cae8985fcf1bbb7ab87732f5d4fb6357b94556dd1ac5ea4b4b2d152bfa9864e83e9efaa7879fbf7a01c3dee2a
 DIST peppercorn-0.5.tar.gz 19637 SHA256 
921cba5d51fa211e6da0fbd2120b9a98d663422a80f5bb669ad81ffb0909774b SHA512 
37f9df282872b0c664780f5e27caf81cc379b05009756cf6c79290b09893d88427f3619916688412dabf20e99f264da8832d959563943e2910b1fcac696edc31
 WHIRLPOOL 
a104c3dca197c5bdd32a9a3f4fafb7c93459cbb8da13f8e581990962ac9afc56c22cdbb101d17271983b61fb0e83f4c0b25590a88d8f54c403110067ea3ba12f

diff --git a/dev-python/peppercorn/peppercorn-0.4-r1.ebuild 
b/dev-python/peppercorn/peppercorn-0.4-r1.ebuild
deleted file mode 100644
index b284be48dfc..00000000000
--- a/dev-python/peppercorn/peppercorn-0.4-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting a token stream into a data structure for 
use in web form posts"
-HOMEPAGE="https://github.com/Pylons/peppercorn 
https://pypi.python.org/pypi/peppercorn";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="repoze"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-# Include COPYRIGHT.txt because the license seems to require it.
-DOCS=( CHANGES.txt README.txt COPYRIGHT.txt )
-
-python_test() {
-       esetup.py test
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       # Install only the .rst source, as sphinx processing requires a
-       # theme only available from git that contains hardcoded references
-       # to files on https://static.pylonsproject.org/ (so the docs would
-       # not actually work offline). Install into a "docs" subdirectory
-       # so the reference in the README remains correct.
-       docinto docs
-       dodoc docs/*.rst
-}

Reply via email to