From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 18 Jul 2010 16:01:51 +0000 (+0000) Subject: Delete older ebuild. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=12a048e42173716e40d7e55c6472a0a9c5f7f1dc;p=gentoo.git Delete older ebuild. --- diff --git a/dev-python/astng/Manifest b/dev-python/astng/Manifest index 017ba97f9a2c..1246fed39d00 100644 --- a/dev-python/astng/Manifest +++ b/dev-python/astng/Manifest @@ -1,6 +1,4 @@ -DIST logilab-astng-0.20.0.tar.gz 92506 RMD160 c9a86c6e7443fa77892ab8a88b1b0fcdeec8204c SHA1 b4e9702a263d3baa57687733a2c50426bfd02fb7 SHA256 4ad2de8ba6b9d37121bfb73e8b4856eb23b7354c05260f1893ab758c25475a42 DIST logilab-astng-0.20.1.tar.gz 103800 RMD160 add5f8d561617313762f79ddca9728ab8a11eed6 SHA1 ac4a7fc9c098393fd207eb2165b470b25ecb6f55 SHA256 5483499402e227db5f3d232d6e109605d42a37995032fed43413939b378db31e -EBUILD astng-0.20.0.ebuild 2140 RMD160 1ac1c9caff795ea3f70152f54fd9755c8739f8d1 SHA1 dd97a7121f4a29d76be5775b7581992c471bb841 SHA256 20e61bed8f4ed2ded42ad19b31835cf28fd9d6c6a89a37b9add8176f24d696b8 EBUILD astng-0.20.1.ebuild 2107 RMD160 924e2353fcb19c54efb40f5f867e1b7ee89cf65c SHA1 4ebdc79365e93940661f284d97971a74c8095570 SHA256 12a83385fe537f07ab8fe2219381a0d6003b69a5ec804bafe4011faefec57820 MISC ChangeLog 5583 RMD160 91a7ed61ba131c13f70d7259f9e13725b42db677 SHA1 785bf7b212b1f72333de0cb97a3beb1eb945ba8b SHA256 8048f3701bc0cc94b1d58ae15cbc297745ad32b3ac0e3a2143e9df7182ed3154 MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a diff --git a/dev-python/astng/astng-0.20.0.ebuild b/dev-python/astng/astng-0.20.0.ebuild deleted file mode 100644 index b97fbc12a0a6..000000000000 --- a/dev-python/astng/astng-0.20.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.20.0.ebuild,v 1.4 2010/06/06 09:23:41 phajdan.jr Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Abstract Syntax Tree New Generation for logilab packages" -HOMEPAGE="http://www.logilab.org/projects/astng/ http://pypi.python.org/pypi/logilab-astng" -SRC_URI="ftp://ftp.logilab.org/pub/astng/logilab-${P}.tar.gz http://pypi.python.org/packages/source/l/logilab-astng/logilab-${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x64-macos ~x86-macos" -IUSE="test" - -RDEPEND=">=dev-python/logilab-common-0.39.0" -DEPEND="${RDEPEND} - test? ( >=dev-python/egenix-mx-base-3.0.0 )" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/logilab-${P}" - -PYTHON_MODNAME="logilab/astng" - -src_test() { - testing() { - local sdir="${T}/test/$(python_get_sitedir)" - - # This is a hack to make tests work without installing to the live - # filesystem. We copy part of the logilab site-packages to a temporary - # dir, install there, and run from there. - mkdir -p "${sdir}/logilab" || die - cp -r "$(python_get_sitedir)/logilab/common" "${sdir}/logilab" || die "copying logilab-common failed!" - - "$(PYTHON)" setup.py install --root="${T}/test" || die "test copy failed" - - # Pytest picks up tests relative to the current dir, so cd in. - pushd "${sdir}/logilab/astng" > /dev/null || die - PYTHONPATH="${sdir}" pytest -v || die "tests failed" - popd > /dev/null - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - deletion_of_unneeded_files() { - local sdir="${ED}$(python_get_sitedir)/logilab" - - # we need to remove this file because it collides with the one - # from logilab-common (which we depend on). - # Bug 111970 and bug 223025 - rm -f "${sdir}/__init__.py" || die - - # Remove unittests since they're just needed during build-time - rm -fr "${sdir}/astng/test" || die - } - python_execute_function --action-message 'Deletion of unneeded files with Python ${PYTHON_ABI}' deletion_of_unneeded_files -} diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index 01207eb5a09b..eab6c9be2fb2 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -1,7 +1,5 @@ -DIST pylint-0.20.0.tar.gz 192112 RMD160 24ecf91e5b2abbb99a3aaa914636cd00d77759be SHA1 c706c062d3dc7a55856a3ef1c741de1fea105c88 SHA256 55828110200f56b50c75f58043e90c38af268eabb0dec4945b58665d7770fa32 DIST pylint-0.21.0.tar.gz 199234 RMD160 9e75e58c3a9c5198bc48741d90691df3ca8a1f58 SHA1 7636d66b748c2b2afb8dce49e14ac7bd647b16f8 SHA256 44ecccb4981dc6777ac5c5c9ce4ffba122fba8021c78edee1d688946d3fe9e9a DIST pylint-0.21.1.tar.gz 199352 RMD160 04ec7d4c9b89dd9ff8f41bc453e20c5648b374ea SHA1 e71ba47c1a54839a44f618d7cce5bd716b1a4987 SHA256 958acb89be51bf1e093c1e83080ef22bea8f01f30499af71c7444fd4a5e90c71 -EBUILD pylint-0.20.0.ebuild 1763 RMD160 03097fab7c16d5ca0d339bfe76e64be30b0e81fc SHA1 a654e58eb306cc7c10c60a29c5e70a25738d466b SHA256 52357edc24711e8c4e26f5d6799a325f4c2bdbf5713be0949b36e474ee0ba7c8 EBUILD pylint-0.21.0.ebuild 1767 RMD160 031a18fa6a57da92302afc55b99c14014fa88aaf SHA1 b54e14dc9943b0e0a3a964a467b7d3bdf11ca7b7 SHA256 40c6641e19c37c9a1ebd95d0831820961f0221e8b75339720d4acdb6d76945cf EBUILD pylint-0.21.1.ebuild 1772 RMD160 3d26ee810a2b18823a43caea7adb6e3ebb4d082b SHA1 9fd1e1c550b86300c19a051b3dbc7ee5c966b308 SHA256 a3138e092bce0789c2e3e2a7f97b3fcba5b95f7cadc0925402e760c236008c75 MISC ChangeLog 10601 RMD160 f380a4b9afbf29c518eff00e7f29c6af71c1de5c SHA1 66282b0fd4a3543b160d080e3b684fcbae652ef7 SHA256 17d6ad92a0412508e24afca13c84728ef9983866d4e00548548195c233fb14f7 diff --git a/dev-python/pylint/pylint-0.20.0.ebuild b/dev-python/pylint/pylint-0.20.0.ebuild deleted file mode 100644 index bd02cdb1bd6f..000000000000 --- a/dev-python/pylint/pylint-0.20.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.5 2010/06/09 12:57:28 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="tk" -PYTHON_USE_WITH_OPT="tk" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="a tool to check if a Python module satisfies a coding standard" -HOMEPAGE="http://www.logilab.org/projects/pylint/ http://pypi.python.org/pypi/pylint" -SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc examples test tk" - -DEPEND=">=dev-python/logilab-common-0.44.0 - >=dev-python/astng-0.20" -RDEPEND="${DEPEND}" -RESTRICT_PYTHON_ABIS="3.*" - -src_prepare() { - distutils_src_prepare - - # Disable failing tests. - rm -f test/input/func_arguments.py - sed -e "s/test_exhaustivity/_&/" -i test/test_func.py || die "sed failed" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" pytest -v - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - doman man/{pylint,pyreverse}.1 || die "doman failed" - dodoc doc/FAQ.txt || die "dodoc failed" - - if use doc; then - dodoc doc/*.txt || die "dodoc failed" - fi - - if use examples; then - docinto examples - dodoc examples/* || die "dodoc failed" - fi -} - -pkg_postinst() { - distutils_pkg_postinst - - if ! has_version "=dev-lang/python-2*[tk]"; then - ewarn "dev-lang/python has been built without tk support," - ewarn "${PN}-gui doesn't work without Tkinter so if you really need it," - ewarn "re-install dev-lang/python with \"tk\" useflag enabled." - fi -}