From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0EC0A1384B4 for ; Tue, 24 Nov 2015 18:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAEBA21C02A; Tue, 24 Nov 2015 18:12:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33E0721C02A for ; Tue, 24 Nov 2015 18:12:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D09B533F7F8 for ; Tue, 24 Nov 2015 18:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2716706 for ; Tue, 24 Nov 2015 18:12:35 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1448388601.1415ee6c58c52633b801bac79810f9cf463987d7.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: ChangeLog README.dev TODO X-VCS-Directories: / X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: 1415ee6c58c52633b801bac79810f9cf463987d7 X-VCS-Branch: master Date: Tue, 24 Nov 2015 18:12:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7b47d0e4-806c-439c-85c5-9898c402b2dc X-Archives-Hash: 0d68dd1314689601077ad580960b094c commit: 1415ee6c58c52633b801bac79810f9cf463987d7 Author: Paul Varner gentoo org> AuthorDate: Tue Nov 24 18:10:01 2015 +0000 Commit: Paul Varner gentoo org> CommitDate: Tue Nov 24 18:10:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=1415ee6c Update documentation Add a pointer to gitweb in Changelog Update policy for creating releases in README.dev Remove obsolete TODO file ChangeLog | 3 +++ README.dev | 11 ++++++++--- TODO | 33 --------------------------------- 3 files changed, 11 insertions(+), 36 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7524886..a7ff478 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Please see https://gitweb.gentoo.org/proj/gentoolkit.git/log/ +Alternatively, you can use 'git log' on a copy of the repository + 2010-01-04: Paul Varner * euse: Merge euse from bug #259318 written by Jared Hancock. This version is a significant rewrite and add supports for utilizing diff --git a/README.dev b/README.dev index 62a35fe..e7f81e6 100644 --- a/README.dev +++ b/README.dev @@ -7,11 +7,16 @@ We only have several requirements. If you want to do a major change (i.e rewrite/refactor something), please talk to us before pushing any commits. If you break something, please fix it. -If you want a new release of gentoolkit or gentoolkit-dev, please coordinate -it with fuzzyray (gentoolkit) or idl0r (gentoolkit-dev). +All members of the Portage or Portage Tools projects are authorized to +create a new release of gentoolkit or gentoolkit-dev. + +All other Gentoo Developers are authorized to create a new release if it is +coordinated with fuzzyray and/or dolsen. + +If you create a release and it breaks, please fix it. Any non Gentoo developers who wish to contribute, the best way to get -started is by pulling a copy of the repository and submitting patches to +started is by clonig a copy of the repository and submitting patches to bugzilla. Additionally, we can be found in the #gentoo-portage IRC channel. diff --git a/TODO b/TODO deleted file mode 100644 index 1cee1a4..0000000 --- a/TODO +++ /dev/null @@ -1,33 +0,0 @@ -- equery: - - add --overlay, --portdir to uses - - add glsa pkgspec - - query for current GLSAs on installed package(s) -- rewrite ekeywords and echangelog to use gentoolkit -- merge change and echangelog -- merge useflag and euse, have _one_ command line tool - - update ufed to rely on the CLI tool - - update ufed to rely on generate-use - - merge generate-use and ufed? -- write efeatures for turning on/off FEATURES in make.conf -- look at ekeys, ewatch -- revision bump tool - - bump versioned files in filesdir - - -m for changelog entry - - use ~/.gentoo/gentoolkit/ebump.conf - - use /etc/gentoolkit/ebump.conf - -equery (modern): - Add more --debug stuff - Write tests for Dependencies._parser - Profile Dependencies._parser - Extend PackageFormatter usage to everything that outputs packages to - allow for purvasive use of -F, --format goodness - -Ebuild changes: - - Add: - src_test() { - "${python}" setup.py test || die "testing returned non zero" - } - -For Next Release: - - write NEWS file