mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
: ${ECLASSDIR:=${0%/*}/../../../eclass}
|
||||
: ${FILESDIR:=${ECLASSDIR}/../app-portage/eclass-manpages/files}
|
||||
: ${FILESDIR:=${0%/*}}
|
||||
|
||||
AWK="gawk"
|
||||
while [[ $# -gt 0 ]] ; do
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user