diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:58:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:58:01 +0000 |
commit | e9afeb8aa5f4244af9cda18cba8c9071db91d168 (patch) | |
tree | fec99adecae86786f29d4bf9eed4780f0c60bf7d /dev-python/python-docs | |
parent | Improved deps; plus other fixes (diff) | |
download | historical-e9afeb8aa5f4244af9cda18cba8c9071db91d168.tar.gz historical-e9afeb8aa5f4244af9cda18cba8c9071db91d168.tar.bz2 historical-e9afeb8aa5f4244af9cda18cba8c9071db91d168.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.2.2.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/python-docs/Manifest b/dev-python/python-docs/Manifest index 52c46eed3b8b..58343bdbd341 100644 --- a/dev-python/python-docs/Manifest +++ b/dev-python/python-docs/Manifest @@ -1,5 +1,5 @@ MD5 48bd5c9e2e85ba969db14b71b130f141 python-docs-2.3.3.ebuild 699 -MD5 44ee248cf8d8294c6213d0bad0e985d7 python-docs-2.2.2.ebuild 721 +MD5 00b273061a210e0b24bf2f93a8dac7b1 python-docs-2.2.2.ebuild 704 MD5 0c544c6a604fd095e937d42703ae0a0e python-docs-2.3.3-r1.ebuild 681 MD5 b7b30835b876ac99b0bd22df3a2cfc99 python-docs-2.3.4.ebuild 706 MD5 f6769d250c03e8fd6e14e92af5160a49 ChangeLog 4775 diff --git a/dev-python/python-docs/python-docs-2.2.2.ebuild b/dev-python/python-docs/python-docs-2.2.2.ebuild index 1680d2bef87a..e3016414a5da 100644 --- a/dev-python/python-docs/python-docs-2.2.2.ebuild +++ b/dev-python/python-docs/python-docs-2.2.2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.2.ebuild,v 1.9 2004/06/25 01:44:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.2.ebuild,v 1.10 2004/07/14 21:58:01 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" HOMEPAGE="http://www.python.org/doc/2.2/" |