From: W. Trevor King Date: Wed, 25 Jan 2012 14:42:06 +0000 (-0500) Subject: Add ~amd64 keyword to pypiezo, and update to git-2 and EAPI 4. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1fc3f08795b18ebd85d71b850f74e8a9ac3cba89;p=wtk-overlay.git Add ~amd64 keyword to pypiezo, and update to git-2 and EAPI 4. --- diff --git a/sci-libs/pypiezo/ChangeLog b/sci-libs/pypiezo/ChangeLog index fce1096..789a960 100644 --- a/sci-libs/pypiezo/ChangeLog +++ b/sci-libs/pypiezo/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for sci-libs/pypiezo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*pypiezo-9999 (25 Jan 2012) + 25 Jan 2012; W. Trevor King pypiezo-9999.ebuild: + Add ~amd64 keyword, now that I'm testing pypiezo on an AMD C-60. + Also update to `git-2` eclass and EAPI 4. + *pypiezo-9999 (19 Apr 2011) 19 Apr 2011; W. Trevor King ChangeLog, metadata.xml, pypiezo-9999.ebuild : Added PyYAML and H5Py dependencies. diff --git a/sci-libs/pypiezo/Manifest b/sci-libs/pypiezo/Manifest index f597135..61db8e4 100644 --- a/sci-libs/pypiezo/Manifest +++ b/sci-libs/pypiezo/Manifest @@ -1,3 +1,3 @@ -EBUILD pypiezo-9999.ebuild 1023 RMD160 1257db57d751c549d292f03778096afdb20693df SHA1 40e6177d3c4bda334c5a106b8f5a5507571eb146 SHA256 8347654154c0e59c01f265d04b1a856fdf5bbb4805cf1db0bf8079b8ccf8273e -MISC ChangeLog 821 RMD160 416b7277c8d2beb4502175ebe9cd83b38b77d4f7 SHA1 120acd7f3307e032ef7377b880e0c7acc4008d0c SHA256 6c7771f542d0031231b9f5f00406199bd1dba5efb001a03260f72f9de2542132 +EBUILD pypiezo-9999.ebuild 1034 RMD160 afdcf046e4b7504c7aa9a0700a17a22cbdef5826 SHA1 ec79fb31f41c610ee0c5ced93112d9b02de5572e SHA256 c2e8cb9ca254f7acf7fbad238483f6d87c28cc180a4d27b74ac2be68d4a1deb4 +MISC ChangeLog 1031 RMD160 44bb080b6268bb0321a1195fbb02718d8caa649d SHA1 6731b6755bcb8c4b97ca9202b8d9d1ad544dd5fc SHA256 efa995372520bb5bae3c8bf250050faeec35ffcbffb3c183abdf9419e585b245 MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/sci-libs/pypiezo/pypiezo-9999.ebuild b/sci-libs/pypiezo/pypiezo-9999.ebuild index e06a3ec..81f9de2 100644 --- a/sci-libs/pypiezo/pypiezo-9999.ebuild +++ b/sci-libs/pypiezo/pypiezo-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/pycomedi @@ -36,7 +36,7 @@ DEPEND="$RDEPEND src_unpack() { if [[ ${PV} == "9999" ]] ; then - git_src_unpack + git-2_src_unpack else unpack ${A} fi