diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-12-09 06:23:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-12-09 06:23:07 +0000 |
commit | aee667ba76a027af4c7bd5ed68729f9aed261680 (patch) | |
tree | c70102e779630f0f5af3378ff70e6a8c68104d2e /dev-python/drpython | |
parent | Based on vanilla-2.6.36.1 + genpatches-2.6.36-6 + grsecurity-2.2.1-2.6.36.1-2... (diff) | |
download | historical-aee667ba76a027af4c7bd5ed68729f9aed261680.tar.gz historical-aee667ba76a027af4c7bd5ed68729f9aed261680.tar.bz2 historical-aee667ba76a027af4c7bd5ed68729f9aed261680.zip |
whitespace
Package-Manager: portage-2.1.9.24/cvs/Linux i686
Diffstat (limited to 'dev-python/drpython')
-rw-r--r-- | dev-python/drpython/Manifest | 2 | ||||
-rw-r--r-- | dev-python/drpython/drpython-3.11.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/drpython/Manifest b/dev-python/drpython/Manifest index 4cbe344170f3..b7a27306d6bf 100644 --- a/dev-python/drpython/Manifest +++ b/dev-python/drpython/Manifest @@ -1,5 +1,5 @@ AUX drpython-165-wxversion.patch 385 RMD160 78b41d6ad1af3c454a946cf036e637c5f0aa6ac1 SHA1 33b6da7eafc3fdf76cdc0bf6546e354e20366930 SHA256 99fa009e880d2c5252a51fccf97bc3e9ec6bf2ba00c301810916a5f956450442 DIST DrPython_3.11.3.zip 636799 RMD160 7dea386c63fdde5d8d88fbc4cc38c850cb60d3ae SHA1 84f08a80d08defd9fa3221843e7e836d9b37e247 SHA256 62672a0a25a60f8efa976b2329108e129c7b1977b1e4975b46607dd61cf80f48 -EBUILD drpython-3.11.3.ebuild 1466 RMD160 5c6a1f986059835db06181f8d0ec1f1b71ef702d SHA1 e411ad3050248e61a7b7062b875f16c738d36485 SHA256 746770f99dc9ab2a4d102de9509045d12a1ab16aa58de1bfca71eace0ee9a771 +EBUILD drpython-3.11.3.ebuild 1466 RMD160 2c50a72148cee7ba1a5f3abb4a2046170c7fbc77 SHA1 213efe302d093241d6c2aeff8ecf13e80c5dd58c SHA256 0423e5c6b53b326367a715dc8395585ba081ea2ce35138fb3999e4ec89af9ef6 MISC ChangeLog 3389 RMD160 ae4c0f523bb2a6f3b08eb5153df255c2636dc87d SHA1 d80f37ec89127c01e39c86e435b2cb87e5b9391f SHA256 47c80ad0217d3c9098ab6db84e8fc1f937255c98efd906694af39140f18dbe19 MISC metadata.xml 616 RMD160 55d32aae74924cd293b2c87b126506ee696aa947 SHA1 26735d0c74bc7033987b8d722fe38261977696f5 SHA256 c40683b55039fafad9ee14c549b3ec4cbcaca6d52b966d884666b0e2becd4744 diff --git a/dev-python/drpython/drpython-3.11.3.ebuild b/dev-python/drpython/drpython-3.11.3.ebuild index 3c8805072194..49d87d71beac 100644 --- a/dev-python/drpython/drpython-3.11.3.ebuild +++ b/dev-python/drpython/drpython-3.11.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/drpython/drpython-3.11.3.ebuild,v 1.1 2010/12/08 18:35:27 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/drpython/drpython-3.11.3.ebuild,v 1.2 2010/12/09 06:23:07 mr_bones_ Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -40,7 +40,7 @@ src_prepare() { src_install() { distutils_src_install - + install_drpython_wrapper() { make_wrapper drpython-${PYTHON_ABI} "$(PYTHON -a) $(python_get_sitedir)/${PN}/drpython.py" } |