diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 00:55:10 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 00:55:10 +0000 |
commit | 635845cd521e549dd15b400fcfc77c33db71f986 (patch) | |
tree | e12527de9f6759e6679eac2c64138282f7f10c92 /dev-python/wxpython-docs | |
parent | initial import (diff) | |
download | gentoo-2-635845cd521e549dd15b400fcfc77c33db71f986.tar.gz gentoo-2-635845cd521e549dd15b400fcfc77c33db71f986.tar.bz2 gentoo-2-635845cd521e549dd15b400fcfc77c33db71f986.zip |
wxpython docs
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r-- | dev-python/wxpython-docs/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/wxpython-docs/Manifest | 2 | ||||
-rw-r--r-- | dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.0.7 | 1 | ||||
-rw-r--r-- | dev-python/wxpython-docs/metadata.xml | 6 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild | 4 |
5 files changed, 20 insertions, 3 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog new file mode 100644 index 000000000000..4146049e4871 --- /dev/null +++ b/dev-python/wxpython-docs/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/wxpython-docs +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.1 2003/07/08 00:52:01 liquidx Exp $ + +*wxpython-docs-2.4.0.7 (08 Jul 2003) + + 08 Jul 2003; Alastair Tse <liquidx@gentoo.org> metadata.xml, + wxpython-docs-2.4.0.7.ebuild: + ebuild submitted by Rob Cakebread <robc@myrealbox.com> (#23347) + diff --git a/dev-python/wxpython-docs/Manifest b/dev-python/wxpython-docs/Manifest index ece9844493e7..5ee3730ad82f 100644 --- a/dev-python/wxpython-docs/Manifest +++ b/dev-python/wxpython-docs/Manifest @@ -1,4 +1,4 @@ -MD5 8c316bc018eaac6bdaeef6c99698376d wxpython-docs-2.4.0.7.ebuild 766 +MD5 7dd73f43fd6f5f9995485ede8a7dd502 wxpython-docs-2.4.0.7.ebuild 770 MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 MD5 b6b029122e407697eb182db1048d1455 ChangeLog 431 MD5 52f0f1eee85a5d6f1988758ac11c7a71 files/digest-wxpython-docs-2.4.0.7 73 diff --git a/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.0.7 b/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.0.7 new file mode 100644 index 000000000000..460492fbf95e --- /dev/null +++ b/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.0.7 @@ -0,0 +1 @@ +MD5 46d3ae7cdde36d8f82c70c7ab03fc59c wxPythonDocs-2.4.0.7.tar.gz 1683743 diff --git a/dev-python/wxpython-docs/metadata.xml b/dev-python/wxpython-docs/metadata.xml new file mode 100644 index 000000000000..1242997222b6 --- /dev/null +++ b/dev-python/wxpython-docs/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<herd>wxwindows</herd> +</pkgmetadata> diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild index 87583e1d8675..32253ee8445f 100644 --- a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild +++ b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.1 2003/07/08 00:52:01 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.2 2003/07/08 00:55:01 liquidx Exp $ MY_P="${P/wxpython-docs/wxPythonDocs}" DESCRIPTION="wxPython documentation" HOMEPAGE="http://www.wxpython.org" SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" -LICENSE="PYTHON" +LICENSE="wxWinFDL-3" SLOT="0" KEYWORDS="~x86" IUSE="" |