Gentoo Archives: gentoo-commits

From: Paul Varner <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:master commit in: /
Date: Tue, 24 Nov 2015 18:12:43
Message-Id: 1448388601.1415ee6c58c52633b801bac79810f9cf463987d7.fuzzyray@gentoo
1 commit: 1415ee6c58c52633b801bac79810f9cf463987d7
2 Author: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 18:10:01 2015 +0000
4 Commit: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 18:10:01 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=1415ee6c
7
8 Update documentation
9
10 Add a pointer to gitweb in Changelog
11 Update policy for creating releases in README.dev
12 Remove obsolete TODO file
13
14 ChangeLog | 3 +++
15 README.dev | 11 ++++++++---
16 TODO | 33 ---------------------------------
17 3 files changed, 11 insertions(+), 36 deletions(-)
18
19 diff --git a/ChangeLog b/ChangeLog
20 index 7524886..a7ff478 100644
21 --- a/ChangeLog
22 +++ b/ChangeLog
23 @@ -1,3 +1,6 @@
24 +Please see https://gitweb.gentoo.org/proj/gentoolkit.git/log/
25 +Alternatively, you can use 'git log' on a copy of the repository
26 +
27 2010-01-04: Paul Varner <fuzzyray@g.o>
28 * euse: Merge euse from bug #259318 written by Jared Hancock. This
29 version is a significant rewrite and add supports for utilizing
30
31 diff --git a/README.dev b/README.dev
32 index 62a35fe..e7f81e6 100644
33 --- a/README.dev
34 +++ b/README.dev
35 @@ -7,11 +7,16 @@ We only have several requirements. If you want to do a major change (i.e
36 rewrite/refactor something), please talk to us before pushing any
37 commits. If you break something, please fix it.
38
39 -If you want a new release of gentoolkit or gentoolkit-dev, please coordinate
40 -it with fuzzyray (gentoolkit) or idl0r (gentoolkit-dev).
41 +All members of the Portage or Portage Tools projects are authorized to
42 +create a new release of gentoolkit or gentoolkit-dev.
43 +
44 +All other Gentoo Developers are authorized to create a new release if it is
45 +coordinated with fuzzyray and/or dolsen.
46 +
47 +If you create a release and it breaks, please fix it.
48
49 Any non Gentoo developers who wish to contribute, the best way to get
50 -started is by pulling a copy of the repository and submitting patches to
51 +started is by clonig a copy of the repository and submitting patches to
52 bugzilla. Additionally, we can be found in the #gentoo-portage IRC
53 channel.
54
55
56 diff --git a/TODO b/TODO
57 deleted file mode 100644
58 index 1cee1a4..0000000
59 --- a/TODO
60 +++ /dev/null
61 @@ -1,33 +0,0 @@
62 -- equery:
63 - - add --overlay, --portdir to uses
64 - - add glsa pkgspec
65 - - query for current GLSAs on installed package(s)
66 -- rewrite ekeywords and echangelog to use gentoolkit
67 -- merge change and echangelog
68 -- merge useflag and euse, have _one_ command line tool
69 - - update ufed to rely on the CLI tool
70 - - update ufed to rely on generate-use
71 - - merge generate-use and ufed?
72 -- write efeatures for turning on/off FEATURES in make.conf
73 -- look at ekeys, ewatch
74 -- revision bump tool
75 - - bump versioned files in filesdir
76 - - -m for changelog entry
77 - - use ~/.gentoo/gentoolkit/ebump.conf
78 - - use /etc/gentoolkit/ebump.conf
79 -
80 -equery (modern):
81 - Add more --debug stuff
82 - Write tests for Dependencies._parser
83 - Profile Dependencies._parser
84 - Extend PackageFormatter usage to everything that outputs packages to
85 - allow for purvasive use of -F, --format goodness
86 -
87 -Ebuild changes:
88 - - Add:
89 - src_test() {
90 - "${python}" setup.py test || die "testing returned non zero"
91 - }
92 -
93 -For Next Release:
94 - - write NEWS file