| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Bug: 611234
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As per http://www.catb.org/~esr/irker/NEWS.
List of changes:
* Remove python 3.3 support.
* Add python 3.5 support.
* Move to EAPI 6.
* Use default() in src_prepare and src_install.
* Replace dohtml with HTML_DOCS.
* Replace dodoc with DOCS.
* Drop inherit eutils.
* Replace EROOT with EPREFIX.
* Drop double slash when $ED is used.
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2109
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"
|
|
|
|
|
|
|
|
|
|
|
| |
Add an option USE flag for new SOCKS support.
Update irkerhook-Remove-file-listing.patch with a rebased version that apply on this new version
Package-Manager: portage-2.2.26
Gentoo-Bug: https://bugs.gentoo.org/579524
Closes: https://github.com/gentoo/gentoo/pull/1223
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
irker now suports python3.
See-Also: https://gitlab.com/esr/irker/commit/9311a6d7b6c1522f338f010d3e1a6b741c031325
This series of commits closes #896.
Pull-Request: https://github.com/gentoo/gentoo/pull/896
Acked-by: Patrick Lauer <patrick@gentoo.org>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: portage-2.2.26
|
|
|
|
|
|
|
|
| |
This behaviour appeared in version 2.9.
Handle IRKERD_LOGFILE checkpath only when IRKERD_LOGFILE is defined as IRKERD_LOGLEVEL is independant.
Package-Manager: portage-2.2.26
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ /usr/lib/python-exec/python3.4/irk foo bar
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.4/irk", line 50, in <module>
main()
File "/usr/lib/python-exec/python3.4/irk", line 41, in main
message = message.decode('string_escape')
AttributeError: 'str' object has no attribute 'decode'
$ /usr/lib/python-exec/python3.4/irkerhook.py
File "/usr/lib/python-exec/python3.4/irkerhook.py", line 432
print message
^
SyntaxError: Missing parentheses in call to 'print'
Package-Manager: portage-2.2.26
|
|
|
|
|
|
|
|
|
|
| |
Makefile uses `pkg-config --variable=systemdsystemunitdir systemd` to
determine in which directory systemd service file should be installed.
It can be empty if building host has no systemd installed but OpenRC.
Rely on systemd eclass.
Package-Manager: portage-2.2.26
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
| |
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
|
|
|
| |
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
|
|
|
|
|
|
| |
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
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
|