[gentoo-dev] [PATCH v2 01/19] general-concepts/manifest: drop the use of "CVS keyword expansion" #558642

2016-01-24 Thread Gokturk Yuksek
With the git migration no CVS keyword expansions are happening. However, Manifest file may still need to be regenerated. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- general-concepts/manifest/text.xml | 4 ++-- 1 file

[gentoo-dev] [PATCH v2 04/19] general-concepts/tree: replace the mention of ChangeLog #558642

2016-01-24 Thread Gokturk Yuksek
Package updates do not require changing of the ChangeLog file. Package updates by users that do not mention what has changed is still considered a common mistake however. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek ---

[gentoo-dev] [PATCH v2 00/19] devmanual: update the docs for post git-migration

2016-01-24 Thread Gokturk Yuksek
Hi, This is the second iteration of the patch series that attempts to update the devmanual for the git migration. The updates included in the second revision are: - The subsection on moving ebuilds is rewritten from scratch. It explains the 'git mv' workflow suggested by kensington. - The

[gentoo-dev] [PATCH v2 03/19] general-concepts/tree: substitute "CVS" with "git" #558642

2016-01-24 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- general-concepts/tree/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general-concepts/tree/text.xml b/general-concepts/tree/text.xml index

[gentoo-dev] [PATCH v2 06/19] ebuild-writing/user-submitted: do not put user information in ChangeLog #558642

2016-01-24 Thread Gokturk Yuksek
ChangeLog files are auto-generated by infra post git-migration. For user-submitted ebuilds, include the user information in the commit message instead. Mention that user submitted git patches and pull requests preserve the authorship information by default. X-Gentoo-Bug-URL:

[gentoo-dev] [PATCH v2 02/19] general-concepts/mirrors: substitute "CVS" with "the git tree" #558642

2016-01-24 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- general-concepts/mirrors/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general-concepts/mirrors/text.xml b/general-concepts/mirrors/text.xml

[gentoo-dev] [PATCH v2 07/19] appendices/editor-configuration/emacs: remove the CVS related setting #558642

2016-01-24 Thread Gokturk Yuksek
Setting vc-cvs-stay-local to nil causes VC to query the remote repository. Git is a distributed VCS. As such no equivalent command exists for git. Remove the CVS related setting. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek

[gentoo-dev] [PATCH v2 09/19] ebuild-maintenance: rewrite the subsection on commit policy for git #558642

2016-01-24 Thread Gokturk Yuksek
Remove the mention of updating the ChangeLog. Remove the mention of file conflicts during commit as CVS keeps track of files whereas git keeps track of changesets. Add a note regarding commit atomicity: Git commits are always atomic, so combining package.mask/license changes with ebuild changes

[gentoo-dev] [PATCH v2 10/19] ebuild-maintenance: rewrite the subsection on upgrading ebuilds for git #558642

2016-01-24 Thread Gokturk Yuksek
Substitute the mentions of CVS with git. Rewrite CVS commands with their git equivalents. Delete the reference to editing ChangeLog. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild-maintenance/text.xml | 6 +++---

[gentoo-dev] [PATCH v2 11/19] ebuild-maintenance: rewrite the subsection on moving ebuilds for git #558642

2016-01-24 Thread Gokturk Yuksek
Rename the subsection to "moving a package" and rewrite it from scratch. The previous workflow suggested a 2 step process whereas the new one suggests a single git commit to contain all the changes. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek

[gentoo-dev] [PATCH v2 05/19] ebuild-writing/misc-files: replace the code for cvs commit with git #558642

2016-01-24 Thread Gokturk Yuksek
Replace "cvs commit" with the equivalent "git add && git commit" version. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild-writing/misc-files/metadata/text.xml | 16 +++- 1 file changed, 15

[gentoo-dev] [PATCH v2 08/19] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642

2016-01-24 Thread Gokturk Yuksek
Remove the paragraph about adding binary files to CVS. Replace the instances of CVS with git. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild-maintenance/text.xml | 19 +++ 1 file changed, 3

Re: [gentoo-dev] Herd likely up for grabs: net-im

2016-01-24 Thread Amadeusz Żołnowski
Hanno Böck writes: >> > [...] >> > >> > net-im/ejabberd : >> >> I have not much knowledge about erlang stuff, but I will take >> ejabberd if noone else wants. Co-maintainers are welcome. > > I would love if ejabberd gets maintained again :-) Lovely! I have

Re: [gentoo-dev] Packages Up For Grabs

2016-01-24 Thread M. J. Everitt
On 24/01/16 10:39, Amadeusz Żołnowski wrote: > Alex Brandt writes: >> * app-backup/rdiff-backup > Wasn't it meant for removal? > > -- Amadeusz Żołnowski Looks fine on p.g.o stable too. Upstream site is present.

[gentoo-dev] [PATCH v2 14/19] ebuild-maintenance: replace "cvs commit" with "git commit" #558642

2016-01-24 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild-maintenance/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index

[gentoo-dev] [PATCH v2 16/19] general-concepts/git-to-rsync/diagram: update the description for git #558642

2016-01-24 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- general-concepts/mirrors/diagram.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general-concepts/mirrors/diagram.svg

[gentoo-dev] [PATCH v2 13/19] ebuild-maintenance: rewrite the subsection on removing packages for git #558642

2016-01-24 Thread Gokturk Yuksek
Substitute the mentions of CVS with git. Rewrite CVS commands with their git equivalents. Remove the paragraph about deleting directories in CVS. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek ---

[gentoo-dev] [PATCH v2 19/19] general-concepts/tree: remove the reference to the ChangeLog #485314

2016-01-24 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=485314 Signed-off-by: Gokturk Yuksek --- general-concepts/tree/text.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/general-concepts/tree/text.xml b/general-concepts/tree/text.xml index 6f59f09..877b8f4

[gentoo-dev] [PATCH v2 18/19] tools-reference: remove the echangelog page #485314

2016-01-24 Thread Gokturk Yuksek
From: Michael Orlitzky Since the switch to git, developers should never need to use echangelog. Remove its page from the tools-reference section. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=485314 --- tools-reference/echangelog/text.xml | 32

[gentoo-dev] [PATCH v2 15/19] general-concepts/git-to-rsync/diagram: update the description for git #558642

2016-01-24 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- general-concepts/git-to-rsync/diagram.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general-concepts/git-to-rsync/diagram.svg

[gentoo-dev] [PATCH v2 17/19] ebuild-writing/misc-files: remove ChangeLog section #485314

2016-01-24 Thread Gokturk Yuksek
From: Michael Orlitzky The ChangeLog section under misc-files is misleading now that our main repository has been switched to git (and we no longer have ChangeLogs). Remove the ebuild-writing/misc-files/changelog page. X-Gentoo-Bug-URL:

[gentoo-dev] [PATCH v2 12/19] ebuild-maintenance: rewrite the subsection on removing ebuilds for git #558642

2016-01-24 Thread Gokturk Yuksek
Substitute the mentions of CVS with git. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild-maintenance/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-maintenance/text.xml

Re: [gentoo-dev] Packages Up For Grabs

2016-01-24 Thread Amadeusz Żołnowski
Alex Brandt writes: > * app-backup/rdiff-backup Wasn't it meant for removal? -- Amadeusz Żołnowski signature.asc Description: PGP signature

[gentoo-portage-dev] [PATCH] Add sync-git-clone-extra-opts and sync-git-pull-extra-opts

2016-01-24 Thread Brian Dolbec
From f3ae0003f8cb0c5f4fc8728254ee05bda38d7304 Mon Sep 17 00:00:00 2001 From: Ross Konsolebox Date: Sun, 24 Jan 2016 16:27:36 +0800 Subject: [PATCH] Add sync-git-clone-extra-opts and sync-git-pull-extra-opts --- man/portage.5| 6 ++

Re: [gentoo-dev] Re: [PATCH v2 17/19] ebuild-writing/misc-files: remove ChangeLog section #485314

2016-01-24 Thread Michael Orlitzky
On 01/24/2016 07:43 PM, Ulrich Mueller wrote: >> On Sun, 24 Jan 2016, Gokturk Yuksek wrote: > >> From: Michael Orlitzky > >> The ChangeLog section under misc-files is misleading now that our main >> repository has been switched to git (and we no longer have >> ChangeLogs).

Re: [gentoo-dev] New packages up for grabs

2016-01-24 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Michał Górny: > Hello, everyone. > > As a result of disbanding a few herds, we some new > maintainer-needed packages. > > Here's the complete list: > > app-benchmarks/bonnie++ app-benchmarks/filebench If these haven't been taken already, I can

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2016-01-24 23:59 UTC

2016-01-24 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2016-01-24 23:59 UTC. Removals: app-doc/ebookmerge 20160123-08:45 kensington476f955 dev-perl/Unicode-Normalize 20160124-12:36 dilfridge 111fa30 games-fps/ut2004

[gentoo-dev] Re: [PATCH v2 17/19] ebuild-writing/misc-files: remove ChangeLog section #485314

2016-01-24 Thread Ulrich Mueller
> On Sun, 24 Jan 2016, Gokturk Yuksek wrote: > From: Michael Orlitzky > The ChangeLog section under misc-files is misleading now that our main > repository has been switched to git (and we no longer have > ChangeLogs). Remove the ebuild-writing/misc-files/changelog page.

Re: [gentoo-dev] [PATCH v2 08/19] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642

2016-01-24 Thread Brian Dolbec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sun, 24 Jan 2016 18:44:08 -0500 Göktürk Yüksek wrote: > Andrew Savchenko: > > On Sun, 24 Jan 2016 16:00:31 +0100 Patrice Clement wrote: > >> Sunday 24 Jan 2016 03:46:02, Gokturk Yuksek wrote : > >>> Remove the

Re: [gentoo-dev] [RFD] Adopt-a-package, proxy-maintenance, and other musings

2016-01-24 Thread Daniel Campbell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 01/23/2016 12:52 AM, Ian Delaney wrote: > On Thu, 21 Jan 2016 16:30:14 -0800 Daniel Campbell > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 > >> On 01/21/2016 02:41 PM, waltd...@waltdnes.org wrote: >>> On Thu,

[gentoo-dev] Re: [PATCH v2 17/19] ebuild-writing/misc-files: remove ChangeLog section #485314

2016-01-24 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ulrich Mueller: >> On Sun, 24 Jan 2016, Gokturk Yuksek wrote: > >> From: Michael Orlitzky > >> The ChangeLog section under misc-files is misleading now that >> our main repository has been switched to git (and we no longer >>

Re: [gentoo-dev] Re: Add sync-git-extra-opts or sync-git-pull-extra-opts to repos.conf

2016-01-24 Thread Brian Dolbec
On Sun, 24 Jan 2016 16:46:41 +0800 konsolebox wrote: > On Sat, Jan 23, 2016 at 4:27 AM, Brian Dolbec > wrote: > > On Sat, 23 Jan 2016 03:45:14 +0800 > > konsolebox wrote: > > > >> On Sat, Jan 23, 2016 at 2:05 AM, Brian Dolbec

Re: [gentoo-dev] [RFD] Adopt-a-package, proxy-maintenance, and other musings

2016-01-24 Thread Ian Delaney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sat, 23 Jan 2016 12:12:57 +0100 Patrice Clement wrote: > Tuesday 19 Jan 2016 00:44:49, NP-Hardass wrote : > > With all of the unclaimed herds and unclaimed packages within them, > > I started to wonder what will happen

[gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/

2016-01-24 Thread Robin H. Johnson
On Sun, Jan 24, 2016 at 11:04:30PM +, Sven Wegener wrote: > commit: 863f9ab8fc98a98570263fbba4d5c918ba0ab13e > Author: Sven Wegener gentoo org> > AuthorDate: Sun Jan 24 10:06:54 2016 + > Commit: Sven Wegener gentoo org> > CommitDate: Sun Jan 24 23:04:04 2016 + > URL:

Re: [gentoo-dev] New packages up for grabs

2016-01-24 Thread Hans de Graaff
On Mon, 2016-01-25 at 00:32 +0100, Michał Górny wrote: > net-nntp/leafnode I'll take this. Hans signature.asc Description: This is a digitally signed message part

[gentoo-dev] Re: New packages up for grabs

2016-01-24 Thread »Q«
On Mon, 25 Jan 2016 07:37:42 +0100 Hans de Graaff wrote: > > net-nntp/leafnode > > I'll take this. If you've got enough cycles to spare, I'd love to see an ebuild for leafnode-2. I realize that's asking a lot and that upstream's apparent position is that it will be in

Re: [gentoo-dev] [PATCH v2 08/19] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642

2016-01-24 Thread Patrice Clement
Sunday 24 Jan 2016 03:46:02, Gokturk Yuksek wrote : > Remove the paragraph about adding binary files to CVS. > Replace the instances of CVS with git. > > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 > Signed-off-by: Gokturk Yuksek > --- >

Re: [gentoo-dev] [PATCH v2 08/19] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642

2016-01-24 Thread James Le Cuirot
On Sun, 24 Jan 2016 11:38:42 -0500 Göktürk Yüksek wrote: > > "Again you should not compress these patches because git does not > > play well binary files". > > > > I'm not sure this statement still holds true with git. Does it? > > > It should be possible to compress

Re: [gentoo-dev] Packages Up For Grabs

2016-01-24 Thread Alex Brandt
On Sunday 24 January 2016 10:39:42 Amadeusz Żołnowski wrote: > Alex Brandt writes: > > * app-backup/rdiff-backup > > Wasn't it meant for removal? Yes, it was. I'm considering doing a last-rites again but am giving people an opportunity before that to lay claim. Let's

[gentoo-dev] Re: [PATCH v2 08/19] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642

2016-01-24 Thread Duncan
Patrice Clement posted on Sun, 24 Jan 2016 16:00:31 +0100 as excerpted: > "Again you should not compress these patches because git does not play > well binary files". > > I'm not sure this statement still holds true with git. Does it? It does. Git is designed to be extremely efficient at

Re: [gentoo-dev] [RFD] Adopt-a-package, proxy-maintenance, and other musings

2016-01-24 Thread Andreas K. Hüttel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Summarizing some (not all) points from Ian's mail: The proxy-maintainers project is nowadays very active on the channel #gentoo- proxy-maint. Several new and very promising contributors are showing up there, and generating a flurry of

Re: [gentoo-dev] [RFD] Adopt-a-package, proxy-maintenance, and other musings

2016-01-24 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ian Delaney: > > 5. At the risk of sounding like Patrick, gentoo lacks some forms > of documentation pertaining to established proxy maintainers and to > forms of stats analysis. In discussions, points were raised > regarding the gathering of stats

[gentoo-dev] Gentoostats

2016-01-24 Thread Andreas K. Hüttel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sunday 24 January 2016 16:50:46 Göktürk Yüksek wrote: > > I don't want to go off-topic here too much but this is more than a > missing tools issue. There are privacy concerns regarding the > collection of such information. I recall this proposed

[gentoo-dev] Reminder: GLEP67 transition will occur today

2016-01-24 Thread Michał Górny
Hello, everyone. I would like to remind you that the transition to GLEP67 maintenance model will occur today. I will perform all the needed commits around 22-23 UTC. Please avoid changing metadata.xml files around that time. The plan is to: 1. check the bug list, generated projects.xml, etc.

Re: [gentoo-dev] [PATCH v2 08/19] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642

2016-01-24 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Patrice Clement: > Sunday 24 Jan 2016 03:46:02, Gokturk Yuksek wrote : >> Remove the paragraph about adding binary files to CVS. Replace >> the instances of CVS with git. >> >> X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 >>

Re: [gentoo-dev] Packages Up For Grabs

2016-01-24 Thread Patrick Lauer
On 01/24/2016 11:49 AM, M. J. Everitt wrote: > On 24/01/16 10:39, Amadeusz Żołnowski wrote: >> Alex Brandt writes: >>> * app-backup/rdiff-backup >> Wasn't it meant for removal? >> >> -- Amadeusz Żołnowski > Looks fine on p.g.o stable too. Upstream site is present. >

Re: [gentoo-dev] Gentoostats

2016-01-24 Thread Dirkjan Ochtman
On Sun, Jan 24, 2016 at 4:59 PM, Andreas K. Hüttel wrote: > Gentoostats is a typical stillbirth of the Gentoo Google Summer of Soon- > Obsolete Code. Would I be happy if someone were to revive and actually deploy > it (the last point is important!)? YES! When I last looked

Re: [gentoo-dev] [PATCH v2 08/19] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642

2016-01-24 Thread Andrew Savchenko
On Sun, 24 Jan 2016 16:00:31 +0100 Patrice Clement wrote: > Sunday 24 Jan 2016 03:46:02, Gokturk Yuksek wrote : > > Remove the paragraph about adding binary files to CVS. > > Replace the instances of CVS with git. > > > > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 > >

[gentoo-dev] Re: [RFD] Adopt-a-package, proxy-maintenance, and other musings

2016-01-24 Thread Michael Palimaka
On 01/25/2016 02:50 AM, Göktürk Yüksek wrote: > Ian Delaney: > >> 5. At the risk of sounding like Patrick, gentoo lacks some forms >> of documentation pertaining to established proxy maintainers and to >> forms of stats analysis. In discussions, points were raised >> regarding the gathering of

[gentoo-dev] rfc: udev project

2016-01-24 Thread William Hubbs
To comply with GLEP 67, we now have a udev project: https://wiki.gentoo.org/wiki/Project:Udev William signature.asc Description: Digital signature

Re: [gentoo-dev] Gentoostats

2016-01-24 Thread Alexis Ballier
On Sun, 24 Jan 2016 16:59:57 +0100 "Andreas K. Hüttel" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On Sunday 24 January 2016 16:50:46 Göktürk Yüksek wrote: > > > > I don't want to go off-topic here too much but this is more than a > > missing tools

Re: [gentoo-dev] Gentoostats

2016-01-24 Thread Chí-Thanh Christopher Nguyễn
Andreas K. Hüttel schrieb: And it would be extremely useful how many of our maintainer-needed packages are actually still compiled once per year. (Or if any one single person even uses KDE on ppc64.) Gentoostats is a typical stillbirth of the Gentoo Google Summer of Soon- Obsolete Code. Would I

Re: [gentoo-dev] New USE_EXPAND: POSTGRES_TARGETS

2016-01-24 Thread Aaron W. Swenson
Attached are the changes I'm looking to make. I've never play with global use flags, so I'd like for somebody to make sure I've done them right. # Copyright 1999-2016 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # $Id$ # This file contains descriptions of

Re: [gentoo-dev] New Eclasses: postgres and postgres-multi

2016-01-24 Thread Aaron W. Swenson
Okay, provided that the new USE_EXPAND is okay for POSTGRES_TARGETS, attached are the eclasses that I'll commit to the tree. # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit multibuild postgres EXPORT_FUNCTIONS pkg_setup

[gentoo-dev] New packages up for grabs

2016-01-24 Thread Michał Górny
Hello, everyone. As a result of disbanding a few herds, we some new maintainer-needed packages. Here's the complete list: app-admin/gkrellm app-arch/torrentzip app-backup/backuppc app-backup/boxbackup app-backup/cdbackup app-backup/cdbkup app-backup/dirvish app-backup/simplebackup