From: W. Trevor King Date: Wed, 25 Jan 2012 14:28:48 +0000 (-0500) Subject: Add ~amd64 keyword to pycomedi, and update to git-2 and EAPI 4. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=857148f05cd6d67056412a4d1b6e31c25fec3ecd;p=wtk-overlay.git Add ~amd64 keyword to pycomedi, and update to git-2 and EAPI 4. --- diff --git a/sci-libs/pycomedi/ChangeLog b/sci-libs/pycomedi/ChangeLog index 1b8c029..34778e4 100644 --- a/sci-libs/pycomedi/ChangeLog +++ b/sci-libs/pycomedi/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*pycomedi-9999 (25 Jan 2012) + 25 Jan 2012; W. Trevor King pycomedi-9999.ebuild: + Add ~amd64 keyword, now that I'm testing pycomedi on an AMD C-60. + Also update to `git-2` eclass and EAPI 4. + *pycomedi-9999 (08 Feb 2011) 08 Feb 2011; W. Trevor King ChangeLog, metadata.xml, pycomedi-9999.ebuild : - Created ebuild suite for pycomedi. diff --git a/sci-libs/pycomedi/Manifest b/sci-libs/pycomedi/Manifest index 7cf81f1..32ac564 100644 --- a/sci-libs/pycomedi/Manifest +++ b/sci-libs/pycomedi/Manifest @@ -1,3 +1,3 @@ -EBUILD pycomedi-9999.ebuild 990 RMD160 0d350367606095aaf284293e97ef32724049853d SHA1 3018bbe56ba2e9d394552a5805e42753184fb016 SHA256 cfa264b14b1d544d0587d00028faedb9372fac6d5d7afbfe8170871903f24c9c -MISC ChangeLog 662 RMD160 3f1c2b9437708e5c780e6f2f97dcc87d06141e1c SHA1 087d278afbb7bdd9c8879730a6bca5539d4a2290 SHA256 c5e4013125c2bf6a896edaeb54516a46abd62d896246c8f3acd2341d28207e33 +EBUILD pycomedi-9999.ebuild 1001 RMD160 e2871139e7fbc06b9aa5588064753fda0db35778 SHA1 e7211ef5690b377bc4a49f8be69da461544b5825 SHA256 1828971ee6ba8294d26d5f5066637a3ced61c51516cc137fe52ee76aa7845ebb +MISC ChangeLog 875 RMD160 46dcb7b72fca9e771c2299dac22099d6de80b08d SHA1 c941d850608e6b69fa8b1465e894dc594525bf9d SHA256 0e290130440545c50815b7dabb9ec00c8f9f621f06aff9b69abdfaf385efc460 MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/sci-libs/pycomedi/pycomedi-9999.ebuild b/sci-libs/pycomedi/pycomedi-9999.ebuild index 009c53b..15208e7 100644 --- a/sci-libs/pycomedi/pycomedi-9999.ebuild +++ b/sci-libs/pycomedi/pycomedi-9999.ebuild @@ -2,7 +2,7 @@ # 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="public-domain" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="test" RDEPEND="sci-libs/comedilib[python] @@ -34,7 +34,7 @@ DEPEND="$RDEPEND src_unpack() { if [[ ${PV} == "9999" ]] ; then - git_src_unpack + git-2_src_unpack else unpack ${A} fi