summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 13:15:47 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 13:15:47 +0000
commit88b318c7834d9285f21dabeefe66bc77aefcf51e (patch)
tree4de43305b41c9c5af8366bd79b7ae356915b727c /dev-python/fpconst
parentRemove old. (diff)
downloadgentoo-2-88b318c7834d9285f21dabeefe66bc77aefcf51e.tar.gz
gentoo-2-88b318c7834d9285f21dabeefe66bc77aefcf51e.tar.bz2
gentoo-2-88b318c7834d9285f21dabeefe66bc77aefcf51e.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/fpconst')
-rw-r--r--dev-python/fpconst/ChangeLog7
-rw-r--r--dev-python/fpconst/fpconst-0.7.3.ebuild25
2 files changed, 5 insertions, 27 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog
index 535786a23723..69a560091693 100644
--- a/dev-python/fpconst/ChangeLog
+++ b/dev-python/fpconst/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.50 2014/03/31 20:52:34 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.51 2015/01/26 13:15:47 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -fpconst-0.7.3.ebuild:
+ Remove old.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> fpconst-0.7.3-r1.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/fpconst/fpconst-0.7.3.ebuild b/dev-python/fpconst/fpconst-0.7.3.ebuild
deleted file mode 100644
index 2089e63a6795..000000000000
--- a/dev-python/fpconst/fpconst-0.7.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.18 2012/05/13 20:17:37 aballier Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Python Module for handling IEEE 754 floating point special values"
-HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
-SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-DOCS="pep-0754.txt"
-PYTHON_MODNAME="fpconst.py"