From 6d7b494e4f997e10446f4c7b6f39389f6ee1366d Mon Sep 17 00:00:00 2001 From: Steve Arnold Date: Mon, 8 Jun 2009 02:28:16 +0000 Subject: Renamed package binaries to avoid conflicts; closes bug #272629. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- sci-libs/xgks-pmel/ChangeLog | 5 ++++- sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild | 11 +++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/xgks-pmel/ChangeLog b/sci-libs/xgks-pmel/ChangeLog index 1817574be4d7..b08a9e2fb1d8 100644 --- a/sci-libs/xgks-pmel/ChangeLog +++ b/sci-libs/xgks-pmel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/xgks-pmel # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.2 2009/05/16 15:34:28 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.3 2009/06/08 02:28:16 nerdboy Exp $ + + 08 Jun 2009; Steve Arnold xgks-pmel-2.5.5.ebuild: + Renamed package binaries to avoid conflicts; closes bug #272629. 16 May 2009; Steve Arnold xgks-pmel-2.5.5.ebuild: Added internal header files required by packages that don't stick to the diff --git a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild index bceb98549fdb..b1a0e7b26d9f 100644 --- a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild +++ b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.2 2009/05/16 15:34:28 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.3 2009/06/08 02:28:16 nerdboy Exp $ inherit eutils fortran toolchain-funcs multilib @@ -43,7 +43,14 @@ src_compile() { } src_install() { - dobin progs/{defcolors,font,mi,pline,pmark} || die + cd "${S}"/progs + + for tool in {defcolors,font,mi,pline,pmark} + do + newbin ${tool} xgks-${tool} || die + done + + cd "${S}" dolib.a src/lib/libxgks.a || die dodoc COPYRIGHT HISTORY INSTALL README || die -- cgit v1.2.3-65-gdbad