public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/puff: ChangeLog puff-20100127.ebuild
@ 2012-11-12 16:37 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2012-11-12 16:37 UTC (permalink / raw
  To: gentoo-commits

tomjbe      12/11/12 16:37:26

  Modified:             ChangeLog puff-20100127.ebuild
  Log:
  Respect CFLAGS (bug #430976). Thanks Diego
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.2                  sci-electronics/puff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/puff/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	2 Jan 2011 15:36:10 -0000	1.1
+++ ChangeLog	12 Nov 2012 16:37:26 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/puff
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/ChangeLog,v 1.1 2011/01/02 15:36:10 tomjbe Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/ChangeLog,v 1.2 2012/11/12 16:37:26 tomjbe Exp $
+
+  12 Nov 2012; Thomas Beierlein <tomjbe@gentoo.org> puff-20100127.ebuild:
+  Respect CFLAGS (bug #430976). Thanks Diego
 
   02 Jan 2011; Thomas Beierlein <tomjbe@gentoo.org> +puff-20100127.ebuild,
   +metadata.xml:



1.2                  sci-electronics/puff/puff-20100127.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild?r1=1.1&r2=1.2

Index: puff-20100127.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- puff-20100127.ebuild	2 Jan 2011 15:36:10 -0000	1.1
+++ puff-20100127.ebuild	12 Nov 2012 16:37:26 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild,v 1.1 2011/01/02 15:36:10 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild,v 1.2 2012/11/12 16:37:26 tomjbe Exp $
 
 EAPI="2"
 
@@ -23,6 +23,7 @@
 src_prepare() {
 	# fix lib path for X11 and dont ignore LDFLAGS
 	sed -i -e "s#lib\\\/#$(get_libdir)\\\/#" \
+		-e 's/CFLAGS/#CFLAGS/' \
 		-e 's/link.res pu/link.res $(LDFLAGS) pu/' Makefile || die
 }
 





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

* [gentoo-commits] gentoo-x86 commit in sci-electronics/puff: ChangeLog puff-20100127.ebuild
@ 2013-01-03 11:19 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2013-01-03 11:19 UTC (permalink / raw
  To: gentoo-commits

tomjbe      13/01/03 11:19:36

  Modified:             ChangeLog puff-20100127.ebuild
  Log:
  Fix homepage
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.3                  sci-electronics/puff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/puff/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	12 Nov 2012 16:37:26 -0000	1.2
+++ ChangeLog	3 Jan 2013 11:19:36 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/puff
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/ChangeLog,v 1.2 2012/11/12 16:37:26 tomjbe Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/ChangeLog,v 1.3 2013/01/03 11:19:36 tomjbe Exp $
+
+  03 Jan 2013; Thomas Beierlein <tomjbe@gentoo.org> puff-20100127.ebuild:
+  Fix homepage
 
   12 Nov 2012; Thomas Beierlein <tomjbe@gentoo.org> puff-20100127.ebuild:
   Respect CFLAGS (bug #430976). Thanks Diego



1.3                  sci-electronics/puff/puff-20100127.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild?r1=1.2&r2=1.3

Index: puff-20100127.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- puff-20100127.ebuild	12 Nov 2012 16:37:26 -0000	1.2
+++ puff-20100127.ebuild	3 Jan 2013 11:19:36 -0000	1.3
@@ -1,14 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild,v 1.2 2012/11/12 16:37:26 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild,v 1.3 2013/01/03 11:19:36 tomjbe Exp $
 
 EAPI="2"
 
 inherit flag-o-matic multilib
 
 DESCRIPTION="microwave CAD software"
-HOMEPAGE="http://www.vf.utwente.nl/~ptdeboer/ham/puff/"
-SRC_URI="http://www.vf.utwente.nl/~ptdeboer/ham/${PN}/${P}.tgz"
+HOMEPAGE="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/puff/"
+SRC_URI="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/${PN}/${P}.tgz"
 
 LICENSE="GPL-3"
 SLOT="0"





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

end of thread, other threads:[~2013-01-03 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 11:19 [gentoo-commits] gentoo-x86 commit in sci-electronics/puff: ChangeLog puff-20100127.ebuild Thomas Beierlein (tomjbe)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-12 16:37 Thomas Beierlein (tomjbe)

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