diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:32:35 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:32:35 +0000 |
commit | 62eeed1d293fb0957ac299dc33ce55bfd28c73bd (patch) | |
tree | 7ca725b84298b6294a54a95cc67ebb83c183cca4 /dev-python | |
parent | added hardened-gcc excludes (diff) | |
download | gentoo-2-62eeed1d293fb0957ac299dc33ce55bfd28c73bd.tar.gz gentoo-2-62eeed1d293fb0957ac299dc33ce55bfd28c73bd.tar.bz2 gentoo-2-62eeed1d293fb0957ac299dc33ce55bfd28c73bd.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-python')
142 files changed, 445 insertions, 445 deletions
diff --git a/dev-python/Cheetah/Cheetah-0.9.14.ebuild b/dev-python/Cheetah/Cheetah-0.9.14.ebuild index 03e7270f4cf0..237e354dd424 100644 --- a/dev-python/Cheetah/Cheetah-0.9.14.ebuild +++ b/dev-python/Cheetah/Cheetah-0.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Cheetah/Cheetah-0.9.14.ebuild,v 1.9 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Cheetah/Cheetah-0.9.14.ebuild,v 1.10 2003/09/06 23:32:28 msterret Exp $ VERSION="0.9.14" S=${WORKDIR}/${P} @@ -30,7 +30,7 @@ src_install() { docinto beginners_guide_src dodoc docs/beginners_guide_src/* - + docinto devel_guide_src dodoc docs/devel_guide_src/* @@ -44,10 +44,10 @@ src_install() { insinto usr/share/doc/${PF}/html/devel_guide_html_multipage doins docs/devel_guide_html_multipage/* - + insinto usr/share/doc/${PF}/html/users_guide_html doins docs/users_guide_html/* - + insinto usr/share/doc/${PF}/html/users_guide_html_multipage doins docs/users_guide_html_multipage/* } diff --git a/dev-python/Cheetah/Cheetah-0.9.15.ebuild b/dev-python/Cheetah/Cheetah-0.9.15.ebuild index ff928ea25e75..fd3ed4a2f848 100644 --- a/dev-python/Cheetah/Cheetah-0.9.15.ebuild +++ b/dev-python/Cheetah/Cheetah-0.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Cheetah/Cheetah-0.9.15.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Cheetah/Cheetah-0.9.15.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -19,8 +19,8 @@ SRC_URI="mirror://sourceforge/cheetahtemplate/${P}.tar.gz" src_install() { - distutils_src_install - + distutils_src_install + # What's the best way to deal with the examples? insinto /usr/share/doc/${PF}/examples doins examples/webware_examples/cheetahSite/* diff --git a/dev-python/Cheetah/Manifest b/dev-python/Cheetah/Manifest index d52dc709161c..34982bf28ccf 100644 --- a/dev-python/Cheetah/Manifest +++ b/dev-python/Cheetah/Manifest @@ -1,6 +1,6 @@ MD5 8a894373ae2249806b6970e9591fa56e ChangeLog 1506 -MD5 818ed99caa65889843c84fe805e37146 Cheetah-0.9.14.ebuild 1516 -MD5 174426bf52d798690458db32cfac4eeb Cheetah-0.9.15.ebuild 720 +MD5 1c4f03c7a62656fb795d9c76544859d2 Cheetah-0.9.14.ebuild 1512 +MD5 32a424ad884f39fda71cb4e6c9dba7bb Cheetah-0.9.15.ebuild 719 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 396f381063c4bfd885d2142930d03f6c files/digest-Cheetah-0.9.14 66 MD5 f86921cc0527ff7213c57b761ea24280 files/digest-Cheetah-0.9.15 130 diff --git a/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild b/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild index dc8101c32e9c..df69cf7196aa 100644 --- a/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild +++ b/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild,v 1.5 2003/06/22 23:17:12 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ PYTHON_SLOT_VERSION="2.1" @@ -17,7 +17,7 @@ HOMEPAGE="http://www.pythonware.com/downloads/#pil" DEPEND=">=media-libs/jpeg-6a >=sys-libs/zlib-0.95 tcltk? ( dev-lang/tk )" - + SLOT="0" KEYWORDS="x86 ppc" LICENSE="as-is" @@ -39,7 +39,7 @@ LICENSE="as-is" distutils_src_compile } -src_install () +src_install () { local mydoc="CHANGES* CONTENTS" distutils_src_install diff --git a/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild b/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild index 1656fd104e8f..93f6cdebd7fa 100644 --- a/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild +++ b/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild,v 1.1 2003/06/22 23:17:12 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ PYTHON_SLOT_VERSION="2.1" @@ -21,7 +21,7 @@ LICENSE="as-is" DEPEND=">=media-libs/jpeg-6a >=sys-libs/zlib-0.95 tcltk? ( dev-lang/tk )" - + src_compile() { export OPT=${CFLAGS} @@ -40,7 +40,7 @@ src_compile() { #CFLAGS="$(CFLAGS) -DUSE_COMPOSITELESS_PHOTO_PUT_BLOCK" distutils_src_compile } -src_install () +src_install () { local mydoc="CHANGES* CONTENTS" distutils_src_install diff --git a/dev-python/Imaging-py21/Manifest b/dev-python/Imaging-py21/Manifest index 67803321d10d..df721932a319 100644 --- a/dev-python/Imaging-py21/Manifest +++ b/dev-python/Imaging-py21/Manifest @@ -1,6 +1,6 @@ MD5 0345c659b77ae3a780c66afc418f9ae7 ChangeLog 778 -MD5 a0ac072ebc068df69e53f84efd87b93a Imaging-py21-1.1.3-r1.ebuild 1254 +MD5 4f54c01648401ad387a1636730f1ac55 Imaging-py21-1.1.3-r1.ebuild 1253 +MD5 166b355a0ac0354e7ca6b6724bf69fa2 Imaging-py21-1.1.4.ebuild 1358 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 ed87f5333b4a2f0a5bac27687ad18872 Imaging-py21-1.1.4.ebuild 1359 MD5 5a89c174f2e669850c86a301fad23095 files/digest-Imaging-py21-1.1.3-r1 137 MD5 171777970922938dc6a815dd2b6a85de files/digest-Imaging-py21-1.1.4 65 diff --git a/dev-python/Imaging/Imaging-1.1.2-r2.ebuild b/dev-python/Imaging/Imaging-1.1.2-r2.ebuild index b499ba6cac84..022d34619d64 100644 --- a/dev-python/Imaging/Imaging-1.1.2-r2.ebuild +++ b/dev-python/Imaging/Imaging-1.1.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.2-r2.ebuild,v 1.14 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.2-r2.ebuild,v 1.15 2003/09/06 23:32:28 msterret Exp $ IUSE="tcltk" @@ -16,7 +16,7 @@ DEPEND=">=dev-lang/python-2.0 >=media-libs/jpeg-6a >=sys-libs/zlib-0.95 tcltk? ( dev-lang/tk )" - + SLOT="0" KEYWORDS="x86 sparc alpha ppc" @@ -24,12 +24,12 @@ LICENSE="as-is" src_compile() { - + #This is a goofy build. - + #Build the core imaging library (libImaging.a) cd ${S}/libImaging - + ./configure --prefix=/usr \ --host=${CHOST} || die cp Makefile Makefile.orig @@ -39,17 +39,17 @@ src_compile() { -e "s:\(JPEGINCLUDE=[[:blank:]]*/usr/\)local/\(include\).*:\1\2:" \ -e "s:\(OPT=[[:blank:]]*\).*:\1${CFLAGS}:" \ Makefile.orig > Makefile - + emake || die - - #Build loadable python modules + + #Build loadable python modules cd ${S} - + local scmd="" - #First change all the "/usr/local" to "/usr" + #First change all the "/usr/local" to "/usr" scmd="$scmd s:/usr/local:/usr:g;" - + # adjust for USE tcltk if use tcltk; then # Find the version of tcl/tk that has headers installed. @@ -58,11 +58,11 @@ src_compile() { tclv=$(grep TCL_VER /usr/include/tcl.h | sed 's/^.*"\(.*\)".*/\1/') tkv=$( grep TK_VER /usr/include/tk.h | sed 's/^.*"\(.*\)".*/\1/') # adjust Setup to match - scmd="$scmd s/-ltcl[0-9.]* -ltk[0-9.]*/-ltcl$tclv -ltk$tkv/;" + scmd="$scmd s/-ltcl[0-9.]* -ltk[0-9.]*/-ltcl$tclv -ltk$tkv/;" else scmd="$scmd s:\(^_imagingtk\):#\1:;" fi - + sed "$scmd" Setup.in > Setup #No configure (#$%@!%%) @@ -76,7 +76,7 @@ src_compile() { scmd="$scmd "'s:$(OPT)'":${CFLAGS}:;" sed "$scmd" Makefile.pre.in.orig > Makefile.pre.in - + #Now generate a top level Makefile make -f Makefile.pre.in boot || die @@ -89,21 +89,21 @@ src_install () { #grab python verision so ebuild doesn't depend on it local pv pv=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:') - - + + insinto /usr/lib/python$pv/site-packages doins PIL.pth - + insinto /usr/lib/python$pv/site-packages/PIL doins _imaging.so PIL/* use tcltk && doins _imagingtk.so - + # install headers required by media-gfx/sketch insinto /usr/include/python$pv doins libImaging/Imaging.h doins libImaging/ImPlatform.h doins libImaging/ImConfig.h - + dodoc CHANGES CONTENTS FORMATS README } diff --git a/dev-python/Imaging/Imaging-1.1.3-r1.ebuild b/dev-python/Imaging/Imaging-1.1.3-r1.ebuild index 2bdb064f3c0a..c6779cb8df05 100644 --- a/dev-python/Imaging/Imaging-1.1.3-r1.ebuild +++ b/dev-python/Imaging/Imaging-1.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.3-r1.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.3-r1.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -13,7 +13,7 @@ HOMEPAGE="http://www.pythonware.com/downloads/#pil" DEPEND=">=media-libs/jpeg-6a >=sys-libs/zlib-0.95 tcltk? ( dev-lang/tk )" - + SLOT="0" KEYWORDS="x86 ~sparc ~alpha ~ppc" LICENSE="as-is" @@ -35,7 +35,7 @@ LICENSE="as-is" distutils_src_compile } -src_install () +src_install () { local mydoc="CHANGES* CONTENTS" distutils_src_install diff --git a/dev-python/Imaging/Imaging-1.1.3-r2.ebuild b/dev-python/Imaging/Imaging-1.1.3-r2.ebuild index 061058663811..77b175bc0b62 100644 --- a/dev-python/Imaging/Imaging-1.1.3-r2.ebuild +++ b/dev-python/Imaging/Imaging-1.1.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.3-r2.ebuild,v 1.4 2003/07/12 12:49:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.3-r2.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -13,7 +13,7 @@ HOMEPAGE="http://www.pythonware.com/downloads/#pil" DEPEND=">=media-libs/jpeg-6a >=sys-libs/zlib-0.95 tcltk? ( dev-lang/tk )" - + SLOT="0" KEYWORDS="x86 ~sparc ~alpha ~ppc" LICENSE="as-is" @@ -35,7 +35,7 @@ LICENSE="as-is" CFLAGS="$(CFLAGS) -DUSE_COMPOSITELESS_PHOTO_PUT_BLOCK" distutils_src_compile } -src_install () +src_install () { local mydoc="CHANGES* CONTENTS" distutils_src_install diff --git a/dev-python/Imaging/Imaging-1.1.3.ebuild b/dev-python/Imaging/Imaging-1.1.3.ebuild index ef69ec879aa5..c9e3f9583cdb 100644 --- a/dev-python/Imaging/Imaging-1.1.3.ebuild +++ b/dev-python/Imaging/Imaging-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.3.ebuild,v 1.6 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.3.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ IUSE="tcltk" @@ -16,7 +16,7 @@ DEPEND=">=dev-lang/python-2.0 >=media-libs/jpeg-6a >=sys-libs/zlib-0.95 tcltk? ( dev-lang/tk )" - + RDEPEND="" SLOT="0" @@ -25,12 +25,12 @@ LICENSE="as-is" src_compile() { - + #This is a goofy build. - + #Build the core imaging library (libImaging.a) cd ${S}/libImaging - + ./configure --prefix=/usr \ --host=${CHOST} || die cp Makefile Makefile.orig @@ -40,17 +40,17 @@ src_compile() { -e "s:\(JPEGINCLUDE=[[:blank:]]*/usr/\)local/\(include\).*:\1\2:" \ -e "s:\(OPT=[[:blank:]]*\).*:\1${CFLAGS}:" \ Makefile.orig > Makefile - + emake || die - - #Build loadable python modules + + #Build loadable python modules cd ${S} - + local scmd="" - #First change all the "/usr/local" to "/usr" + #First change all the "/usr/local" to "/usr" scmd="$scmd s:/usr/local:/usr:g;" - + # adjust for USE tcltk if use tcltk; then # Find the version of tcl/tk that has headers installed. @@ -59,11 +59,11 @@ src_compile() { tclv=$(grep TCL_VER /usr/include/tcl.h | sed 's/^.*"\(.*\)".*/\1/') tkv=$( grep TK_VER /usr/include/tk.h | sed 's/^.*"\(.*\)".*/\1/') # adjust Setup to match - scmd="$scmd s/-ltcl[0-9.]* -ltk[0-9.]*/-ltcl$tclv -ltk$tkv/;" + scmd="$scmd s/-ltcl[0-9.]* -ltk[0-9.]*/-ltcl$tclv -ltk$tkv/;" else scmd="$scmd s:\(^_imagingtk\):#\1:;" fi - + sed "$scmd" Setup.in > Setup #No configure (#$%@!%%) @@ -77,7 +77,7 @@ src_compile() { scmd="$scmd "'s:$(OPT)'":${CFLAGS}:;" sed "$scmd" Makefile.pre.in.orig > Makefile.pre.in - + #Now generate a top level Makefile make -f Makefile.pre.in boot || die @@ -90,21 +90,21 @@ src_install () { #grab python verision so ebuild doesn't depend on it local pv pv=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:') - - + + insinto /usr/lib/python$pv/site-packages doins PIL.pth - + insinto /usr/lib/python$pv/site-packages/PIL doins _imaging.so PIL/* use tcltk && doins _imagingtk.so - + # install headers required by media-gfx/sketch insinto /usr/include/python$pv doins libImaging/Imaging.h doins libImaging/ImPlatform.h doins libImaging/ImConfig.h - + dodoc CHANGES CONTENTS FORMATS README } diff --git a/dev-python/Imaging/Imaging-1.1.4.ebuild b/dev-python/Imaging/Imaging-1.1.4.ebuild index 81249932b8d1..9dc5fcda6006 100644 --- a/dev-python/Imaging/Imaging-1.1.4.ebuild +++ b/dev-python/Imaging/Imaging-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.4.ebuild,v 1.5 2003/07/15 22:22:23 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging/Imaging-1.1.4.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -38,7 +38,7 @@ src_compile() { cd ${S}; distutils_src_compile } -src_install () +src_install () { local mydoc="CHANGES* CONTENTS" distutils_src_install diff --git a/dev-python/Imaging/Manifest b/dev-python/Imaging/Manifest index b934b33da14f..e3ca29dc9344 100644 --- a/dev-python/Imaging/Manifest +++ b/dev-python/Imaging/Manifest @@ -1,9 +1,9 @@ MD5 77c895fd45c945422c1bad13c907c85e ChangeLog 1996 -MD5 71da466a4884263c71275d7d6f6058f2 Imaging-1.1.2-r2.ebuild 2636 -MD5 cec3e35a062a232a06f0d5c2ab19dd63 Imaging-1.1.3.ebuild 2643 -MD5 d9f2ada42b966ce32b4a0bbcbc31c8d7 Imaging-1.1.3-r1.ebuild 1179 -MD5 77591c73720b185782ca36358c6589d9 Imaging-1.1.3-r2.ebuild 1231 -MD5 66c36fc037419d56de2372865016219d Imaging-1.1.4.ebuild 1241 +MD5 354bdcc00b9100b10e08dafebcf66835 Imaging-1.1.2-r2.ebuild 2618 +MD5 64edf9a7915ff14d04eb6be9c977e6b2 Imaging-1.1.3-r1.ebuild 1177 +MD5 b3b9f273e7f26825ecf3f85f61ca3195 Imaging-1.1.3.ebuild 2625 +MD5 ca7589969633f19ce8d7596ff9c43ef9 Imaging-1.1.3-r2.ebuild 1232 +MD5 47d1de610e718617d2e39c0a736a8ae9 Imaging-1.1.4.ebuild 1240 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 7e1eafa229aad0303d6d04c88c1f89e6 files/digest-Imaging-1.1.2-r2 65 MD5 a7c02afc37ec55a40b4369ace30d8fdb files/digest-Imaging-1.1.3 65 diff --git a/dev-python/PyQt/Manifest b/dev-python/PyQt/Manifest index 3d3c8f4803ba..41c57952fb5d 100644 --- a/dev-python/PyQt/Manifest +++ b/dev-python/PyQt/Manifest @@ -1,19 +1,19 @@ -MD5 bc16f81d45e9bf9ac24ebcb81eb9fdc6 PyQt-3.5.ebuild 1180 -MD5 79e4de0b6ffa7d820296689198694a2f PyQt-3.7.ebuild 1435 -MD5 bcb87c9191c593b9c41356efaea867c2 PyQt-3.6-r1.ebuild 1455 -MD5 bcf831b36821e50a7a8d67f8f01e7574 PyQt-3.6.ebuild 1453 -MD5 a9e4ca44877ccf840572f5a07df3a1c5 PyQt-3.5-r1.ebuild 1378 MD5 b5bd377b8c6f64af35365465da535eca ChangeLog 2739 -MD5 2b6708e7e50441d2f0e127bb5ae3ec2d PyQt-3.8.ebuild 1436 +MD5 d9c770222974ab65ac157d4917ee296c PyQt-3.6.ebuild 1454 +MD5 de479aa5e28c5e053877d3c650df7554 PyQt-3.5-r1.ebuild 1379 +MD5 2075278e4a7dea30e592db8e7ca8176e PyQt-3.5.ebuild 1180 MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 -MD5 94164eef52f16b805d3c252c02100d11 files/qt3.1.2-compilation-fix-3.5.diff 2151 -MD5 ac2fc9d166ddfb0637781545e6d168c0 files/license-3.5.diff 972 +MD5 657e3333c78cead88a14142104e5efee PyQt-3.6-r1.ebuild 1457 +MD5 2e30dd8f945dfb6f14951ced3cad1ae9 PyQt-3.7.ebuild 1436 +MD5 68cdd1ba7ae1a93ddeb886092f60ac82 PyQt-3.8.ebuild 1437 +MD5 02f19a3e9665543de676bb8eed138769 files/digest-PyQt-3.6 68 MD5 37aecdea8b6915ebc7f7e558aa0efbf9 files/license-3.6.diff 984 -MD5 a411bac15db49327e2ac6e94f34f7577 files/license-3.7.diff 984 +MD5 cfa5b5c9a44fc587bc3937b2d1335bb9 files/digest-PyQt-3.5 68 MD5 cfa5b5c9a44fc587bc3937b2d1335bb9 files/digest-PyQt-3.5-r1 68 +MD5 ac2fc9d166ddfb0637781545e6d168c0 files/license-3.5.diff 972 +MD5 94164eef52f16b805d3c252c02100d11 files/qt3.1.2-compilation-fix-3.5.diff 2151 MD5 02f19a3e9665543de676bb8eed138769 files/digest-PyQt-3.6-r1 68 -MD5 31778b2adf33bdd65407d3e3ef69aed8 files/license-3.8.diff 984 -MD5 cfa5b5c9a44fc587bc3937b2d1335bb9 files/digest-PyQt-3.5 68 -MD5 02f19a3e9665543de676bb8eed138769 files/digest-PyQt-3.6 68 MD5 8ccb1c3fb13a5b2eb0a9a628393b6001 files/digest-PyQt-3.7 68 +MD5 a411bac15db49327e2ac6e94f34f7577 files/license-3.7.diff 984 MD5 5627417cd026183722d1cc115868eaaf files/digest-PyQt-3.8 68 +MD5 31778b2adf33bdd65407d3e3ef69aed8 files/license-3.8.diff 984 diff --git a/dev-python/PyQt/PyQt-3.5-r1.ebuild b/dev-python/PyQt/PyQt-3.5-r1.ebuild index bb274908382d..c9033dc889b6 100644 --- a/dev-python/PyQt/PyQt-3.5-r1.ebuild +++ b/dev-python/PyQt/PyQt-3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.5-r1.ebuild,v 1.9 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.5-r1.ebuild,v 1.10 2003/09/06 23:32:28 msterret Exp $ inherit eutils @@ -42,7 +42,7 @@ src_install() { make DESTDIR=${D} install || die dodoc README.Linux NEWS LICENSE README ChangeLog THANKS dodir /usr/share/doc/${P}/ - mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ # I found out this location from the redhat rpm insinto /usr/share/sip/qt doins ${S}/sip/* diff --git a/dev-python/PyQt/PyQt-3.5.ebuild b/dev-python/PyQt/PyQt-3.5.ebuild index 7d25cfa09dae..dab883bb3079 100644 --- a/dev-python/PyQt/PyQt-3.5.ebuild +++ b/dev-python/PyQt/PyQt-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.5.ebuild,v 1.6 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.5.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ inherit eutils @@ -40,5 +40,5 @@ src_install() { make DESTDIR=${D} install || die dodoc README.Linux NEWS LICENSE README ChangeLog THANKS dodir /usr/share/doc/${P}/ - mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ } diff --git a/dev-python/PyQt/PyQt-3.6-r1.ebuild b/dev-python/PyQt/PyQt-3.6-r1.ebuild index 4b6270d98803..3ca9f422fc04 100644 --- a/dev-python/PyQt/PyQt-3.6-r1.ebuild +++ b/dev-python/PyQt/PyQt-3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.6-r1.ebuild,v 1.4 2003/07/12 12:49:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.6-r1.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit eutils distutils @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - + distutils_python_version # standard qt sandbox problem workaround [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings" @@ -44,7 +44,7 @@ src_install() { make DESTDIR=${D} install || die dodoc README.Linux NEWS LICENSE README ChangeLog THANKS dodir /usr/share/doc/${P}/ - mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ # I found out this location from the redhat rpm insinto /usr/share/sip/qt doins ${S}/sip/* diff --git a/dev-python/PyQt/PyQt-3.6.ebuild b/dev-python/PyQt/PyQt-3.6.ebuild index 75ebc562b3e1..b3a2610917ec 100644 --- a/dev-python/PyQt/PyQt-3.6.ebuild +++ b/dev-python/PyQt/PyQt-3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.6.ebuild,v 1.5 2003/07/31 03:14:45 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.6.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ inherit eutils distutils @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - + distutils_python_version # standard qt sandbox problem workaround [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings" @@ -44,7 +44,7 @@ src_install() { make DESTDIR=${D} install || die dodoc README.Linux NEWS LICENSE README ChangeLog THANKS dodir /usr/share/doc/${P}/ - mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ # I found out this location from the redhat rpm insinto /usr/share/sip/qt doins ${S}/sip/* diff --git a/dev-python/PyQt/PyQt-3.7.ebuild b/dev-python/PyQt/PyQt-3.7.ebuild index 819ac20f7585..7a64bec6fa18 100644 --- a/dev-python/PyQt/PyQt-3.7.ebuild +++ b/dev-python/PyQt/PyQt-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.7.ebuild,v 1.2 2003/07/31 20:11:55 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.7.ebuild,v 1.3 2003/09/06 23:32:28 msterret Exp $ inherit eutils distutils @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - + distutils_python_version # standard qt sandbox problem workaround [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings" @@ -44,7 +44,7 @@ src_install() { make DESTDIR=${D} install || die dodoc README.Linux NEWS LICENSE README ChangeLog THANKS dodir /usr/share/doc/${P}/ - mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ # I found out this location from the redhat rpm insinto /usr/share/sip/qt doins ${S}/sip/* diff --git a/dev-python/PyQt/PyQt-3.8.ebuild b/dev-python/PyQt/PyQt-3.8.ebuild index efd562d08407..bfada6752852 100644 --- a/dev-python/PyQt/PyQt-3.8.ebuild +++ b/dev-python/PyQt/PyQt-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.8.ebuild,v 1.1 2003/08/27 16:00:01 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.8.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ inherit eutils distutils @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - + distutils_python_version # standard qt sandbox problem workaround [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings" @@ -44,7 +44,7 @@ src_install() { make DESTDIR=${D} install || die dodoc README.Linux NEWS LICENSE README ChangeLog THANKS dodir /usr/share/doc/${P}/ - mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ # I found out this location from the redhat rpm insinto /usr/share/sip/qt doins ${S}/sip/* diff --git a/dev-python/PyXML-py21/Manifest b/dev-python/PyXML-py21/Manifest index ccd8129bf69f..00d62330a18a 100644 --- a/dev-python/PyXML-py21/Manifest +++ b/dev-python/PyXML-py21/Manifest @@ -1,6 +1,6 @@ MD5 6da9cb11dfc4982641da00f22aad9df7 ChangeLog 785 -MD5 d4ddfe1602fc5018c1fc859910503296 PyXML-py21-0.8.1.ebuild 664 +MD5 846e68e3a4e9a72cdb41d0292b0b7d5d PyXML-py21-0.8.1.ebuild 664 +MD5 93b65338bd4b87220d2d942af611d524 PyXML-py21-0.8.2.ebuild 958 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 0f7906911077f230aca9137a152c4f26 PyXML-py21-0.8.2.ebuild 961 MD5 4017725d929a182e857404a107507d1c files/digest-PyXML-py21-0.8.1 129 MD5 6a14eefbf90c139b1f9b058131cb211f files/digest-PyXML-py21-0.8.2 63 diff --git a/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild b/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild index 247a96a579fd..9a9b46b2c03a 100644 --- a/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild +++ b/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild,v 1.5 2003/06/22 22:25:54 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ PYTHON_SLOT_VERSION=2.1 @@ -16,7 +16,7 @@ KEYWORDS="x86 ppc sparc alpha" LICENSE="PYTHON" IUSE="" -src_install() +src_install() { mydoc="ANNOUNCE CREDITS PKG-INFO doc/*.tex" distutils_src_install diff --git a/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild b/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild index 7380c8d1e7e0..239673a941cb 100644 --- a/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild +++ b/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild,v 1.1 2003/06/22 22:25:54 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ PYTHON_SLOT_VERSION=2.1 @@ -20,20 +20,20 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha" LICENSE="PYTHON" IUSE="" -src_compile() +src_compile() { local myconf - + # if you want to use 4Suite, then their XSLT/XPATH is # better according to the docs if has_version "dev-python/4Suite"; then myconf="--without-xslt --without-xpath" fi - + distutils_src_compile ${myconf} } -src_install() +src_install() { mydoc="ANNOUNCE CREDITS PKG-INFO doc/*.tex" distutils_src_install diff --git a/dev-python/ScientificPython/Manifest b/dev-python/ScientificPython/Manifest index 6ccea6098650..55aade8ccf6f 100644 --- a/dev-python/ScientificPython/Manifest +++ b/dev-python/ScientificPython/Manifest @@ -1,5 +1,5 @@ MD5 7877bc7099be0b4a246bf8e23284a877 ChangeLog 1630 -MD5 613944f6f782bd8942908565999a3540 ScientificPython-2.2-r1.ebuild 777 +MD5 b2549b7c815cba6aaf14b18778d80642 ScientificPython-2.2-r1.ebuild 777 MD5 20c354a51dde69d82ad470acac91af0f ScientificPython-2.4.3.ebuild 789 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 dfa7ad22fed0bcb416294783fb84bb6c files/digest-ScientificPython-2.2-r1 72 diff --git a/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild b/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild index 24f33ff19826..42182443a4aa 100644 --- a/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild +++ b/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild,v 1.12 2003/09/02 22:29:12 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild,v 1.13 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -19,7 +19,7 @@ DEPEND="virtual/python src_install() { distutils_src_install - + dodoc MANIFEST.in COPYRIGHT README* cd Doc dodoc CHANGELOG diff --git a/dev-python/anygui/Manifest b/dev-python/anygui/Manifest index 9f6d9b8992af..a9fb83bb02cb 100644 --- a/dev-python/anygui/Manifest +++ b/dev-python/anygui/Manifest @@ -1,4 +1,4 @@ -MD5 34a1a3cad7680348fff9e221fa554c09 files/digest-anygui-0.1.1-r1 64 -MD5 e854cd626a88a8fe086fbb2a9941955d anygui-0.1.1-r1.ebuild 1356 MD5 a3d52a9385d9043254ee898b3065c09b ChangeLog 2147 +MD5 00d857b4f7893e8d8f10f237900d8915 anygui-0.1.1-r1.ebuild 1342 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 34a1a3cad7680348fff9e221fa554c09 files/digest-anygui-0.1.1-r1 64 diff --git a/dev-python/anygui/anygui-0.1.1-r1.ebuild b/dev-python/anygui/anygui-0.1.1-r1.ebuild index a1bb2bb9418f..91f3de12f371 100644 --- a/dev-python/anygui/anygui-0.1.1-r1.ebuild +++ b/dev-python/anygui/anygui-0.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/anygui/anygui-0.1.1-r1.ebuild,v 1.16 2003/07/12 23:00:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/anygui/anygui-0.1.1-r1.ebuild,v 1.17 2003/09/06 23:32:28 msterret Exp $ IUSE="wxwin gtk qt tcltk" @@ -11,13 +11,13 @@ HOMEPAGE="http://anygui.sourceforge.net/" DEPEND=">=dev-lang/python-2.0 sys-libs/ncurses - qt? ( dev-python/PyQt ) + qt? ( dev-python/PyQt ) gtk? ( dev-python/pygtk ) tcltk? ( dev-lang/tk ) wxwin? ( dev-python/wxPython )" #Propsed wxwin use variable for wxGTK for wxWindows? ( dev-python/wxPython ) *NOT* official -#future: +#future: #also use variable fltk for fltk? ( dev-python/PyFLTK ) no ebuild for PyFLTK yet #java? ( dev-python/jython ) Java Swing (javagui) http://www.jython.org @@ -28,7 +28,7 @@ LICENSE="MIT" src_compile() { python setup.py build || die "Python Build Failed" - + } src_install() { @@ -46,5 +46,5 @@ src_install() { insinto /usr/share/doc/${PF}/ps doins doc/anygui.ps - + } diff --git a/dev-python/bicyclerepair/Manifest b/dev-python/bicyclerepair/Manifest index 1df4936a256e..0fc8ada2d5f4 100644 --- a/dev-python/bicyclerepair/Manifest +++ b/dev-python/bicyclerepair/Manifest @@ -1,4 +1,4 @@ -MD5 ddf28d176d7f2327e5dfcda2aae3eadc bicyclerepair-0.7.1.ebuild 1183 MD5 fdf38a01f167286f87722397b2dd6901 ChangeLog 505 +MD5 a4ecaf228a2797fc12347daf9647546c bicyclerepair-0.7.1.ebuild 1104 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 1929efd859e004d9dfe70dde4e1c8940 files/digest-bicyclerepair-0.7.1 70 diff --git a/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild b/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild index 174ab2977a8a..47d1b1012f66 100644 --- a/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild +++ b/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -25,7 +25,7 @@ src_install() { pkg_postinst() { # Enable IDLE integration if Python was compiled with tcltk. - PYTHON_VER=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:') + PYTHON_VER=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:') config_txt=/usr/lib/python${PYTHON_VER}/tools/idle/config.txt if [ -f "${config_txt}" ]; then if [ -z "`grep BicycleRepairMan_Idle ${config_txt}`" ]; then diff --git a/dev-python/bonobo-python/Manifest b/dev-python/bonobo-python/Manifest index a6defde60e97..a3ae1d645d41 100644 --- a/dev-python/bonobo-python/Manifest +++ b/dev-python/bonobo-python/Manifest @@ -1,4 +1,4 @@ MD5 297ba839425c5ef182706e7c9df1e049 ChangeLog 1298 -MD5 7f48690831a9ddbc52a657189e2d4623 bonobo-python-0.2.0-r3.ebuild 1348 +MD5 f518d0516d00e5a2a1d02863e5cf5c50 bonobo-python-0.2.0-r3.ebuild 1348 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 40e5326caea5a297e9e99af71f575dce files/digest-bonobo-python-0.2.0-r3 71 diff --git a/dev-python/bonobo-python/bonobo-python-0.2.0-r3.ebuild b/dev-python/bonobo-python/bonobo-python-0.2.0-r3.ebuild index a628509d88df..fdf8e83b601f 100644 --- a/dev-python/bonobo-python/bonobo-python-0.2.0-r3.ebuild +++ b/dev-python/bonobo-python/bonobo-python-0.2.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bonobo-python/bonobo-python-0.2.0-r3.ebuild,v 1.5 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bonobo-python/bonobo-python-0.2.0-r3.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ IUSE="" @@ -43,7 +43,7 @@ src_install() { mv ${S}/nautilus/Makefile ${S}/nautilus/Makefile.orig; \ sed s/'install-data-am: install-pysitePYTHON'/'install-data-am:'/ ${S}/nautilus/Makefile.orig > ${S}/nautilus/Makefile; \ ) - + einstall || die dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/dev-python/cddb-py/Manifest b/dev-python/cddb-py/Manifest index 953910d6d1ee..52692591c9c3 100644 --- a/dev-python/cddb-py/Manifest +++ b/dev-python/cddb-py/Manifest @@ -1,4 +1,4 @@ -MD5 85079619ee795f3643d41f53e2073817 files/digest-cddb-py-1.3 59 MD5 e8a5a692aa6dd8bed2a8a57489507e00 ChangeLog 332 -MD5 e950d256528f47f03498ebf1395ae24f cddb-py-1.3.ebuild 472 +MD5 1bf32cb9b8f627da91f0db4f513ccde2 cddb-py-1.3.ebuild 475 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 85079619ee795f3643d41f53e2073817 files/digest-cddb-py-1.3 59 diff --git a/dev-python/cddb-py/cddb-py-1.3.ebuild b/dev-python/cddb-py/cddb-py-1.3.ebuild index 2803d4014bed..4715e1cbb28f 100644 --- a/dev-python/cddb-py/cddb-py-1.3.ebuild +++ b/dev-python/cddb-py/cddb-py-1.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cddb-py/cddb-py-1.3.ebuild,v 1.4 2003/07/12 12:49:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cddb-py/cddb-py-1.3.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ -DESCRIPTION="CDDB Module for Python" +DESCRIPTION="CDDB Module for Python" SRC_URI="mirror://sourceforge/cddb-py/CDDB-${PV}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/cddb-py/" diff --git a/dev-python/docutils/Manifest b/dev-python/docutils/Manifest index ef6093d50566..c8688f9135ce 100644 --- a/dev-python/docutils/Manifest +++ b/dev-python/docutils/Manifest @@ -1,7 +1,9 @@ -MD5 d6fc669e125324930e72f2421779a5c2 files/glep-0.3-r1/glepread.py 1647 -MD5 770e48a59980bce89ab956ab96396a7c files/glep-0.3-r1/glep.py 699 -MD5 a273d63de34b5da93a15764998c054d2 files/glep-0.3-r1/glep_htmlwrite.py 4168 -MD5 52f6ec87bfa6c5c8ec86c85e2a2ed58a files/glep-0.3-r1/glepstrans.py 10428 +MD5 96898c1cd94fbb3f0c3de8d00c0dc5de ChangeLog 2021 +MD5 2196352ff09a0911d140c0c894967808 docutils-0.3_pre20030530.ebuild 716 +MD5 3b77f1541dc354b1155715d80f197bad docutils-0.3_pre20030530-r3.ebuild 1543 +MD5 b94f6cb53504d9770fda627c349fd74e docutils-0.3.ebuild 1529 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 740169f2297c364358dda284ab53e85b docutils-0.3-r1.ebuild 1768 MD5 8c6d9ea3ddd2e36b369112ee20b660fb files/digest-docutils-0.3_pre20030530 73 MD5 8c6d9ea3ddd2e36b369112ee20b660fb files/digest-docutils-0.3_pre20030530-r3 73 MD5 4787b6c5e6678d3f211ec7f8ec71aa03 files/glep.py 699 @@ -11,9 +13,7 @@ MD5 fded948d9eac24154eab24b2b56d15d6 files/glepstrans.py 10420 MD5 694b883b9a8f714dc375a547cdf62b1d files/digest-docutils-0.3 64 MD5 694b883b9a8f714dc375a547cdf62b1d files/digest-docutils-0.3-r1 64 MD5 7c025532adb8b09116980747be7ccc61 files/docutils-0.3-extramodules.patch 1155 -MD5 96898c1cd94fbb3f0c3de8d00c0dc5de ChangeLog 2021 -MD5 3b77f1541dc354b1155715d80f197bad docutils-0.3_pre20030530-r3.ebuild 1543 -MD5 2196352ff09a0911d140c0c894967808 docutils-0.3_pre20030530.ebuild 716 -MD5 4ecda915abc9c0f1242895c64464440e docutils-0.3.ebuild 1529 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 c68688b4f37ace0b9d079728ba9b80d4 docutils-0.3-r1.ebuild 1768 +MD5 d6fc669e125324930e72f2421779a5c2 files/glep-0.3-r1/glepread.py 1647 +MD5 770e48a59980bce89ab956ab96396a7c files/glep-0.3-r1/glep.py 699 +MD5 a273d63de34b5da93a15764998c054d2 files/glep-0.3-r1/glep_htmlwrite.py 4168 +MD5 52f6ec87bfa6c5c8ec86c85e2a2ed58a files/glep-0.3-r1/glepstrans.py 10428 diff --git a/dev-python/docutils/docutils-0.3-r1.ebuild b/dev-python/docutils/docutils-0.3-r1.ebuild index d7239c38ae13..96590bf76bea 100644 --- a/dev-python/docutils/docutils-0.3-r1.ebuild +++ b/dev-python/docutils/docutils-0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3-r1.ebuild,v 1.1 2003/07/07 23:39:10 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3-r1.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -56,7 +56,7 @@ src_install() { do install_txt_doc $doc done - + # installing Gentoo GLEP tools. Uses versioned GLEP distribution distutils_python_version newbin ${GLEP_SRC}/glep.py docutils-glep.py diff --git a/dev-python/docutils/docutils-0.3.ebuild b/dev-python/docutils/docutils-0.3.ebuild index 4764bf7e733e..6b64fbf0cd40 100644 --- a/dev-python/docutils/docutils-0.3.ebuild +++ b/dev-python/docutils/docutils-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.ebuild,v 1.1 2003/07/01 09:46:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -47,7 +47,7 @@ src_install() { do install_txt_doc $doc done - + # Gentoo GLEP tools newbin ${FILESDIR}/glep.py docutils-glep.py distutils_python_version diff --git a/dev-python/editobj/Manifest b/dev-python/editobj/Manifest index b1e5376884ad..511ccefe2f39 100644 --- a/dev-python/editobj/Manifest +++ b/dev-python/editobj/Manifest @@ -1,4 +1,4 @@ -MD5 9d01ad9054c4d8fd46a9ba24b662c9b5 files/digest-editobj-0.4.2 64 MD5 3b0ec4a72afe180217285d34a4f4c669 ChangeLog 428 -MD5 cf3e6f240590c58fbf3b96db3f30c72a editobj-0.4.2.ebuild 874 +MD5 78f67ef15e7890b039764408dd75873f editobj-0.4.2.ebuild 868 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 9d01ad9054c4d8fd46a9ba24b662c9b5 files/digest-editobj-0.4.2 64 diff --git a/dev-python/editobj/editobj-0.4.2.ebuild b/dev-python/editobj/editobj-0.4.2.ebuild index cf9bf1208096..514d6497fc66 100644 --- a/dev-python/editobj/editobj-0.4.2.ebuild +++ b/dev-python/editobj/editobj-0.4.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.4.2.ebuild,v 1.4 2003/07/12 12:49:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.4.2.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils MY_P=${P/editobj/EditObj} -IUSE="" +IUSE="" DESCRIPTION="EditObj can create a dialog box to edit ANY Python object. It also includes a Tk tree widget, an event and a multiple undo-redo frameworks." SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz @@ -24,5 +24,5 @@ S=${WORKDIR}/${MY_P} pkg_setup() { distutils_python_tkinter } - + diff --git a/dev-python/egenix-mx-base/Manifest b/dev-python/egenix-mx-base/Manifest index fdbcd6dc9980..5b6e1c6e90b9 100644 --- a/dev-python/egenix-mx-base/Manifest +++ b/dev-python/egenix-mx-base/Manifest @@ -1,7 +1,7 @@ MD5 8140af04b1ea87b9138be53f2cd7b5c2 ChangeLog 1709 MD5 a238b55af8e847c51d446d4e6ebea9bf egenix-mx-base-2.0.2.ebuild 708 MD5 aad7c07b0cdd28c45fa0875ef8efe2cd egenix-mx-base-2.0.3.ebuild 781 -MD5 8b8fb18ad2bbd94bc849c08a40a63c7d egenix-mx-base-2.0.4.ebuild 742 +MD5 60425bf364b69fa7bd17a436174c3b73 egenix-mx-base-2.0.4.ebuild 743 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 9220404a96cadf0acbcb3d7480c0077d files/digest-egenix-mx-base-2.0.2 72 MD5 d35a8b52f34e9f071b7488d8f683f97b files/digest-egenix-mx-base-2.0.3 72 diff --git a/dev-python/egenix-mx-base/egenix-mx-base-2.0.4.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-2.0.4.ebuild index 8b6902e5c0bf..8e8daf51e824 100644 --- a/dev-python/egenix-mx-base/egenix-mx-base-2.0.4.ebuild +++ b/dev-python/egenix-mx-base/egenix-mx-base-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.4.ebuild,v 1.10 2003/08/06 12:20:50 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.4.ebuild,v 1.11 2003/09/06 23:32:28 msterret Exp $ inherit distutils flag-o-matic @@ -18,7 +18,7 @@ LICENSE="eGenixPublic" src_compile() { replace-flags "-O[3s]" "-O2" distutils_src_compile -} +} src_install() { distutils_src_install diff --git a/dev-python/gnome-python/Manifest b/dev-python/gnome-python/Manifest index d363fa694677..48b63d5947be 100644 --- a/dev-python/gnome-python/Manifest +++ b/dev-python/gnome-python/Manifest @@ -1,10 +1,10 @@ MD5 31761c81a91d08c2ae30117d5768c4f9 ChangeLog 2151 -MD5 de851167c5543c2ccb895c49355d225c gnome-python-1.4.2.ebuild 1344 -MD5 a74fa0f9ab971b80f292e61011a6f17f gnome-python-1.4.4.ebuild 1291 -MD5 8bf16363bf6ffd26a6f1f398ba7b8916 gnome-python-1.99.16.ebuild 1134 -MD5 2f065a6ab7d590c1ba4069ce20c07599 gnome-python-1.99.18.ebuild 1136 -MD5 8b6a62cc10034815691af1c01778169b gnome-python-2.0.0.ebuild 1133 +MD5 b08c76865168e182aca7da28de18de95 gnome-python-1.4.2.ebuild 1346 +MD5 589bc1fa185d1da316b776046ceb12ab gnome-python-1.4.4.ebuild 1291 +MD5 d87fe3443845cd47bfda08e1612c049f gnome-python-1.99.16.ebuild 1136 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 6b413d54cd256d6b71b50b10c7c1dc58 gnome-python-1.99.18.ebuild 1138 +MD5 42212357554fc25f5dbd8158a16de2d9 gnome-python-2.0.0.ebuild 1133 MD5 7fd6852037c022d0f0f2413aabae59b4 files/digest-gnome-python-1.4.2 70 MD5 ba9ea8c1b972e53626b9ab2d6cab4225 files/digest-gnome-python-1.4.4 71 MD5 3498c61ca59e9ea08ac98bb89155e43e files/digest-gnome-python-1.99.16 73 diff --git a/dev-python/gnome-python/gnome-python-1.4.2.ebuild b/dev-python/gnome-python/gnome-python-1.4.2.ebuild index 5813ddb088fd..73a1efe857ab 100644 --- a/dev-python/gnome-python/gnome-python-1.4.2.ebuild +++ b/dev-python/gnome-python/gnome-python-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.2.ebuild,v 1.12 2003/08/29 13:17:53 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.2.ebuild,v 1.13 2003/09/06 23:32:28 msterret Exp $ IUSE="gnome opengl" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.daa.com.au/~james/gnome/" DEPEND="virtual/python =x11-libs/gtk+-1.2* >=media-libs/imlib-1.9.10-r1 - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 + gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 <gnome-base/libglade-1.90.0 <gnome-base/control-center-1.90.0 ) opengl? ( <x11-libs/gtkglarea-1.99.0 )" diff --git a/dev-python/gnome-python/gnome-python-1.4.4.ebuild b/dev-python/gnome-python/gnome-python-1.4.4.ebuild index 8e27b65660a8..ad7531c365f9 100644 --- a/dev-python/gnome-python/gnome-python-1.4.4.ebuild +++ b/dev-python/gnome-python/gnome-python-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.4.ebuild,v 1.6 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.4.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ inherit gnome.org @@ -17,7 +17,7 @@ LICENSE="GPL-2" DEPEND="virtual/python =x11-libs/gtk+-1.2* >=media-libs/imlib-1.9.10-r1 - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 + gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 <gnome-base/libglade-1.90.0 <gnome-base/control-center-1.90.0 ) opengl? ( <x11-libs/gtkglarea-1.99.0 )" diff --git a/dev-python/gnome-python/gnome-python-1.99.16.ebuild b/dev-python/gnome-python/gnome-python-1.99.16.ebuild index 4a08b18a6e38..54074d39c49c 100644 --- a/dev-python/gnome-python/gnome-python-1.99.16.ebuild +++ b/dev-python/gnome-python/gnome-python-1.99.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.99.16.ebuild,v 1.5 2003/08/29 13:17:53 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.99.16.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ # devel version - debug inherit gnome2 debug @@ -31,7 +31,7 @@ DEPEND=">=dev-lang/python-2.2 >=gnome-base/libgnomeprintui-2.2 gtkhtml? ( =gnome-extra/libgtkhtml-2* )" -RDEPEND="${DEPEND} +RDEPEND="${DEPEND} >=dev-util/pkgconfig-0.12.0" SLOT="2" diff --git a/dev-python/gnome-python/gnome-python-1.99.18.ebuild b/dev-python/gnome-python/gnome-python-1.99.18.ebuild index ba783ea8e4df..54450ff666aa 100644 --- a/dev-python/gnome-python/gnome-python-1.99.18.ebuild +++ b/dev-python/gnome-python/gnome-python-1.99.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.99.18.ebuild,v 1.1 2003/08/29 13:10:42 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.99.18.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ # devel version - debug inherit gnome2 debug @@ -31,7 +31,7 @@ RDEPEND=">=dev-lang/python-2.2 >=gnome-base/libgnomeprintui-2.2 gtkhtml? ( =gnome-extra/libgtkhtml-2* )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" SLOT="2" diff --git a/dev-python/gnome-python/gnome-python-2.0.0.ebuild b/dev-python/gnome-python/gnome-python-2.0.0.ebuild index 162ab4fff4fa..6c140d2bd4fe 100644 --- a/dev-python/gnome-python/gnome-python-2.0.0.ebuild +++ b/dev-python/gnome-python/gnome-python-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.0.0.ebuild,v 1.1 2003/09/03 12:47:17 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.0.0.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ # devel version - debug inherit gnome2 debug @@ -31,7 +31,7 @@ RDEPEND=">=dev-lang/python-2.2 >=gnome-base/libgnomeprintui-2.2 gtkhtml? ( =gnome-extra/libgtkhtml-2* )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" SLOT="2" diff --git a/dev-python/gnosis-utils/Manifest b/dev-python/gnosis-utils/Manifest index 46f2f5f8e6e6..db0fd648aebe 100644 --- a/dev-python/gnosis-utils/Manifest +++ b/dev-python/gnosis-utils/Manifest @@ -1,4 +1,4 @@ -MD5 d8ed548f398d1067e2611ebd0e590c23 files/digest-gnosis-utils-1.0.6 70 MD5 a786baa96c4f10410a9a88609374f24a ChangeLog 415 -MD5 9309cc8ed83f401d6424e4c91f695c4c gnosis-utils-1.0.6.ebuild 1124 +MD5 41ab1901d8b5139a74dea40937ad161d gnosis-utils-1.0.6.ebuild 1126 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 d8ed548f398d1067e2611ebd0e590c23 files/digest-gnosis-utils-1.0.6 70 diff --git a/dev-python/gnosis-utils/gnosis-utils-1.0.6.ebuild b/dev-python/gnosis-utils/gnosis-utils-1.0.6.ebuild index 543946039d53..e064522aaf54 100644 --- a/dev-python/gnosis-utils/gnosis-utils-1.0.6.ebuild +++ b/dev-python/gnosis-utils/gnosis-utils-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnosis-utils/gnosis-utils-1.0.6.ebuild,v 1.4 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnosis-utils/gnosis-utils-1.0.6.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -36,7 +36,7 @@ src_install() { einfo "Moving documentation to correct location" mv ${D}/usr/lib/python${PYVER}/site-packages/gnosis/doc ${D}/usr/share/doc/${PF}/doc fi - + rm -f ${D}/usr/lib/python${PYVER}/site-packages/gnosis/{README,MANIFEST} - rm -f ${D}/usr/lib/python${PYVER}/site-packages/{README,MANIFEST} + rm -f ${D}/usr/lib/python${PYVER}/site-packages/{README,MANIFEST} } diff --git a/dev-python/gnuplot-py/Manifest b/dev-python/gnuplot-py/Manifest index d83fef65c8f7..7f17f1c8a69e 100644 --- a/dev-python/gnuplot-py/Manifest +++ b/dev-python/gnuplot-py/Manifest @@ -1,4 +1,4 @@ MD5 f27b099d67241d98100d361f764fe635 ChangeLog 523 -MD5 c791f2e4d89ebc24ed9bf6a5ac9734db gnuplot-py-1.6.ebuild 618 +MD5 4f21c7e1abe1bf291de914a0ae7d6df9 gnuplot-py-1.6.ebuild 616 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 e78f98cfb3a978120690eb8cc84e5dda files/digest-gnuplot-py-1.6 65 diff --git a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild index 3a35d3273902..0c3c7367506c 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.4 2003/09/02 22:27:28 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -12,10 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" SLOT="0" -DEPEND="virtual/python - media-gfx/gnuplot +DEPEND="virtual/python + media-gfx/gnuplot dev-python/numeric" - + src_install() { distutils_src_install dohtml doc/Gnuplot/* diff --git a/dev-python/happydoc/Manifest b/dev-python/happydoc/Manifest index efcb9df604e9..15116c08e9b2 100644 --- a/dev-python/happydoc/Manifest +++ b/dev-python/happydoc/Manifest @@ -1,6 +1,6 @@ -MD5 ff94dd4cc18291ab80ea2ecbdf87538f files/digest-happydoc-2.0.1 67 -MD5 8dac4d31c0d3c69095ea1a7486238ba6 files/digest-happydoc-2.1 127 -MD5 106eef2ed9f6ca71171060ccd8e783ba happydoc-2.0.1.ebuild 778 MD5 93098c9db1f819a2923bc98205514a94 ChangeLog 885 -MD5 33c219481154b6da969a0d98b215e153 happydoc-2.1.ebuild 921 +MD5 106eef2ed9f6ca71171060ccd8e783ba happydoc-2.0.1.ebuild 778 +MD5 611a652624867812aad1fd89c729b4ff happydoc-2.1.ebuild 924 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 ff94dd4cc18291ab80ea2ecbdf87538f files/digest-happydoc-2.0.1 67 +MD5 8dac4d31c0d3c69095ea1a7486238ba6 files/digest-happydoc-2.1 127 diff --git a/dev-python/happydoc/happydoc-2.1.ebuild b/dev-python/happydoc/happydoc-2.1.ebuild index 1df789c28379..6dd57666d1f6 100644 --- a/dev-python/happydoc/happydoc-2.1.ebuild +++ b/dev-python/happydoc/happydoc-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-2.1.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-2.1.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -20,7 +20,7 @@ DEPEND="virtual/python" src_install() { mydoc="INSTALL.txt LICENSE.txt CHANGES.txt README.txt" distutils_src_install - + insinto /usr/share/doc/${PF} doins test_happydoc.py diff --git a/dev-python/htmlgen/Manifest b/dev-python/htmlgen/Manifest index 346d1eb1df04..fa0a4c0645ff 100644 --- a/dev-python/htmlgen/Manifest +++ b/dev-python/htmlgen/Manifest @@ -1,4 +1,4 @@ -MD5 77a2f88a1a1d60ab0499c0f712ab8f29 htmlgen-2.2.2.ebuild 1400 MD5 4db6750ffdb4860a58bfe3fe7230321d ChangeLog 443 +MD5 582df9318246d583435b1393a035486f htmlgen-2.2.2.ebuild 1394 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 43b1948d8e565b8bfc50541f916b1311 files/digest-htmlgen-2.2.2 56 diff --git a/dev-python/htmlgen/htmlgen-2.2.2.ebuild b/dev-python/htmlgen/htmlgen-2.2.2.ebuild index f6df08b9e954..3bd15eb16b46 100644 --- a/dev-python/htmlgen/htmlgen-2.2.2.ebuild +++ b/dev-python/htmlgen/htmlgen-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/htmlgen/htmlgen-2.2.2.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/htmlgen/htmlgen-2.2.2.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ IUSE="" MY_P="HTMLgen" @@ -26,13 +26,13 @@ src_install() { # doing this manually because their build scripts suck dodir /usr/lib/python${PYTHON_VER}/site-packages insinto /usr/lib/python${PYTHON_VER}/site-packages - doins HTMLgen.py HTMLcolors.py HTMLutil.py HTMLcalendar.py - doins barchart.py colorcube.py imgsize.py NavLinks.py - doins Formtools.py HTMLgen.pyc HTMLcolors.pyc HTMLutil.pyc - doins HTMLcalendar.pyc barchart.pyc colorcube.pyc imgsize.pyc - doins NavLinks.pyc Formtools.pyc ImageH.py ImageFileH.py - doins ImagePaletteH.py GifImagePluginH.py JpegImagePluginH.py - doins PngImagePluginH.py ImageH.pyc ImageFileH.pyc + doins HTMLgen.py HTMLcolors.py HTMLutil.py HTMLcalendar.py + doins barchart.py colorcube.py imgsize.py NavLinks.py + doins Formtools.py HTMLgen.pyc HTMLcolors.pyc HTMLutil.pyc + doins HTMLcalendar.pyc barchart.pyc colorcube.pyc imgsize.pyc + doins NavLinks.pyc Formtools.pyc ImageH.py ImageFileH.py + doins ImagePaletteH.py GifImagePluginH.py JpegImagePluginH.py + doins PngImagePluginH.py ImageH.pyc ImageFileH.pyc doins ImagePaletteH.pyc GifImagePluginH.pyc JpegImagePluginH.pyc doins PngImagePluginH.pyc } diff --git a/dev-python/kinterbasdb/Manifest b/dev-python/kinterbasdb/Manifest index 76e9e5416389..800878458795 100644 --- a/dev-python/kinterbasdb/Manifest +++ b/dev-python/kinterbasdb/Manifest @@ -1,6 +1,6 @@ -MD5 511dc7e5e77d8d502391235c232c519f files/digest-kinterbasdb-3.0.1_pre3 73 -MD5 78dab154a76b4a60b9defcda40ae5262 files/digest-kinterbasdb-3.0.2 139 -MD5 ef0bc90b2082acdf52b1d410ee9a7a60 kinterbasdb-3.0.1_pre3.ebuild 789 MD5 f6d741b5507bd8d595137b1f1fb1b75c ChangeLog 678 -MD5 32af2851c6921b8858164a0bd973505e kinterbasdb-3.0.2.ebuild 816 +MD5 ef0bc90b2082acdf52b1d410ee9a7a60 kinterbasdb-3.0.1_pre3.ebuild 789 +MD5 c735190d603a3934f4b31e368745fbff kinterbasdb-3.0.2.ebuild 819 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 511dc7e5e77d8d502391235c232c519f files/digest-kinterbasdb-3.0.1_pre3 73 +MD5 78dab154a76b4a60b9defcda40ae5262 files/digest-kinterbasdb-3.0.2 139 diff --git a/dev-python/kinterbasdb/kinterbasdb-3.0.2.ebuild b/dev-python/kinterbasdb/kinterbasdb-3.0.2.ebuild index 2c032257bcf8..1c76e5c89417 100644 --- a/dev-python/kinterbasdb/kinterbasdb-3.0.2.ebuild +++ b/dev-python/kinterbasdb/kinterbasdb-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kinterbasdb/kinterbasdb-3.0.2.ebuild,v 1.4 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kinterbasdb/kinterbasdb-3.0.2.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -20,7 +20,7 @@ DEPEND="virtual/python src_install() { mydoc="docs/*.txt" distutils_src_install --install-data=/usr/share/doc/${PF} - + # we put docs in properly ourselves rm -rf ${D}/usr/share/doc/${PF}/kinterbasdb dohtml docs/*.html docs/*.css diff --git a/dev-python/ldaptor/Manifest b/dev-python/ldaptor/Manifest index 67db4ec8c2e2..f44952586142 100644 --- a/dev-python/ldaptor/Manifest +++ b/dev-python/ldaptor/Manifest @@ -1,4 +1,4 @@ -MD5 43feb7d34a8c766f9dc97801fb2a7ce5 files/digest-ldaptor-0.0.6 64 -MD5 fb69485283c940dc334a6fd903667026 ldaptor-0.0.6.ebuild 1258 MD5 581f37aecd5b753d2c86687c11c56c86 ChangeLog 412 +MD5 09bb9f8d4a613e9160e9f9939f01cccd ldaptor-0.0.6.ebuild 1259 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 43feb7d34a8c766f9dc97801fb2a7ce5 files/digest-ldaptor-0.0.6 64 diff --git a/dev-python/ldaptor/ldaptor-0.0.6.ebuild b/dev-python/ldaptor/ldaptor-0.0.6.ebuild index 29e53567f888..67c8a6adaee0 100644 --- a/dev-python/ldaptor/ldaptor-0.0.6.ebuild +++ b/dev-python/ldaptor/ldaptor-0.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ldaptor-0.0.6.ebuild,v 1.7 2003/08/07 02:34:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ldaptor/ldaptor-0.0.6.ebuild,v 1.8 2003/09/06 23:32:28 msterret Exp $ DESCRIPTION="set of LDAP utilities for use from the command line" HOMEPAGE="http://twistedmatrix.com/users/tv/ldaptor/" @@ -25,7 +25,7 @@ src_install() { python setup-ldaptor-utils.py install --root=${D} || die python setup-ldaptor-webui.py install --root=${D} || die python setup-python-ldaptor.py install --root=${D} || die - + dodoc README TODO rfc2251-status.txt # install examples diff --git a/dev-python/medusa/Manifest b/dev-python/medusa/Manifest index f3fdcf515523..55c6540bbec5 100644 --- a/dev-python/medusa/Manifest +++ b/dev-python/medusa/Manifest @@ -1,6 +1,6 @@ -MD5 28445bd59504cc35ce0bb3ca9743d7b0 files/digest-medusa-0.5.2 63 -MD5 d691bc35269852cdce6e521d40c93a23 files/digest-medusa-0.5.3 63 -MD5 c0cfd06d12670b0a8636ee94fb7c8b3e medusa-0.5.2.ebuild 798 MD5 84f8af94f222dfdce11fcf4afd9c4c0b ChangeLog 643 -MD5 129d7f8189f3d3309fd689bfc59d0e83 medusa-0.5.3.ebuild 900 +MD5 7fc5095601fe330e257dfc708ab57371 medusa-0.5.2.ebuild 798 +MD5 0fbf69592d694d1131094d6c2f822f28 medusa-0.5.3.ebuild 900 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 28445bd59504cc35ce0bb3ca9743d7b0 files/digest-medusa-0.5.2 63 +MD5 d691bc35269852cdce6e521d40c93a23 files/digest-medusa-0.5.3 63 diff --git a/dev-python/medusa/medusa-0.5.2.ebuild b/dev-python/medusa/medusa-0.5.2.ebuild index 3955ab751448..19a5090b5a52 100644 --- a/dev-python/medusa/medusa-0.5.2.ebuild +++ b/dev-python/medusa/medusa-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.2.ebuild,v 1.5 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.2.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -17,7 +17,7 @@ S=${WORKDIR}/${P} src_install () { mydoc="CHANGES.txt LICENSE.txt README.txt docs/*.txt" distutils_src_install - + dodir /usr/share/doc/${PF}/example cp -r demo/* ${D}/usr/share/doc/${PF}/example dohtml docs/*.html docs/*.gif diff --git a/dev-python/medusa/medusa-0.5.3.ebuild b/dev-python/medusa/medusa-0.5.3.ebuild index df94d02110f4..7e52854e1a89 100644 --- a/dev-python/medusa/medusa-0.5.3.ebuild +++ b/dev-python/medusa/medusa-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.3.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.3.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -19,7 +19,7 @@ S=${WORKDIR}/${P} src_install () { mydoc="CHANGES.txt LICENSE.txt README.txt docs/*.txt" distutils_src_install - + dodir /usr/share/doc/${PF}/example cp -r demo/* ${D}/usr/share/doc/${PF}/example dohtml docs/*.html docs/*.gif diff --git a/dev-python/menumaker/Manifest b/dev-python/menumaker/Manifest index db9636b24ac7..8ab3bbdf2c43 100644 --- a/dev-python/menumaker/Manifest +++ b/dev-python/menumaker/Manifest @@ -1,3 +1,3 @@ -MD5 985b26bb40e036d4194a4c2b5c72abe0 menumaker-0.12.ebuild 841 MD5 d25f66691502b90f3b48535cc4e6361f ChangeLog 294 +MD5 4da0a30034882048fe65a6db968c4da3 menumaker-0.12.ebuild 840 MD5 259b40f3bd1e4e04746fe6b39d9bae2c files/digest-menumaker-0.12 65 diff --git a/dev-python/menumaker/menumaker-0.12.ebuild b/dev-python/menumaker/menumaker-0.12.ebuild index 4804bbbb2e8b..f6759a3c92ce 100644 --- a/dev-python/menumaker/menumaker-0.12.ebuild +++ b/dev-python/menumaker/menumaker-0.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/menumaker/menumaker-0.12.ebuild,v 1.1 2003/07/30 00:09:13 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/menumaker/menumaker-0.12.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ -inherit distutils +inherit distutils MY_P=${P/menumaker/MenuMaker} S=${WORKDIR}/${MY_P} diff --git a/dev-python/mod_python/Manifest b/dev-python/mod_python/Manifest index 842a9a48d30c..53c255c443b3 100644 --- a/dev-python/mod_python/Manifest +++ b/dev-python/mod_python/Manifest @@ -1,5 +1,5 @@ MD5 5064b8fc7ec4cebd3b1d198a3a888101 ChangeLog 941 -MD5 7336cbfb22817552752d68ce33002026 mod_python-2.7.8.ebuild 2486 +MD5 30493e11e637e0c1992e8a5ca7b89442 mod_python-2.7.8.ebuild 2483 MD5 7ece881d024e39baf7b7a1886bcaa4c5 mod_python-3.0.0_beta4.ebuild 1175 MD5 d30d99c41e7e02b6bad3e7d773558f9d mod_python-3.0.1.ebuild 1098 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 diff --git a/dev-python/mod_python/mod_python-2.7.8.ebuild b/dev-python/mod_python/mod_python-2.7.8.ebuild index 3e1701055863..cfd94d7e63d0 100644 --- a/dev-python/mod_python/mod_python-2.7.8.ebuild +++ b/dev-python/mod_python/mod_python-2.7.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-2.7.8.ebuild,v 1.9 2003/07/10 03:09:21 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-2.7.8.ebuild,v 1.10 2003/09/06 23:32:28 msterret Exp $ DESCRIPTION="Python module for Apache 1.x, not for Apache 2.x" SRC_URI="http://www.modpython.org/dist/${P}.tgz" @@ -16,7 +16,7 @@ src_unpack() { unpack ${A} cd ${S} # This patch from SuSE fixes the missing CFLAGS. - # If you remove it, your apache will most likely + # If you remove it, your apache will most likely # fail (lots of dieing pids in error_log). patch -p0 < ${FILESDIR}/patch-2.7.8.diff } @@ -53,8 +53,8 @@ src_install() { rm ${D}usr/lib/python2.2/compileall.py insinto /etc/apache/conf/addon-modules - doins ${FILESDIR}/mod_python.conf - dodoc COPYRIGHT CREDITS NEWS README + doins ${FILESDIR}/mod_python.conf + dodoc COPYRIGHT CREDITS NEWS README insinto /usr/share/doc/${P}/html doins doc-html/* insinto /usr/share/doc/${P}/html/icons diff --git a/dev-python/mysql-python-py21/Manifest b/dev-python/mysql-python-py21/Manifest index 822d61403d36..d0b3e593bb43 100644 --- a/dev-python/mysql-python-py21/Manifest +++ b/dev-python/mysql-python-py21/Manifest @@ -1,6 +1,6 @@ -MD5 dec65a6be280c6066b2a5decfa636c5a files/digest-mysql-python-py21-0.9.2 69 -MD5 b13806fea73a4748e69af0ccab96b951 files/digest-mysql-python-py21-0.9.2-r1 145 MD5 ddd4eab40891d31f069a0146fdacec17 ChangeLog 844 -MD5 07ed57f6fe320e4c77eb5bbc06828855 mysql-python-py21-0.9.2.ebuild 647 -MD5 6e63f8e823f5ee90d3aacbd3a3c325d1 mysql-python-py21-0.9.2-r1.ebuild 872 +MD5 3d908d954c5df6c11229227b31e119de mysql-python-py21-0.9.2-r1.ebuild 873 +MD5 418d104ba82dfa9a981a57130d9558e8 mysql-python-py21-0.9.2.ebuild 648 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 dec65a6be280c6066b2a5decfa636c5a files/digest-mysql-python-py21-0.9.2 69 +MD5 b13806fea73a4748e69af0ccab96b951 files/digest-mysql-python-py21-0.9.2-r1 145 diff --git a/dev-python/mysql-python-py21/mysql-python-py21-0.9.2-r1.ebuild b/dev-python/mysql-python-py21/mysql-python-py21-0.9.2-r1.ebuild index d374f9812591..b930808000c9 100644 --- a/dev-python/mysql-python-py21/mysql-python-py21-0.9.2-r1.ebuild +++ b/dev-python/mysql-python-py21/mysql-python-py21-0.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python-py21/mysql-python-py21-0.9.2-r1.ebuild,v 1.6 2003/08/07 03:04:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python-py21/mysql-python-py21-0.9.2-r1.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ PYTHON_SLOT_VERSION="2.1" @@ -8,7 +8,7 @@ inherit distutils S="${WORKDIR}/MySQL-python-${PV}" -DESCRIPTION="MySQL Module for python" +DESCRIPTION="MySQL Module for python" HOMEPAGE="http://sourceforge.net/projects/mysql-python/" SRC_URI="mirror://sourceforge/mysql-python/MySQL-python-${PV}.tar.gz" diff --git a/dev-python/mysql-python-py21/mysql-python-py21-0.9.2.ebuild b/dev-python/mysql-python-py21/mysql-python-py21-0.9.2.ebuild index 9b475be0a38c..680ac2baf909 100644 --- a/dev-python/mysql-python-py21/mysql-python-py21-0.9.2.ebuild +++ b/dev-python/mysql-python-py21/mysql-python-py21-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python-py21/mysql-python-py21-0.9.2.ebuild,v 1.5 2003/08/07 03:04:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python-py21/mysql-python-py21-0.9.2.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ PYTHON_SLOT_VERSION="2.1" @@ -8,7 +8,7 @@ inherit distutils S="${WORKDIR}/MySQL-python-${PV}" -DESCRIPTION="MySQL Module for python" +DESCRIPTION="MySQL Module for python" HOMEPAGE="http://sourceforge.net/projects/mysql-python/" SRC_URI="mirror://sourceforge/mysql-python/MySQL-python-${PV}.tar.gz" diff --git a/dev-python/mysql-python/Manifest b/dev-python/mysql-python/Manifest index 49ac18d61d9d..83872485b011 100644 --- a/dev-python/mysql-python/Manifest +++ b/dev-python/mysql-python/Manifest @@ -1,6 +1,6 @@ -MD5 dec65a6be280c6066b2a5decfa636c5a files/digest-mysql-python-0.9.2 69 -MD5 dec65a6be280c6066b2a5decfa636c5a files/digest-mysql-python-0.9.2-r1 69 -MD5 e9957494aabda03e05f5bae812894086 mysql-python-0.9.2.ebuild 639 MD5 6b994491b99325fed8a9333cc3368d97 ChangeLog 1085 -MD5 03c424ede1ac560cf2dba67729cecc47 mysql-python-0.9.2-r1.ebuild 797 +MD5 6391dcbc4e4f16ce9cb5bbfa2e60aa88 mysql-python-0.9.2-r1.ebuild 798 +MD5 e9957494aabda03e05f5bae812894086 mysql-python-0.9.2.ebuild 639 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 dec65a6be280c6066b2a5decfa636c5a files/digest-mysql-python-0.9.2 69 +MD5 dec65a6be280c6066b2a5decfa636c5a files/digest-mysql-python-0.9.2-r1 69 diff --git a/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild b/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild index 1e4f24a17156..5579291e7f5a 100644 --- a/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild +++ b/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild,v 1.6 2003/08/07 02:36:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ inherit distutils S=${WORKDIR}/MySQL-python-${PV} -DESCRIPTION="MySQL Module for python" +DESCRIPTION="MySQL Module for python" HOMEPAGE="http://sourceforge.net/projects/mysql-python/" SRC_URI="mirror://sourceforge/mysql-python/MySQL-python-${PV}.tar.gz" diff --git a/dev-python/numeric/Manifest b/dev-python/numeric/Manifest index b2042765b4cf..6452ef219e9b 100644 --- a/dev-python/numeric/Manifest +++ b/dev-python/numeric/Manifest @@ -1,8 +1,8 @@ MD5 c81b16890a48d672585153a1dfdf5653 ChangeLog 1555 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 7269221b1b32b7fd6d2b1cc7de01486c numeric-22.0.ebuild 828 -MD5 acb884870877f72a2d2d71e8db32913c numeric-23.0.ebuild 831 -MD5 2dd03f90c06969b8d8aea8b6e56318fc numeric-23.1.ebuild 831 +MD5 ed86cc262c77cd954e50cd71d8577c32 numeric-22.0.ebuild 825 +MD5 987d5e79dbc0a921b6b0161ec0a83e29 numeric-23.0.ebuild 828 +MD5 5313badc78ec653959483558d85b9330 numeric-23.1.ebuild 828 MD5 543b62c79215183872d1f43ee1033c0b files/digest-numeric-22.0 64 MD5 1bbfd6024c1a372499b3774b2b91b5ab files/digest-numeric-23.0 64 MD5 a52c0be4669341bbf82129377ca75f2e files/digest-numeric-23.1 64 diff --git a/dev-python/numeric/numeric-22.0.ebuild b/dev-python/numeric/numeric-22.0.ebuild index 99d086873091..9cc5fa646ffa 100644 --- a/dev-python/numeric/numeric-22.0.ebuild +++ b/dev-python/numeric/numeric-22.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-22.0.ebuild,v 1.1 2003/09/02 22:24:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-22.0.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -22,7 +22,7 @@ DEPEND=">=dev-lang/python-2.2" src_install() { distutils_src_install - distutils_python_version + distutils_python_version #Numerical Tutorial is nice for testing and learning insinto /usr/lib/python${PYVER}/site-packages/NumTut diff --git a/dev-python/numeric/numeric-23.0.ebuild b/dev-python/numeric/numeric-23.0.ebuild index 1cbab64beac1..e7e0d7436612 100644 --- a/dev-python/numeric/numeric-23.0.ebuild +++ b/dev-python/numeric/numeric-23.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.0.ebuild,v 1.1 2003/09/02 22:24:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.0.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -22,7 +22,7 @@ DEPEND=">=dev-lang/python-2.2" src_install() { distutils_src_install - distutils_python_version + distutils_python_version #Numerical Tutorial is nice for testing and learning insinto /usr/lib/python${PYVER}/site-packages/NumTut diff --git a/dev-python/numeric/numeric-23.1.ebuild b/dev-python/numeric/numeric-23.1.ebuild index 3c7d63b0df9d..062e653be6c7 100644 --- a/dev-python/numeric/numeric-23.1.ebuild +++ b/dev-python/numeric/numeric-23.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.1.ebuild,v 1.1 2003/09/02 22:24:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.1.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -22,7 +22,7 @@ DEPEND=">=dev-lang/python-2.2" src_install() { distutils_src_install - distutils_python_version + distutils_python_version #Numerical Tutorial is nice for testing and learning insinto /usr/lib/python${PYVER}/site-packages/NumTut diff --git a/dev-python/omniORBpy/Manifest b/dev-python/omniORBpy/Manifest index 2716bae42da8..f7c5051bef7a 100644 --- a/dev-python/omniORBpy/Manifest +++ b/dev-python/omniORBpy/Manifest @@ -1,4 +1,4 @@ -MD5 3b2f7d612501c7be35937d732281147a files/digest-omniORBpy-2.0 65 -MD5 63890a869b329450a51acfc26c76ff8d omniORBpy-2.0.ebuild 2101 MD5 80198eadf0d929482a7c2a97a398f4cb ChangeLog 419 +MD5 a91f7d95cedca037ffcf9d13e559c897 omniORBpy-2.0.ebuild 2081 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 3b2f7d612501c7be35937d732281147a files/digest-omniORBpy-2.0 65 diff --git a/dev-python/omniORBpy/omniORBpy-2.0.ebuild b/dev-python/omniORBpy/omniORBpy-2.0.ebuild index b6f1b761a783..9ca7820c7a38 100644 --- a/dev-python/omniORBpy/omniORBpy-2.0.ebuild +++ b/dev-python/omniORBpy/omniORBpy-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.0.ebuild,v 1.6 2003/07/03 10:09:42 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.0.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ DESCRIPTION="This is omniORBpy 2, a robust high-performance CORBA ORB for Python." HOMEPAGE="http://omniorb.sourceforge.net/" @@ -18,13 +18,13 @@ S="${WORKDIR}/${P}" src_compile() { MY_CONF="--host=${CHOST} --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --with-omniorb=/usr" - + use ssl && MY_CONF="${MY_CONF} --with-openssl=/usr" - + MY_PY=/usr/bin/python`python -c "import sys; print sys.version[:3]"` # install modules for python which is default python interpreter in - # the system - + # the system + PYTHON=${MY_PY} ./configure ${MY_CONF} || die "./configure failed" emake || die } @@ -39,13 +39,13 @@ src_install() { mv python/dir.mk python/dir.mk_orig awk -v STR="Naming\\\.idl" '{ if (/^[[:space:]]*$/) flag = 0; tmpstr = $0; if (gsub(STR, "", tmpstr)) flag = 1; if (flag) print "#" $0; else print $0; }' python/dir.mk_orig > python/dir.mk make DESTDIR=${D} install || die - + dodoc COPYING.LIB README README.Python dohtml doc/omniORBpy dodoc doc/omniORBpy.p* # ps,pdf dodoc doc/tex/* # .bib, .tex dodir /usr/share/doc/${P}/examples - cp -r examples/* ${D}/usr/share/doc/${P}/examples # doins doesn't do recursive + cp -r examples/* ${D}/usr/share/doc/${P}/examples # doins doesn't do recursive } diff --git a/dev-python/orbit-python/Manifest b/dev-python/orbit-python/Manifest index dd500766fc5a..93a3e75ed7e7 100644 --- a/dev-python/orbit-python/Manifest +++ b/dev-python/orbit-python/Manifest @@ -1,8 +1,8 @@ +MD5 cf5d417d8ed3f5a4117fe062c89ed598 ChangeLog 1379 +MD5 275f6ab484291be3b1b00e19178ebbe9 orbit-python-0.3.0-r1.ebuild 892 +MD5 479c06e30131e8a4e3f337cd9a370325 orbit-python-0.3.1.ebuild 889 +MD5 492276fbf614f10f8c8af0c1c8b642e6 orbit-python-1.99.0.ebuild 655 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 ded6cd41330565f707370bd950be1a37 files/digest-orbit-python-0.3.0-r1 70 MD5 1126d3c89677d7bbee27ba9d3c6b8f7f files/digest-orbit-python-0.3.1 70 MD5 458721f9abe88a81c13acac03d246e58 files/digest-orbit-python-1.99.0 72 -MD5 7ed9feeb2d1c9509a6294bdc19c10ff5 orbit-python-0.3.0-r1.ebuild 893 -MD5 c9e331cc46b1a0803ee9d2bfe49a27fa orbit-python-0.3.1.ebuild 890 -MD5 492276fbf614f10f8c8af0c1c8b642e6 orbit-python-1.99.0.ebuild 655 -MD5 cf5d417d8ed3f5a4117fe062c89ed598 ChangeLog 1379 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 diff --git a/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild index 03c4fb597a87..2c3972e2366b 100644 --- a/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild +++ b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild,v 1.15 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild,v 1.16 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="ORBit bindings for Python" @@ -17,7 +17,7 @@ LICENSE="GPL-2" src_compile() { CFLAGS="$CFLAGS `gnome-config --cflags libIDL`" - + PYTHON="/usr/bin/python" ./configure --host=${CHOST} \ --prefix=/usr \ --with-libIDL-prefix=/usr \ @@ -29,6 +29,6 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - + dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/dev-python/orbit-python/orbit-python-0.3.1.ebuild b/dev-python/orbit-python/orbit-python-0.3.1.ebuild index f1ca65349f64..70120af99d39 100644 --- a/dev-python/orbit-python/orbit-python-0.3.1.ebuild +++ b/dev-python/orbit-python/orbit-python-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.1.ebuild,v 1.13 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.1.ebuild,v 1.14 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="ORBit bindings for Python" @@ -17,7 +17,7 @@ LICENSE="GPL-2" src_compile() { CFLAGS="$CFLAGS `gnome-config --cflags libIDL`" - + PYTHON="/usr/bin/python" ./configure --host=${CHOST} \ --prefix=/usr \ --with-libIDL-prefix=/usr \ @@ -29,6 +29,6 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - + dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/dev-python/py2play/Manifest b/dev-python/py2play/Manifest index fa9620cc61df..20a8e88b0bc5 100644 --- a/dev-python/py2play/Manifest +++ b/dev-python/py2play/Manifest @@ -1,4 +1,4 @@ -MD5 3f936eac8da4ba9519fa216a323ec969 files/digest-py2play-0.1.2 64 MD5 68b170b356d15f025b3f2090abbd4047 ChangeLog 428 -MD5 dbd305d25470c63b6c376e9d2455d669 py2play-0.1.2.ebuild 773 +MD5 6c0d652b3e51526723c9492e923c16a2 py2play-0.1.2.ebuild 768 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 3f936eac8da4ba9519fa216a323ec969 files/digest-py2play-0.1.2 64 diff --git a/dev-python/py2play/py2play-0.1.2.ebuild b/dev-python/py2play/py2play-0.1.2.ebuild index c373f9d0c726..0a38a291c00a 100644 --- a/dev-python/py2play/py2play-0.1.2.ebuild +++ b/dev-python/py2play/py2play-0.1.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.2.ebuild,v 1.4 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.2.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils MY_P=${P/py2play/Py2Play} -IUSE="" +IUSE="" DESCRIPTION="A Peer To Peer network game engine" SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz @@ -16,7 +16,7 @@ KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" DEPEND=">=dev-lang/python-2.2.2" - + S=${WORKDIR}/${MY_P} src_install() { diff --git a/dev-python/pyOpenSSL/Manifest b/dev-python/pyOpenSSL/Manifest index f4eacbf01816..4a18159c294a 100644 --- a/dev-python/pyOpenSSL/Manifest +++ b/dev-python/pyOpenSSL/Manifest @@ -1,4 +1,4 @@ -MD5 3c24379240e464df5a860ce0413832eb files/digest-pyOpenSSL-0.5.1 67 -MD5 e06aa9b2ca1ed0ff797a3bd05d1c3d3b pyOpenSSL-0.5.1.ebuild 1030 MD5 8c30450c2fd5956550e7207a67b63bef ChangeLog 557 +MD5 8f51ce53c460a677c00c3ad79df9b14c pyOpenSSL-0.5.1.ebuild 1031 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 3c24379240e464df5a860ce0413832eb files/digest-pyOpenSSL-0.5.1 67 diff --git a/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild b/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild index 389e1f610562..67cc0543e92b 100644 --- a/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild +++ b/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild,v 1.9 2003/08/07 02:38:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild,v 1.10 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -28,8 +28,8 @@ src_compile() { src_install() { distutils_src_install - - if [ "`use tetex`" ] ; then + + if [ "`use tetex`" ] ; then dohtml ${S}/doc/html/* dodoc ${S}/doc/pyOpenSSL.* fi diff --git a/dev-python/pygame/Manifest b/dev-python/pygame/Manifest index a23246371e88..5bf87003dff5 100644 --- a/dev-python/pygame/Manifest +++ b/dev-python/pygame/Manifest @@ -1,10 +1,10 @@ MD5 8d44d970aa66ff987faa3e972bf6e27f ChangeLog 2251 +MD5 c80ed4e37c5259fb4bc13c85916e3f15 pygame-1.5.3.ebuild 850 +MD5 05370fb507788455261979fb5ec03e1f pygame-1.5.5.ebuild 909 +MD5 b51beac4c62668057ae6e8f73def11e0 pygame-1.5.6.ebuild 898 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 1302a6dea4bebb47d395819db0bcef31 pygame-1.5.3.ebuild 857 -MD5 f79b4deaa3f41f262169717b79d2aad6 pygame-1.5.5.ebuild 916 -MD5 acad48c314609b871026f3aadc02b8b3 pygame-1.5.6.ebuild 905 MD5 bcc21545f0d3a09c4bf9beb344d39535 files/digest-pygame-1.5.3 64 MD5 a0a1443e65c63b895d64a478953de7c7 files/digest-pygame-1.5.5 64 -MD5 cfc28c49f2b91b67623bee4ba4bdb54e files/digest-pygame-1.5.6 64 MD5 8f157ac063bfbc2817a2ee8d2acf05c7 files/mixer.c-pause.patch 812 MD5 d46bdbdd81463a498d29a4a22bb14f81 files/music.c-pause.patch 800 +MD5 cfc28c49f2b91b67623bee4ba4bdb54e files/digest-pygame-1.5.6 64 diff --git a/dev-python/pygame/pygame-1.5.3.ebuild b/dev-python/pygame/pygame-1.5.3.ebuild index 945f41329d2a..d6d7e761334a 100644 --- a/dev-python/pygame/pygame-1.5.3.ebuild +++ b/dev-python/pygame/pygame-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.3.ebuild,v 1.11 2003/09/02 22:39:05 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.3.ebuild,v 1.12 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="python bindings to sdl and other libs that facilitate game production" @@ -24,7 +24,7 @@ inherit distutils src_install () { mydoc=WHATSNEW distutils_src_install - + dohtml -r docs/* dodir /usr/share/doc/${PF}/examples cp -r ${S}/examples ${D}usr/share/doc/${PF}/ diff --git a/dev-python/pygame/pygame-1.5.5.ebuild b/dev-python/pygame/pygame-1.5.5.ebuild index 064d7a22efdc..78b1520498cd 100644 --- a/dev-python/pygame/pygame-1.5.5.ebuild +++ b/dev-python/pygame/pygame-1.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.5.ebuild,v 1.6 2003/09/02 22:39:05 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.5.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="python bindings to sdl and other libs that facilitate game production" @@ -25,7 +25,7 @@ inherit distutils src_install () { mydoc=WHATSNEW distutils_src_install - + dohtml -r docs/* insinto /usr/share/doc/${PF}/examples doins ${S}/examples/* diff --git a/dev-python/pygame/pygame-1.5.6.ebuild b/dev-python/pygame/pygame-1.5.6.ebuild index be3eba9ed23a..999db369ca16 100644 --- a/dev-python/pygame/pygame-1.5.6.ebuild +++ b/dev-python/pygame/pygame-1.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.6.ebuild,v 1.4 2003/09/02 22:39:05 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.6.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -25,7 +25,7 @@ DEPEND="virtual/python src_install () { mydoc=WHATSNEW distutils_src_install - + dohtml -r docs/* insinto /usr/share/doc/${PF}/examples doins ${S}/examples/* diff --git a/dev-python/pygtk/Manifest b/dev-python/pygtk/Manifest index 5cb1ba9e6c65..4b7fe7dbd259 100644 --- a/dev-python/pygtk/Manifest +++ b/dev-python/pygtk/Manifest @@ -1,14 +1,14 @@ MD5 355a5edb6890dd456f7aec843882b8d3 ChangeLog 3311 -MD5 7f4b1ac767214657b085c4951227af02 metadata.xml 178 MD5 010c389b65e6e1ae2b4bfbf829bce6af pygtk-0.6.11.ebuild 608 MD5 653f879be76b0339583cc1c84748532b pygtk-0.6.9.ebuild 859 -MD5 367926987df68f8b25de441004cb7ef2 pygtk-1.99.13-r1.ebuild 995 +MD5 84bd59b6b8febfe2a45271e0ce5bef43 pygtk-1.99.13-r1.ebuild 999 MD5 6c871770f451bbb678a8895dc32ac080 pygtk-1.99.16.ebuild 1063 -MD5 8c8dfa5745ed27ccca351945355880d7 pygtk-1.99.18.ebuild 974 +MD5 7f4b1ac767214657b085c4951227af02 metadata.xml 178 MD5 28eef5ac4910e64734fa97491a1cc9b4 pygtk-2.0.0.ebuild 976 +MD5 8c8dfa5745ed27ccca351945355880d7 pygtk-1.99.18.ebuild 974 MD5 f7476a916a6add9b10800b1f5bf31e98 files/digest-pygtk-0.6.11 64 MD5 aa2b802d669529f279fb08ff5a9d615d files/digest-pygtk-0.6.9 63 MD5 24c9de51067b362e1e30dd1d3019e1b0 files/digest-pygtk-1.99.13-r1 65 MD5 f05cd62a4724f657e9a444918b477f40 files/digest-pygtk-1.99.16 66 -MD5 70d2a80aecbee8a0d2ad399a457767d9 files/digest-pygtk-1.99.18 66 MD5 f0923e335952213318838067c14df0a0 files/digest-pygtk-2.0.0 64 +MD5 70d2a80aecbee8a0d2ad399a457767d9 files/digest-pygtk-1.99.18 66 diff --git a/dev-python/pygtk/pygtk-1.99.13-r1.ebuild b/dev-python/pygtk/pygtk-1.99.13-r1.ebuild index da466bb56d0d..b4d419a20255 100644 --- a/dev-python/pygtk/pygtk-1.99.13-r1.ebuild +++ b/dev-python/pygtk/pygtk-1.99.13-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-1.99.13-r1.ebuild,v 1.10 2003/08/29 03:26:35 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-1.99.13-r1.ebuild,v 1.11 2003/09/06 23:32:28 msterret Exp $ # since its a development version -inherit debug +inherit debug DESCRIPTION="GTK+2 bindings for Python" HOMEPAGE="http://www.daa.com.au/~james/pygtk/" diff --git a/dev-python/pykde/Manifest b/dev-python/pykde/Manifest index 5ca09edf1fa4..7d74a26a932e 100644 --- a/dev-python/pykde/Manifest +++ b/dev-python/pykde/Manifest @@ -1,8 +1,8 @@ MD5 74ea3d0de30a8622ea9ef69e76bc9478 ChangeLog 1079 -MD5 8ffc620e0c006abd05da325a3f888251 metadata.xml 182 MD5 a0625a76afe55737a25000a235bc0a4d pykde-3.5.2.ebuild 1234 -MD5 28b80f94729bc25ac2b02d20976a8106 pykde-3.7.4.ebuild 1402 +MD5 8ffc620e0c006abd05da325a3f888251 metadata.xml 182 +MD5 34d1b3d1a9a6eda3698ca83e7f984dcb pykde-3.7.4.ebuild 1402 MD5 0724bcacc7dc67d7071ec4a38828db1a files/digest-pykde-3.5.2 63 -MD5 9964a12f8d0110947df654b5969e69e1 files/digest-pykde-3.7.4 63 MD5 87cf4dfaa7eb6c2dc39268151690e347 files/pykde-3.5.2-sandbox-patch.diff 763 +MD5 9964a12f8d0110947df654b5969e69e1 files/digest-pykde-3.7.4 63 MD5 c8882bffcd911e22d9dd58d740b4bf6a files/pykde-3.7.4-sandbox-patch.diff 763 diff --git a/dev-python/pykde/pykde-3.7.4.ebuild b/dev-python/pykde/pykde-3.7.4.ebuild index 95c96ab77502..09aa6a8a2add 100644 --- a/dev-python/pykde/pykde-3.7.4.ebuild +++ b/dev-python/pykde/pykde-3.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pykde/pykde-3.7.4.ebuild,v 1.2 2003/09/02 12:18:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pykde/pykde-3.7.4.ebuild,v 1.3 2003/09/06 23:32:28 msterret Exp $ inherit eutils distutils @@ -45,7 +45,7 @@ src_compile() { src_install() { # bug #27401 and 27619 distutils_python_version - + mkdir -p ${D}/usr/lib/python${PYVER}/site-packages make DESTDIR=${D} install || die dodoc ChangeLog AUTHORS THANKS README NEWS COPYING DETAILS BUGS README.importTest diff --git a/dev-python/pyrex/Manifest b/dev-python/pyrex/Manifest index 3ee47b8dee98..6d4d0e306f15 100644 --- a/dev-python/pyrex/Manifest +++ b/dev-python/pyrex/Manifest @@ -1,10 +1,10 @@ +MD5 3d68a94dc52dd510c8a871badfe46319 ChangeLog 985 +MD5 96e20a0987bb580e7cb207d5711ad7b9 pyrex-0.5.ebuild 815 +MD5 10044bc64d60aaa157ccfa19419e50db pyrex-0.8.ebuild 798 +MD5 6624c677e7e5f016743698013e05d618 pyrex-0.7.1.ebuild 799 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 f5eef16745a9b74b07dfc5aeceaa9e76 pyrex-0.8.2.ebuild 800 MD5 4e4a984b9a5191d2ea0e5887a5067ba0 files/digest-pyrex-0.8 61 MD5 0b6119a106d045a4cfa4647d3d12e5cc files/digest-pyrex-0.5 120 MD5 5c46cd453275b56cabe9cd981a306fa5 files/digest-pyrex-0.8.2 63 MD5 063768a9ab68fa42e5c4477c1703a791 files/digest-pyrex-0.7.1 63 -MD5 7878295dacd570a5e13fca1e1639b742 pyrex-0.5.ebuild 814 -MD5 3d68a94dc52dd510c8a871badfe46319 ChangeLog 985 -MD5 d2845c3f0cc708449ebdb21ca5614791 pyrex-0.8.ebuild 797 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 0e4ebc312c7b026fda142223869d2ad5 pyrex-0.7.1.ebuild 798 -MD5 775782b02f06ee5df7983aa630ff4a9a pyrex-0.8.2.ebuild 799 diff --git a/dev-python/pyrex/pyrex-0.5.ebuild b/dev-python/pyrex/pyrex-0.5.ebuild index 149e3113f054..94dbb54b62cc 100644 --- a/dev-python/pyrex/pyrex-0.5.ebuild +++ b/dev-python/pyrex/pyrex-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.5.ebuild,v 1.7 2003/08/07 03:00:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.5.ebuild,v 1.8 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -20,7 +20,7 @@ RDEPEND="" src_install() { mydoc="CHANGES.txt INSTALL.txt README.txt USAGE.txt" distutils_src_install - + dodir ${D}usr/share/doc/${PF}/Demos cp -r ${S}/Demos ${D}usr/share/doc/${PF} dohtml -r Doc/* diff --git a/dev-python/pyrex/pyrex-0.7.1.ebuild b/dev-python/pyrex/pyrex-0.7.1.ebuild index 67382aaae137..81d5e1b46f23 100644 --- a/dev-python/pyrex/pyrex-0.7.1.ebuild +++ b/dev-python/pyrex/pyrex-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.7.1.ebuild,v 1.5 2003/08/07 03:00:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.7.1.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -19,7 +19,7 @@ DEPEND="virtual/python" src_install() { mydoc="CHANGES.txt INSTALL.txt README.txt USAGE.txt" distutils_src_install - + dodir /usr/share/doc/${PF}/Demos cp -r ${S}/Demos ${D}/usr/share/doc/${PF} dohtml -r Doc/* diff --git a/dev-python/pyrex/pyrex-0.8.2.ebuild b/dev-python/pyrex/pyrex-0.8.2.ebuild index e7704bdf5429..66387e6432a2 100644 --- a/dev-python/pyrex/pyrex-0.8.2.ebuild +++ b/dev-python/pyrex/pyrex-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.2.ebuild,v 1.2 2003/08/07 03:00:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.2.ebuild,v 1.3 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -19,7 +19,7 @@ DEPEND="virtual/python" src_install() { mydoc="CHANGES.txt INSTALL.txt README.txt USAGE.txt" distutils_src_install - + dodir /usr/share/doc/${PF}/Demos cp -r ${S}/Demos ${D}/usr/share/doc/${PF} dohtml -r Doc/* diff --git a/dev-python/pyrex/pyrex-0.8.ebuild b/dev-python/pyrex/pyrex-0.8.ebuild index b3645fcee927..7aa9bbc8a9b5 100644 --- a/dev-python/pyrex/pyrex-0.8.ebuild +++ b/dev-python/pyrex/pyrex-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.ebuild,v 1.2 2003/08/07 03:00:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.ebuild,v 1.3 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -19,7 +19,7 @@ DEPEND="virtual/python" src_install() { mydoc="CHANGES.txt INSTALL.txt README.txt USAGE.txt" distutils_src_install - + dodir /usr/share/doc/${PF}/Demos cp -r ${S}/Demos ${D}/usr/share/doc/${PF} dohtml -r Doc/* diff --git a/dev-python/python-biggles/Manifest b/dev-python/python-biggles/Manifest index 86540176b3e8..c0c1f3c5102e 100644 --- a/dev-python/python-biggles/Manifest +++ b/dev-python/python-biggles/Manifest @@ -1,4 +1,4 @@ MD5 0a2537bf04a101bf733267dcd761cdd2 ChangeLog 481 +MD5 3003421a45e1be4b8ce58dafa07888a9 python-biggles-1.6.3.ebuild 577 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 0c5267183489f13defee6e9bba4c5171 python-biggles-1.6.3.ebuild 580 MD5 b0b88b10acbbbe211ce7065db44d901b files/digest-python-biggles-1.6.3 72 diff --git a/dev-python/python-biggles/python-biggles-1.6.3.ebuild b/dev-python/python-biggles/python-biggles-1.6.3.ebuild index f5a2c1af72e9..36c06487127e 100644 --- a/dev-python/python-biggles/python-biggles-1.6.3.ebuild +++ b/dev-python/python-biggles/python-biggles-1.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.3.ebuild,v 1.6 2003/09/02 22:32:41 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.3.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -10,8 +10,8 @@ HOMEPAGE="http://biggles.sourceforge.net" DEPEND="~media-libs/plotutils-2.4.1 dev-python/numeric" - -IUSE="" + +IUSE="" SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" diff --git a/dev-python/python-docs/Manifest b/dev-python/python-docs/Manifest index ce86a750bb08..524b318be95f 100644 --- a/dev-python/python-docs/Manifest +++ b/dev-python/python-docs/Manifest @@ -1,9 +1,9 @@ MD5 4345e6705c18b6f04c3d4af8b274f763 ChangeLog 1910 +MD5 e1be94e6f26bcb60e86f866412572957 python-docs-2.2.1-r1.ebuild 913 +MD5 be36602abd07ab80b8ef4fe0bcf86b7a python-docs-2.2.1.ebuild 813 +MD5 70d6949db8c90a9ad22fc4cbb62441ae python-docs-2.2.2.ebuild 722 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 8b087fed57479260f36504889b0e8a56 python-docs-2.2.1-r1.ebuild 914 -MD5 79a8b0b831146767f8fe1dd88e425f37 python-docs-2.2.1.ebuild 814 -MD5 46078d499a75593fcfd82f0c3519637a python-docs-2.2.2.ebuild 723 -MD5 55c5d2433efaaba98b65f274ec547392 python-docs-2.2.3.ebuild 727 +MD5 90bc1c856e6ef3df271267d6ee382a71 python-docs-2.2.3.ebuild 727 MD5 eaf9e5a3c6c11fcfbfca444de1427b97 files/digest-python-docs-2.2.1 63 MD5 eaf9e5a3c6c11fcfbfca444de1427b97 files/digest-python-docs-2.2.1-r1 63 MD5 f228bfc10d3eb9dfb215177275b0e1c9 files/digest-python-docs-2.2.2 63 diff --git a/dev-python/python-docs/python-docs-2.2.1-r1.ebuild b/dev-python/python-docs/python-docs-2.2.1-r1.ebuild index f16894472e95..87f23ef67706 100644 --- a/dev-python/python-docs/python-docs-2.2.1-r1.ebuild +++ b/dev-python/python-docs/python-docs-2.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.1-r1.ebuild,v 1.4 2003/06/22 12:16:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.1-r1.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" @@ -14,8 +14,8 @@ KEYWORDS="x86 ppc sparc alpha" src_unpack() { mkdir ${S} - cd ${S} - unpack ${A} + cd ${S} + unpack ${A} } diff --git a/dev-python/python-docs/python-docs-2.2.1.ebuild b/dev-python/python-docs/python-docs-2.2.1.ebuild index 9e3135bb86d5..0ce068052fdc 100644 --- a/dev-python/python-docs/python-docs-2.2.1.ebuild +++ b/dev-python/python-docs/python-docs-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.1.ebuild,v 1.11 2003/06/22 12:16:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.1.ebuild,v 1.12 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" @@ -14,8 +14,8 @@ KEYWORDS="x86 ppc sparc alpha" src_unpack() { mkdir ${S} - cd ${S} - unpack ${A} + cd ${S} + unpack ${A} } 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 ef4451bc082a..4655cdea232d 100644 --- a/dev-python/python-docs/python-docs-2.2.2.ebuild +++ b/dev-python/python-docs/python-docs-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.6 2003/06/22 12:16:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.2.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" @@ -14,8 +14,8 @@ KEYWORDS="x86 ppc sparc alpha" src_unpack() { mkdir ${S} - cd ${S} - unpack ${A} + cd ${S} + unpack ${A} } diff --git a/dev-python/python-docs/python-docs-2.2.3.ebuild b/dev-python/python-docs/python-docs-2.2.3.ebuild index 163e6737bc18..136c4d31c584 100644 --- a/dev-python/python-docs/python-docs-2.2.3.ebuild +++ b/dev-python/python-docs/python-docs-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.3.ebuild,v 1.2 2003/07/23 12:21:27 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.3.ebuild,v 1.3 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" @@ -14,8 +14,8 @@ KEYWORDS="x86 ppc sparc alpha hppa" src_unpack() { mkdir ${S} - cd ${S} - unpack ${A} + cd ${S} + unpack ${A} } diff --git a/dev-python/python-ldap-py21/Manifest b/dev-python/python-ldap-py21/Manifest index c708757fe2ba..082d7ac82c2b 100644 --- a/dev-python/python-ldap-py21/Manifest +++ b/dev-python/python-ldap-py21/Manifest @@ -1,6 +1,6 @@ -MD5 3a49926368dab091781d8e86226a7b75 files/digest-python-ldap-py21-2.0.0_pre05-r1 154 -MD5 7551db3dbad799de287c81b03d6b856d files/digest-python-ldap-py21-2.0.0_pre06 151 MD5 051d9508b6d8b9015118a46b1254657a ChangeLog 924 -MD5 3a65cb5b87d26c8158342d8bbbd668ba python-ldap-py21-2.0.0_pre05-r1.ebuild 943 -MD5 04e6cec08d73729e0ad4e59d2541f12e python-ldap-py21-2.0.0_pre06.ebuild 812 +MD5 3c7ddd1375bf6fb4713aff32aa2748c0 python-ldap-py21-2.0.0_pre05-r1.ebuild 943 +MD5 7a49fda30c3d5edcd042dd60bcded6ea python-ldap-py21-2.0.0_pre06.ebuild 810 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 3a49926368dab091781d8e86226a7b75 files/digest-python-ldap-py21-2.0.0_pre05-r1 154 +MD5 7551db3dbad799de287c81b03d6b856d files/digest-python-ldap-py21-2.0.0_pre06 151 diff --git a/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre05-r1.ebuild b/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre05-r1.ebuild index 390b58faa73e..3c17e8a08a4f 100644 --- a/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre05-r1.ebuild +++ b/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre05-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre05-r1.ebuild,v 1.5 2003/06/23 08:10:12 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre05-r1.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ PYTHON_SLOT_VERSION=2.1 @@ -26,5 +26,5 @@ src_compile() { -e "s|libs = ldap lber|libs = ldap lber resolv|" \ setup.cfg.orig > setup.cfg || die - distutils_src_compile + distutils_src_compile } diff --git a/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre06.ebuild b/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre06.ebuild index 1861f6131dad..0fb967090952 100644 --- a/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre06.ebuild +++ b/dev-python/python-ldap-py21/python-ldap-py21-2.0.0_pre06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: +# $Header: PYTHON_SLOT_VERSION=2.1 @@ -26,5 +26,5 @@ src_compile() { -e "s|libs = ldap lber|libs = ldap lber resolv|" \ setup.cfg.orig > setup.cfg || die - distutils_src_compile + distutils_src_compile } diff --git a/dev-python/python-ldap/Manifest b/dev-python/python-ldap/Manifest index 7a6fb16e8c43..7f877ba2f348 100644 --- a/dev-python/python-ldap/Manifest +++ b/dev-python/python-ldap/Manifest @@ -1,9 +1,9 @@ MD5 90419f2ff99c2792a717cb3b4c950721 ChangeLog 1501 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 52d9b77c8442a4239473404e0d240987 python-ldap-2.0.0_pre05-r1.ebuild 921 -MD5 d0016cfcd05cb6b30a0469eafa577057 python-ldap-2.0.0_pre05.ebuild 848 +MD5 1b89298b351c120692bf3345fe4a7e0a python-ldap-2.0.0_pre05-r1.ebuild 922 +MD5 19f46c877770ea1e11e4d64131d0f5b4 python-ldap-2.0.0_pre05.ebuild 848 MD5 358a99a2d0f3a121b290ac7aaf2778c9 python-ldap-2.0.0_pre06.ebuild 871 -MD5 bb539cf79a155e741a5c671245e7502a python-ldap-2.0.0_pre13.ebuild 1119 +MD5 0a823396d08f3fa3295cf0e5c4ca5363 python-ldap-2.0.0_pre13.ebuild 1118 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 870f1b1ecea4f738da0ba65fb5a0a661 files/digest-python-ldap-2.0.0_pre05 73 MD5 870f1b1ecea4f738da0ba65fb5a0a661 files/digest-python-ldap-2.0.0_pre05-r1 73 MD5 aaef21adf6aa58c8fc0a0627f3ceae5f files/digest-python-ldap-2.0.0_pre06 73 diff --git a/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild index 98b0bf50844e..aa07f760c927 100644 --- a/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild +++ b/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild,v 1.9 2003/06/22 12:16:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre05-r1.ebuild,v 1.10 2003/09/06 23:32:28 msterret Exp $ VERSION="2.0.0pre05" S=${WORKDIR}/${PN}-${VERSION} @@ -23,5 +23,5 @@ src_compile() { -e "s|libs = ldap lber|libs = ldap lber resolv|" \ setup.cfg.orig > setup.cfg || die - distutils_src_compile + distutils_src_compile } diff --git a/dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild index adcf1f0f1ae7..9973c7f43f8f 100644 --- a/dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild +++ b/dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild,v 1.10 2003/06/22 12:16:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre05.ebuild,v 1.11 2003/09/06 23:32:28 msterret Exp $ VERSION="2.0.0pre05" S=${WORKDIR}/${PN}-${VERSION} @@ -21,7 +21,7 @@ src_compile() { -e "s|/usr/local/openldap2/include|/usr/include|" > setup.cfg \ || die - base_src_compile + base_src_compile } inherit distutils diff --git a/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild index 9ba2b22cd125..8e0dca74569f 100644 --- a/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild +++ b/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild,v 1.2 2003/09/02 23:56:19 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre13.ebuild,v 1.3 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -14,13 +14,13 @@ HOMEPAGE="http://python-ldap.sourceforge.net/" DEPEND="virtual/python >=net-nds/openldap-2.0.11 sasl? ( dev-libs/cyrus-sasl )" - + SLOT="0" LICENSE="public-domain" # NOTE: win32 section is under questionable license KEYWORDS="~x86 ~sparc ~alpha" src_unpack() { - unpack ${A} + unpack ${A} cd ${S} sed -e "s|/usr/local/openldap.*/lib|/usr/lib|" \ -e "s|/usr/local/openldap.*/include|/usr/include|" \ diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest index 93314e009fbe..bce2d3c70140 100644 --- a/dev-python/python-selinux/Manifest +++ b/dev-python/python-selinux/Manifest @@ -1,4 +1,4 @@ -MD5 88aaf73466fd5177675128b2277a300d python-selinux-1.2.ebuild 720 MD5 c9dba0198acbe5c4268b31ae753a465d ChangeLog 948 MD5 f182ab46e74041b1e72cc2f0e31d09d7 metadata.xml 418 +MD5 e010d713dec1a57d7ae150ce2090cf62 python-selinux-1.2.ebuild 721 MD5 fe5e6d65ff52bce9f7de7629920c3644 files/digest-python-selinux-1.2 69 diff --git a/dev-python/python-selinux/python-selinux-1.2.ebuild b/dev-python/python-selinux/python-selinux-1.2.ebuild index a9663b30f78d..0b9ca1b9cef6 100644 --- a/dev-python/python-selinux/python-selinux-1.2.ebuild +++ b/dev-python/python-selinux/python-selinux-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-1.2.ebuild,v 1.1 2003/07/30 01:20:51 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-1.2.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ DESCRIPTION="Python bindings for SELinux functions" HOMEPAGE="http://selinux.dev.gentoo.org/python" @@ -23,5 +23,5 @@ src_compile() { src_install() { insinto /usr/lib/python2.2/site-packages - doins selinux.so + doins selinux.so } diff --git a/dev-python/pythoncard/Manifest b/dev-python/pythoncard/Manifest index 0f4eebd42118..e8c28beae39c 100644 --- a/dev-python/pythoncard/Manifest +++ b/dev-python/pythoncard/Manifest @@ -1,8 +1,8 @@ MD5 64d2d40a72b0d8cd56268b991d1d52f5 ChangeLog 633 +MD5 c2955767a9e6eda6a08874634268002d pythoncard-0.6.9.ebuild 748 +MD5 e1f57bbf0bf6a13d0d8d6970d4bfa9c7 pythoncard-0.7.ebuild 621 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 b5572a4a6b31343b951901490d74a8c6 pythoncard-0.6.9.ebuild 750 MD5 e99332a705ce85c50061047e8adb87e2 pythoncard-0.7.1.ebuild 633 -MD5 e1f57bbf0bf6a13d0d8d6970d4bfa9c7 pythoncard-0.7.ebuild 621 MD5 957d2417ddade01f1afa3f6124935ad1 files/digest-pythoncard-0.6.9 77 MD5 9f40f8907935b4a4eb86384e8da45eba files/digest-pythoncard-0.7 76 MD5 25da3b4db49c23933345f6302358fef1 files/digest-pythoncard-0.7.1 78 diff --git a/dev-python/pythoncard/pythoncard-0.6.9.ebuild b/dev-python/pythoncard/pythoncard-0.6.9.ebuild index 485459de77af..626a0674a55a 100644 --- a/dev-python/pythoncard/pythoncard-0.6.9.ebuild +++ b/dev-python/pythoncard/pythoncard-0.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.6.9.ebuild,v 1.6 2003/08/07 03:01:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.6.9.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ DESCRIPTION="Cross-platform GUI construction kit for python" HOMEPAGE="http://pythoncard.sourceforge.net/index.html" @@ -16,7 +16,7 @@ DEPEND="virtual/python S=${WORKDIR}/PythonCardPrototype-${PV} src_compile() { - python setup.py build || die + python setup.py build || die } src_install() { diff --git a/dev-python/pythong/Manifest b/dev-python/pythong/Manifest index 3672d089d1e3..4027d2fa0502 100644 --- a/dev-python/pythong/Manifest +++ b/dev-python/pythong/Manifest @@ -1,6 +1,6 @@ MD5 d376f357ed8f992af4253b88d85b688e ChangeLog 532 +MD5 a92050d24314b864ebf86eb587611a2b pythong-2.0.21.2.ebuild 1490 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 da5a9ff1794391fe4ef032b9c32492f4 pythong-2.0.21.2.ebuild 1492 -MD5 2598ebb11b850fe5d0ea6adb50b743ff pythong-2.1_pre8.ebuild 1246 +MD5 ccdd77a0a486e0d57b4a61275fa7f3dc pythong-2.1_pre8.ebuild 1242 MD5 ef6104b1ca6dd2b5346eccd49c837859 files/digest-pythong-2.0.21.2 119 MD5 f314f9b99641d7e173b29083f3ae4078 files/digest-pythong-2.1_pre8 121 diff --git a/dev-python/pythong/pythong-2.0.21.2.ebuild b/dev-python/pythong/pythong-2.0.21.2.ebuild index 4f9526ecaf0e..5e5d8c2f658a 100644 --- a/dev-python/pythong/pythong-2.0.21.2.ebuild +++ b/dev-python/pythong/pythong-2.0.21.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.0.21.2.ebuild,v 1.5 2003/08/07 03:07:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.0.21.2.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -41,15 +41,15 @@ src_compile() { src_install() { distutils_python_version - + insinto /usr/lib/python${PYVER}/site-packages/ doins modulepythong.py doins libpythong/fromidle.py - + exeinto /usr/bin doexe pythong.py - - dodoc leeme.txt + + dodoc leeme.txt cp -r ${S}/{LICENCIA,MANUAL,demos} ${D}/usr/share/doc/${PF} rm -f ${D}/usr/share/doc/${PF}/demos/modulepythong.py diff --git a/dev-python/pythong/pythong-2.1_pre8.ebuild b/dev-python/pythong/pythong-2.1_pre8.ebuild index 848521f5b528..ecde276caeb9 100644 --- a/dev-python/pythong/pythong-2.1_pre8.ebuild +++ b/dev-python/pythong/pythong-2.1_pre8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1_pre8.ebuild,v 1.1 2003/09/02 23:37:41 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1_pre8.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -35,15 +35,15 @@ src_compile() { src_install() { distutils_python_version - + insinto /usr/lib/python${PYVER}/site-packages/ doins modulepythong.py doins libpythong/fromidle.py - + exeinto /usr/bin doexe pythong.py - - dodoc leeme.txt + + dodoc leeme.txt cp -r ${S}/{LICENCIA,MANUAL,demos} ${D}/usr/share/doc/${PF} rm -f ${D}/usr/share/doc/${PF}/demos/modulepythong.py @@ -51,5 +51,5 @@ src_install() { insinto /usr/share/doc/${PF} doins ${DISTDIR}/python.pdf fi - + } diff --git a/dev-python/pyx/Manifest b/dev-python/pyx/Manifest index 526d8dc22473..9536dd8fe504 100644 --- a/dev-python/pyx/Manifest +++ b/dev-python/pyx/Manifest @@ -1,4 +1,4 @@ -MD5 0e0ac6f3c0bf98062c4a0ab6022bf424 pyx-0.3.1.ebuild 685 MD5 e479f81f612a06be384d86ebe8eb5b66 ChangeLog 467 +MD5 c58328109d2319a7921586a3b21b3451 pyx-0.3.1.ebuild 685 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 46a94096ae827068a9488dbb0a2e4197 files/digest-pyx-0.3.1 61 diff --git a/dev-python/pyx/pyx-0.3.1.ebuild b/dev-python/pyx/pyx-0.3.1.ebuild index 9d6b6d688787..a8ce86d67b9d 100644 --- a/dev-python/pyx/pyx-0.3.1.ebuild +++ b/dev-python/pyx/pyx-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.3.1.ebuild,v 1.5 2003/08/05 13:21:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.3.1.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ IUSE="" @@ -25,7 +25,7 @@ src_install() { DOCS="manual/manual.ps" distutils_src_install - + insinto /usr/share/doc/${PF}/examples doins examples/* diff --git a/dev-python/pyxml/Manifest b/dev-python/pyxml/Manifest index 3d68131993f2..14299d8692fd 100644 --- a/dev-python/pyxml/Manifest +++ b/dev-python/pyxml/Manifest @@ -1,8 +1,8 @@ +MD5 6ac3019aa7e19dc84feec628317d9e96 ChangeLog 2142 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 4a192bbf539b4b10f2f09c8a76bad314 pyxml-0.8.1.ebuild 644 +MD5 e4e057a8d0b96c5f229becd0f485a54b pyxml-0.8.2.ebuild 921 +MD5 79a29a6df899b0c0986cb7bdd6d7dad3 pyxml-0.8.3.ebuild 924 MD5 b83e36b4dc90c3ce5840f0d2e432b7b2 files/digest-pyxml-0.8.1 63 MD5 6a14eefbf90c139b1f9b058131cb211f files/digest-pyxml-0.8.2 63 MD5 7d09f52601eefbf60eb70af6516bd302 files/digest-pyxml-0.8.3 63 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 4a192bbf539b4b10f2f09c8a76bad314 pyxml-0.8.1.ebuild 644 -MD5 0329642ec0a538ea51b89ad80b034ebd pyxml-0.8.2.ebuild 922 -MD5 c4222c07aab55b8cf6d33fca746e4f7d pyxml-0.8.3.ebuild 925 -MD5 6ac3019aa7e19dc84feec628317d9e96 ChangeLog 2142 diff --git a/dev-python/pyxml/pyxml-0.8.2.ebuild b/dev-python/pyxml/pyxml-0.8.2.ebuild index 282f8885e281..9adf24a17ea8 100644 --- a/dev-python/pyxml/pyxml-0.8.2.ebuild +++ b/dev-python/pyxml/pyxml-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.2.ebuild,v 1.1 2003/08/29 17:14:21 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.2.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -21,13 +21,13 @@ S=${WORKDIR}/${MY_P} src_compile() { local myconf - + # if you want to use 4Suite, then their XSLT/XPATH is # better according to the docs if has_version "dev-python/4Suite"; then myconf="--without-xslt --without-xpath" fi - + distutils_src_compile ${myconf} } diff --git a/dev-python/pyxml/pyxml-0.8.3.ebuild b/dev-python/pyxml/pyxml-0.8.3.ebuild index 974e69473922..bdff9906d94f 100644 --- a/dev-python/pyxml/pyxml-0.8.3.ebuild +++ b/dev-python/pyxml/pyxml-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.2 2003/08/29 20:34:49 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.3 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -21,13 +21,13 @@ S=${WORKDIR}/${MY_P} src_compile() { local myconf - + # if you want to use 4Suite, then their XSLT/XPATH is # better according to the docs if has_version "dev-python/4Suite"; then myconf="--without-xslt --without-xpath" fi - + distutils_src_compile ${myconf} } diff --git a/dev-python/qscintilla/Manifest b/dev-python/qscintilla/Manifest index 26422b7d1f7e..76fda9165c76 100644 --- a/dev-python/qscintilla/Manifest +++ b/dev-python/qscintilla/Manifest @@ -1,13 +1,13 @@ -MD5 73b65768b609c20c67aa04bd71401def qscintilla-1.52.ebuild 1072 -MD5 20076e3556e661912484f549e3c054f6 qscintilla-1.49-r1.ebuild 1070 MD5 44eb04063dc86d3e12063e5ca794108a ChangeLog 1270 -MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 +MD5 20076e3556e661912484f549e3c054f6 qscintilla-1.49-r1.ebuild 1070 +MD5 75cc44358f98eec2a5b507ac3189645a qscintilla-1.49.ebuild 1020 +MD5 73b65768b609c20c67aa04bd71401def qscintilla-1.52.ebuild 1072 MD5 fb5082e03cd638ebc16cc09efbc1be9b qscintilla-1.53.ebuild 1063 -MD5 f9bcb4fc690f824b98002349e7afaba1 qscintilla-1.49.ebuild 1017 -MD5 b94b18479812bfd1bbfc1d572fe73ca7 files/qscintilla-1.53-sandbox.patch 783 +MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 +MD5 00d628534c7077582526546d18c716e1 files/digest-qscintilla-1.49 79 MD5 00d628534c7077582526546d18c716e1 files/digest-qscintilla-1.49-r1 79 MD5 55d83f96c8adfcf599166b6f21cae03e files/qscintilla-1.49-sandbox.patch 783 -MD5 00d628534c7077582526546d18c716e1 files/digest-qscintilla-1.49 79 MD5 fc9cabb48b0b994d26803b8a5cfd9e63 files/digest-qscintilla-1.52 79 -MD5 3f81c279f244c878a89da9ba84f3e486 files/digest-qscintilla-1.53 79 MD5 4c2437213d7057e8d7b89d2d2242d70a files/qscintilla-1.52-sandbox.patch 777 +MD5 3f81c279f244c878a89da9ba84f3e486 files/digest-qscintilla-1.53 79 +MD5 b94b18479812bfd1bbfc1d572fe73ca7 files/qscintilla-1.53-sandbox.patch 783 diff --git a/dev-python/qscintilla/qscintilla-1.49.ebuild b/dev-python/qscintilla/qscintilla-1.49.ebuild index bc1d3b070e31..c2f353111e6f 100644 --- a/dev-python/qscintilla/qscintilla-1.49.ebuild +++ b/dev-python/qscintilla/qscintilla-1.49.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.49.ebuild,v 1.6 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.49.ebuild,v 1.7 2003/09/06 23:32:29 msterret Exp $ inherit eutils @@ -40,5 +40,5 @@ src_install() { cp qextscintilla*.h ${D}/$QTDIR/include cp qscintilla*.qm ${D}/$QTDIR/translations cp libqscintilla.so.* ${D}/$QTDIR/lib - + } diff --git a/dev-python/reportlab/Manifest b/dev-python/reportlab/Manifest index 88752a368fcb..c2428bd9becb 100644 --- a/dev-python/reportlab/Manifest +++ b/dev-python/reportlab/Manifest @@ -1,10 +1,10 @@ -MD5 f8fae2ab18041c7466c36685624a2192 files/1.14/setup.py 2887 -MD5 cdbafc7e047b69becba3bddfef8a61da files/1.17/setup.py 2887 +MD5 9ef2f30b090d689e462c3fd485a92786 ChangeLog 1546 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 dfcc34ba702f2bab8274ceb868421022 reportlab-1.14.ebuild 814 +MD5 723b2834ef8b38a519570ea39a64f867 reportlab-1.17-r1.ebuild 1018 +MD5 43278f55a402737c2246c563df8218db reportlab-1.17.ebuild 816 MD5 ae52d6e28f68d0a56dad9fdc2c295b92 files/digest-reportlab-1.14 64 MD5 d5f5c0582f5df6e146b770ba6262cae9 files/digest-reportlab-1.17 64 MD5 d5f5c0582f5df6e146b770ba6262cae9 files/digest-reportlab-1.17-r1 64 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 d71e510af316336cee71028e30d263ea reportlab-1.14.ebuild 822 -MD5 ea5e892b9f367e12550c5dd52447bec5 reportlab-1.17-r1.ebuild 1019 -MD5 55f5f54081454994c1c9ae75ba426bb7 reportlab-1.17.ebuild 824 -MD5 9ef2f30b090d689e462c3fd485a92786 ChangeLog 1546 +MD5 f8fae2ab18041c7466c36685624a2192 files/1.14/setup.py 2887 +MD5 cdbafc7e047b69becba3bddfef8a61da files/1.17/setup.py 2887 diff --git a/dev-python/reportlab/reportlab-1.14.ebuild b/dev-python/reportlab/reportlab-1.14.ebuild index fe60514b9219..b699598d2217 100644 --- a/dev-python/reportlab/reportlab-1.14.ebuild +++ b/dev-python/reportlab/reportlab-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-1.14.ebuild,v 1.1 2003/07/04 12:16:11 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-1.14.ebuild,v 1.2 2003/09/06 23:32:29 msterret Exp $ #goofy tarball versioning vmaj=${PV%%.*} @@ -20,10 +20,10 @@ LICENSE="as-is" KEYWORDS="x86 sparc alpha" src_compile() { - cp ${FILESDIR}/${PV}/setup.py . + cp ${FILESDIR}/${PV}/setup.py . python setup.py build } - + src_install() { python setup.py install --root=${D} dodoc README license.txt docs/* diff --git a/dev-python/reportlab/reportlab-1.17-r1.ebuild b/dev-python/reportlab/reportlab-1.17-r1.ebuild index 64e821909203..b6443e71ae6a 100644 --- a/dev-python/reportlab/reportlab-1.17-r1.ebuild +++ b/dev-python/reportlab/reportlab-1.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-1.17-r1.ebuild,v 1.2 2003/07/04 12:23:30 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-1.17-r1.ebuild,v 1.3 2003/09/06 23:32:29 msterret Exp $ #goofy tarball versioning vmaj=${PV%%.*} @@ -24,7 +24,7 @@ KEYWORDS="~x86 ~sparc ~alpha" src_install() { distutils_python_version distutils_src_install - + # crube hack to fix data files in the right dir cd ${D}/usr/lib/python${PYVER} tar -cv reportlab | tar -C ${D}/usr/lib/python${PYVER}/site-packages -x @@ -32,7 +32,7 @@ src_install() { # docs cd ${S} - dodoc README license.txt + dodoc README license.txt insinto /usr/share/doc/${PF} doins docs/* } diff --git a/dev-python/reportlab/reportlab-1.17.ebuild b/dev-python/reportlab/reportlab-1.17.ebuild index 83e5ee30e14f..263c02d8b8ca 100644 --- a/dev-python/reportlab/reportlab-1.17.ebuild +++ b/dev-python/reportlab/reportlab-1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-1.17.ebuild,v 1.1 2003/07/04 12:16:11 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-1.17.ebuild,v 1.2 2003/09/06 23:32:29 msterret Exp $ #goofy tarball versioning vmaj=${PV%%.*} @@ -20,10 +20,10 @@ LICENSE="as-is" KEYWORDS="x86 ~sparc ~alpha" src_compile() { - cp ${FILESDIR}/${PV}/setup.py . + cp ${FILESDIR}/${PV}/setup.py . python setup.py build } - + src_install() { python setup.py install --root=${D} dodoc README license.txt docs/* diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index be4c3e678d4b..082e103eea37 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,14 +1,14 @@ -MD5 7bc22db772ade4e5119bb41e89360af3 sip-3.6.ebuild 1148 -MD5 79ee8ae28f26a33b7533604c9851472b sip-3.8.ebuild 1149 -MD5 2e90d26390ed13cd2a38d6be47c10f6b sip-3.5.ebuild 1147 -MD5 68afdd4be32a4784e783045508473bfd sip-3.7.ebuild 1149 MD5 8f73bc625ca5c07716bb5c71bdd51fea ChangeLog 1801 +MD5 663051ce033391f46f91b0014813ae73 sip-3.5.ebuild 1146 +MD5 af9e483687e94ac0d2e986928be744c7 sip-3.6.ebuild 1150 MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 -MD5 ea94cf729c92330a5d8a6d508361fd1c files/license-3.5.diff 1052 -MD5 3d3910def0f161c87391dd758512fc18 files/license-3.6.diff 1037 -MD5 70ee7d5fd80e0bec5823095ca853d455 files/license-3.7.diff 1003 -MD5 70ee7d5fd80e0bec5823095ca853d455 files/license-3.8.diff 1003 +MD5 1a436228ee6b96d93077e5372165ef18 sip-3.7.ebuild 1150 +MD5 4556834e662f65fce333ba44d413926b sip-3.8.ebuild 1150 MD5 02beeecfef8cd92555d0a20b8d331fa6 files/digest-sip-3.5 67 +MD5 ea94cf729c92330a5d8a6d508361fd1c files/license-3.5.diff 1052 MD5 6e388fdcff422e9e350096079b248249 files/digest-sip-3.6 67 +MD5 3d3910def0f161c87391dd758512fc18 files/license-3.6.diff 1037 MD5 1714ef78f327931403628a61a1856c52 files/digest-sip-3.7 67 +MD5 70ee7d5fd80e0bec5823095ca853d455 files/license-3.7.diff 1003 MD5 821af86e779d5bc5b3457336a0426fa1 files/digest-sip-3.8 67 +MD5 70ee7d5fd80e0bec5823095ca853d455 files/license-3.8.diff 1003 diff --git a/dev-python/sip/sip-3.5.ebuild b/dev-python/sip/sip-3.5.ebuild index e17dd00524e6..a71be5aa09c2 100644 --- a/dev-python/sip/sip-3.5.ebuild +++ b/dev-python/sip/sip-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.5.ebuild,v 1.10 2003/06/22 12:16:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.5.ebuild,v 1.11 2003/09/06 23:32:29 msterret Exp $ IUSE="" @@ -38,7 +38,7 @@ src_compile(){ -b ${D}/usr/bin \ -d ${D}/usr/lib/python${PYVER}/site-packages \ -e ${D}/usr/include/python${PYVER} - + make || die } diff --git a/dev-python/sip/sip-3.6.ebuild b/dev-python/sip/sip-3.6.ebuild index a0ac2cf2531b..e278b93c518e 100644 --- a/dev-python/sip/sip-3.6.ebuild +++ b/dev-python/sip/sip-3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.6.ebuild,v 1.4 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.6.ebuild,v 1.5 2003/09/06 23:32:29 msterret Exp $ IUSE="" @@ -38,7 +38,7 @@ src_compile(){ -b ${D}/usr/bin \ -d ${D}/usr/lib/python${PYVER}/site-packages \ -e ${D}/usr/include/python${PYVER} - + make || die } diff --git a/dev-python/sip/sip-3.7.ebuild b/dev-python/sip/sip-3.7.ebuild index 60b7ba6744bf..3471282cb81c 100644 --- a/dev-python/sip/sip-3.7.ebuild +++ b/dev-python/sip/sip-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.7.ebuild,v 1.1 2003/07/31 03:10:05 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.7.ebuild,v 1.2 2003/09/06 23:32:29 msterret Exp $ IUSE="" @@ -38,7 +38,7 @@ src_compile(){ -b ${D}/usr/bin \ -d ${D}/usr/lib/python${PYVER}/site-packages \ -e ${D}/usr/include/python${PYVER} - + make || die } diff --git a/dev-python/sip/sip-3.8.ebuild b/dev-python/sip/sip-3.8.ebuild index 69985042fca0..f2ac51ac2170 100644 --- a/dev-python/sip/sip-3.8.ebuild +++ b/dev-python/sip/sip-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.8.ebuild,v 1.1 2003/08/27 15:53:50 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.8.ebuild,v 1.2 2003/09/06 23:32:29 msterret Exp $ IUSE="" @@ -37,7 +37,7 @@ src_compile(){ -b ${D}/usr/bin \ -d ${D}/usr/lib/python${PYVER}/site-packages \ -e ${D}/usr/include/python${PYVER} - + make || die } diff --git a/dev-python/soya/Manifest b/dev-python/soya/Manifest index 4fc14c964655..e6febd405456 100644 --- a/dev-python/soya/Manifest +++ b/dev-python/soya/Manifest @@ -1,4 +1,4 @@ -MD5 c0d82c3a81e8d8f2ff59d95649c9cd5f files/digest-soya-0.3.1 62 MD5 f766b88be62a1800faa9b12f6de8c4e1 ChangeLog 416 -MD5 64e8a836a2e0c6fd3dec52bb28521d54 soya-0.3.1.ebuild 948 +MD5 219ca54dc0250bcc1d23f2bb5a16a597 soya-0.3.1.ebuild 950 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 c0d82c3a81e8d8f2ff59d95649c9cd5f files/digest-soya-0.3.1 62 diff --git a/dev-python/soya/soya-0.3.1.ebuild b/dev-python/soya/soya-0.3.1.ebuild index 0d76f93c8396..e068c925baaa 100644 --- a/dev-python/soya/soya-0.3.1.ebuild +++ b/dev-python/soya/soya-0.3.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/soya/soya-0.3.1.ebuild,v 1.4 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/soya/soya-0.3.1.ebuild,v 1.5 2003/09/06 23:32:29 msterret Exp $ inherit distutils IUSE="" -MY_P=${P/soya/Soya} +MY_P=${P/soya/Soya} DESCRIPTION="A high-level 3D engine for Python, designed with games in mind" SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz @@ -19,7 +19,7 @@ LICENSE="GPL-2" DEPEND="virtual/x11 virtual/opengl >=dev-lang/python-2.2.2 - >=dev-python/editobj-0.3.1 + >=dev-python/editobj-0.3.1 >=media-libs/libsdl-1.2.4 >=media-libs/sdl-gfx-2.0.3 >=media-libs/sdl-image-1.2.2 diff --git a/dev-python/twisted/Manifest b/dev-python/twisted/Manifest index 8571ccd07057..83588ca8aebe 100644 --- a/dev-python/twisted/Manifest +++ b/dev-python/twisted/Manifest @@ -1,6 +1,6 @@ -MD5 3c48d9afb61b5911c632c194c4fd0a51 twisted-1.0.6.ebuild 1222 -MD5 e5a9e1ed8d65c28d0b3c4704c5cdf581 twisted-1.0.7_rc1.ebuild 1276 MD5 b1d637b358d3a8154a18acefa899fbc3 ChangeLog 6401 +MD5 890a242f603b2a6bedfa33b97a3f3d76 twisted-1.0.6.ebuild 1219 MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218 +MD5 7fca207dc602ae6c7f4171a34387a382 twisted-1.0.7_rc1.ebuild 1272 MD5 7b72afa2517437dbde778c70b4e19af2 files/digest-twisted-1.0.6 67 MD5 784d7af8d65cba1fa9405b7072ada41b files/digest-twisted-1.0.7_rc1 70 diff --git a/dev-python/twisted/twisted-1.0.6.ebuild b/dev-python/twisted/twisted-1.0.6.ebuild index c017af1b5544..f87865cf70ff 100644 --- a/dev-python/twisted/twisted-1.0.6.ebuild +++ b/dev-python/twisted/twisted-1.0.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.6.ebuild,v 1.3 2003/08/07 03:02:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.6.ebuild,v 1.4 2003/09/06 23:32:29 msterret Exp $ inherit distutils -DESCRIPTION="collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." +DESCRIPTION="collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." HOMEPAGE="http://www.twistedmatrix.com/" SRC_URI="http://twisted.sourceforge.net/Twisted-${PV}.tar.bz2" @@ -22,18 +22,18 @@ S=${WORKDIR}/Twisted-${PV} src_install() { distutils_src_install - + # of course it's documentation! doman doc/man/*.[0-9n] rm -rf doc/man # don't dupe the man pages - + # next few lines will install docs: 9.4 megs! if [ -n "`use doc`" ]; then cd ${S}/doc dodir /usr/share/doc/${PF} cp -r . ${D}/usr/share/doc/${PF} fi - + # use gtk2 if they so wish if [ -n "`use gtk2`" ]; then sed -e 's/import manhole/import manhole2/' \ diff --git a/dev-python/twisted/twisted-1.0.7_rc1.ebuild b/dev-python/twisted/twisted-1.0.7_rc1.ebuild index 3ceef9232a12..7c596af08b42 100644 --- a/dev-python/twisted/twisted-1.0.7_rc1.ebuild +++ b/dev-python/twisted/twisted-1.0.7_rc1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.7_rc1.ebuild,v 1.1 2003/08/30 04:37:26 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.7_rc1.ebuild,v 1.2 2003/09/06 23:32:29 msterret Exp $ IUSE="gtk2 doc" MY_PV="1.0.7rc1" S=${WORKDIR}/Twisted-${MY_PV} -DESCRIPTION="Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." +DESCRIPTION="Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." SRC_URI="http://twisted.sourceforge.net/Twisted-${MY_PV}.tar.bz2" HOMEPAGE="http://www.twistedmatrix.com/" LICENSE="LGPL-2.1" @@ -21,18 +21,18 @@ inherit distutils src_install() { distutils_src_install - + # of course it's documentation! doman doc/man/*.[0-9n] rm -rf doc/man # don't dupe the man pages - + # next few lines will install docs: 9.4 megs! if [ -n "`use doc`" ]; then cd ${S}/doc dodir /usr/share/doc/${PF} cp -r . ${D}/usr/share/doc/${PF} fi - + # use gtk2 if they so wish if [ -n "`use gtk2`" ]; then sed -e 's/import manhole/import manhole2/' \ diff --git a/dev-python/wxPython/Manifest b/dev-python/wxPython/Manifest index 4e496f3ec09e..eddcbcebe746 100644 --- a/dev-python/wxPython/Manifest +++ b/dev-python/wxPython/Manifest @@ -1,7 +1,7 @@ -MD5 99504d777b11bc0266e7487ee59496dd files/controls2.py.patch 2202 -MD5 88f72c81ee2c594876b3bddc9e14bb72 files/digest-wxPython-2.4.0.7 73 -MD5 ce3003c042f7c8fe4700193e357ad2ad files/digest-wxPython-2.4.1.2 73 -MD5 028027d2871c90469b2f389475c25a30 wxPython-2.4.0.7.ebuild 3117 -MD5 9fd88bb8032a3a540cec40fc417ddcf2 wxPython-2.4.1.2.ebuild 3079 MD5 ffc06f85fcfdb67083643e38f35e33de ChangeLog 4575 +MD5 b099f005025b905dc330f3f19e7c9ebf wxPython-2.4.1.2.ebuild 3078 MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 +MD5 a742873e1a06b99d4e222a236239da32 wxPython-2.4.0.7.ebuild 3110 +MD5 88f72c81ee2c594876b3bddc9e14bb72 files/digest-wxPython-2.4.0.7 73 +MD5 ce3003c042f7c8fe4700193e357ad2ad files/digest-wxPython-2.4.1.2 73 +MD5 99504d777b11bc0266e7487ee59496dd files/controls2.py.patch 2202 diff --git a/dev-python/wxPython/wxPython-2.4.0.7.ebuild b/dev-python/wxPython/wxPython-2.4.0.7.ebuild index 134992064be1..58c66ad53a01 100644 --- a/dev-python/wxPython/wxPython-2.4.0.7.ebuild +++ b/dev-python/wxPython/wxPython-2.4.0.7.ebuild @@ -1,6 +1,6 @@ # 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/wxPython-2.4.0.7.ebuild,v 1.5 2003/07/07 01:58:35 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.4.0.7.ebuild,v 1.6 2003/09/06 23:32:29 msterret Exp $ IUSE="opengl gtk2" @@ -23,7 +23,7 @@ pkg_setup() { # xfree should not install these, remove until the fixed # xfree is in main use. rm -f /usr/X11R6/include/{zconf.h,zlib.h} - + # make sure if you want gtk2, you have wxGTK with gtk2, and vice versa if [ -n "`use gtk2`" ]; then if [ ! -f "/usr/bin/wxgtk2u-2.4-config" -a ! -f "/usr/bin/wxgtk2-2.4-config" ]; then @@ -59,7 +59,7 @@ src_compile() { else myconf="${myconf} BUILD_GLCANVAS=0" fi - + if [ `use gtk2` ]; then myconf="${myconf} WXPORT=gtk2" else diff --git a/dev-python/wxPython/wxPython-2.4.1.2.ebuild b/dev-python/wxPython/wxPython-2.4.1.2.ebuild index 42122cf0df09..2995fac0d8d5 100644 --- a/dev-python/wxPython/wxPython-2.4.1.2.ebuild +++ b/dev-python/wxPython/wxPython-2.4.1.2.ebuild @@ -1,6 +1,6 @@ # 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/wxPython-2.4.1.2.ebuild,v 1.2 2003/07/10 23:30:15 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.4.1.2.ebuild,v 1.3 2003/09/06 23:32:29 msterret Exp $ inherit eutils @@ -64,7 +64,7 @@ src_compile() { else myconf="${myconf} BUILD_GLCANVAS=0" fi - + if [ `use gtk2` ]; then myconf="${myconf} WXPORT=gtk2" else diff --git a/dev-python/xsv/Manifest b/dev-python/xsv/Manifest index 54e1110287a5..2507e4f5f44c 100644 --- a/dev-python/xsv/Manifest +++ b/dev-python/xsv/Manifest @@ -1,4 +1,4 @@ MD5 73e24bcfc9d0eed98a17011bceab3bd5 ChangeLog 361 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 da9141bbdd146221d0fbd60e9e379d4f xsv-2.5.ebuild 522 +MD5 61c2a3879331e399c3c898ce970c35b4 xsv-2.5.ebuild 522 MD5 f134d7216c196df2014bcb24241dea89 files/digest-xsv-2.5 59 diff --git a/dev-python/xsv/xsv-2.5.ebuild b/dev-python/xsv/xsv-2.5.ebuild index 00b85c1d7e0c..a6a6cdc78dff 100644 --- a/dev-python/xsv/xsv-2.5.ebuild +++ b/dev-python/xsv/xsv-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xsv/xsv-2.5.ebuild,v 1.1 2003/09/02 21:26:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xsv/xsv-2.5.ebuild,v 1.2 2003/09/06 23:32:29 msterret Exp $ inherit distutils @@ -14,6 +14,6 @@ HOMEPAGE="http://www.ltg.ed.ac.uk/~ht/xsv-status.html" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" -IUSE="" +IUSE="" DEPEND=">=dev-lang/python-2.2.2" |