summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-09 10:26:39 +0000
committerJustin Lecher <jlec@gentoo.org>2013-06-09 10:26:39 +0000
commit151b3cd1f80bc337ab002806ee8a8fd636335873 (patch)
tree32da3e89e01973912d2bba6e2dd1851d0b2295c7 /dev-tcltk/tklib
parentVersion bump to 3.10-rc5 (diff)
downloadgentoo-2-151b3cd1f80bc337ab002806ee8a8fd636335873.tar.gz
gentoo-2-151b3cd1f80bc337ab002806ee8a8fd636335873.tar.bz2
gentoo-2-151b3cd1f80bc337ab002806ee8a8fd636335873.zip
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)
Diffstat (limited to 'dev-tcltk/tklib')
-rw-r--r--dev-tcltk/tklib/ChangeLog8
-rw-r--r--dev-tcltk/tklib/tklib-0.6-r1.ebuild (renamed from dev-tcltk/tklib/tklib-0.6.ebuild)3
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-tcltk/tklib/ChangeLog b/dev-tcltk/tklib/ChangeLog
index 03851ff15e90..6ea7dc4e3c25 100644
--- a/dev-tcltk/tklib/ChangeLog
+++ b/dev-tcltk/tklib/ChangeLog
@@ -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)
diff --git a/dev-tcltk/tklib/tklib-0.6.ebuild b/dev-tcltk/tklib/tklib-0.6-r1.ebuild
index e5e848c0f82c..2a1f9a0acf26 100644
--- a/dev-tcltk/tklib/tklib-0.6.ebuild
+++ b/dev-tcltk/tklib/tklib-0.6-r1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $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
@@ -32,4 +32,5 @@ src_install() {
dosym ${PN}${PV} /usr/$(get_libdir)/${PN}
mv "${ED}"/usr/share/man/mann/datefield{,-${PN}}.n || die
+ mv "${ED}"/usr/bin/dia{,-${PN}} || die
}