]> Pileus Git - ~andy/sunrise/commitdiff
dev-python/pyprocps: Forced move to EAPI-3 from distutils eclass
authorThomas Sachau <tommy@gentoo.org>
Tue, 19 Jul 2011 16:53:30 +0000 (16:53 +0000)
committerThomas Sachau <tommy@gentoo.org>
Tue, 19 Jul 2011 16:53:30 +0000 (16:53 +0000)
svn path=/sunrise/; revision=12247

dev-python/pyprocps/ChangeLog
dev-python/pyprocps/Manifest
dev-python/pyprocps/pyprocps-0.4.ebuild

index 9eb43b3c7493b27f39457c7205920758e3849c5d..c84ee005b603c5bf867584c71c096647806e758c 100644 (file)
@@ -1,7 +1,11 @@
 # ChangeLog for dev-python/pyprocps
-# Copyright 1999-2007 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>
+  pyprocps-0.4.ebuild:
+  Forced move to EAPI-3 from distutils eclass
+
   23 Apr 2007; Ali Polatel (hawking) <polatel@gmail.com>
   -pyprocps-0.2.ebuild, +pyprocps-0.4.ebuild:
   version bump
index 17e48d657470f9222d6442dab9e7263218e2f8d1..90e74dd7911645666cea065e30b399b04b06f294 100644 (file)
@@ -1,4 +1,4 @@
 DIST pyprocps-0.4.tar.gz 10377 RMD160 0906332a348d926a057329ca6eee94060bdee217 SHA1 01c974e6af6461d26145d0d4b3bbbdbfc7751b68 SHA256 8fd96413d0233dba06467e35752d733ba91911938a214c433b0027c2e0f73b98
-EBUILD pyprocps-0.4.ebuild 383 RMD160 c22e7f0af1e8c66ac7b47dc0ebc171f5484ec032 SHA1 a2925c1a80e34811df2b704f094364778ff2d6ff SHA256 fd48f81ff767e8169bfc145c91337b03220c82066e99f0e41dbd49694bbd7066
-MISC ChangeLog 486 RMD160 ceee6059eb90eb29de60a6fbf911a5bce527c7c5 SHA1 1e4225ee1b9c199f9ad7b0f825e0390f4d0dff7b SHA256 02813cf1e02c24c0edf1db5ec6d389e679ef88c5b335a92fee5e5dac3fc16908
+EBUILD pyprocps-0.4.ebuild 391 RMD160 0eac98c834ea5fca9ac8a7f148e2a026cc5165c9 SHA1 15bf42a3b9ebd78dc546f3c9632f3d15a867ef11 SHA256 70aa2013b47503f784188b51e16ab5c05565aad534064ccd404809a3fd3b6a4a
+MISC ChangeLog 615 RMD160 d9f8a84de048787391ba21eccfdc51a91a52341f SHA1 8c2a97d84667cfbd62760cf58867b60f6598c440 SHA256 24f6ba549f2b680b5bba7a1d1a51b41ce3aa9eb2a6ca3ad5cd9fa644ad7da9e8
 MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
index eed4cea91689b654c6e8dad8af9ffd28ad66887d..21a962554f3513c90150dfd1c2728890ee4f7bcd 100644 (file)
@@ -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
 
 DESCRIPTION="This module parses the information in /proc on Linux systems and presents it."