aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-11 17:15:35 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-11 17:15:35 +0000
commitf8038096f2a1d6869425865292d7c6e980b8d9bb (patch)
tree71bbbf54959c084a2deda4409cb7a6b38d750811 /TODO
parentMerge genscripts rev 123, this unifies the get_env_var/get_env_vars methods a... (diff)
downloadgentoolkit-f8038096f2a1d6869425865292d7c6e980b8d9bb.tar.gz
gentoolkit-f8038096f2a1d6869425865292d7c6e980b8d9bb.tar.bz2
gentoolkit-f8038096f2a1d6869425865292d7c6e980b8d9bb.zip
Merge genscripts rev 130
svn path=/trunk/gentoolkit/; revision=721
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index 3ffa6d2..859e8df 100644
--- a/TODO
+++ b/TODO
@@ -34,8 +34,15 @@ equery:
+changes
+depgraph
+Ebuild changes:
+ - Add:
+ src_test() {
+ "${python}" setup.py test || die "testing returned non zero"
+ }
+ - Add:
+ DEPEND on python 2.5 (needed for 'from __future__ import with' and others)
+
For Next Release:
- - find all commits to main gentoolkit svn after rc7 push and merge where
- appropriate
+ - write NEWS file
- write a docstring for Package which details especially the change in have
cpv as an object, not a string.