summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/abi-compliance-checker: Clean old upMichał Górny2018-09-062-29/+0
|
* dev-util/abi-compliance-checker: Bump to 2.3Michał Górny2018-05-162-0/+25
|
* dev-util/abi-compliance-checker: Remove crazy stuff from -9999Michał Górny2018-05-161-11/+3
|
* dev-util/abi-compliance-checker: -9999 is now 'make all'-friendlyMichał Górny2018-05-161-4/+0
|
* dev-util/abi-compliance-checker: Update upst license to LGPL-2.1Michał Górny2018-05-161-2/+2
|
* dev-util/abi-compliance-checker: Clean old upMichał Górny2018-01-022-29/+0
|
* dev-util/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* dev-util/abi-compliance-checker: Bump to 2.2Michał Górny2017-08-302-0/+29
|
* dev-util/abi-compliance-checker: Drop oldMichał Górny2017-08-302-29/+0
|
* dev-util/abi-compliance-checker: use HTTPS for GitHubDavid Hicks2017-07-301-3/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-util/abi-compliance-checker: Bump to 2.1Michał Górny2017-06-172-0/+29
|
* dev-util/abi-compliance-checker: Drop oldMichał Górny2017-06-175-116/+0
|
* dev-util/abi-compliance-checker: Bump to 2.0Michał Górny2017-04-242-0/+29
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/abi-compliance-checker: Bump to 1.99.25Michał Górny2016-10-072-0/+30
|
* dev-util/abi-compliance-checker: Bump to 1.99.23Michał Górny2016-08-152-0/+30
|
* dev-util/abi-compliance-checker: Drop oldMichał Górny2016-07-043-60/+0
|
* dev-util/abi-compliance-checker: Bump to 1.99.22Michał Górny2016-07-042-0/+30
|
* dev-util/abi-compliance-checker: Bump to 1.99.21Michał Górny2016-06-232-0/+30
|
* dev-util/abi-compliance-checker: add myself as a maintainerMike Gilbert2016-05-241-0/+4
| | | | Package-Manager: portage-2.2.28_p107_p1126137
* dev-util/abi-compliance-checker: fixup src_installMike Gilbert2016-05-243-3/+6
| | | | | | | Use the dodir helper function for proper EPREFIX handling. Call einstalldocs to install the README file. Package-Manager: portage-2.2.28_p107_p1117599
* dev-util/abi-compliance-checker: Bump to 1.99.20Michał Górny2016-05-242-0/+29
|
* dev-util/abi-compliance-checker: Clean up oldMichał Górny2016-05-244-80/+0
|
* dev-util/abi-compliance-checker: bump to 1.99.19Mike Gilbert2016-05-083-0/+30
| | | | Package-Manager: portage-2.2.28_p97
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | 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.
* dev-util/abi-compliance-checker: Bump to 1.99.15, #571480Michał Górny2016-01-112-0/+28
|
* dev-util/abi-compliance-checker: Switch to EAPI=6, add Prefix supportMichał Górny2016-01-111-3/+3
|
* dev-util/abi-compliance-checker: Add missing dependenciesMichał Górny2015-10-173-0/+12
| | | | | | Spotted-by: Julian Ospald <hasufell@gentoo.org> Package-Manager: portage-2.2.23
* dev-util/abi-compliance-checker: Bump to 1.99.12Michał Górny2015-10-162-0/+24
|
* dev-util/abi-compliance-checker: ignore broken MakefileMichał Górny2015-10-161-0/+4
| | | | | | | Ignore the Makefile that has been introduced upstream. It only calls 'install' with hardcoded '/usr' prefix, and does that as a default rule. Therefore, we need to wipe out src_compile() to make sure it doesn't try to install to the live system.
* Update remote-idsJustin Lecher2015-10-161-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-util/abi-compliance-checker: Remove old versionsMichał Górny2015-10-014-60/+0
| | | | Package-Manager: portage-2.2.20
* 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>
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-087-0/+119
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