public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/simh: ChangeLog simh-3.7.0.ebuild
@ 2009-01-04 14:40 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2009-01-04 14:40 UTC (permalink / raw
  To: gentoo-commits

angelos     09/01/04 14:40:35

  Modified:             ChangeLog simh-3.7.0.ebuild
  Log:
  QA: Define IUSE, use edos2unix, respect CC, respect CFLAGS, fix compilation with --as-needed (bug 246890)
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.9                  app-emulation/simh/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	5 Feb 2008 21:30:34 -0000	1.8
+++ ChangeLog	4 Jan 2009 14:40:35 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/simh
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.8 2008/02/05 21:30:34 grobian Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.9 2009/01/04 14:40:35 angelos Exp $
+
+  04 Jan 2009; Christoph Mende <angelos@gentoo.org>
+  +files/simh-3.7.0-asneeded.patch, simh-3.7.0.ebuild:
+  QA: Define IUSE, use edos2unix, respect CC, respect CFLAGS, fix
+  compilation with --as-needed (bug 246890)
 
   05 Feb 2008; Fabian Groffen <grobian@gentoo.org> simh-3.5.2.ebuild,
   simh-3.7.0.ebuild:



1.4                  app-emulation/simh/simh-3.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?r1=1.3&r2=1.4

Index: simh-3.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- simh-3.7.0.ebuild	5 Feb 2008 21:30:34 -0000	1.3
+++ simh-3.7.0.ebuild	4 Jan 2009 14:40:35 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.3 2008/02/05 21:30:34 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.4 2009/01/04 14:40:35 angelos Exp $
 
-inherit eutils versionator
+inherit eutils toolchain-funcs versionator
 
 MY_P="${PN}v$(get_version_component_range 1)$(get_version_component_range 2)-$(get_version_component_range 3)"
 DESCRIPTION="a simulator for historical computers such as Vax, PDP-11 etc.)"
@@ -12,6 +12,7 @@
 LICENSE="as-is"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE=""
 
 RDEPEND="net-libs/libpcap"
 DEPEND="${RDEPEND}
@@ -26,9 +27,13 @@
 	unpack ${A}
 
 	# convert makefile from dos format to unix format
-	sed -i 's/.$//' makefile
+	edos2unix makefile
 
-	epatch "${FILESDIR}/makefile.patch"
+	sed -i -e "s:gcc:$(tc-getCC):" \
+		-e "s: -g::" \
+		-e "s:-O2:${CFLAGS}:" makefile
+	epatch "${FILESDIR}/makefile.patch" \
+		"${FILESDIR}"/${P}-asneeded.patch
 }
 
 src_compile() {
@@ -41,7 +46,7 @@
 		newbin ${BINFILE} "simh-${BINFILE}"
 	done
 
-	cd ${S}
+	cd "${S}"
 	dodir /usr/share/simh
 	insinto /usr/share/simh
 	doins VAX/*.bin






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/simh: ChangeLog simh-3.7.0.ebuild
@ 2009-01-12 22:03 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-01-12 22:03 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/01/12 22:03:01

  Modified:             ChangeLog simh-3.7.0.ebuild
  Log:
  Fix patch to unpack and compile.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)

Revision  Changes    Path
1.10                 app-emulation/simh/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	4 Jan 2009 14:40:35 -0000	1.9
+++ ChangeLog	12 Jan 2009 22:03:01 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/simh
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.9 2009/01/04 14:40:35 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.10 2009/01/12 22:03:01 flameeyes Exp $
+
+  12 Jan 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  files/simh-3.7.0-asneeded.patch, simh-3.7.0.ebuild:
+  Fix patch to unpack and compile.
 
   04 Jan 2009; Christoph Mende <angelos@gentoo.org>
   +files/simh-3.7.0-asneeded.patch, simh-3.7.0.ebuild:



1.5                  app-emulation/simh/simh-3.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?r1=1.4&r2=1.5

Index: simh-3.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- simh-3.7.0.ebuild	4 Jan 2009 14:40:35 -0000	1.4
+++ simh-3.7.0.ebuild	12 Jan 2009 22:03:01 -0000	1.5
@@ -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/app-emulation/simh/simh-3.7.0.ebuild,v 1.4 2009/01/04 14:40:35 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.5 2009/01/12 22:03:01 flameeyes Exp $
 
 inherit eutils toolchain-funcs versionator
 
@@ -29,14 +29,12 @@
 	# convert makefile from dos format to unix format
 	edos2unix makefile
 
-	sed -i -e "s:gcc:$(tc-getCC):" \
-		-e "s: -g::" \
-		-e "s:-O2:${CFLAGS}:" makefile
 	epatch "${FILESDIR}/makefile.patch" \
 		"${FILESDIR}"/${P}-asneeded.patch
 }
 
 src_compile() {
+	tc-export CC
 	emake || die "make failed"
 }
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/simh: ChangeLog simh-3.7.0.ebuild
@ 2009-04-03  2:51 Joseph Jezak (josejx)
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph Jezak (josejx) @ 2009-04-03  2:51 UTC (permalink / raw
  To: gentoo-commits

josejx      09/04/03 02:51:14

  Modified:             ChangeLog simh-3.7.0.ebuild
  Log:
  Marked ppc stable for bug #264670.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-emulation/simh/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	12 Jan 2009 22:03:01 -0000	1.10
+++ ChangeLog	3 Apr 2009 02:51:14 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/simh
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.10 2009/01/12 22:03:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.11 2009/04/03 02:51:14 josejx Exp $
+
+  03 Apr 2009; Joseph Jezak <josejx@gentoo.org> simh-3.7.0.ebuild:
+  Marked ~ppc for bug #264670.
 
   12 Jan 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   files/simh-3.7.0-asneeded.patch, simh-3.7.0.ebuild:



1.6                  app-emulation/simh/simh-3.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?r1=1.5&r2=1.6

Index: simh-3.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- simh-3.7.0.ebuild	12 Jan 2009 22:03:01 -0000	1.5
+++ simh-3.7.0.ebuild	3 Apr 2009 02:51:14 -0000	1.6
@@ -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/app-emulation/simh/simh-3.7.0.ebuild,v 1.5 2009/01/12 22:03:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.6 2009/04/03 02:51:14 josejx Exp $
 
 inherit eutils toolchain-funcs versionator
 
@@ -11,7 +11,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="net-libs/libpcap"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/simh: ChangeLog simh-3.7.0.ebuild
@ 2010-01-15  2:26 Jonathan Callen (abcd)
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-15  2:26 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/15 02:26:32

  Modified:             ChangeLog simh-3.7.0.ebuild
  Log:
  Add prefix keywords
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.12                 app-emulation/simh/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	3 Apr 2009 02:51:14 -0000	1.11
+++ ChangeLog	15 Jan 2010 02:26:32 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/simh
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.11 2009/04/03 02:51:14 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.12 2010/01/15 02:26:32 abcd Exp $
+
+  15 Jan 2010; Jonathan Callen <abcd@gentoo.org> simh-3.7.0.ebuild:
+  Add prefix keywords
 
   03 Apr 2009; Joseph Jezak <josejx@gentoo.org> simh-3.7.0.ebuild:
   Marked ~ppc for bug #264670.



1.7                  app-emulation/simh/simh-3.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?r1=1.6&r2=1.7

Index: simh-3.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- simh-3.7.0.ebuild	3 Apr 2009 02:51:14 -0000	1.6
+++ simh-3.7.0.ebuild	15 Jan 2010 02:26:32 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.6 2009/04/03 02:51:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.7 2010/01/15 02:26:32 abcd Exp $
 
 inherit eutils toolchain-funcs versionator
 
@@ -11,7 +11,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="net-libs/libpcap"
@@ -31,6 +31,9 @@
 
 	epatch "${FILESDIR}/makefile.patch" \
 		"${FILESDIR}"/${P}-asneeded.patch
+
+	# fix linking on Darwin
+	[[ ${CHOST} == *-darwin* ]] && sed -i 's/-lrt//g' makefile
 }
 
 src_compile() {






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-15  2:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-04 14:40 [gentoo-commits] gentoo-x86 commit in app-emulation/simh: ChangeLog simh-3.7.0.ebuild Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-12 22:03 Diego Petteno (flameeyes)
2009-04-03  2:51 Joseph Jezak (josejx)
2010-01-15  2:26 Jonathan Callen (abcd)

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