summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-23 19:10:37 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-23 19:10:37 +0000
commit153f76fd2d4ea6a363cc5218f9fad6702a605645 (patch)
tree1d82e57b7e2bcfe771c7d1d71974223cdde8fa1a /app-emulation/simh
parentsci-chemistry/pdb-extract: Version Bump, #379159 (diff)
downloadgentoo-2-153f76fd2d4ea6a363cc5218f9fad6702a605645.tar.gz
gentoo-2-153f76fd2d4ea6a363cc5218f9fad6702a605645.tar.bz2
gentoo-2-153f76fd2d4ea6a363cc5218f9fad6702a605645.zip
Revbump to fix binary installation (thanks Robert Carboneau, bug 423069)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/simh')
-rw-r--r--app-emulation/simh/ChangeLog8
-rw-r--r--app-emulation/simh/metadata.xml2
-rw-r--r--app-emulation/simh/simh-3.9.0-r1.ebuild (renamed from app-emulation/simh/simh-3.9.0.ebuild)4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/simh/ChangeLog b/app-emulation/simh/ChangeLog
index 35a11451f8ee..d0a6551d21f4 100644
--- a/app-emulation/simh/ChangeLog
+++ b/app-emulation/simh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/simh
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.16 2012/05/19 09:52:52 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.17 2012/06/23 19:10:37 xmw Exp $
+
+*simh-3.9.0-r1 (23 Jun 2012)
+
+ 23 Jun 2012; Michael Weber <xmw@gentoo.org> +simh-3.9.0-r1.ebuild,
+ -simh-3.9.0.ebuild, metadata.xml:
+ Revbump to fix binary installation (thanks Robert Carboneau, bug 423069)
*simh-3.9.0 (19 May 2012)
diff --git a/app-emulation/simh/metadata.xml b/app-emulation/simh/metadata.xml
index 5380a02305af..1adcc9617845 100644
--- a/app-emulation/simh/metadata.xml
+++ b/app-emulation/simh/metadata.xml
@@ -5,11 +5,9 @@
<maintainer>
<email>alex.buell@munted.eu</email>
<name>Alex Buell</name>
- <description>Proxy maintainer. Assign bugs to him</description>
</maintainer>
<maintainer>
<email>xmw@gentoo.org</email>
<name>Michael Weber</name>
- <description>CC him on bugs</description>
</maintainer>
</pkgmetadata>
diff --git a/app-emulation/simh/simh-3.9.0.ebuild b/app-emulation/simh/simh-3.9.0-r1.ebuild
index b1437d9a54a3..44261176fc4d 100644
--- a/app-emulation/simh/simh-3.9.0.ebuild
+++ b/app-emulation/simh/simh-3.9.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.9.0.ebuild,v 1.1 2012/05/19 09:52:52 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.9.0-r1.ebuild,v 1.1 2012/06/23 19:10:37 xmw Exp $
EAPI=4
@@ -51,7 +51,7 @@ src_compile() {
src_install() {
for BINFILE in BIN/* ; do
- newbin ${BINFILE} "simh-${BINFILE}"
+ newbin ${BINFILE} "simh-$(basename ${BINFILE})"
done
insinto /usr/share/simh