[gentoo-dev] [PATCH v1] eclass/savedconfig.eclass: rewrite the ROFF macros

2019-11-07 Thread Göktürk Yüksek
s. Closes: https://bugs.gentoo.org/699476 Signed-off-by: Göktürk Yüksek --- eclass/savedconfig.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/savedconfig.eclass b/eclass/savedconfig.eclass index dab2283fe0f..8f64c5b8edd 100644 --- a/ecl

Re: [gentoo-dev] RFC: kernel-2.eclass Prefix support

2016-06-11 Thread Göktürk Yüksek
Benda Xu: > Hi Fellows, > > This is a trivial patch for kernel-2.eclass to support Prefix. Does it > look good to be commited? > > Thanks, > Benda > > Bug: 478436 > --- kernel-2.eclass 2016-02-17 22:46:25.235543840 +0900 > +++ kernel-2.eclass 2016-05-24 01:14:22.246809021 +0900 > @@ -539,8

[gentoo-dev] last rites: app-admin/lastpass

2016-05-22 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 # Göktürk Yüksek (23 May 2016) # Replaced by app-admin/lastpass-binary-component. # Masked for removal in 30 days. app-admin/lastpass -BEGIN PGP SIGNATURE- iQEcBAEBCgAGBQJXQpMvAAoJEIT4AuXAiM4zU/oH/iVspOTvdR3g7BZs3enwu9zx hw1mtqD

[gentoo-dev] News Item: LastPass package migration - v2

2016-05-19 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Here's the version 2 with the fixed author information. I forgot to send the initial email to the PR team, so doing that now. Will commit in 72 hours if there are no objections. - -- Title: LastPass package migration Author: Göktürk Y

Re: [gentoo-dev] [PATCH] eutils.eclass: Add awk wrapper - eawk - edit file in place

2016-05-19 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Mart Raudsepp: > Ühel kenal päeval, K, 18.05.2016 kell 22:25, kirjutas > aide...@gentoo.org: >> From: Amadeusz Żołnowski >> >> awk doesn't have the -i option like sed and if editing file in >> place is desired, additional steps are required. eawk

Re: [gentoo-dev] [PATCH] eutils.eclass: Add awk wrapper - eawk - edit file in place

2016-05-18 Thread Göktürk Yüksek
Jeroen Roovers: > On Wed, 18 May 2016 19:31:38 -0400 > Göktürk Yüksek wrote: > >> There could be some performance implications. cat will usually do >> slow, buffered I/O. cp tries to be smarter with allocation, i.e. it >> may take advantage of the btrfs speci

Re: [gentoo-dev] [PATCH] eutils.eclass: Add awk wrapper - eawk - edit file in place

2016-05-18 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Amadeusz Żołnowski: > Göktürk Yüksek writes: >>> + cat "${f}" >"${tmpf}" || return 1 >> Why shell redirection with cat instead of cp? both are in >> coreutils. > > I thought cp could ov

Re: [gentoo-dev] [PATCH] eutils.eclass: Add awk wrapper - eawk - edit file in place

2016-05-18 Thread Göktürk Yüksek
aide...@gentoo.org: > From: Amadeusz Żołnowski > > awk doesn't have the -i option like sed and if editing file in place is > desired, additional steps are required. eawk uses tmp file to make it > look to the caller editing happens in place. > --- > eclass/eutils.eclass | 13 + > 1 f

Re: [gentoo-dev] [PATCH v2 2/4] ebuild-writing/misc-files/metadata: rewrite the section per GLEP 67 #572144

2016-05-15 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Michał Górny: > On Sat, 14 May 2016 20:57:48 -0400 Göktürk Yüksek > wrote: > >> @@ -244,12 +221,7 @@ optional: without this attribute must also >> exist. That tag without the restrict attribute will serve as the >>

[gentoo-dev] [PATCH] ebuild-writing/variables: add a section to explain the ROOT variable #144332

2016-05-14 Thread Göktürk Yüksek
The text is originally based on the patch provided by Thilo Bangert in the bug. It is revised and expanded to mention the use of ROOT in cross-compiling environments as explained in PMS Table 11.1. Gentoo-Bug: https://bugs.gentoo.org/144332 Signed-off-by: Göktürk Yüksek --- ebuild-writing

[gentoo-dev] [PATCH v2 2/4] ebuild-writing/misc-files/metadata: rewrite the section per GLEP 67 #572144

2016-05-14 Thread Göktürk Yüksek
section for handling maintainer-needed in metadata.xml per GLEP 67 and provide an example This commit also makes #545272 obsolete. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572144 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=545272 Signed-off-by: Göktürk Yüksek --- ebuild-writing

[gentoo-dev] [PATCH v2 3/4] ebuild-writing/misc-files/metadata: update wrt slotting and per GLEP 68

2016-05-14 Thread Göktürk Yüksek
Add information about specifying slots and subslots in the metadata. Also, update the section according to the specifications in GLEP 68, clarify some of the tags better, and reorder the tags to improve the flow of the text. Signed-off-by: Göktürk Yüksek --- ebuild-writing/misc-files/metadata

[gentoo-dev] [PATCH v2 4/4] ebuild-writing/misc-files/metadata: add an example for slots and subslots

2016-05-14 Thread Göktürk Yüksek
Signed-off-by: Göktürk Yüksek --- ebuild-writing/misc-files/metadata/text.xml | 50 + 1 file changed, 50 insertions(+) diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml index 3d135a6..486af11 100644 --- a/ebuild

[gentoo-dev] [PATCH v2 1/4] general-concepts/herds-and-projects: update per GLEP 67 #572144 #549490

2016-05-14 Thread Göktürk Yüksek
the beginning of the "Herds" section, declare it obsolete, and preserve it for historical reasons Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572144 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=549490 Signed-off-by: Göktürk Yüksek --- general-concepts/her

[gentoo-dev] [PATCH v2 0/4] devmanual: update the docs per GLEP 67 and 68

2016-05-14 Thread Göktürk Yüksek
g/gentoo-dev/message/54918d35b9ffe3751abd45e48dbb3da0 You can review the changes on Github for your own convenience: https://github.com/gktrk/devmanual.gentoo.org/compare/master...gktrk:glep67_68-v2 The HTML version of the devmanual with the proposed changes can be found at: http://devmanual.qui-gon.

Re: [gentoo-dev] [PATCH] ebuild-writing/variables: better describe ROOT

2016-05-14 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Mike Gilbert: > The current description of ROOT makes no sense and just confuses > people. The new description is paraphrased from PMS. --- > ebuild-writing/variables/text.xml | 5 +++-- 1 file changed, 3 > insertions(+), 2 deletions(-) > > diff --g

Re: [gentoo-dev] News Item: LastPass package migration

2016-05-14 Thread Göktürk Yüksek
Andrew Udvare: > On 08/05/16 16:56, Andrew Udvare wrote: >> On 07/05/16 22:25, Göktürk Yüksek wrote: >>> Users of Chrome/Chromium and Opera browsers need to switch to >>> app-admin/lastpass-binary-features and follow the instructions >>> displayed on the scree

[gentoo-dev] Re: [PATCH v1 4/5] ebuild-writing/misc-files/metadata: move the GLEP 31 reference to the top

2016-05-08 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ulrich Mueller: >>>>>> On Mon, 2 May 2016, Göktürk Yüksek wrote: > >> @@ -602,9 +603,7 @@ part of the QA reports. For categories, >> metadata.xml specifies a long description (in English and >> option

[gentoo-dev] Re: [PATCH v1 5/5] ebuild-writing/misc-files/metadata: add an example for slots and subslots

2016-05-08 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Ulrich Mueller: >>>>>> On Mon, 2 May 2016, Göktürk Yüksek wrote: > >> -descriptions. Slot operators are not allowed inside >> <pkg>, +descriptions. Slot operators are not preferred >> inside <pkg

[gentoo-dev] News Item: LastPass package migration

2016-05-07 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Title: LastPass package migration Author: Robin H. Johnson Content-Type: text/plain Posted: 2016-05-08 Revision: 1 News-Item-Format: 1.0 Display-If-Installed: app-admin/lastpass LastPass-3 and earlier versions installed browser extensions along wit

Re: [gentoo-dev] [PATCH] metadata.xsd: upstream maintainer must have exactly one element

2016-05-06 Thread Göktürk Yüksek
Dirkjan Ochtman: > On Fri, May 6, 2016 at 1:16 AM, Göktürk Yüksek wrote: >> Signed-off-by: Göktürk Yüksek >> --- >> metadata.xsd | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/metadata.xsd b/metadata.xsd >> index

[gentoo-dev] [PATCH] metadata.xsd: upstream maintainer must have exactly one element

2016-05-05 Thread Göktürk Yüksek
Signed-off-by: Göktürk Yüksek --- metadata.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.xsd b/metadata.xsd index 8bc6a4e..fe2c5d2 100644 --- a/metadata.xsd +++ b/metadata.xsd @@ -137,7 +137,7

[gentoo-dev] [PATCH v1 3/5] ebuild-writing/misc-files/metadata: update wrt slotting and per GLEP 68

2016-05-02 Thread Göktürk Yüksek
Add information about specifying slots and subslots in the metadata. Also, update the section according to the specifications in GLEP 68, clarify some of the tags better, and reorder the tags to improve the flow of the text. Signed-off-by: Göktürk Yüksek --- ebuild-writing/misc-files/metadata

[gentoo-dev] [PATCH v1 1/5] general-concepts/herds-and-projects: update per GLEP 67 #572144 #549490

2016-05-02 Thread Göktürk Yüksek
the beginning of the "Herds" section, declare it obsolete, and preserve it for historical reasons Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572144 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=549490 Signed-off-by: Göktürk Yüksek --- general-concepts/her

[gentoo-dev] [PATCH v1 5/5] ebuild-writing/misc-files/metadata: add an example for slots and subslots

2016-05-02 Thread Göktürk Yüksek
Signed-off-by: Göktürk Yüksek --- ebuild-writing/misc-files/metadata/text.xml | 52 - 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml index a0946e8..66da375 100644

[gentoo-dev] [PATCH v1 4/5] ebuild-writing/misc-files/metadata: move the GLEP 31 reference to the top

2016-05-02 Thread Göktürk Yüksek
GLEP 31 applies to both package and category metadata. Instead of referencing it in the "Category Metadata" subsection, reference it at the beginning of the section. Signed-off-by: Göktürk Yüksek --- ebuild-writing/misc-files/metadata/text.xml | 7 +++ 1 file changed, 3 insert

[gentoo-dev] [PATCH v1 0/5] devmanual: update the docs per GLEP 67 and 68

2016-05-02 Thread Göktürk Yüksek
/f32960eaf345d07576210f91e98533da You can review the changes on Github for your own convenience: https://github.com/gktrk/devmanual.gentoo.org/compare/master...gktrk:glep67_68-v1 The HTML version of the devmanual with the proposed changes can be found at: http://devmanual.qui-gon.org/ Göktürk Yüksek

[gentoo-dev] [PATCH v1 2/5] ebuild-writing/misc-files/metadata: rewrite the section per GLEP 67 #572144

2016-05-02 Thread Göktürk Yüksek
section for handling maintainer-needed in metadata.xml per GLEP 67 and provide an example This commit also makes #545272 obsolete. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572144 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=545272 Signed-off-by: Göktürk Yüksek --- ebuild-writing

Re: [gentoo-dev] [PATCH] metadata.dtd: Remove obsolete element per GLEP 68

2016-05-01 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Michał Górny: > On Sat, 30 Apr 2016 02:36:18 -0400 Göktürk Yüksek > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> Michał Górny: >>> On Thu, 28 Apr 2016 19:41:06 -0400 Göktürk Yüksek >>

[gentoo-dev] [PATCH v1 3/4] metadata.dtd: update the restrict attribute explanation per GLEP 68

2016-04-30 Thread Göktürk Yüksek
Signed-off-by: Göktürk Yüksek --- metadata.dtd | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/metadata.dtd b/metadata.dtd index a3c06ff..8ef1396 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -68,9 +68,10 @@ -- 2.7.3

[gentoo-dev] [PATCH v1 4/4] metadata: update the slot element name attribute explanation per GLEP 68

2016-04-30 Thread Göktürk Yüksek
Signed-off-by: Göktürk Yüksek --- metadata.dtd | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metadata.dtd b/metadata.dtd index 8ef1396..6d38729 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -20,7 +20,10 @@ - + -- 2.7.3

[gentoo-dev] [PATCH v1 2/4] metadata.dtd: set the lang attribute default value to "en" per GLEP 68

2016-04-30 Thread Göktürk Yüksek
Also mention that the attribute value must be a valid ISO 639-1 language code. Signed-off-by: Göktürk Yüksek --- metadata.dtd | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/metadata.dtd b/metadata.dtd index b608852..a3c06ff 100644 --- a/metadata.dtd +++ b

[gentoo-dev] [PATCH v1 1/4] metadata.dtd: Remove obsolete element per GLEP 68

2016-04-30 Thread Göktürk Yüksek
Signed-off-by: Göktürk Yüksek --- metadata.dtd | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/metadata.dtd b/metadata.dtd index 7626a57..b608852 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -3,7 +3,7 @@ - + @@ -13,9 +13,6 @@ explicit type) for

Re: [gentoo-dev] [PATCH] metadata.dtd: Remove obsolete element per GLEP 68

2016-04-29 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Michał Górny: > On Thu, 28 Apr 2016 19:41:06 -0400 Göktürk Yüksek > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> Brian Dolbec: >>> On Thu, 28 Apr 2016 15:39:05 -0400 Göktürk Yüksek >&g

Re: [gentoo-dev] [PATCH] metadata.dtd: Remove obsolete element per GLEP 68

2016-04-28 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Brian Dolbec: > On Thu, 28 Apr 2016 15:39:05 -0400 Göktürk Yüksek > wrote: > >> --- metadata.dtd | 5 + 1 file changed, 1 insertion(+), 4 >> deletions(-) >> >> diff --git a/metadata.dtd b/metadata.dtd index

[gentoo-dev] [PATCH] metadata.dtd: Remove obsolete element per GLEP 68

2016-04-28 Thread Göktürk Yüksek
--- metadata.dtd | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/metadata.dtd b/metadata.dtd index 7626a57..b608852 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -3,7 +3,7 @@ - + @@ -13,9 +13,6 @@ explicit type) for Gentoo maintainers is prohibited. -->

Re: [gentoo-dev] [PATCH v1 3/3] ebuild-writing/misc-files/metadata: rewrite the section per GLEP 67 #572144

2016-04-20 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Göktürk Yüksek: > +<flag name="multislot"> + Allow concurrent > installation of <pkg>sys-boot/grub:0</pkg> and + > <pkg>sys-boot/grub:2</pkg> by renaming all programs. + > </fl

[gentoo-dev] [PATCH] ebuild-maintenance: information for updating metadata on package move/removal

2016-04-19 Thread Göktürk Yüksek
Signed-off-by: Göktürk Yüksek --- ebuild-maintenance/text.xml | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 66d736f..7cbe755 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenanc

Re: [gentoo-dev] [PATCH v1 1/3] general-concepts/herds-and-projects: update per GLEP 67 #572144 #549490

2016-04-09 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Andreas K. Huettel: > On Monday 04 April 2016 06:57:51 NP-Hardass wrote: >> On 04/04/2016 12:34 AM, Göktürk Yüksek wrote: >>> +sufficient for adding or removing a developer. Note that >>> different +projects have

[gentoo-dev] [PATCH v1 1/3] general-concepts/herds-and-projects: update per GLEP 67 #572144 #549490

2016-04-03 Thread Göktürk Yüksek
the beginning of the "Herds" section, declare it obsolete, and preserve it for historical reasons Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572144 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=549490 Signed-off-by: Göktürk Yüksek --- general-concepts/her

[gentoo-dev] [PATCH v1 3/3] ebuild-writing/misc-files/metadata: rewrite the section per GLEP 67 #572144

2016-04-03 Thread Göktürk Yüksek
section for handling maintainer-needed in metadata.xml per GLEP 67 and provide an example This commit also makes #549490 obsolete. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572144 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=549490 Signed-off-by: Göktürk Yüksek --- ebuild-writing

[gentoo-dev] [PATCH v1 2/3] ebuild-maintenance: s/herd/project/ per GLEP 67 #572144

2016-04-03 Thread Göktürk Yüksek
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572144 Signed-off-by: Göktürk Yüksek --- ebuild-maintenance/text.xml | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 5b2abee..a299bf2 100644 --- a

[gentoo-dev] [PATCH v1 0/3] devmanual: update the docs per GLEP 67

2016-04-03 Thread Göktürk Yüksek
proposed changes can be found at: http://devmanual.qui-gon.org/ Göktürk Yüksek (3): general-concepts/herds-and-projects: update per GLEP 67 #572144 #549490 ebuild-maintenance: s/herd/project/ per GLEP 67 #572144 ebuild-writing/misc-files/metadata: rewrite the section per GLEP 67 #572144

[gentoo-dev] [PATCH] bin/portageq: add a matcher to match the orphaned (maintainer-needed) packages

2016-03-06 Thread Göktürk Yüksek
Per GLEP 67, orphaned packages do not have a in metadata.xml. They can't be matched using '--maintainer-email=maintainer-nee...@gentoo.org' anymore. Add a new command line argument '--orphaned' to match the orphaned packages. Signed-off-by: Göktürk Yüksek --- bin/porta

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

2016-02-04 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ulrich Mueller: >> On Wed, 3 Feb 2016, Brian Dolbec wrote: > >>> --- a/ebuild-writing/misc-files/metadata/text.xml +++ >>> b/ebuild-writing/misc-files/metadata/text.xml @@ -532,7 >>> +532,21 @@ is currently: xmllint --noout --valid >>> metad

Re: [gentoo-dev] [PATCH v3 00/21] devmanual: update the docs for post git-migration

2016-02-03 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Daniel Campbell: > On 02/03/2016 04:57 PM, gokt...@binghamton.edu wrote: >> From: Gokturk Yuksek > >> Hi, > > [...] > > This isn't related to what you're doing but I felt it was a good > place to ask: > > How are you and other developers creati

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

2016-01-26 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ulrich Mueller: >> On Sun, 24 Jan 2016, Michael Orlitzky wrote: > >> The ChangeLog page is nonsense as-is, and removing it makes the >> devmanual better. Afterwards, if someone wants to take the commit >> message guidelines from the wiki and me

Re: [gentoo-dev] [PATCH] skel.metadata.xml: update for GLEP 67

2016-01-25 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Michael Palimaka: > I tried to tidy it up a bit too. Any ideas on how to improve > further are appreciated. > I think we use very frequently these days. Maybe have something about that too? > Michael Palimaka (1): skel.metadata.xml: update for GLE

[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 >> 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 pr

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 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-Gen

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 >> Sig

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

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

2016-01-19 Thread Göktürk Yüksek
Duncan: > NP-Hardass posted on Tue, 19 Jan 2016 00:44:49 -0500 as excerpted: > >> "adopt-a-package" type program. In functionality, this is no different >> than proxy-maintenance, however, this codifies it into an explicit >> policy whereby users are encouraged to step and take over a package. >

Re: [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642

2016-01-17 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Justin Lecher (jlec): > On 17/01/16 08:55, Gokturk Yuksek wrote: >> Hi, > >> The following patch series attempt to update devmanual to >> replace the instances of CVS with their git equivalents. I tried >> to keep the changes small in favor of updat

Re: [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642

2016-01-17 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Michael Orlitzky: > On 01/17/2016 02:55 AM, Gokturk Yuksek wrote: >> Hi, >> >> The following patch series attempt to update devmanual to replace >> the instances of CVS with their git equivalents. > > Thank you! > >> - I am not sure about what to

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

2016-01-17 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Manuel Rüger: > On 17.01.2016 08:55, Gokturk Yuksek wrote: >> 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 >>

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

2016-01-17 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Michael Palimaka: > On 01/17/2016 06:55 PM, Gokturk Yuksek wrote: >> 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 Yukse

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

2016-01-17 Thread Göktürk Yüksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Michael Palimaka: > On 01/17/2016 06:55 PM, Gokturk Yuksek wrote: >> 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: http

Re: [gentoo-dev] packages to grab

2016-01-08 Thread Göktürk Yüksek
Hi, > > I will move all packages I maintain [1] to the associated projects if > possible. All devs are free to take what ever you are interested in. I > am also happy to proxy contributors if they like to maintain a package. > I would like to proxy-maintain dev-vcs/gitstats if possible. > > Che