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

2016-02-03 Thread gokturk
From: Gokturk Yuksek With the git migration no CVS keyword expansions are happening. However, Manifest file may still need to be regenerated. Gentoo-Bug: 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 v3 00/21] devmanual: update the docs for post git-migration

2016-02-03 Thread gokturk
From: Gokturk Yuksek Hi, This is the third iteration of the patch series that attempts to update the devmanual for the git migration. The updates included in the third revision are: - Added a new subsection called "Git Commit Message Format" based on the commit message format inclu

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

2016-02-03 Thread gokturk
From: Gokturk Yuksek Gentoo-Bug: 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 index

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

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

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

2016-02-03 Thread gokturk
From: 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. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild

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

2016-02-03 Thread gokturk
From: Gokturk Yuksek Gentoo-Bug: 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 022a1ea

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

2016-02-03 Thread gokturk
From: 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. Gentoo-Bug

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

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

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

2016-02-03 Thread gokturk
From: 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. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek

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

2016-02-03 Thread gokturk
From: 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

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

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

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

2016-02-03 Thread gokturk
From: 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. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642 Sig

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

2016-02-03 Thread gokturk
From: Gokturk Yuksek Substitute the mentions of CVS with git. Gentoo-Bug: 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

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

2016-02-03 Thread gokturk
From: Gokturk Yuksek Substitute the mentions of CVS with git. Rewrite CVS commands with their git equivalents. Remove the paragraph about deleting directories in CVS. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild-maintenance/text.xml | 28

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

2016-02-03 Thread gokturk
From: Gokturk Yuksek Gentoo-Bug: 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 b9c6327..26cca2f

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

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

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

2016-02-03 Thread gokturk
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. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=485314 --- ebuild-writin

[gentoo-dev] [PATCH v3 20/21] ebuid-maintenance: add a new section called "Git Commit Message Format" #558642

2016-02-03 Thread gokturk
From: Gokturk Yuksek This section includes the content from the "Commit message format" subsection on Gentoo git workflow wiki page, combines it with some of the information that was part of the old ChangeLog section in devmanual and expands on those based on the feedback from the dev

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

2016-02-03 Thread gokturk
From: Gokturk Yuksek Gentoo-Bug: 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 b/general-concepts/mirrors

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

2016-02-03 Thread gokturk
From: Gokturk Yuksek Gentoo-Bug: 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 b/general-concepts/git-to

[gentoo-dev] [PATCH v3 21/21] ebuild-writing/user-submitted: mention git style tags in commit messages #558642

2016-02-03 Thread gokturk
From: Gokturk Yuksek Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild-writing/user-submitted/text.xml | 4 1 file changed, 4 insertions(+) diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml

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

2016-02-03 Thread gokturk
From: Gokturk Yuksek Gentoo-Bug: 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 100644

Re: [gentoo-dev] News item for uclibc-ng

2017-02-08 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Anthony G. Basile: > Hi everyone, > > Attached you'll find a news item for uclibc-ng. I'd like to push > it out in a few days. > >> This will make sure all executables link directly against >> libc.so.0 (as should be "all **the** executables

[gentoo-dev] fedorahosted.org is shutting down on February 28th, 2017

2017-02-22 Thread Gokturk Yuksek
Hi, Arfrever pointed out that fedorahosted.org is scheduled for retirement on February 28th, 2017. The original blog post can be found here [0]. Dilfridge was kind enough to provide plots of ebuilds using fedorahosted.org [1]. At the end of this email, I've appended a list of packages per maintai

[gentoo-dev] Packages up for grabs

2017-03-05 Thread Gokturk Yuksek
Hi, The following packages are up for grabs: net-im/psi net-im/psimedia net-p2p/eiskaltdcpp net-p2p/torrentinfo www-misc/fcgiwrap x11-apps/radeontop -- gokturk signature.asc Description: OpenPGP digital signature

[gentoo-dev] Packages up for grabs

2017-03-07 Thread Gokturk Yuksek
Hi, The following packages are up for grabs: app-emulation/fuse app-emulation/fuse-utils app-emulation/libspectrum -- gokturk signature.asc Description: OpenPGP digital signature

[gentoo-dev] app-editors/ghostwriter: package up for grabs

2017-03-12 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, The following package is up for grabs: app-editors/ghostwriter - -- gokturk -BEGIN PGP SIGNATURE- iQEcBAEBCgAGBQJYxdHOAAoJEIT4AuXAiM4zX7wIAKRpd6uqLQDqCX8vWoSWuto/ 8AyGdLfYDZGxNts+nPZZtuG89ykNAx7W8+c+WwoaIuHvQgD1ZOyoIIq+ghp19xng

[gentoo-dev] Packages up for grabs

2017-04-10 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The following packages are up for grabs: app-admin/webmin gnome-extra/cameramonitor media-video/photofilmstrip - -- gokturk -BEGIN PGP SIGNATURE- iQEcBAEBCgAGBQJY68LIAAoJEIT4AuXAiM4zpjMH/RVLyi0QMVX4mSj9X1+i/L/a

[gentoo-dev] Last rites: dev-db/haildb

2017-07-05 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 # Göktürk Yüksek (05 Jul 2017) # Declared dead by upstream. Removal in 30 days. # See: http://www.haildb.com/2015/08/19/shutting-down-haildb/ # Bug #623654. dev-db/haildb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEv2SYNjDGGh+3Be4QhPgC5cCIzjMFAll

[gentoo-dev] Packages up for grabs

2017-07-13 Thread Gokturk Yuksek
The following packages are up for grabs: app-misc/cwiid x11-apps/spotlighter x11-apps/python-whiteboard x11-apps/whyteboard -- gokturk signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] News item: systemd rootprefix migration

2017-07-14 Thread Gokturk Yuksek
> On Jul 13, 2017, at 21:32, Mike Gilbert wrote: > > Please share your comments/questions on the proposed news item below. > There is no immediate action required for most users, but it seems > like a significant enough change to warrant a broadcast. > > -- > > Title: systemd rootprefix migra

[gentoo-dev] Package up for grabs: sys-apps/yarn

2017-07-17 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, The following package is up for grabs: sys-apps/yarn - -- gokturk -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEv2SYNjDGGh+3Be4QhPgC5cCIzjMFAlls8IcACgkQhPgC5cCI zjMVKwf8D/qmUHvrotjDwBLLGOucCEXlGCXILn1L9t6QvjnhQ6ksTyuUndUckFK5 1ulbdVb02m1W

Re: [gentoo-dev] Packages up for grabs: app-forensics/* and other forensics@g.o packages

2017-08-15 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Michał Górny: > Hi, > > Due to the Forensics project [1] being disbanded, the following > packages are now up for grabs. Please note that some of the > packages will probably be taken by former project members. > > app-admin/integrit app-foren

[gentoo-dev] Package up for grabs: net-dns/dnscrypt-proxy

2017-08-16 Thread Gokturk Yuksek
Hi, The following package is up for grabs: net-dns/dnscrypt-proxy signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Packages up for grabs

2017-10-04 Thread Gokturk Yuksek
Hendrik v. Raven: > On Tue, Oct 03, 2017 at 10:25:29AM +0200, Jonas Stein wrote: >> sys-auth/ykpers >> sys-auth/ykclient >> sys-auth/libyubikey > I would be willing to proxy-maintain these three, I am using yubikeys at > several places. > I'll take over ykpers and libyubikey since they're depende

[gentoo-dev] New Project: Mentors

2016-11-07 Thread Gokturk Yuksek
de of things . Our project is open to developers who are interested in volunteering as mentors and lead by example! - -- gokturk [0] https://wiki.gentoo.org/wiki/Project:Mentors -BEGIN PGP SIGNATURE- iQEcBAEBCgAGBQJYIKrtAAoJEIT4AuXAiM4z4r4H/0czEeDt9GcQD6rHclIvy1uA ZO8

[gentoo-dev] Gentoo Staffing Needs page is out of date

2016-11-22 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi all, The Staffing Needs page on the wiki [0] seems a little out of date, there are still mentions of "herds". I invite project leads and members to update it. We added a reference to it in the Mentors wiki page [1] and hoping to get more attentio

Re: [gentoo-dev] Gentoo Staffing Needs page is out of date

2016-11-28 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 11/23/2016 12:31 AM, Gokturk Yuksek wrote: > Hi all, > > The Staffing Needs page on the wiki [0] seems a little out of > date, there are still mentions of "herds". I invite project leads > and members to update it. We a

Re: [gentoo-dev] Gentoo Staffing Needs page is out of date

2016-11-29 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Mart Raudsepp: > Ühel kenal päeval, E, 28.11.2016 kell 17:45, kirjutas Gokturk > Yuksek: >> On 11/23/2016 12:31 AM, Gokturk Yuksek wrote: >>> >>> Hi all, >>> >>> The Staffing Needs page on the wik

Re: [gentoo-dev] Cross Post due to technical component - Thanks for all the fish

2016-12-06 Thread Gokturk Yuksek
ot seen anything related to that in the project alias. I would be more than happy to personally help you out with proxy-maintainership. Thanks, -- gokturk [0] https://bugs.gentoo.org/show_bug.cgi?id=581370 [1] https://archives.gentoo.org/gentoo-proxy-maint/ signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Gentoo Staffing Needs page is out of date

2016-12-11 Thread Gokturk Yuksek
Gokturk Yuksek: > Hi all, > > The Staffing Needs page on the wiki [0] seems a little out of date, > there are still mentions of "herds". I invite project leads and > members to update it. We added a reference to it in the Mentors wiki > page [1] and hoping to get more

Re: [gentoo-dev] Gentoo Staffing Needs page is out of date

2016-12-11 Thread Gokturk Yuksek
Hans de Graaff: > On Sun, 2016-12-11 at 17:17 +0000, Gokturk Yuksek wrote: >> >> r...@gentoo.org >> >> Ruby core package maintainer: >> https://wiki.gentoo.org/wiki/Project:Gentoo/Staffing_Needs/Ruby_core_ >> package_maintainer >> >> Ruby

Re: [gentoo-dev] Google Code shutdown requires 524 ebuilds to be fixed before end of 2016

2016-12-21 Thread Gokturk Yuksek
Jonas Stein: > On 2016-11-05 08:47, Michał Górny wrote: >> Thou shalt not rely on the mirrors! Though mirrors as a temporary >> solution are acceptable. As long as you don't turn it into 'wrong >> SRC_URI is fine, the file is on the mirrors'. > >> Also, it would be nice not to have the berlios ->

[gentoo-dev] Last rites: app-admin/phpsyslogng

2016-12-22 Thread Gokturk Yuksek
# Göktürk Yüksek (22 Dec 2016) # Dead upstream, no more hosted on googlecode # No reverse dependencies. Masked for removal in 30 days. app-admin/phpsyslogng signature.asc Description: OpenPGP digital signature

[gentoo-dev] Package up for grabs: media-gfx/displaycal

2016-12-22 Thread Gokturk Yuksek
Hi, This a slightly delayed up for grabs notice for: media-gfx/displaycal Thanks, -- gokturk signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Google Code shutdown requires 524 ebuilds to be fixed before end of 2016

2016-12-24 Thread Gokturk Yuksek
q-like script [0] to list ebuilds/packages/maintainers for anyone who is interested. [0] https://github.com/gktrk/gentoo-scripts/blob/master/googlecode-uri.py -- gokturk signature.asc Description: OpenPGP digital signature

[gentoo-dev] Packages up for grabs

2016-12-29 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, The following packages are up for grabs: app-backup/vzdump app-misc/vzstats dev-libs/sblim-sfcc games-misc/fortune-mod-gentoo-ru mail-filter/libdkim sys-cluster/ploop sys-cluster/vzctl sys-kernel/openvz-sources - -- gokturk

[gentoo-dev] Package up for grabs: media-sound/gejengel

2016-12-31 Thread Gokturk Yuksek
Hi, The package media-sound/gejengel is up for grabs. I should note that the package used to be hosted on google-code which is being shut down and tarballs will no longer be available. There are also open bugs against the package. -- gokturk signature.asc Description: OpenPGP digital

[gentoo-dev] New Project: Gentoostats

2017-01-02 Thread Gokturk Yuksek
7;m hoping to make a release and move the package to the tree in the coming days. I invite anyone who is interested to add themselves to the project. Best Regards, -- gokturk [0] https://gitweb.gentoo.org/proj/gentoostats.git/ [1] https://github.com/gktrk/kpanicd-overlay signature.asc Descript

Re: [gentoo-dev] New Project: Gentoostats

2017-01-02 Thread Gokturk Yuksek
ntoo', 'VER': '2.3.0'}] There is also other Gentoo-specific information it collects such as this: $ gentoostats-cli list arch Arch {'amd64': {'HOSTS': 4}, 'x86': {'HOSTS': 1}} > -- > ,,,^..^,,, > > -- gokturk signature.asc Description: OpenPGP digital signature

[gentoo-dev] Package up for grabs: app-misc/gramps

2017-01-15 Thread Gokturk Yuksek
The following package is up for grabs: app-misc/gramps -- gokturk signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Stats: Gentoo developer commit timeline

2017-01-16 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Michał Górny: > Hi, everyone. > > Just a quick side project we've done a while ago. It's a timeline > of developer commit activity [1]. Code for data processing in [2]. > I did the data, Amynka prepared a nice JS to graph

[gentoo-dev] Package up for grabs: x11-misc/ktsuss

2017-01-25 Thread Gokturk Yuksek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The following package is up for grabs: x11-misc/ktsuss -BEGIN PGP SIGNATURE- iQEcBAEBCgAGBQJYiRX2AAoJEIT4AuXAiM4zC5AH+wfgLLepU8Qdfx40DggmWlwT 8V74RjV2nYFUYWhkbj1SkJnOcCavqYq2sXoMplnV9guh52GoCcYMXp8urRZWr5h5 qTEiz2f9aFE18uum6OVLvUOv4bUa+9o

[gentoo-dev] New Developer: WANG Xuerui (xen0n)

2022-03-18 Thread Gokturk Yuksek
Hi all, It is my pleasure to announce the latest developer addition to our family: WANG Xuerui. Here is how he describes himself: "I'm a software developer from Shanghai, China, and a happy Gentoo user since 2011. Some of you may already know me via the loongson-overlay, ARCH=loong bringup p

[gentoo-dev] Re: [PATCH] install-functions: refer to ${ED} instead of ${D}

2018-08-01 Thread Gokturk Yuksek
Merged in https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5334a50837431d67a196a7848623e01401b3c5eb. Thanks! On 07/26/2018 01:23 PM, Mike Gilbert wrote: > Since EAPI 3, the install functions use ${ED} instead of ${D}. > --- > function-reference/install-functions/text.xml | 9 - > 1

[gentoo-dev] dev-libs/libaio: package up for grabs

2019-04-24 Thread Gokturk Yuksek
Hi, The following package is up for grabs: dev-libs/libaio Thanks, -- gokturk signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] The demotivating process of contributing to devmanual

2019-10-15 Thread Gokturk Yuksek
r ack. Outside of that, I'm willing to change our workflow in a way that's more comfortable for you. > That's all. I guess it's the place where you suggest how we can fix > this mess. > > > [1] > https://github.com/gentoo/devmanual.gentoo.org/blob/master/appendices/contributing/devbook-guide/text.xml > [2] https://github.com/gentoo/devmanual.gentoo.org/pull/110 > [3] https://github.com/gentoo/devmanual.gentoo.org/pull/109 > -- gokturk signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] The demotivating process of contributing to devmanual

2019-10-24 Thread Gokturk Yuksek
Hi, Michał Górny: > On Tue, 2019-10-15 at 17:20 -0400, Gokturk Yuksek wrote: >> I wish you communicated this particular frustration clearly before it >> made you very angry. > > I'm sorry that I vented off here. I have explicitly requested in some > of my pull re

Re: [gentoo-dev] [PATCH v2 1/3] ecm.eclass: New eclass

2019-11-10 Thread Gokturk Yuksek
> > --- /dev/null > +++ b/eclass/ecm.eclass > @@ -0,0 +1,639 @@ > +# Copyright 1999-2019 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2 > + > +# @ECLASS: ecm.eclass > +# @MAINTAINER: > +# k...@gentoo.org > +# @SUPPORTED_EAPIS: 7 > +# @BLURB: Support eclass for

[gentoo-dev] [RFF] Devmanual search functionality

2019-12-25 Thread Gokturk Yuksek
locate what they are looking for faster. I'd like to invite everybody to give it a try and request feedback on the usability and helpfulness of the search feature. If you spot anything that doesn't look right, be sure to let us know about that as well. Thanks, - -- gokturk -BEGIN PGP

[gentoo-dev] Last rites: app-crypt/libykneomgr

2020-01-08 Thread Gokturk Yuksek
Declared deprecated by upstream and is no longer being maintained. Use app-crypt/yubikey-manager[,-qt] to configure a Yubikey device over CCID. Removal in 30 days. signature.asc Description: OpenPGP digital signature

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

2016-01-16 Thread Gokturk Yuksek
/Miscellaneous Files/ChangeLog. The ChangeLog files still exist in the rsync tree, however they are of little importance in terms of development. Gokturk Yuksek (16): general-concepts/manifest: drop the use of "CVS keyword expansion" #558642 general-concepts/mirrors: substitute

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

2016-01-16 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 diff --git a/general-concepts/manifest/text.xml b/general-concepts/manifest

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

2016-01-16 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 diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/tex

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

2016-01-16 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 diff --git a/ebuild-writing

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

2016-01-16 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/general-concepts/mirrors/text.xml b/general-concepts/mirrors/text.xml index e860988..6e3386a 100644 --- a/general-concepts/mirrors/text.xml +++ b/general-concepts/mirrors/text.xml

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

2016-01-16 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/general-concepts/tree/text.xml b/general-concepts/tree/text.xml index 022a1ea..6f59f09 100644 --- a/general-concepts/tree/text.xml +++ b/general-concepts/tree/text.xml @@ -59,11 +59,11

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

2016-01-16 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 diff --git a

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

2016-01-16 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 diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index ac68dcd..10709ea 100644 --- a

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

2016-01-16 Thread Gokturk Yuksek
://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml index ef80c0d..22f8fa8 100644 --- a/ebuild-writing/user-submitted/text.xml +++ b/ebuild-writing/user-submitted/text.xml @@ -21,9 +21,11 @@ The user

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

2016-01-16 Thread Gokturk Yuksek
in the same commit does not violate atomicity. However, there is no way to accomplish this using repoman commit. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 10709ea

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

2016-01-16 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 diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 8c542d0..4078d46 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance

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

2016-01-16 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 diff --git a/ebuild-maintenance/text.xml b/ebuild

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

2016-01-16 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/general-concepts/git-to-rsync/diagram.svg b/general-concepts/git-to-rsync/diagram.svg index 8cf7414..2ee9608 100644 --- a/general-concepts/git-to-rsync/diagram.svg +++ b/general-concepts

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

2016-01-17 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 diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance

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

2016-01-17 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 diff --git a/ebuild-maintenance/text.xml b/ebuild

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

2016-01-17 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 7014689..6dc8813 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance/text.xml @@ -62,8 +62,8 @@ examples

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

2016-01-17 Thread Gokturk Yuksek
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/general-concepts/mirrors/diagram.svg b/general-concepts/mirrors/diagram.svg index 0af1f1c..b807e5a 100644 --- a/general-concepts/mirrors/diagram.svg +++ b/general-concepts/mirrors

[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 changed, 2 insertions

[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 --- ebuild-writing/common

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

2016-01-24 Thread Gokturk Yuksek
removed as suggested by mjo. The changes can be reviewed on Github as well for convenience: https://github.com/gktrk/devmanual.gentoo.org/compare/master...gktrk:devmanual-git-migration The HTML version of the devmanual with the proposed changes can be found at: http://devmanual.qui-gon.org/

[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 022a1ea..6f59f09 100644

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

2016-01-24 Thread Gokturk Yuksek
://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild-writing/user-submitted/text.xml | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml index ef80c0d..22f8fa8 100644 --- a/ebuild

[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 index e860988..6e3386a

[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 --- appendices/editor

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

[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 insertions(+), 16 deletions

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

2016-01-24 Thread Gokturk Yuksek
in the same commit does not violate atomicity. However, there is no way to accomplish this using repoman commit. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek --- ebuild-maintenance/text.xml | 15 +-- 1 file changed, 9 insertions(+), 6

[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 +++--- 1 file changed, 3

[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: Gokt

[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 11ab2d4..dc24386 100644 --- a

[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 b/general-concepts/mirrors/diagram.svg index 0af1f1c

[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 --- ebuild-maintenance/text.xml | 15

[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 100644 --- a/general

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

[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 b/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: https://bugs.gentoo.org/show_bug.cgi?id=485314 --- ebuild-

[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 b/ebuild-maintenance

[gentoo-dev] Last-rites: app-admin/lastpass-binary-component

2021-03-14 Thread Gokturk Yuksek
# Göktürk Yüksek (2021-03-14) # Upstream's lack of versioning keeps breaking the Manifest. # They are also not responsive to license clarification questions. # No revdeps. Removal in 14 days. Bug #581102, #7513730 app-admin/lastpass-binary-component OpenPGP_signature Description: OpenPGP digi

[gentoo-dev] Last-rites: app-admin/lastpass-cli

2021-03-14 Thread Gokturk Yuksek
# Göktürk Yüksek (2021-03-14) # Dead upstream. No revdeps. # Removal in 60 days to allow people extra time # for transitioning out. Bug #776262. app-admin/lastpass-cli OpenPGP_signature Description: OpenPGP digital signature

  1   2   >