diff options
author | 2009-06-08 02:28:16 +0000 | |
---|---|---|
committer | 2009-06-08 02:28:16 +0000 | |
commit | 6d7b494e4f997e10446f4c7b6f39389f6ee1366d (patch) | |
tree | a9104a41ecf3a62797929d170cc699bbb2eec094 /sci-libs/xgks-pmel | |
parent | Version bump. (diff) | |
download | gentoo-2-6d7b494e4f997e10446f4c7b6f39389f6ee1366d.tar.gz gentoo-2-6d7b494e4f997e10446f4c7b6f39389f6ee1366d.tar.bz2 gentoo-2-6d7b494e4f997e10446f4c7b6f39389f6ee1366d.zip |
Renamed package binaries to avoid conflicts; closes bug #272629.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/xgks-pmel')
-rw-r--r-- | sci-libs/xgks-pmel/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild | 11 |
2 files changed, 13 insertions, 3 deletions
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 <nerdboy@gentoo.org> xgks-pmel-2.5.5.ebuild: + Renamed package binaries to avoid conflicts; closes bug #272629. 16 May 2009; Steve Arnold <nerdboy@gentoo.org> 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 |