package.deprecated: Create initial template
authorMichał Górny <mgorny@gentoo.org>
Thu, 5 Dec 2019 16:09:37 +0000 (17:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 6 Dec 2019 16:26:31 +0000 (17:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.deprecated [new file with mode: 0644]

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
new file mode 100644 (file)
index 0000000..190aa2e
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# This file specifies packages that are considered deprecated (but not
+# masked yet).  This will cause QA tools to report dependencies on those
+# packages as requiring replacement.
+#
+# When you add an entry to the top of this file, add your name, the date
+# in the UTC timezone, and an explanation of why something is getting
+# deprecated.
+#
+## Example:
+##
+## # Dev E. Loper <developer@gentoo.org> (2019-07-01)
+## # This is no longer supported upstream, please switch to dev-foo/bar.
+## dev-foo/foo
+
+#--- END OF EXAMPLES ---