diff options
-rw-r--r-- | dev-python/gst-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-0.8.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/gst-python/ChangeLog b/dev-python/gst-python/ChangeLog index 0f628a5c3280..c7643b982276 100644 --- a/dev-python/gst-python/ChangeLog +++ b/dev-python/gst-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gst-python # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.3 2005/06/22 14:09:42 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.4 2005/09/06 10:10:00 zaheerm Exp $ + + 06 Sep 2005; Zaheer Abbas Merali <zaheerm@gentoo.org> + gst-python-0.8.1.ebuild, gst-python-0.8.2.ebuild: + dont use cp -a, fixes bug *gst-python-0.8.2 (21 Jun 2005) diff --git a/dev-python/gst-python/gst-python-0.8.1.ebuild b/dev-python/gst-python/gst-python-0.8.1.ebuild index 548f58ce8845..cd7a2a37e30c 100644 --- a/dev-python/gst-python/gst-python-0.8.1.ebuild +++ b/dev-python/gst-python/gst-python-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.8.1.ebuild,v 1.2 2005/03/16 10:33:03 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.8.1.ebuild,v 1.3 2005/09/06 10:10:00 zaheerm Exp $ inherit python @@ -35,7 +35,7 @@ src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO docinto examples - cp -a examples/* ${D}usr/share/doc/${PF}/examples + cp -pPR examples/* ${D}usr/share/doc/${PF}/examples prepalldocs } diff --git a/dev-python/gst-python/gst-python-0.8.2.ebuild b/dev-python/gst-python/gst-python-0.8.2.ebuild index 445a38f86b7d..054db8e2aae3 100644 --- a/dev-python/gst-python/gst-python-0.8.2.ebuild +++ b/dev-python/gst-python/gst-python-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.8.2.ebuild,v 1.1 2005/06/22 14:09:42 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.8.2.ebuild,v 1.2 2005/09/06 10:10:00 zaheerm Exp $ inherit python @@ -35,7 +35,7 @@ src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO docinto examples - cp -a examples/* ${D}usr/share/doc/${PF}/examples + cp -pPR examples/* ${D}usr/share/doc/${PF}/examples prepalldocs } |