app-portage/eclass-manpages: Move package to app-doc/eclass-manpages.

Closes: https://bugs.gentoo.org/680300
Acked-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2019-03-14 13:02:04 +01:00
parent 10a7dd2b8b
commit 7bac445e6f
9 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -55,12 +55,12 @@ src_install() {
pkg_postinst() {
readme.gentoo_print_elog
if ! has_version app-portage/eclass-manpages; then
if ! has_version app-doc/eclass-manpages; then
elog "The offline version of the devmanual does not include the"
elog "documentation for the eclasses. If you need it, then emerge"
elog "the following package:"
elog
elog "app-portage/eclass-manpages"
elog "app-doc/eclass-manpages"
elog
fi
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -55,12 +55,12 @@ src_install() {
pkg_postinst() {
readme.gentoo_print_elog
if ! has_version app-portage/eclass-manpages; then
if ! has_version app-doc/eclass-manpages; then
elog "The offline version of the devmanual does not include the"
elog "documentation for the eclasses. If you need it, then emerge"
elog "the following package:"
elog
elog "app-portage/eclass-manpages"
elog "app-doc/eclass-manpages"
elog
fi
}

View File

@@ -1,7 +1,7 @@
#!/bin/bash
: ${ECLASSDIR:=${0%/*}/../../../eclass}
: ${FILESDIR:=${ECLASSDIR}/../app-portage/eclass-manpages/files}
: ${FILESDIR:=${0%/*}}
AWK="gawk"
while [[ $# -gt 0 ]] ; do

View File

@@ -12,3 +12,4 @@ move net-misc/networkmanager-strongswan net-vpn/networkmanager-strongswan
move net-misc/networkmanager-vpnc net-vpn/networkmanager-vpnc
move net-misc/networkmanager-sstp net-vpn/networkmanager-sstp
move gnome-extra/gnome-tweak-tool gnome-extra/gnome-tweaks
move app-portage/eclass-manpages app-doc/eclass-manpages