diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-06-28 13:40:08 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-06-28 13:40:08 +0000 |
commit | 6a963ad8961d1ad86f9e3bffc95df6a43bac1034 (patch) | |
tree | 5f55e94b91a596cc7799d25d33d7b8b554736df9 /dev-python/pyme | |
parent | Version bump. (diff) | |
download | gentoo-2-6a963ad8961d1ad86f9e3bffc95df6a43bac1034.tar.gz gentoo-2-6a963ad8961d1ad86f9e3bffc95df6a43bac1034.tar.bz2 gentoo-2-6a963ad8961d1ad86f9e3bffc95df6a43bac1034.zip |
mv pyme-0.7.0-swig-compatibility.patch pyme-swig-compatibility.patch as we use it for pyme-0.6.0 too.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-python/pyme')
-rw-r--r-- | dev-python/pyme/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pyme/files/pyme-swig-compatibility.patch (renamed from dev-python/pyme/files/pyme-0.7.0-swig-compatibility.patch) | 0 | ||||
-rw-r--r-- | dev-python/pyme/pyme-0.6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyme/pyme-0.7.0-r1.ebuild | 4 |
4 files changed, 12 insertions, 5 deletions
diff --git a/dev-python/pyme/ChangeLog b/dev-python/pyme/ChangeLog index 0ad4513f5dca..3f017a6d4f9b 100644 --- a/dev-python/pyme/ChangeLog +++ b/dev-python/pyme/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/pyme # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/ChangeLog,v 1.18 2007/06/27 19:45:01 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/ChangeLog,v 1.19 2007/06/28 13:40:08 hawking Exp $ + + 28 Jun 2007; Ali Polatel <hawking@gentoo.org> + -files/pyme-0.7.0-swig-compatibility.patch, + +files/pyme-swig-compatibility.patch, pyme-0.6.0-r1.ebuild, + pyme-0.7.0-r1.ebuild: + renamed pyme-0.7.0-swig-compatibility.patch to pyme-swig-compatibility.patch + as we use it for pyme-0.6.0 too. 27 Jun 2007; Ali Polatel <hawking@gentoo.org> pyme-0.5.1.ebuild, -pyme-0.6.0.ebuild, -pyme-0.7.0.ebuild, pyme-0.7.0-r1.ebuild: diff --git a/dev-python/pyme/files/pyme-0.7.0-swig-compatibility.patch b/dev-python/pyme/files/pyme-swig-compatibility.patch index 41163ce4e8f3..41163ce4e8f3 100644 --- a/dev-python/pyme/files/pyme-0.7.0-swig-compatibility.patch +++ b/dev-python/pyme/files/pyme-swig-compatibility.patch diff --git a/dev-python/pyme/pyme-0.6.0-r1.ebuild b/dev-python/pyme/pyme-0.6.0-r1.ebuild index 804287982532..69b419591bc2 100644 --- a/dev-python/pyme/pyme-0.6.0-r1.ebuild +++ b/dev-python/pyme/pyme-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/pyme-0.6.0-r1.ebuild,v 1.1 2007/06/27 19:28:52 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/pyme-0.6.0-r1.ebuild,v 1.2 2007/06/28 13:40:08 hawking Exp $ inherit distutils eutils @@ -30,7 +30,7 @@ src_unpack() { # Make it build with swig >=1.3.28 # patch is originally written for 0.7.0 but works for this # version as well. - epatch "${FILESDIR}/${PN}-0.7.0-swig-compatibility.patch" + epatch "${FILESDIR}/${PN}-swig-compatibility.patch" } src_compile() { diff --git a/dev-python/pyme/pyme-0.7.0-r1.ebuild b/dev-python/pyme/pyme-0.7.0-r1.ebuild index c88fb2f10ff7..f6554f13b321 100644 --- a/dev-python/pyme/pyme-0.7.0-r1.ebuild +++ b/dev-python/pyme/pyme-0.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/pyme-0.7.0-r1.ebuild,v 1.2 2007/06/27 19:45:01 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/pyme-0.7.0-r1.ebuild,v 1.3 2007/06/28 13:40:08 hawking Exp $ inherit distutils eutils @@ -21,7 +21,7 @@ src_unpack() { sed -i -e 's:include/:include/gpgme/:;s:$(PYTHON):/usr/bin/python:' Makefile # Make it build with swig >=1.3.28 - epatch "${FILESDIR}/${P}-swig-compatibility.patch" + epatch "${FILESDIR}/${PN}-swig-compatibility.patch" } src_compile() { |