diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 18:46:08 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 18:46:08 +0000 |
commit | 6a481edbd16ef45280ea3468d18bafe026090901 (patch) | |
tree | 79dd9fc5791296d03135b4ddfab3086b247904cc | |
parent | remove unused use flag (diff) | |
download | historical-6a481edbd16ef45280ea3468d18bafe026090901.tar.gz historical-6a481edbd16ef45280ea3468d18bafe026090901.tar.bz2 historical-6a481edbd16ef45280ea3468d18bafe026090901.zip |
Remove old
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
-rw-r--r-- | dev-python/pyspf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyspf/pyspf-2.0.4.ebuild | 17 | ||||
-rw-r--r-- | dev-python/pysvg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysvg/pysvg-0.1.5.ebuild | 14 | ||||
-rw-r--r-- | dev-python/pysvn/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysvn/pysvn-1.6.3-r1.ebuild | 87 | ||||
-rw-r--r-- | dev-python/pytables/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pytables/pytables-2.0.2.ebuild | 51 | ||||
-rw-r--r-- | dev-python/pytables/pytables-2.0.3.ebuild | 51 | ||||
-rw-r--r-- | dev-python/pytables/pytables-2.1.ebuild | 53 |
10 files changed, 18 insertions, 278 deletions
diff --git a/dev-python/pyspf/ChangeLog b/dev-python/pyspf/ChangeLog index 3160722bc2dd..d1b4097b258f 100644 --- a/dev-python/pyspf/ChangeLog +++ b/dev-python/pyspf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyspf -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.5 2008/08/09 07:48:11 dragonheart Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.6 2009/09/04 18:46:08 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyspf-2.0.4.ebuild: + Remove old *pyspf-2.0.5 (09 Aug 2008) diff --git a/dev-python/pyspf/pyspf-2.0.4.ebuild b/dev-python/pyspf/pyspf-2.0.4.ebuild deleted file mode 100644 index c8b96b1a5ce2..000000000000 --- a/dev-python/pyspf/pyspf-2.0.4.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.4.ebuild,v 1.1 2008/06/26 08:37:55 dragonheart Exp $ - -inherit distutils - -DESCRIPTION="Python implementation of the Sender Policy Framework (SPF) protocol" -SRC_URI="mirror://sourceforge/pymilter/${P}.tar.gz" -HOMEPAGE="http://cheeseshop.python.org/pypi/pyspf" - -IUSE="" -SLOT="0" -LICENSE="PSF-2.4" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/pydns" -RDEPEND="dev-python/pydns" diff --git a/dev-python/pysvg/ChangeLog b/dev-python/pysvg/ChangeLog index 4098313e695b..0ef824d5a059 100644 --- a/dev-python/pysvg/ChangeLog +++ b/dev-python/pysvg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysvg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.2 2009/07/18 21:47:42 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.3 2009/09/04 18:44:52 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pysvg-0.1.5.ebuild: + Remove old *pysvg-0.1.6 (18 Jul 2009) diff --git a/dev-python/pysvg/pysvg-0.1.5.ebuild b/dev-python/pysvg/pysvg-0.1.5.ebuild deleted file mode 100644 index dc4b09ef3220..000000000000 --- a/dev-python/pysvg/pysvg-0.1.5.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/pysvg-0.1.5.ebuild,v 1.2 2009/02/03 23:03:24 mr_bones_ Exp $ - -inherit distutils - -DESCRIPTION="Python SVG document creation library" -HOMEPAGE="http://codeboje.de/pysvg/" -SRC_URI="http://www.codeboje.de/downloads/${P}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" diff --git a/dev-python/pysvn/ChangeLog b/dev-python/pysvn/ChangeLog index a9d066ca66b8..049889f163c2 100644 --- a/dev-python/pysvn/ChangeLog +++ b/dev-python/pysvn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysvn # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/ChangeLog,v 1.2 2009/06/21 10:32:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/ChangeLog,v 1.3 2009/09/04 18:43:35 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pysvn-1.6.3-r1.ebuild: + Remove old *pysvn-1.7.0 (21 Jun 2009) diff --git a/dev-python/pysvn/pysvn-1.6.3-r1.ebuild b/dev-python/pysvn/pysvn-1.6.3-r1.ebuild deleted file mode 100644 index 209472ee2a1b..000000000000 --- a/dev-python/pysvn/pysvn-1.6.3-r1.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/pysvn-1.6.3-r1.ebuild,v 1.1 2009/04/01 14:57:02 patrick Exp $ - -inherit eutils python toolchain-funcs - -DESCRIPTION="Object-oriented python bindings for subversion" -HOMEPAGE="http://pysvn.tigris.org/" -SRC_URI="http://pysvn.barrys-emacs.org/source_kits/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc examples" - -DEPEND="dev-util/subversion" -# >=dev-python/pycxx-5.5.0" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}/Source" - -src_unpack() { - python_version - - unpack ${A} - - # skip test test-06 if executed as root otherwise it will fail - cd "${S/Source/}" - epatch "${FILESDIR}/skip-root-test.patch" - - cd "${S}" - - # since pysvn-1.6.3: These sources are not compatible with python =< 2.5 - # run the backport command to fix - if [[ $PYVER_MAJOR -eq 2 ]] && [[ $PYVER_MINOR -lt 6 ]]; then - einfo "prepare sources for python prior 2.6" - python setup.py backport || die "backport failed" - fi - - # needed to generate the Makefile - python setup.py configure || die "configure failed" - - # we want our CFLAGS as well - sed -e 's:^\(CCFLAGS=\)\(.*\):\1$(CFLAGS) \2:g' \ - -e 's:^\(CCCFLAGS=\)\(.*\):\1$(CXXFLAGS) \2:g' \ - -e "/^CCC=/s:g++:$(tc-getCXX):" \ - -e "/^CC=/s:gcc:$(tc-getCC):" \ - -i Makefile \ - || die "sed failed in Makefile" -} - -src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" - emake test || die "test-pysvn.so failed" - emake -C ../Tests || die "test failed" - vecho ">>> Test phase [none]: ${CATEGORY}/${PF}" -} - -src_install() { - local sitedir="$(python_get_sitedir)/${PN}" - - cd pysvn/ - - exeinto ${sitedir} - doexe _pysvn*.so || die "doexe failed" - insinto ${sitedir} - doins __init__.py || die "doins failed" - - cd ../ - - if use doc; then - dohtml -r ../Docs/ || die "dohtml failed" - fi - - if use examples; then - docinto examples - dodoc ../Examples/Client/* || die "dodoc examples failed" - fi -} - -pkg_postinst() { - python_mod_optimize "$(python_get_sitedir)/${PN}" -} - -pkg_postrm() { - python_mod_cleanup "$(python_get_sitedir)/${PN}" -} diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog index 2b5b33be119f..55c346a2b08a 100644 --- a/dev-python/pytables/ChangeLog +++ b/dev-python/pytables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pytables # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.29 2009/08/03 03:12:45 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.30 2009/09/04 18:41:22 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pytables-2.0.2.ebuild, + -pytables-2.0.3.ebuild, -pytables-2.1.ebuild: + Remove old *pytables-2.1.1 (03 Aug 2009) diff --git a/dev-python/pytables/pytables-2.0.2.ebuild b/dev-python/pytables/pytables-2.0.2.ebuild deleted file mode 100644 index b9fc9872deaf..000000000000 --- a/dev-python/pytables/pytables-2.0.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.0.2.ebuild,v 1.3 2008/06/28 19:30:55 pythonhead Exp $ - -EAPI="1" -NEED_PYTHON="2.2" - -inherit distutils multilib - -DESCRIPTION="A package for managing hierarchical datasets built on top of the HDF5 library." -SRC_URI="http://www.pytables.org/download/${P}/${P}.tar.gz" -HOMEPAGE="http://www.pytables.org/" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="BSD" -IUSE="doc examples" - -DEPEND=">=sci-libs/hdf5-1.6.5 - >=dev-python/numpy-1.0.3 - dev-libs/lzo:2 - app-arch/bzip2" -RDEPEND="${DEPEND}" - -src_install() { - DOCS="ANNOUNCE.txt MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS TODO.txt" - - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - if use doc; then - cd doc - - dohtml -r html/* - - docinto text - dodoc text/* - - insinto /usr/share/doc/${PF} - doins -r usersguide.pdf scripts/ - fi -} - -src_test() { - python_version - "${python}" setup.py install --root="${T}" --no-compile "$@" || die "temporary install failed" - PYTHONPATH="${T}/usr/$(get_libdir)/python${PYVER}/site-packages" "${python}" tables/tests/test_all.py || die "tests failed" -} diff --git a/dev-python/pytables/pytables-2.0.3.ebuild b/dev-python/pytables/pytables-2.0.3.ebuild deleted file mode 100644 index b26308835f91..000000000000 --- a/dev-python/pytables/pytables-2.0.3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.0.3.ebuild,v 1.1 2008/06/28 19:30:55 pythonhead Exp $ - -EAPI="1" -NEED_PYTHON="2.2" - -inherit distutils multilib - -DESCRIPTION="A package for managing hierarchical datasets built on top of the HDF5 library." -SRC_URI="http://www.pytables.org/download/stable/${P}.tar.gz" -HOMEPAGE="http://www.pytables.org/" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="BSD" -IUSE="doc examples" - -DEPEND=">=sci-libs/hdf5-1.6.5 - >=dev-python/numpy-1.0.3 - dev-libs/lzo:2 - app-arch/bzip2" -RDEPEND="${DEPEND}" - -src_install() { - DOCS="ANNOUNCE.txt MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS TODO.txt" - - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - if use doc; then - cd doc - - dohtml -r html/* - - docinto text - dodoc text/* - - insinto /usr/share/doc/${PF} - doins -r usersguide.pdf scripts/ - fi -} - -src_test() { - python_version - "${python}" setup.py install --root="${T}" --no-compile "$@" || die "temporary install failed" - PYTHONPATH="${T}/usr/$(get_libdir)/python${PYVER}/site-packages" "${python}" tables/tests/test_all.py || die "tests failed" -} diff --git a/dev-python/pytables/pytables-2.1.ebuild b/dev-python/pytables/pytables-2.1.ebuild deleted file mode 100644 index 36bd3d67bffe..000000000000 --- a/dev-python/pytables/pytables-2.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.1.ebuild,v 1.3 2009/02/18 17:49:18 patrick Exp $ - -EAPI="1" -NEED_PYTHON="2.2" - -inherit distutils multilib - -DESCRIPTION="A package for managing hierarchical datasets built on top of the HDF5 library." -SRC_URI="http://www.pytables.org/download/stable/tables-${PV}.tar.gz" -HOMEPAGE="http://www.pytables.org/" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="BSD" -IUSE="doc examples" - -DEPEND=">=sci-libs/hdf5-1.6.5 - >=dev-python/numpy-1.2.1 - dev-libs/lzo:2 - app-arch/bzip2" -RDEPEND="${DEPEND}" -S="${WORKDIR}/tables-${PV}" - -src_install() { - cd "{S}" - DOCS="ANNOUNCE.txt MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS TODO.txt" - - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - if use doc; then - cd doc - - dohtml -r html/* - - docinto text - dodoc text/* - - insinto /usr/share/doc/${PF} - doins -r usersguide.pdf scripts/ - fi -} - -src_test() { - python_version - "${python}" setup.py install --root="${T}" --no-compile "$@" || die "temporary install failed" - PYTHONPATH="${T}/usr/$(get_libdir)/python${PYVER}/site-packages" "${python}" tables/tests/test_all.py || die "tests failed" -} |