diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-06-06 08:04:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-06-06 08:04:42 +0000 |
commit | be4889dbfadbab04e1419c063b6043e2fdef51d8 (patch) | |
tree | 4ded256b473b16dae28c629674437536da493eb4 /dev-tcltk/tklib | |
parent | Change USE=crypt description to indicate that it is obsolete. Also, fix typo ... (diff) | |
download | gentoo-2-be4889dbfadbab04e1419c063b6043e2fdef51d8.tar.gz gentoo-2-be4889dbfadbab04e1419c063b6043e2fdef51d8.tar.bz2 gentoo-2-be4889dbfadbab04e1419c063b6043e2fdef51d8.zip |
dev-tcltk/tklib: Version BUmp, fix file collision, #472336
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-tcltk/tklib')
-rw-r--r-- | dev-tcltk/tklib/ChangeLog | 10 | ||||
-rw-r--r-- | dev-tcltk/tklib/metadata.xml | 8 | ||||
-rw-r--r-- | dev-tcltk/tklib/tklib-0.5-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-tcltk/tklib/tklib-0.5.ebuild | 5 | ||||
-rw-r--r-- | dev-tcltk/tklib/tklib-0.6.ebuild | 35 |
5 files changed, 54 insertions, 10 deletions
diff --git a/dev-tcltk/tklib/ChangeLog b/dev-tcltk/tklib/ChangeLog index 25487eaff3a7..03851ff15e90 100644 --- a/dev-tcltk/tklib/ChangeLog +++ b/dev-tcltk/tklib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-tcltk/tklib -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/ChangeLog,v 1.2 2010/08/02 14:27:14 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/ChangeLog,v 1.3 2013/06/06 08:04:42 jlec Exp $ + +*tklib-0.6 (06 Jun 2013) + + 06 Jun 2013; Justin Lecher <jlec@gentoo.org> tklib-0.5.ebuild, + tklib-0.5-r1.ebuild, +tklib-0.6.ebuild, metadata.xml: + Version BUmp, fix file collision, #472336 *tklib-0.5-r1 (02 Aug 2010) diff --git a/dev-tcltk/tklib/metadata.xml b/dev-tcltk/tklib/metadata.xml index 6510446e1b9b..e5c951f2dd1c 100644 --- a/dev-tcltk/tklib/metadata.xml +++ b/dev-tcltk/tklib/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>tcltk</herd> -<maintainer> - <email>jlec@gentoo.org</email> -</maintainer> + <herd>tcltk</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> </pkgmetadata> diff --git a/dev-tcltk/tklib/tklib-0.5-r1.ebuild b/dev-tcltk/tklib/tklib-0.5-r1.ebuild index 11febe145c09..25f7f9c4ef41 100644 --- a/dev-tcltk/tklib/tklib-0.5-r1.ebuild +++ b/dev-tcltk/tklib/tklib-0.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.5-r1.ebuild,v 1.1 2010/08/02 14:27:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.5-r1.ebuild,v 1.2 2013/06/06 08:04:42 jlec Exp $ inherit multilib @@ -26,4 +26,6 @@ src_install() { fi dodoc ChangeLog DESCRIPTION.txt README* || die dosym ${PN}${PV} /usr/$(get_libdir)/${PN} + + mv "${ED}"/usr/share/man/mann/datefield{,-${PN}}.n || die } diff --git a/dev-tcltk/tklib/tklib-0.5.ebuild b/dev-tcltk/tklib/tklib-0.5.ebuild index f168d528abff..36c42714f5a7 100644 --- a/dev-tcltk/tklib/tklib-0.5.ebuild +++ b/dev-tcltk/tklib/tklib-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.5.ebuild,v 1.2 2010/03/29 11:36:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.5.ebuild,v 1.3 2013/06/06 08:04:42 jlec Exp $ DESCRIPTION="Collection of utility modules for Tk, and a companion to Tcllib" HOMEPAGE="http://www.tcl.tk/software/tklib" @@ -23,4 +23,5 @@ src_install() { dohtml doc/html/* || die fi dodoc ChangeLog DESCRIPTION.txt README* || die + mv "${ED}"/usr/share/man/mann/datefield{,-${PN}}.n || die } diff --git a/dev-tcltk/tklib/tklib-0.6.ebuild b/dev-tcltk/tklib/tklib-0.6.ebuild new file mode 100644 index 000000000000..e5e848c0f82c --- /dev/null +++ b/dev-tcltk/tklib/tklib-0.6.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.6.ebuild,v 1.1 2013/06/06 08:04:42 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 + 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 +} |