summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 13:51:20 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 13:51:20 +0000
commit1acaee44999f93b673170852f1ec32af612cf5f9 (patch)
tree6cf5c2da1f9fba73b19c64672aa0142722e85887 /dev-python/python-bibtex
parentRemove old. (diff)
downloadgentoo-2-1acaee44999f93b673170852f1ec32af612cf5f9.tar.gz
gentoo-2-1acaee44999f93b673170852f1ec32af612cf5f9.tar.bz2
gentoo-2-1acaee44999f93b673170852f1ec32af612cf5f9.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/python-bibtex')
-rw-r--r--dev-python/python-bibtex/ChangeLog8
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.4.ebuild42
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.7.ebuild40
3 files changed, 6 insertions, 84 deletions
diff --git a/dev-python/python-bibtex/ChangeLog b/dev-python/python-bibtex/ChangeLog
index 2ccc888d45f5..9214b0256805 100644
--- a/dev-python/python-bibtex/ChangeLog
+++ b/dev-python/python-bibtex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-bibtex
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.29 2014/12/25 12:12:18 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.30 2015/01/26 13:51:20 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -python-bibtex-1.2.4.ebuild,
+ -python-bibtex-1.2.7.ebuild:
+ Remove old.
*python-bibtex-1.2.7-r1 (25 Dec 2014)
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild
deleted file mode 100644
index 61bdd1908be7..000000000000
--- a/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild
+++ /dev/null
@@ -1,42 +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.4.ebuild,v 1.11 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
-
- epatch "${FILESDIR}/${P}-fix_tests.patch"
-
- # 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
-}
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild
deleted file mode 100644
index 3c73f2340fc4..000000000000
--- a/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 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.7.ebuild,v 1.1 2014/05/03 09:15:14 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
-}