From: W. Trevor King Date: Wed, 25 Jan 2012 14:50:55 +0000 (-0500) Subject: Add ~amd64 keyword to pyafm, and update to git-2 and EAPI 4. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c60af9092fd6ce89f3db8b31e9ab015185e63dc;p=wtk-overlay.git Add ~amd64 keyword to pyafm, and update to git-2 and EAPI 4. --- diff --git a/ChangeLog b/ChangeLog index 3fae23d..b53d4a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for sci-libs/pyafm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*pyafm-9999 (25 Jan 2012) + 25 Jan 2012; W. Trevor King pyafm-9999.ebuild: + Add ~amd64 keyword, now that I'm testing pyafm on an AMD C-60. + Also update to `git-2` eclass and EAPI 4. + *pyafm-9999 (19 Apr 2011) 19 Apr 2011; W. Trevor King ChangeLog, metadata.xml, pyafm-9999.ebuild : - Created ebuild suite for pyafm. diff --git a/Manifest b/Manifest index e1ee2ab..14370ac 100644 --- a/Manifest +++ b/Manifest @@ -1,3 +1,3 @@ -EBUILD pyafm-9999.ebuild 905 RMD160 a4f25e3cba513bf41c029221e4fdfa04a238fb6c SHA1 7745a75efe25672aeaf4440ae31d74b5d1999bfa SHA256 9944a844db2f3000846730570da130315902ea8e571d330d24153e715faa0185 -MISC ChangeLog 650 RMD160 bdb2cf80cf57d24459d876d30fa67697f025a74b SHA1 9ff452309a1c72dc45eb1e2cbfbbc54a4d2e612a SHA256 e0eade86abc180c61a472a9fcbe23aa14332fd9efc7f1d17f15d1e8e4dcb4e40 +EBUILD pyafm-9999.ebuild 916 RMD160 14f2f947dd7d03c5dd553cbe417e42669183c1b5 SHA1 fce8a112ea034f23de4f3ce01a7b99d624ee80d1 SHA256 092e69bf01dcb2a8d981c4c9560f3a935407f6a4e73e144b87e2229679f31d11 +MISC ChangeLog 854 RMD160 f303eb69ff909a3dba399312f8fb533cddeb6844 SHA1 41a7e7a645b87ff8535967ed696344abf96cd36a SHA256 0793c378fd17bb71b527f605444c9d3431b3e21a4b8c63a091667e84238b5950 MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/pyafm-9999.ebuild b/pyafm-9999.ebuild index 69000d6..5eb9b1c 100644 --- a/pyafm-9999.ebuild +++ b/pyafm-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" @@ -10,7 +10,7 @@ RESTRICT_PYTHON_ABIS="3.*" inherit eutils distutils if [[ ${PV} == "9999" ]] ; then - inherit git + inherit git-2 EGIT_REPO_URI="http://www.physics.drexel.edu/~wking/code/git/${PN}.git" SRC_URI="" else @@ -22,7 +22,7 @@ HOMEPAGE="http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/${PN}/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="test" RDEPEND="sci-libs/pypiezo" @@ -31,7 +31,7 @@ DEPEND="$RDEPEND src_unpack() { if [[ ${PV} == "9999" ]] ; then - git_src_unpack + git-2_src_unpack else unpack ${A} fi