diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/bottle/ChangeLog | 49 | ||||
-rw-r--r-- | dev-python/bottle/Manifest | 4 | ||||
-rw-r--r-- | dev-python/bottle/bottle-0.10.9.ebuild | 30 | ||||
-rw-r--r-- | dev-python/bottle/metadata.xml | 5 |
4 files changed, 0 insertions, 88 deletions
diff --git a/dev-python/bottle/ChangeLog b/dev-python/bottle/ChangeLog deleted file mode 100644 index f93809682..000000000 --- a/dev-python/bottle/ChangeLog +++ /dev/null @@ -1,49 +0,0 @@ -# ChangeLog for dev-python/bottle -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*bottle-0.10.9 (19 Mar 2012) - - 19 Mar 2012; Johan Bergström (jbergstroem) <bugs@bergstroem.nu> - -bottle-0.10.6.ebuild, +bottle-0.10.9.ebuild: - Version bump - - 26 Dec 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu> - -bottle-0.10.2.ebuild, +bottle-0.10.6.ebuild: - Version bump - - 14 Dec 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu> - -bottle-0.9.7.ebuild, +bottle-0.10.2.ebuild: - Version bump, thanks to mgorny for reviewing - - 23 Nov 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu> - -bottle-0.9.6.ebuild, +bottle-0.9.7.ebuild: - Version bump - - 06 Sep 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu> - -bottle-0.9.5.ebuild, +bottle-0.9.6.ebuild: - Version bump. Fix proper support for Python 3.x. Expect src_test soon - - 29 Jun 2011; Mike MacDonald (crazymykl) <crazymykl@gmail.com> ChangeLog: - fix Manifest snafu - - 29 Jun 2011; Mike MacDonald (crazymykl) <crazymykl@gmail.com> - -bottle-0.9.2.ebuild, +bottle-0.9.5.ebuild, +pgp: - version bump - - 26 May 2011; Mike MacDonald (crazymykl) <crazymykl@gmail.com> - -bottle-0.8.5.ebuild, +bottle-0.9.2.ebuild: - version bump - - 19 Feb 2011; Mike MacDonald (crazymykl) <crazymykl@gmail.com> - -bottle-0.8.3.ebuild, +bottle-0.8.5.ebuild: - version bump - - 07 Oct 2010; Mike MacDonald (crazymykl) <crazymykl@gmail.com> - bottle-0.8.3.ebuild: - Cleanup/fix bottle ebuild for bug #339647 , thanks to sedzimir and Tommy[D] - - 04 Oct 2010; Mike MacDonald (crazymykl) <crazymykl@gmail.com> - +bottle-0.8.3.ebuild, +metadata.xml: - dev-python/bottle: initial commit - diff --git a/dev-python/bottle/Manifest b/dev-python/bottle/Manifest deleted file mode 100644 index 966689461..000000000 --- a/dev-python/bottle/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST bottle-0.10.9.tar.gz 55771 RMD160 2d09fb3346e7249f54f495812a4868070fdf05ed SHA1 4a2a74f1d28db533879eff8e6a82f9d3bc4ed79c SHA256 bfe88bcf920880d9c355f58b651a97e7f8b56437b104ff951fb985a129c06794 -EBUILD bottle-0.10.9.ebuild 641 RMD160 56fd1116f157429cb7a173da62bc0f6d97b3404b SHA1 bf8357acd7cf541c61485fbe8b8acc90da6a9e99 SHA256 5a0f58aa8150bac20d2181aa8837a7234f6a91b74079ec26bb61c7df6f23e6c1 -MISC ChangeLog 1674 RMD160 a33a03807974629c23ecc9f751abd7646de6c819 SHA1 6e9e8853225931846bed97d8afea9632bdfcf8d9 SHA256 3bd46012ab0e0dc758e6d69f7fbdac3ece901a650fe9b934465ba0fb48d3a6d0 -MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/dev-python/bottle/bottle-0.10.9.ebuild b/dev-python/bottle/bottle-0.10.9.ebuild deleted file mode 100644 index abe82d872..000000000 --- a/dev-python/bottle/bottle-0.10.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -PYTHON_DEPEND="2:2.5 3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4" -PYTHON_TESTS_RESTRICTED_ABIS="3.*" - -inherit distutils - -DESCRIPTION="A fast and simple micro-framework for small web-applications" -HOMEPAGE="http://bottle.paws.de/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -PYTHON_MODNAME=${PN}.py - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/testall.py || die - } - python_execute_function testing -} diff --git a/dev-python/bottle/metadata.xml b/dev-python/bottle/metadata.xml deleted file mode 100644 index 31dc017fa..000000000 --- a/dev-python/bottle/metadata.xml +++ /dev/null @@ -1,5 +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> -</pkgmetadata> |