jlec 15/05/06 06:55:44 Modified: tklib-0.6-r1.ebuild ChangeLog Added: tklib-0.6-r2.ebuild Removed: tklib-0.5.ebuild tklib-0.5-r1.ebuild Log: Fix file collision, bug #547890; drop old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-tcltk/tklib/tklib-0.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r1.ebuild?r1=1.1&r2=1.2 Index: tklib-0.6-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tklib-0.6-r1.ebuild 9 Jun 2013 10:26:39 -0000 1.1 +++ tklib-0.6-r1.ebuild 6 May 2015 06:55:44 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r1.ebuild,v 1.1 2013/06/09 10:26:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r1.ebuild,v 1.2 2015/05/06 06:55:44 jlec Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="doc" RDEPEND=" - dev-lang/tk + dev-lang/tk:0 dev-tcltk/tcllib" DEPEND="${RDEPEND}" @@ -32,5 +32,6 @@ dosym ${PN}${PV} /usr/$(get_libdir)/${PN} mv "${ED}"/usr/share/man/mann/datefield{,-${PN}}.n || die + mv "${ED}"/usr/share/man/mann/menubar{,-${PN}}.n || die mv "${ED}"/usr/bin/dia{,-${PN}} || die } 1.6 dev-tcltk/tklib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 7 Apr 2015 14:22:51 -0000 1.5 +++ ChangeLog 6 May 2015 06:55:44 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-tcltk/tklib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/ChangeLog,v 1.5 2015/04/07 14:22:51 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/ChangeLog,v 1.6 2015/05/06 06:55:44 jlec Exp $ + +*tklib-0.6-r2 (06 May 2015) + + 06 May 2015; Justin Lecher <[email protected]> +tklib-0.6-r2.ebuild, + -tklib-0.5-r1.ebuild, -tklib-0.5.ebuild, tklib-0.6-r1.ebuild: + Fix file collision, bug #547890; drop old *tklib-0.6-r1 (09 Jun 2013) @@ -24,4 +30,3 @@ 29 Mar 2010; Justin Lecher <[email protected]> +tklib-0.5.ebuild, +metadata.xml: new ebuild per 311845 - 1.1 dev-tcltk/tklib/tklib-0.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r2.ebuild?rev=1.1&content-type=text/plain Index: tklib-0.6-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r2.ebuild,v 1.1 2015/05/06 06:55:44 jlec Exp $ EAPI=5 inherit multilib CODE=6a397dec6188148cf6a6fe290cf2bd92a9190c42 DESCRIPTION="Collection of utility modules for Tk, and a companion to Tcllib" HOMEPAGE="http://www.tcl.tk/software/tklib" SRC_URI="http://core.tcl.tk/tklib/raw/tklib-0.6.tar.bz2?name=${CODE} -> ${P}.tar.bz2" SLOT="0" KEYWORDS="~amd64 ~x86" LICENSE="BSD" IUSE="doc" RDEPEND=" dev-lang/tk:0 dev-tcltk/tcllib" DEPEND="${RDEPEND}" src_install() { default if use doc; then emake DESTDIR="${D}" doc dohtml doc/html/* fi dodoc DESCRIPTION.txt README* dosym ${PN}${PV} /usr/$(get_libdir)/${PN} mv "${ED}"/usr/share/man/mann/datefield{,-${PN}}.n || die mv "${ED}"/usr/share/man/mann/menubar{,-${PN}}.n || die mv "${ED}"/usr/bin/dia{,-${PN}} || die }
