diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-16 15:16:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-16 15:16:44 +0000 |
commit | 12d1520362c64f0a5442fcca456937ee3382407a (patch) | |
tree | 26b0fb36c3fed25a4c4af82d88fd8d5966bf9a5f /dev-python/m2crypto | |
parent | Correct HOMEPAGE value. (diff) | |
download | gentoo-2-12d1520362c64f0a5442fcca456937ee3382407a.tar.gz gentoo-2-12d1520362c64f0a5442fcca456937ee3382407a.tar.bz2 gentoo-2-12d1520362c64f0a5442fcca456937ee3382407a.zip |
Fix cp -a stuff, bug 103487.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'dev-python/m2crypto')
-rw-r--r-- | dev-python/m2crypto/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild | 6 | ||||
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.12-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.12.ebuild | 6 | ||||
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.13.ebuild | 6 |
5 files changed, 19 insertions, 14 deletions
diff --git a/dev-python/m2crypto/ChangeLog b/dev-python/m2crypto/ChangeLog index 67f0dfd757e1..0c4b11106429 100644 --- a/dev-python/m2crypto/ChangeLog +++ b/dev-python/m2crypto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/m2crypto -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/ChangeLog,v 1.11 2004/12/30 22:29:37 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/ChangeLog,v 1.12 2005/10/16 15:16:44 kloeri Exp $ + + 16 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> + m2crypto-0.07_alpha3.ebuild, m2crypto-0.12.ebuild, + m2crypto-0.12-r1.ebuild, m2crypto-0.13.ebuild: + Fix cp -a stuff, bug 103487. 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild b/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild index 1d646df8b615..100cef7e3491 100644 --- a/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild +++ b/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild,v 1.7 2004/11/04 16:38:44 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild,v 1.8 2005/10/16 15:16:44 kloeri Exp $ DESCRIPTION="A python wrapper for the OpenSSL crypto library" HOMEPAGE="http://www.post1.com/home/ngps/m2/" @@ -21,7 +21,7 @@ src_install () { distutils_src_install # can't dodoc, doesn't handle subdirs dodir /usr/share/doc/${PF}/example - cp -a demo/* ${D}/usr/share/doc/${PF}/example + cp -pPR demo/* ${D}/usr/share/doc/${PF}/example dodoc BUGS CHANGES STORIES dohtml -r doc/* } diff --git a/dev-python/m2crypto/m2crypto-0.12-r1.ebuild b/dev-python/m2crypto/m2crypto-0.12-r1.ebuild index e3bdd5bf4cbe..0ddc13dae54f 100644 --- a/dev-python/m2crypto/m2crypto-0.12-r1.ebuild +++ b/dev-python/m2crypto/m2crypto-0.12-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.12-r1.ebuild,v 1.3 2004/11/04 16:38:44 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.12-r1.ebuild,v 1.4 2005/10/16 15:16:44 kloeri Exp $ inherit distutils @@ -24,6 +24,6 @@ src_install () { distutils_src_install # can't dodoc, doesn't handle subdirs dodir /usr/share/doc/${PF}/example - cp -a demo/* ${D}/usr/share/doc/${PF}/example + cp -pPR demo/* ${D}/usr/share/doc/${PF}/example dohtml -r doc/* } diff --git a/dev-python/m2crypto/m2crypto-0.12.ebuild b/dev-python/m2crypto/m2crypto-0.12.ebuild index d5ef532cbd87..7b878c84eee4 100644 --- a/dev-python/m2crypto/m2crypto-0.12.ebuild +++ b/dev-python/m2crypto/m2crypto-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.12.ebuild,v 1.4 2004/11/04 16:38:44 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.12.ebuild,v 1.5 2005/10/16 15:16:44 kloeri Exp $ inherit distutils @@ -23,6 +23,6 @@ src_install () { distutils_src_install # can't dodoc, doesn't handle subdirs dodir /usr/share/doc/${PF}/example - cp -a demo/* ${D}/usr/share/doc/${PF}/example + cp -pPR demo/* ${D}/usr/share/doc/${PF}/example dohtml -r doc/* } diff --git a/dev-python/m2crypto/m2crypto-0.13.ebuild b/dev-python/m2crypto/m2crypto-0.13.ebuild index d6e8fc3db4aa..ae23dc7a03ce 100644 --- a/dev-python/m2crypto/m2crypto-0.13.ebuild +++ b/dev-python/m2crypto/m2crypto-0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.13.ebuild,v 1.4 2004/11/04 16:38:44 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.13.ebuild,v 1.5 2005/10/16 15:16:44 kloeri Exp $ inherit distutils @@ -24,6 +24,6 @@ src_install () { distutils_src_install # can't dodoc, doesn't handle subdirs dodir /usr/share/doc/${PF}/example - cp -a demo/* ${D}/usr/share/doc/${PF}/example + cp -pPR demo/* ${D}/usr/share/doc/${PF}/example dohtml -r doc/* } |