14 Commits

Author SHA1 Message Date
Sam James
67932e12a8 app-crypt/codecrypt: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
2023-06-26 20:53:13 +01:00
Ulrich Müller
38b155fa1b **/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-09-11 15:22:48 +02:00
Michał Górny
05f3b5ac7f */*: Add proxied="yes" for non-@gentoo.org people
Done via:

  find -name metadata.xml -exec xml ed -P -L \
    -a '/pkgmetadata/maintainer[substring(email,
      string-length(email) - string-length("@gentoo.org") + 1)
      != "@gentoo.org"]' \
    -t attr -n proxied -v yes {} +

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-16 17:42:19 +01:00
Michał Górny
e75ce1cc7c */*: Add 'proxied="proxy"' for proxy-maint project
Done via:

  find -name metadata.xml -exec xml ed -P -L \
    -a '//maintainer[email="proxy-maint@gentoo.org"]' \
    -t attr -n proxied -v proxy {} +

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-16 17:42:18 +01:00
Mikle Kolyada
7fc090963d app-crypt/codecrypt: fix Amynka's name
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2020-01-08 22:54:24 +03:00
Michał Górny
27453c437f app-crypt/codecrypt: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
2018-02-11 11:01:12 +01:00
David Seifert
8233234882 app-crypt/codecrypt: [QA] Consistent whitespace in metadata.xml 2017-11-25 20:50:31 +01:00
Amy Winston
776ba85d3a app-crypt/codecrypt: add myself as co-maintainer
Package-Manager: portage-2.2.26
2016-04-28 22:03:07 +02:00
Michał Górny
8849b098c0 Set appropriate maintainer types in metadata.xml (GLEP 67) 2016-01-24 23:58:38 +01:00
Michał Górny
cfd93d768e Replace all herds with appropriate projects (GLEP 67)
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
2016-01-24 23:58:38 +01:00
Michał Górny
4412ca2c79 Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
2016-01-24 23:58:38 +01:00
Mike Gilbert
1bfb585cc6 Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92e.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00
Justin Lecher
eaaface92e Use https by default
Convert all URLs for sites supporting encrypted connections from http to https

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24 12:49:19 +02:00
Robin H. Johnson
56bd759df1 proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.

This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.

Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
2015-08-08 17:38:18 -07:00