summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-02-12 01:11:44 +0100
committerThomas Deutschmann <whissi@gentoo.org>2021-02-12 01:11:50 +0100
commit3925d2fe5eef1e63602a4f520028aa55dca3df08 (patch)
tree88b376727ad806579a3f302cedfca7a5fa974196 /metadata
parentpercona-server: Drop elog reference to virtual/libmysqlclient (diff)
downloadmysql-3925d2fe5eef1e63602a4f520028aa55dca3df08.tar.gz
mysql-3925d2fe5eef1e63602a4f520028aa55dca3df08.tar.bz2
mysql-3925d2fe5eef1e63602a4f520028aa55dca3df08.zip
*/*: cleanup outdated & broken ebuildsHEADmaster
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r--metadata/layout.conf14
-rw-r--r--metadata/news/2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt28
-rw-r--r--metadata/news/ChangeLog8
3 files changed, 8 insertions, 42 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 37e9bb0..bfd7a43 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,7 +1,9 @@
masters = gentoo
-thin-manifests = true
-
-# This went live Wednesday, July 4, 2012 at 10:00 UTC
-# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml
-# and/or GLEP 59.
-manifest-hashes = SHA256 SHA512 WHIRLPOOL
+thin-manifests=true
+use-manifests=strict
+manifest-hashes = BLAKE2B SHA512
+manifest-required-hashes = SHA512
+sign-manifests=false
+sign-commits=true
+eapis-banned = 0 1 2 3 4 5
+eapis-deprecated = 6
diff --git a/metadata/news/2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt b/metadata/news/2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt
deleted file mode 100644
index 6a45d49..0000000
--- a/metadata/news/2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Title: MySQL 5.1 init script revamp
-Author: Robin H. Johnson <robbat2@gentoo.org>
-Content-Type: text/plain
-Posted: 2010-12-31
-Revision: 1
-News-Item-Format: 1.0
-Display-If-Installed: <dev-db/mysql-init-init-scripts-1.99
-
-The MySQL init scripts are being revamped to handle more corner cases in MySQL
-usage, and migrate from the old mixed multi-instance to symlinked init
-instances instead.
-
-This does mean that you MUST review and merge the changes in the conf.d script
-to the new style. For each instance of the mysql_slot_* variable in your old
-/etc/conf.d/mysql, you should have a seperate /etc/conf.d/$FOO file, as well
-as making /etc/init.d/$FOO a symlink back to /etc/init.d/mysql.
-
-The following variables have moved:
-- MY_CNF (was 'mycnf' in mysql_slot_*)
-- STARTUP_TIMEOUT (was 'startup_timeout' in mysql_slot_*)
-- NICE (was 'nice' in the mysql_slot_* array)
-
-All other items from the mysql_slot_* variable array should be merged to form
-the new MY_ARGS variable.
-
-Lastly, the new init scripts allow more flexibility in init dependency
-ordering. Please see the rc_* variables in the new conf.d file for more
-details.
diff --git a/metadata/news/ChangeLog b/metadata/news/ChangeLog
deleted file mode 100644
index 494ca7c..0000000
--- a/metadata/news/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for news
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
- 06 Dec 2010; Robin H. Johnson <robbat2@gentoo.org>
- +2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt:
- Add news file about MySQL init migration work.
-