diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-30 00:50:11 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-30 00:50:11 +0000 |
commit | 5dc27e998baae491da74f81b50b18833c6844d61 (patch) | |
tree | d1e6bbca15df287711486fadae45dfda5acd1fda /dev-python/pychecker | |
parent | added -ppc keyword (diff) | |
download | historical-5dc27e998baae491da74f81b50b18833c6844d61.tar.gz historical-5dc27e998baae491da74f81b50b18833c6844d61.tar.bz2 historical-5dc27e998baae491da74f81b50b18833c6844d61.zip |
few clean-ups
Diffstat (limited to 'dev-python/pychecker')
-rw-r--r-- | dev-python/pychecker/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.10-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.10.ebuild | 7 | ||||
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.3.ebuild | 9 | ||||
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.7.ebuild | 7 |
5 files changed, 29 insertions, 6 deletions
diff --git a/dev-python/pychecker/ChangeLog b/dev-python/pychecker/ChangeLog index 318878906dcc..441366b677cf 100644 --- a/dev-python/pychecker/ChangeLog +++ b/dev-python/pychecker/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-python/pychecker # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/ChangeLog,v 1.3 2002/04/28 05:03:52 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/ChangeLog,v 1.4 2002/07/30 00:50:10 george Exp $ *pychecker-0.8.10-r1 (28 Apr 2002) + 29 Jul 2002; George Shapovalov <george@gentoo.org> pychecker-0.8.3.ebuild, pychecker-0.8.7.ebuild, pychecker-0.8.10.ebuild, pychecker-0.8.10-r1.ebuild : + + Added KEYWORDS,SLOT,LICENSE + 28 Apr 2002; Jon Nelson <jnelson@gentoo.org> pychecker-0.8.10-r1.ebuild : Use '--root=' instead of --prefix for proper install via DistUtils diff --git a/dev-python/pychecker/pychecker-0.8.10-r1.ebuild b/dev-python/pychecker/pychecker-0.8.10-r1.ebuild index 97a7cb56383d..af4a49b27905 100644 --- a/dev-python/pychecker/pychecker-0.8.10-r1.ebuild +++ b/dev-python/pychecker/pychecker-0.8.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.10-r1.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.10-r1.ebuild,v 1.4 2002/07/30 00:50:10 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="PyChecker is a tool for finding common bugs in python source code." @@ -10,6 +10,10 @@ HOMEPAGE="http://pychecker.sourceforge.net/" DEPEND="virtual/python" RDEPEND="${DEPEND}" +SLOT="0" +KEYWORDS="x86" +LICENSE="BSD" + src_compile() { python setup.py build } diff --git a/dev-python/pychecker/pychecker-0.8.10.ebuild b/dev-python/pychecker/pychecker-0.8.10.ebuild index 8e3a42c3d23b..bd0e45da1a83 100644 --- a/dev-python/pychecker/pychecker-0.8.10.ebuild +++ b/dev-python/pychecker/pychecker-0.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.10.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.10.ebuild,v 1.4 2002/07/30 00:50:10 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="PyChecker is a tool for finding common bugs in python source code." @@ -8,6 +8,11 @@ SRC_URI="mirror://sourceforge/pychecker/${P}.tar.gz" HOMEPAGE="http://pychecker.sourceforge.net/" DEPEND="virtual/python" +RDEPEND="${DEPEND}" + +SLOT="0" +KEYWORDS="x86" +LICENSE="BSD" src_install(){ python setup.py install --prefix=${D}/usr || die diff --git a/dev-python/pychecker/pychecker-0.8.3.ebuild b/dev-python/pychecker/pychecker-0.8.3.ebuild index 667c5ec7d5cf..284a2ae32aab 100644 --- a/dev-python/pychecker/pychecker-0.8.3.ebuild +++ b/dev-python/pychecker/pychecker-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.3.ebuild,v 1.5 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.3.ebuild,v 1.6 2002/07/30 00:50:10 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="PyChecker is a tool for finding common bugs in python source code." @@ -8,6 +8,11 @@ SRC_URI="mirror://sourceforge/pychecker/${P}.tar.gz" HOMEPAGE="http://pychecker.sourceforge.net/" DEPEND="virtual/python" +RDEPEND="${DEPEND}" + +SLOT="0" +KEYWORDS="x86" +LICENSE="BSD" src_install(){ python setup.py install --prefix=${D}/usr || die diff --git a/dev-python/pychecker/pychecker-0.8.7.ebuild b/dev-python/pychecker/pychecker-0.8.7.ebuild index 44d7b28759f8..13b4fab9c073 100644 --- a/dev-python/pychecker/pychecker-0.8.7.ebuild +++ b/dev-python/pychecker/pychecker-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.7.ebuild,v 1.4 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.7.ebuild,v 1.5 2002/07/30 00:50:10 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="PyChecker is a tool for finding common bugs in python source code." @@ -8,6 +8,11 @@ SRC_URI="mirror://sourceforge/pychecker/${P}.tar.gz" HOMEPAGE="http://pychecker.sourceforge.net/" DEPEND="virtual/python" +RDEPEND="${DEPEND}" + +SLOT="0" +KEYWORDS="x86" +LICENSE="BSD" src_install(){ python setup.py install --prefix=${D}/usr || die |