app-portage/eclass-manpages: Move package to app-doc/eclass-manpages.
authorUlrich Müller <ulm@gentoo.org>
Thu, 14 Mar 2019 12:02:04 +0000 (13:02 +0100)
committerUlrich Müller <ulm@gentoo.org>
Thu, 14 Mar 2019 12:02:04 +0000 (13:02 +0100)
Closes: https://bugs.gentoo.org/680300
Acked-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-doc/devmanual/devmanual-0_pre20141116.ebuild
app-doc/devmanual/devmanual-9999.ebuild
app-doc/eclass-manpages/Manifest [moved from app-portage/eclass-manpages/Manifest with 100% similarity]
app-doc/eclass-manpages/eclass-manpages-20180812.ebuild [moved from app-portage/eclass-manpages/eclass-manpages-20180812.ebuild with 100% similarity]
app-doc/eclass-manpages/eclass-manpages-99999999.ebuild [moved from app-portage/eclass-manpages/eclass-manpages-99999999.ebuild with 100% similarity]
app-doc/eclass-manpages/files/eclass-to-manpage.awk [moved from app-portage/eclass-manpages/files/eclass-to-manpage.awk with 100% similarity]
app-doc/eclass-manpages/files/eclass-to-manpage.sh [moved from app-portage/eclass-manpages/files/eclass-to-manpage.sh with 91% similarity]
app-doc/eclass-manpages/metadata.xml [moved from app-portage/eclass-manpages/metadata.xml with 100% similarity]
profiles/updates/1Q-2019

index e891efa24f2369c49ef716f8c3f294ccca853876..15b7afe991b4381c924a8285398d85939081aacb 100644 (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
 }
index e891efa24f2369c49ef716f8c3f294ccca853876..15b7afe991b4381c924a8285398d85939081aacb 100644 (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
 }
similarity index 91%
rename from app-portage/eclass-manpages/files/eclass-to-manpage.sh
rename to app-doc/eclass-manpages/files/eclass-to-manpage.sh
index 5f389390d60ee6c1e30126f0aa6e443703c5454b..55d25aaaf4d3b4201b7c513ac4aaf12cea1c1ce7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 : ${ECLASSDIR:=${0%/*}/../../../eclass}
-: ${FILESDIR:=${ECLASSDIR}/../app-portage/eclass-manpages/files}
+: ${FILESDIR:=${0%/*}}
 
 AWK="gawk"
 while [[ $# -gt 0 ]] ; do
index fe1bf9e5ef5a2fec12b497a79a7ea3772d8300f4..10ac282f20d6c1804bf76a9470eb168ba441581b 100644 (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