diff options
author | Thomas Sachau <tommy@gentoo.org> | 2011-07-19 16:56:09 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2011-07-19 16:56:09 +0000 |
commit | 818260b3ad92ca2b818025db544ed5ba7cc042b9 (patch) | |
tree | 96f7ec56bedd879c6b11c90862767ab2c3fbe479 /dev-python | |
parent | dev-python/pyRXP: Forced move to EAPI-3 from distutils eclass (diff) | |
download | sunrise-reviewed-818260b3ad92ca2b818025db544ed5ba7cc042b9.tar.gz sunrise-reviewed-818260b3ad92ca2b818025db544ed5ba7cc042b9.tar.bz2 sunrise-reviewed-818260b3ad92ca2b818025db544ed5ba7cc042b9.zip |
dev-python/numptr: Forced move to EAPI-3 from distutils eclass
svn path=/sunrise/; revision=12250
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numptr/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/numptr/Manifest | 4 | ||||
-rw-r--r-- | dev-python/numptr/numptr-1.1.ebuild | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/numptr/ChangeLog b/dev-python/numptr/ChangeLog index 7bebbcc8e..352e18c04 100644 --- a/dev-python/numptr/ChangeLog +++ b/dev-python/numptr/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-python/numptr -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Jul 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + numptr-1.1.ebuild: + Forced move to EAPI-3 from distutils eclass + 15 Sep 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> numptr-1.1.ebuild: Remove swig from RDEPEND diff --git a/dev-python/numptr/Manifest b/dev-python/numptr/Manifest index 3d9b13e50..be2b0c44b 100644 --- a/dev-python/numptr/Manifest +++ b/dev-python/numptr/Manifest @@ -1,4 +1,4 @@ DIST NumPtr-1.1.tar.gz 22905 RMD160 9a6c59a62d6209eba9ee05645c9da2e46ba0e37b SHA1 bbe55b524a0b227e28466a2b397adc91c6d4b383 SHA256 a0160cde8b180f8fa0309a123802c010965e59edb876155e1f10b6739f29546e -EBUILD numptr-1.1.ebuild 487 RMD160 5ef5d7a917f739cc39c1c47de0073ab147be7e1c SHA1 367ca4f93693b487c06e9cf60be002ebf1b7d900 SHA256 c35339cb0db068dbf38c13ea03c080c4b6b0217cd5b711f595ab63ddbeaf936f -MISC ChangeLog 825 RMD160 b8002b6d42508b28f723cea54b7e22d389ecea3e SHA1 b775180f5a045546dcd3f956eb4eb9e6f9de3539 SHA256 60725b94876d96414ae52a20c6e83a8886778e822d3c00592ef7522a09bed46e +EBUILD numptr-1.1.ebuild 495 RMD160 15ba0bf87cf9c3fbefbb868d07c8ccf906d88460 SHA1 2df8cde63b620755e902d9022ffdd29d44bb540c SHA256 b9f438203c8d1e4f44df7819d76172b833d9d739211881006c270d42f0e1a6c9 +MISC ChangeLog 952 RMD160 c0e364f3a4e327bc15ec606dea457f4269150756 SHA1 26ad94229d8442e8e48864c4d913fa5e39de86f5 SHA256 cd2d5579edfb354ee132804619effa0993285f00c74ed5efa27a8c87177739d4 MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/dev-python/numptr/numptr-1.1.ebuild b/dev-python/numptr/numptr-1.1.ebuild index 98d987c48..6027d58c3 100644 --- a/dev-python/numptr/numptr-1.1.ebuild +++ b/dev-python/numptr/numptr-1.1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=3 + inherit distutils MY_P=NumPtr-${PV} |