diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-26 21:13:08 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-26 21:13:08 +0000 |
commit | 603d1593df7c21a25082ed64bf31a3b9533460f8 (patch) | |
tree | 9ffb093f32e7ebff7c3ac1e26b59e197f34e0f35 /dev-python/pylint | |
parent | Automated update of use.local.desc (diff) | |
download | historical-603d1593df7c21a25082ed64bf31a3b9533460f8.tar.gz historical-603d1593df7c21a25082ed64bf31a3b9533460f8.tar.bz2 historical-603d1593df7c21a25082ed64bf31a3b9533460f8.zip |
Removing hawking as a maintainer since he was retired.
(Another package I missed to commit)
Package-Manager: portage-2.2_rc26/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pylint/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pylint/metadata.xml | 32 |
3 files changed, 21 insertions, 21 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 9e21dd81d666..ca4348260f8e 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pylint # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.46 2009/01/24 17:42:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.47 2009/03/26 21:13:08 jmbsvicetto Exp $ + + 26 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + metadata.xml: + Removing hawking as a maintainer since he was retired. *pylint-0.15.2 (24 Jan 2009) diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index c819f2e596ff..713d417bcbd7 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -9,5 +9,5 @@ DIST pylint-0.15.2.tar.gz 208732 RMD160 db57202962986854694100232b59588e5d2a0369 EBUILD pylint-0.13.1.ebuild 2393 RMD160 84597c527ea89272b40f80f165d994268d9273b4 SHA1 89cc28b1671cc4f829d996f99ad61e62e9f60667 SHA256 262fbb683ea9115d682f9f105f355c6fad766da81e07ce614b6925e48f00777e EBUILD pylint-0.14.0.ebuild 2417 RMD160 665d2b2232dcfd1eeddea1dd964b71f356d4fe7d SHA1 7abb7605de78ef81e73e7e59af90d8cf640baa3c SHA256 4ff2c4e1b975da159b53e777df44ad42f611f167764301bb6a43e116237f4610 EBUILD pylint-0.15.2.ebuild 2293 RMD160 86c80a16501b136fd49be6e6b553db112f82b3c7 SHA1 591b2b5f0295a1cbed895e9f1c9a8237cfa84caa SHA256 b392031739df5785673581c31331b93f6aafd0d5e207a5c2c3e7443e56b20b99 -MISC ChangeLog 7300 RMD160 2ff26b525dbda98021ef407c40d9130adbe8875c SHA1 51085a7212de739a2b90c3a7e46b7d135dd61503 SHA256 a1f6aec95c146687385a366a5253ded7a0a66d29ce55336f3f85a64238a66fba -MISC metadata.xml 939 RMD160 768bff9d0ca5c62db7ba3a3897cbb4766ba02a81 SHA1 9bd1a2704d53491938c83c32abfed1cd1f23de4e SHA256 b010a4a81127a7368a2ee60ccd2789093ad247139cac9e95e177533422b6e4f7 +MISC ChangeLog 7445 RMD160 53c4e9a68e1f9fc1ab8c2bc5bdcae660f75ec23d SHA1 db10f8ef534f294148648e9cb2f4623501d4634d SHA256 a25d70e9ca351c82c845fd6e2912383c2156611e1494300b5b3b08f4721518c7 +MISC metadata.xml 864 RMD160 c1e9d346794eb9fa766f2bec393dc604a86cad09 SHA1 154deadbb239224afad91a84a3993b9cb8031dd9 SHA256 718a95f8607bf6d7bbbe72913ba2c3913e9b5045caf66b2da1de02f267241176 diff --git a/dev-python/pylint/metadata.xml b/dev-python/pylint/metadata.xml index af19cd652e54..dac5605e2070 100644 --- a/dev-python/pylint/metadata.xml +++ b/dev-python/pylint/metadata.xml @@ -1,22 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>python</herd> - <maintainer> - <email>hawking@gentoo.org</email> - <name>Ali Polatel</name> - </maintainer> - <longdescription lang="en"> - Pylint is a Python source code analyzer which looks for programming - errors, helps enforcing a coding standard and sniffs for some code - smells (as defined in Martin Fowler's Refactoring book). - - Pylint can be seen as another PyChecker since nearly all tests you can - do with PyChecker can also be done with Pylint. However, Pylint offers - some more features, like checking length of lines of code, checking if - variable names are well-formed according to your coding standard, or - checking if declared interfaces are truly implemented, and much more. - - Additionally, it is possible to write plugins to add your own checks. - </longdescription> + <herd>python</herd> + <longdescription lang="en"> + Pylint is a Python source code analyzer which looks for programming + errors, helps enforcing a coding standard and sniffs for some code + smells (as defined in Martin Fowler's Refactoring book). + + Pylint can be seen as another PyChecker since nearly all tests you can + do with PyChecker can also be done with Pylint. However, Pylint offers + some more features, like checking length of lines of code, checking if + variable names are well-formed according to your coding standard, or + checking if declared interfaces are truly implemented, and much more. + + Additionally, it is possible to write plugins to add your own checks. + </longdescription> </pkgmetadata> |