summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-08 13:35:35 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-08 13:35:35 +0000
commit5ab6758a9526dc5193e6102f3dd2580ba2c6f52f (patch)
treee7662230703c02f127f541975f2a4b95d28a38b9 /dev-python/python-bibtex
parentRemove old. (diff)
downloadgentoo-2-5ab6758a9526dc5193e6102f3dd2580ba2c6f52f.tar.gz
gentoo-2-5ab6758a9526dc5193e6102f3dd2580ba2c6f52f.tar.bz2
gentoo-2-5ab6758a9526dc5193e6102f3dd2580ba2c6f52f.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/python-bibtex')
-rw-r--r--dev-python/python-bibtex/ChangeLog5
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.5.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-python/python-bibtex/ChangeLog b/dev-python/python-bibtex/ChangeLog
index 7861034fbfa3..38eefaed5f18 100644
--- a/dev-python/python-bibtex/ChangeLog
+++ b/dev-python/python-bibtex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-bibtex
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.32 2015/03/07 08:20:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.33 2015/03/08 13:35:35 mrueg Exp $
+
+ 08 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -python-bibtex-1.2.5.ebuild:
+ Remove old.
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> python-bibtex-1.2.7-r1.ebuild:
ppc stable, bug 540290
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild
deleted file mode 100644
index 0e396b53c8f3..000000000000
--- a/dev-python/python-bibtex/python-bibtex-1.2.5.ebuild
+++ /dev/null
@@ -1,40 +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/python-bibtex/python-bibtex-1.2.5.ebuild,v 1.6 2012/05/04 15:12:16 patrick Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils eutils
-
-DESCRIPTION="A Python extension to parse BibTeX files"
-HOMEPAGE="http://pybliographer.org/"
-SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- >=app-text/recode-3.6-r1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- distutils_src_prepare
-
- # Disable tests during installation.
- sed -e "/self.run_command ('check')/d" -i setup.py
-}
-
-src_test() {
- testing() {
- "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" check
- }
- python_execute_function testing
-}