summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sourceware: convert to https:// URIsMike Frysinger2016-06-231-1/+1
|
* sys-freebsd/freebsd-sources: Fix the issue that can not build bmake.Yuta Satoh2016-06-162-0/+17
|
* sys-freebsd/freebsd-sources: Fix multiple Security Advisory.Yuta Satoh2016-06-023-0/+6
| | | | | | | | * FreeBSD-SA-16:20.linux * FreeBSD-SA-16:21.43bsd Closes: https://github.com/gentoo/gentoo/pull/1587 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* sys-freebsd/freebsd-sources: Fix multiple Security Advisory.Yuta Satoh2016-05-183-1/+7
| | | | | * FreeBSD-SA-16:18.atkbd * FreeBSD-SA-16:19.sendmsg
* sys-freebsd/freebsd-usbin: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-1812-12/+12
|
* sys-freebsd/freebsd-sbin: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-184-4/+4
|
* sys-freebsd/freebsd-pf: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* sys-freebsd/freebsd-libexec: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* sys-freebsd/freebsd-cddl: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-183-3/+3
|
* sys-freebsd/freebsd-lib: Fix errata, FreeBSD-EN-16:06.libcYuta Satoh2016-05-112-0/+4
|
* sys-freebsd/freebsd-sources: Fix errata, EN-16:07.ipi and EN-16:08.zfsYuta Satoh2016-05-053-1/+9
|
* sys-freebsd/boot0: drop die from newins and doenvd.Yuta Satoh2016-04-051-2/+2
|
* sys-freebsd: Bump to 10.3.Yuta Satoh2016-04-0438-0/+2478
|
* sys-freebsd/freebsd-sources: Fix multiple Security Advisory and Errata.Yuta Satoh2016-03-182-1/+7
| | | | | | | | | | | Security Advisory * FreeBSD-SA-16:15.sysarch Eratta * FreeBSD-EN-16:04.hyperv * FreeBSD-EN-16:05.hv_netvsc Closes: https://github.com/gentoo/gentoo/pull/1080
* sys-freebsd/freebsd-lib: set RPCDIR to include_proper when pre-installing ↵Alexis Ballier2016-03-011-0/+1
| | | | | | | headers Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sys-freebsd/freebsd-lib: move GNU install/sed fixes before USE=build check ↵Alexis Ballier2016-03-011-12/+13
| | | | | | | so that they are applied also with USE=build. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sys-freebsd/freebsd-lib: add :0= dep on opensslAlexis Ballier2016-03-011-1/+1
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sys-freebsd/freebsd-lib: make sys symlink SYSROOT relativeAlexis Ballier2016-03-011-1/+1
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sys-freebsd/freebsd-lib: discriminate GNU userland based on CBUILD:-CHOST ↵Alexis Ballier2016-03-011-2/+2
| | | | | | | which helps when cross-compiling. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sys-freebsd/freebsd-lib: add DESTDIR support to gen_libc_ldscript function ↵Alexis Ballier2016-02-281-6/+6
| | | | | | | so that we can make the ldscript SYSROOT relative when building a cross compiler. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sys-freebsd/freebsd-lib: fix a bit more sed usage for building under linux.Alexis Ballier2016-02-281-0/+1
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sys-freebsd/freebsd-libexec: Add a workaround for gcc-5.0 or later.Yuta Satoh2016-01-301-1/+4
| | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573358
* sys-freebsd/freebsd-sources: Fix FreeBSD-SA-16:10.linuxYuta Satoh2016-01-282-0/+2
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-2417-17/+17
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-2415-15/+60
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-248-22/+22
| | | | | | | 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.
* sys-freebsd/freebsd-lib: Fix eratta, FreeBSD-EN-16:03.ypclntYuta Satoh2016-01-162-1/+3
|
* sys-freebsd/freebsd-sources: Fix multiple Security Advisory and Errata.Yuta Satoh2016-01-162-2/+14
| | | | | | | | | | | | Security Advisory * FreeBSD-SA-16:01.sctp * FreeBSD-SA-16:03.linux * FreeBSD-SA-16:04.linux * FreeBSD-SA-16:05.tcp Eratta * FreeBSD-EN-16:01.filemon * FreeBSD-EN-16:02.pf
* sys-freebsd: Move use call from global scope to pkg_setup.Yuta Satoh2015-11-238-17/+30
| | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566522
* sys-freebsd/freebsd-sources: Fix Errata, EN-15:19.kqueue, EN-15:20.vm.Yuta Satoh2015-11-082-0/+6
|
* sys-freebsd/freebsd-usbin: Fix FreeBSD-SA-15:24.rpcbind v1.1.Yuta Satoh2015-10-162-1/+3
|
* sys-freebsd/freebsd-usbin: Fix QA warnings, missing slot dependencies.Yuta Satoh2015-10-161-1/+1
|
* sys-freebsd/freebsd-usbin: Fix FreeBSD-SA-15:24.rpcbind.Yuta Satoh2015-10-022-1/+3
|
* Update hashes in ManifestJustin Lecher2015-09-231-1/+1
| | | | | | Add missing SHA512 and WHIRLPOOL hashes Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-freebsd/freebsd-usbin: Fix eratta, FreeBSD-EN-15:16.pwYuta Satoh2015-09-212-1/+3
|
* sys-freebsd/freebsd-lib: Fix eratta, FreeBSD-EN-15:17.libcYuta Satoh2015-09-212-0/+4
|
* sys-freebsd: Remove 10.1.Yuta Satoh2015-08-2932-2472/+0
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-2418-18/+18
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-2420-20/+20
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-freebsd/freebsd-usbin: Fix eratta, FreeBSD-EN-15:13.vidcontrolYuta Satoh2015-08-212-0/+6
|
* sys-freebsd/freebsd-ubin: Fix eratta, FreeBSD-EN-15:12.netstatYuta Satoh2015-08-212-0/+6
|
* sys-freebsd: Bump to 10.2.Yuta Satoh2015-08-1939-0/+2746
|
* [QA] Remove executable bit from files, bug 550434.Ulrich Müller2015-08-0914-0/+0
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-08278-0/+13570
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