public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tklib: ChangeLog tklib-0.6-r1.ebuild tklib-0.6.ebuild
@ 2013-06-09 10:26 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-06-09 10:26 UTC (permalink / raw
  To: gentoo-commits

jlec        13/06/09 10:26:39

  Modified:             ChangeLog
  Added:                tklib-0.6-r1.ebuild
  Removed:              tklib-0.6.ebuild
  Log:
  dev-tcltk/tklib: Fix file collision by renaming /usr/bin/dia to dia-tklib, #472504
  
  (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.4                  dev-tcltk/tklib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	6 Jun 2013 08:04:42 -0000	1.3
+++ ChangeLog	9 Jun 2013 10:26:38 -0000	1.4
@@ -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.3 2013/06/06 08:04:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/ChangeLog,v 1.4 2013/06/09 10:26:38 jlec Exp $
+
+*tklib-0.6-r1 (09 Jun 2013)
+
+  09 Jun 2013; Justin Lecher <jlec@gentoo.org> -tklib-0.6.ebuild,
+  +tklib-0.6-r1.ebuild:
+  Fix file collision by renaming /usr/bin/dia to dia-tklib, #472504
 
 *tklib-0.6 (06 Jun 2013)
 



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tklib/tklib-0.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: tklib-0.6-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2013/06/09 10:26:39 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
	mv "${ED}"/usr/bin/dia{,-${PN}} || die
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-09 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09 10:26 [gentoo-commits] gentoo-x86 commit in dev-tcltk/tklib: ChangeLog tklib-0.6-r1.ebuild tklib-0.6.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox