jlec 15/03/21 08:34:55 Modified: metadata.xml cfg-update-1.8.9.ebuild ChangeLog Removed: cfg-update-1.8.7.ebuild Log: use dobin instead of exeinto /usr/bin/ && doexe; drop old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.6 app-portage/cfg-update/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/cfg-update/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml 2 Oct 2011 10:52:50 -0000 1.5 +++ metadata.xml 21 Mar 2015 08:34:55 -0000 1.6 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>[email protected]</email> -</maintainer> + <maintainer> + <email>[email protected]</email> + </maintainer> </pkgmetadata> 1.5 app-portage/cfg-update/cfg-update-1.8.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild?r1=1.4&r2=1.5 Index: cfg-update-1.8.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cfg-update-1.8.9.ebuild 2 Mar 2015 09:31:45 -0000 1.4 +++ cfg-update-1.8.9.ebuild 21 Mar 2015 08:34:55 -0000 1.5 @@ -1,8 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v 1.4 2015/03/02 09:31:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.9.ebuild,v 1.5 2015/03/21 08:34:55 jlec Exp $ EAPI=5 + inherit eutils DESCRIPTION="Easy to use GUI & CLI alternative for etc-update with safe automatic updating functionality" @@ -14,17 +15,15 @@ KEYWORDS="amd64 ~arm ppc x86" IUSE="X" -RDEPEND="X? ( >=x11-misc/sux-1.0 - x11-apps/xhost ) - dev-perl/TermReadKey" +RDEPEND=" + dev-perl/TermReadKey + X? ( + >=x11-misc/sux-1.0 + x11-apps/xhost + )" S="${WORKDIR}/rich0-cfg-update-2f10786" -src_unpack() { - unpack ${A} - cd "${S}" -} - pkg_prerm() { if [[ ${ROOT} == / ]] then @@ -38,22 +37,23 @@ } pkg_postrm() { - ewarn + echo ewarn "If you want to permanently remove cfg-update from your system" ewarn "you should remove the index file /var/lib/cfg-update/checksum.index" - ewarn + echo } src_install() { - exeinto /usr/bin - doexe cfg-update emerge_with_indexing_for_cfg-update emerge_with_indexing_for_cfg-update_phphelper cfg-update_phphelper emerge_with_indexing_for_cfg-update_bashhelper + dobin \ + cfg-update emerge_with_indexing_for_cfg-update \ + emerge_with_indexing_for_cfg-update_phphelper \ + cfg-update_phphelper emerge_with_indexing_for_cfg-update_bashhelper insinto /usr/lib/cfg-update doins cfg-update cfg-update_indexing test.tgz dodoc ChangeLog doman *.8 insinto /etc - doins cfg-update.conf - doins cfg-update.hosts + doins cfg-update.conf cfg-update.hosts keepdir /var/lib/cfg-update } @@ -69,18 +69,18 @@ if [[ -e "${ROOT}"/usr/bin/paludis ]] then - ewarn + echo ewarn "If you have used Paludis version <0.20.0 on your system, chances are" ewarn "that you have some corrupted CONTENTS files on your system..." - ewarn + echo ewarn "Please run: cfg-update --check-packages" - ewarn + echo ewarn "The above command will check all packages installed with Paludis and" ewarn "will output a list of packages that need to be re-installed with" ewarn "Paludis 0.20.0 or higher. If you do not re-install these packages" ewarn "you risk losing your custom settings when updating configuration" ewarn "files, that belong to these packages, with cfg-update!" - ewarn + echo fi if [[ ${ROOT} == / ]] @@ -90,16 +90,16 @@ eend $? fi - einfo + echo einfo "If this is a first time install, please check the configuration" einfo "in /etc/cfg-update.conf before using cfg-update:" - einfo + echo einfo "If your system does not have an X-server installed you need to" einfo "change the MERGE_TOOL to sdiff, imediff2 or vimdiff." einfo "If you have X installed, set MERGE_TOOL to your favorite GUI tool:" einfo "xxdiff, beediff, kdiff3, meld (default), gtkdiff, gvimdiff, tkdiff" - einfo + echo einfo "TIP: to maximize the chances of future automatic updates, run:" einfo "cfg-update --optimize-backups" - einfo + echo } 1.43 app-portage/cfg-update/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/cfg-update/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 2 Mar 2015 09:31:45 -0000 1.42 +++ ChangeLog 21 Mar 2015 08:34:55 -0000 1.43 @@ -1,6 +1,10 @@ # ChangeLog for app-portage/cfg-update # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.42 2015/03/02 09:31:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.43 2015/03/21 08:34:55 jlec Exp $ + + 21 Mar 2015; Justin Lecher <[email protected]> -cfg-update-1.8.7.ebuild, + cfg-update-1.8.9.ebuild, metadata.xml: + use dobin instead of exeinto /usr/bin/ && doexe; drop old 02 Mar 2015; Agostino Sarubbo <[email protected]> cfg-update-1.8.9.ebuild: Stable for ppc, wrt bug #524616
