diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-11-06 01:39:56 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-11-06 01:39:56 +0000 |
commit | 8fde46c5720cfd9a9e389bcd799e2e20101716f2 (patch) | |
tree | 3bc79deeb23658bc470cabdccf697c650f5b1485 /dev-python | |
parent | version bump stable version, and introduce development version that is hard m... (diff) | |
download | gentoo-2-8fde46c5720cfd9a9e389bcd799e2e20101716f2.tar.gz gentoo-2-8fde46c5720cfd9a9e389bcd799e2e20101716f2.tar.bz2 gentoo-2-8fde46c5720cfd9a9e389bcd799e2e20101716f2.zip |
add examples to development version
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/psycopg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/psycopg/psycopg-2.0_beta5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/psycopg/ChangeLog b/dev-python/psycopg/ChangeLog index 59184d90808f..ea0b30252433 100644 --- a/dev-python/psycopg/ChangeLog +++ b/dev-python/psycopg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psycopg # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.29 2005/11/06 01:32:06 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.30 2005/11/06 01:39:56 liquidx Exp $ + + 06 Nov 2005; Alastair Tse <liquidx@gentoo.org> psycopg-2.0_beta5.ebuild: + add examples to development version *psycopg-2.0_beta5 (06 Nov 2005) *psycopg-1.1.21 (06 Nov 2005) diff --git a/dev-python/psycopg/psycopg-2.0_beta5.ebuild b/dev-python/psycopg/psycopg-2.0_beta5.ebuild index aced9cc96b52..da8752cb9915 100644 --- a/dev-python/psycopg/psycopg-2.0_beta5.ebuild +++ b/dev-python/psycopg/psycopg-2.0_beta5.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/psycopg/psycopg-2.0_beta5.ebuild,v 1.1 2005/11/06 01:32:06 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0_beta5.ebuild,v 1.2 2005/11/06 01:39:56 liquidx Exp $ inherit distutils @@ -24,5 +24,5 @@ DOCS="AUTHORS ChangeLog COPYING CREDITS INSTALL README NEWS docs/*" src_install () { distutils_src_install insinto /usr/share/doc/${PF}/examples - doins doc/examples/* + doins examples/* } |