summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-09 11:57:47 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-09 11:57:47 +0200
commit07444af07164b11cc459e06015c22e5ac4ed4b76 (patch)
tree6a81681415f925f6f3ff83b9c54ce66e4a05bc99 /dev-python
parentmedia-sound/pamixer: Updating remote-id in metadata.xml (diff)
downloadbetagarden-07444af07164b11cc459e06015c22e5ac4ed4b76.tar.gz
betagarden-07444af07164b11cc459e06015c22e5ac4ed4b76.tar.bz2
betagarden-07444af07164b11cc459e06015c22e5ac4ed4b76.zip
In tree as www-servers/gunicorn
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/gunicorn/ChangeLog10
-rw-r--r--dev-python/gunicorn/Manifest1
-rw-r--r--dev-python/gunicorn/gunicorn-0.11.0.ebuild21
-rw-r--r--dev-python/gunicorn/metadata.xml10
4 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/gunicorn/ChangeLog b/dev-python/gunicorn/ChangeLog
deleted file mode 100644
index 1db9996..0000000
--- a/dev-python/gunicorn/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-python/gunicorn
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
- dev-python/gunicorn: Add github to remote-id in metadata.xml
-
- 13 Oct 2013; Justin Lecher <jlec@gentoo.org> gunicorn-0.11.0.ebuild,
- +metadata.xml:
- QA fixes
diff --git a/dev-python/gunicorn/Manifest b/dev-python/gunicorn/Manifest
deleted file mode 100644
index 8f85800..0000000
--- a/dev-python/gunicorn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gunicorn-0.11.0.tar.gz 239128 SHA256 273265fc05ea6c998677e7cb0b4cb9adf2e9f8bf416bbfaa47865b9d869de26f
diff --git a/dev-python/gunicorn/gunicorn-0.11.0.ebuild b/dev-python/gunicorn/gunicorn-0.11.0.ebuild
deleted file mode 100644
index f1d4214..0000000
--- a/dev-python/gunicorn/gunicorn-0.11.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A WSGI HTTP Server for UNIX, fast clients and nothing else"
-HOMEPAGE="http://github.com/benoitc/gunicorn"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/gunicorn/metadata.xml b/dev-python/gunicorn/metadata.xml
deleted file mode 100644
index a502d6a..0000000
--- a/dev-python/gunicorn/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>
- <maintainer>
- <email>maintainer-wanted@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">benoitc/gunicorn</remote-id>
- </upstream>
-</pkgmetadata>