blob: 86c300b5167a6e8eec771c632c9cf2e240355bf9 [file] [log] [blame]
# ChangeLog for app-portage/gentoolkit
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# (auto-generated from git log)
*gentoolkit-9999 (09 Aug 2015)
*gentoolkit-0.3.0.9-r2 (09 Aug 2015)
*gentoolkit-0.3.0.9-r1 (09 Aug 2015)
*gentoolkit-0.3.0.9 (09 Aug 2015)
*gentoolkit-0.3.0.8-r2 (09 Aug 2015)
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org>
+files/0.3.0.8-revdep-rebuild-476740.patch,
+files/0.3.0.8-revdep-rebuild-484340.patch,
+files/0.3.0.9-equery-508114.patch,
+files/0.3.0.9-equery-strip-XXXFLAGS.patch,
+files/0.3.0.9-revdep-rebuild-526400.patch,
+files/0.3.0.9-revdep-rebuild-py-504654-1.patch,
+files/0.3.0.9-revdep-rebuild-py-504654-2.patch,
+gentoolkit-0.3.0.8-r2.ebuild, +gentoolkit-0.3.0.9.ebuild,
+gentoolkit-0.3.0.9-r1.ebuild, +gentoolkit-0.3.0.9-r2.ebuild,
+gentoolkit-9999.ebuild, +metadata.xml:
proj/gentoo: Initial commit
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
24 Aug 2015; Justin Lecher <jlec@gentoo.org> gentoolkit-0.3.0.8-r2.ebuild,
gentoolkit-0.3.0.9.ebuild, gentoolkit-0.3.0.9-r1.ebuild,
gentoolkit-0.3.0.9-r2.ebuild, gentoolkit-9999.ebuild, metadata.xml:
Use https by default
Convert all URLs for sites supporting encrypted connections from http to
https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
15 Oct 2015; Mike Gilbert <floppym@gentoo.org> gentoolkit-9999.ebuild:
Use the master branch in the live ebuild
Package-Manager: portage-2.2.23_p4
11 Nov 2015; Justin Lecher <jlec@gentoo.org> gentoolkit-0.3.0.8-r2.ebuild,
gentoolkit-0.3.0.9.ebuild, gentoolkit-0.3.0.9-r1.ebuild,
gentoolkit-0.3.0.9-r2.ebuild, gentoolkit-9999.ebuild:
Depend on threading support in python
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
*gentoolkit-0.3.1 (16 Dec 2015)
16 Dec 2015; Brian Dolbec <dolsen@gentoo.org> +gentoolkit-0.3.1.ebuild,
gentoolkit-9999.ebuild:
Version bump, add python-3.5
Add python3_5 compat to 0.3.1 and 9999 versions.
First release with the python revdep-rebuild as the primary app.
Package-Manager: portage-2.2.26
20 Dec 2015; Mike Gilbert <floppym@gentoo.org>
+files/0.3.1-setup.py-print.patch, gentoolkit-0.3.0.9-r2.ebuild,
gentoolkit-0.3.1.ebuild:
Fix TypeError in setup.py with python3
Bug: https://bugs.gentoo.org/568906
Package-Manager: portage-2.2.26_p32
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
Replace all herds with appropriate projects (GLEP 67)
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
Set appropriate maintainer types in metadata.xml (GLEP 67)
*gentoolkit-0.3.1-r1 (12 Mar 2016)
12 Mar 2016; Mike Gilbert <floppym@gentoo.org> -gentoolkit-0.3.1.ebuild,
+gentoolkit-0.3.1-r1.ebuild, gentoolkit-9999.ebuild:
Create /var/cache/revdep-rebuild in pkg_postinst
This resolves a QA warning.
QA Notice: This ebuild installs into paths that should be created at
runtime.
To fix, simply do not install into these directories. Instead, your
package
should create dirs on the fly at runtime as needed via init scripts/etc...
var/cache
var/cache/revdep-rebuild
var/cache/revdep-rebuild/.keep_app-portage_gentoolkit-0
We already install a tmpfiles entry to recreate the directory on boot.
Package-Manager: portage-2.2.28_p57
*gentoolkit-0.3.1.1 (06 Jun 2016)
06 Jun 2016; Brian Dolbec <dolsen@gentoo.org> +gentoolkit-0.3.1.1.ebuild:
Version bump
Package-Manager: portage-2.3.0_rc1_p19
*gentoolkit-0.3.2 (08 Jul 2016)
08 Jul 2016; Brian Dolbec <dolsen@gentoo.org> -gentoolkit-0.3.0.9.ebuild,
-gentoolkit-0.3.0.9-r1.ebuild, -gentoolkit-0.3.1-r1.ebuild,
+gentoolkit-0.3.2.ebuild:
Version bump, clean up older unstable versions
Package-Manager: portage-2.3.0
*gentoolkit-0.3.2-r1 (26 Jul 2016)
26 Jul 2016; Paul Varner <fuzzyray@gentoo.org>
+files/0.3.2-helpers.py-589686.patch, +gentoolkit-0.3.2-r1.ebuild:
Revision bump to add patch
Add patch to fix compatability with python2.7 and equery changes.
This patch fixes Bug 589686
Package-Manager: portage-2.3.0
10 Aug 2016; Mike Frysinger <vapier@gentoo.org>
gentoolkit-0.3.0.8-r2.ebuild, gentoolkit-0.3.0.9-r2.ebuild,
gentoolkit-0.3.1.1.ebuild, gentoolkit-0.3.2.ebuild,
gentoolkit-0.3.2-r1.ebuild, gentoolkit-9999.ebuild:
drop old coreutils/realpath/grep deps
The realpath dep migrated years ago into coreutils, so we can drop this
old dep as it's part of the @system.
23 Sep 2016; Tobias Klausmann <klausman@gentoo.org>
gentoolkit-0.3.2-r1.ebuild:
0.3.2-r1: add alpha keyword
Gentoo-Bug: 590170
27 Sep 2016; Markus Meier <maekke@gentoo.org> gentoolkit-0.3.2-r1.ebuild:
arm stable, bug #590170
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
02 Oct 2016; Jeroen Roovers <jer@gentoo.org> gentoolkit-0.3.2-r1.ebuild:
Stable for HPPA PPC64 (bug #590170).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches