summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-01-22 16:23:30 -0500
committerBrian Evans <grknight@gentoo.org>2019-01-22 16:23:30 -0500
commite34bc4277d1e08b3ba6aafc08f9edc276ccda4a9 (patch)
treeadaa31124b3a3935ece943fd044a7e072fb179f0
parentnet-p2p/fms: [QA] Drop stale CVS $Header$ from init script (again). (diff)
downloadgentoo-e34bc4277d1e08b3ba6aafc08f9edc276ccda4a9.tar.gz
gentoo-e34bc4277d1e08b3ba6aafc08f9edc276ccda4a9.tar.bz2
gentoo-e34bc4277d1e08b3ba6aafc08f9edc276ccda4a9.zip
eclass: Mark mysql eclasses DEAD
They are no longer used and code is in each individual package Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r--eclass/mysql-cmake.eclass3
-rw-r--r--eclass/mysql-multilib-r1.eclass3
-rw-r--r--eclass/mysql-v2.eclass3
-rw-r--r--eclass/mysql_fx.eclass3
4 files changed, 8 insertions, 4 deletions
diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass
index c9749da365ea..a3c05a5fa989 100644
--- a/eclass/mysql-cmake.eclass
+++ b/eclass/mysql-cmake.eclass
@@ -1,6 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# @DEAD
# @ECLASS: mysql-cmake.eclass
# @MAINTAINER:
# Maintainers:
diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
index 3fa4e11ac0fe..2a0aea6a5b03 100644
--- a/eclass/mysql-multilib-r1.eclass
+++ b/eclass/mysql-multilib-r1.eclass
@@ -1,6 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# @DEAD
# @ECLASS: mysql-multilib-r1.eclass
# @MAINTAINER:
# Maintainers:
diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index c6caacc8ce13..9b9d6087e118 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -1,6 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# @DEAD
# @ECLASS: mysql-v2.eclass
# @MAINTAINER:
# Maintainers:
diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass
index 02c6f846f0f3..6ecf4d1a4ff9 100644
--- a/eclass/mysql_fx.eclass
+++ b/eclass/mysql_fx.eclass
@@ -1,10 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# DEPRECATED
# Recent versions have begun deprecating this eclass.
# Do not use it in new series.
+# @DEAD
# @ECLASS: mysql_fx.eclass
# @MAINTAINER:
# - MySQL Team <mysql-bugs@gentoo.org>