summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-ruby/pry: cleanupHans de Graaff2018-12-082-46/+0
| | | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-ruby/pry: add 0.12.2Hans de Graaff2018-12-082-0/+46
| | | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-ruby/pry: add 0.12.0Hans de Graaff2018-11-092-0/+46
| | | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-ruby/pry: add ruby25Hans de Graaff2018-04-171-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-ruby/pry: cleanupHans de Graaff2018-02-085-188/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-ruby/*: Update Manifest hashesMichał Górny2017-12-091-5/+5
|
* dev-ruby/pry: add 0.11.3Hans de Graaff2017-11-182-0/+46
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-ruby/pry: keyworded 0.11.2 for ppc, bug #634924Sergei Trofimovich2017-10-231-1/+1
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* dev-ruby/pry: add 0.11.2Hans de Graaff2017-10-192-0/+46
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-ruby/pry: add 0.11.1Hans de Graaff2017-10-012-0/+46
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.2
* dev-ruby/pry: add 0.11.0Hans de Graaff2017-09-232-0/+46
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.2
* dev-ruby/pry: keyworded 0.10.4 for ia64, bug #628344Sergei Trofimovich2017-08-221-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"
* dev-ruby/pry: document ruby24 statusHans de Graaff2017-07-191-1/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-ruby/pry: cleanupHans de Graaff2017-07-192-49/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-ruby/pry: keyword ~arm64Alexis Ballier2017-07-011-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-ruby/pry: add 0.10.4Hans de Graaff2016-07-262-0/+50
| | | | Package-Manager: portage-2.2.28
* dev-ruby/pry: drop ruby19Hans de Graaff2016-04-161-2/+2
| | | | Package-Manager: portage-2.2.26
* dev-ruby/pry: cleanupHans de Graaff2016-04-164-148/+0
| | | | 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/pry: Version bumpManuel Rüger2015-12-222-0/+50
| | | | Package-Manager: portage-2.2.26
* dev-ruby/pry: version bumpHans de Graaff2015-09-252-0/+50
| | | | Package-Manager: portage-2.2.20.1
* Revert "net-analyzer/metasploit (and deps): Revert "re-add ~arm keyword""Zero_Chaos2015-09-071-1/+1
| | | | | | This reverts commit 8bdbfab2f6bedacee6cb37559ce5cb63aba7a285. Not trying to be rude here, just the easiest way to readd this commit it to revert the revert.
* net-analyzer/metasploit (and deps): Revert "re-add ~arm keyword"Michał Górny2015-09-071-1/+1
| | | | | | This causes issue due to a number of non-keyworded dependencies. Reverts: 3270b7eb07 (net-analyzer/metasploit (and deps): re-add ~arm keyword)
* net-analyzer/metasploit (and deps): re-add ~arm keywordZero_Chaos2015-09-041-1/+1
|
* 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-084-0/+106
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