diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-07 20:32:46 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-07 20:32:46 +0000 |
commit | b7345e10f24384fea84f1821db367d8e12e151b0 (patch) | |
tree | c2312b219f8859a62c3b18e6345f6fa8fb04ea7f /dev-python/pycrypto | |
parent | Never refer to a variable name in the string; include only raw text. (diff) | |
download | gentoo-2-b7345e10f24384fea84f1821db367d8e12e151b0.tar.gz gentoo-2-b7345e10f24384fea84f1821db367d8e12e151b0.tar.bz2 gentoo-2-b7345e10f24384fea84f1821db367d8e12e151b0.zip |
Add inherit eutils: epatch is defined there.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r-- | dev-python/pycrypto/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-2.0.1-r7.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-2.1.0_beta1.ebuild | 4 |
5 files changed, 15 insertions, 10 deletions
diff --git a/dev-python/pycrypto/ChangeLog b/dev-python/pycrypto/ChangeLog index 30471bc50de6..5858fb6d0d6f 100644 --- a/dev-python/pycrypto/ChangeLog +++ b/dev-python/pycrypto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pycrypto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.85 2010/01/11 16:53:06 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.86 2010/02/07 20:32:46 pva Exp $ + + 07 Feb 2010; Peter Volkov <pva@gentoo.org> pycrypto-2.0.1-r7.ebuild, + pycrypto-2.0.1-r8.ebuild, pycrypto-2.1.0_beta1.ebuild, + pycrypto-2.1.0.ebuild: + Add inherit eutils: epatch is defined there. 11 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pycrypto-2.0.1-r8.ebuild: diff --git a/dev-python/pycrypto/pycrypto-2.0.1-r7.ebuild b/dev-python/pycrypto/pycrypto-2.0.1-r7.ebuild index 31337945bc78..199c6e5934da 100644 --- a/dev-python/pycrypto/pycrypto-2.0.1-r7.ebuild +++ b/dev-python/pycrypto/pycrypto-2.0.1-r7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.0.1-r7.ebuild,v 1.2 2009/04/08 18:42:18 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.0.1-r7.ebuild,v 1.3 2010/02/07 20:32:46 pva Exp $ EAPI=1 NEED_PYTHON=2.5 -inherit distutils toolchain-funcs flag-o-matic +inherit eutils distutils toolchain-funcs flag-o-matic DESCRIPTION="Python Cryptography Toolkit" HOMEPAGE="http://www.amk.ca/python/code/crypto.html" diff --git a/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild b/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild index d3c03be942dc..a67a68ca1129 100644 --- a/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild +++ b/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild,v 1.11 2010/01/11 16:53:06 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild,v 1.12 2010/02/07 20:32:46 pva Exp $ EAPI="2" NEED_PYTHON="2.5" SUPPORT_PYTHON_ABIS="1" -inherit distutils flag-o-matic toolchain-funcs +inherit eutils distutils flag-o-matic toolchain-funcs DESCRIPTION="Python Cryptography Toolkit" HOMEPAGE="http://www.amk.ca/python/code/crypto.html" diff --git a/dev-python/pycrypto/pycrypto-2.1.0.ebuild b/dev-python/pycrypto/pycrypto-2.1.0.ebuild index 6e4463f8cb04..3be005f4888e 100644 --- a/dev-python/pycrypto/pycrypto-2.1.0.ebuild +++ b/dev-python/pycrypto/pycrypto-2.1.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.1.0.ebuild,v 1.3 2010/01/10 17:08:35 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.1.0.ebuild,v 1.4 2010/02/07 20:32:46 pva Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" -inherit distutils flag-o-matic +inherit eutils distutils flag-o-matic DESCRIPTION="Python Cryptography Toolkit" HOMEPAGE="http://www.dlitz.net/software/pycrypto/" diff --git a/dev-python/pycrypto/pycrypto-2.1.0_beta1.ebuild b/dev-python/pycrypto/pycrypto-2.1.0_beta1.ebuild index 6d5484fa80ee..27700163d4bf 100644 --- a/dev-python/pycrypto/pycrypto-2.1.0_beta1.ebuild +++ b/dev-python/pycrypto/pycrypto-2.1.0_beta1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.1.0_beta1.ebuild,v 1.7 2010/01/01 14:19:29 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.1.0_beta1.ebuild,v 1.8 2010/02/07 20:32:46 pva Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" -inherit distutils flag-o-matic +inherit eutils distutils flag-o-matic MY_PV="${PV/_beta/b}" |