summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-ruby/test_declarative: Stabilize 0.0.6 x86, #807082Sam James2021-10-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-ruby/test_declarative: keyword 0.0.6 for ~riscvMarek Szuba2021-09-071-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-ruby/test_declarative: add 0.0.6Hans de Graaff2021-01-031-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/test_declarative: keyworded 0.0.6 for sparcRolf Eike Beer2020-04-201-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-ruby/*: drop alpha keywords where possibleMatt Turner2020-03-171-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-ruby/test_declarative: add ruby27Hans de Graaff2020-01-031-2/+2
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/test_declarative: add ruby26Hans de Graaff2019-01-091-2/+2
| | | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-ruby/test_declarative: cleanupHans de Graaff2019-01-092-36/+0
| | | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-ruby/test_declarative: allow more rake versions for testsHans de Graaff2018-07-081-3/+3
| | | | | Closes: https://bugs.gentoo.org/660574 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-ruby/test_declarative: amd64 stableHans de Graaff2018-07-041-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-ruby/test_declarative: remove obsolete commentHans de Graaff2018-07-041-1/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-ruby/test_declarative: loosen minitest dependencyHans de Graaff2018-07-041-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-ruby/test_declarative: amd64 stableHans de Graaff2017-12-271-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-ruby/test_declarative: add 0.0.6Hans de Graaff2017-12-272-0/+39
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-ruby/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-ruby/test_declarative: keyword ~arm64Alexis Ballier2017-06-301-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-ruby/test_declarative: add ruby24Hans de Graaff2017-05-071-3/+3
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-ruby/test_declarative: add ruby23Hans de Graaff2016-03-281-4/+4
| | | | Package-Manager: portage-2.2.26
* dev-ruby/test_declarative: drop ruby19Hans de Graaff2016-03-281-2/+2
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-ruby/test_declarative: add ruby22Hans de Graaff2015-12-251-2/+9
| | | | | | | | | Skip tests for ruby22 since they don't work at all. We only keep this package for i18n's tests and they seem to work fine on ruby22, so we add ruby22 support here as well so we can add ruby22 for rails. Package-Manager: portage-2.2.24
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+38
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