public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tcpsound: tcpsound-0.3.1.ebuild ChangeLog
@ 2007-10-29 15:36 Markus Ullmann (jokey)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Ullmann (jokey) @ 2007-10-29 15:36 UTC (permalink / raw
  To: gentoo-commits

jokey       07/10/29 15:36:45

  Modified:             tcpsound-0.3.1.ebuild ChangeLog
  Log:
  Fix quoting
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.3                  net-misc/tcpsound/tcpsound-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?r1=1.2&r2=1.3

Index: tcpsound-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tcpsound-0.3.1.ebuild	15 Apr 2007 20:29:09 -0000	1.2
+++ tcpsound-0.3.1.ebuild	29 Oct 2007 15:36:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.2 2007/04/15 20:29:09 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.3 2007/10/29 15:36:44 jokey Exp $
 
 inherit eutils
 
@@ -19,10 +19,10 @@
 
 src_compile() {
 	sed -i -e "s;/usr/share/sounds:/usr/local/share/sounds;/usr/share/tcpsound;g"\
-		${S}/src/tcpsound.c ${S}/elaborate.conf
+		"${S}"/src/tcpsound.c "${S}"/elaborate.conf
 
 	sed -i -e "s;/share/sounds;/share/tcpsound;g"\
-		${S}/Makefile
+		"${S}"/Makefile
 	emake || die "emake failed"
 }
 



1.4                  net-misc/tcpsound/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Oct 2007 15:35:57 -0000	1.3
+++ ChangeLog	29 Oct 2007 15:36:44 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tcpsound
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.3 2007/10/29 15:35:57 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.4 2007/10/29 15:36:44 jokey Exp $
+
+  29 Oct 2007; Markus Ullmann <jokey@gentoo.org> tcpsound-0.3.1.ebuild:
+  Fix quoting
 
   29 Oct 2007; Markus Ullmann <jokey@gentoo.org> metadata.xml:
   Developed to end, reassigning to herd



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-misc/tcpsound: tcpsound-0.3.1.ebuild ChangeLog
@ 2010-03-29 12:20 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-29 12:20 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/29 12:20:07

  Modified:             tcpsound-0.3.1.ebuild ChangeLog
  Log:
  Fix building with -Wl,--as-needed wrt #248143 by Kacper Kowalik.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-misc/tcpsound/tcpsound-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?r1=1.3&r2=1.4

Index: tcpsound-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcpsound-0.3.1.ebuild	29 Oct 2007 15:36:44 -0000	1.3
+++ tcpsound-0.3.1.ebuild	29 Mar 2010 12:20:07 -0000	1.4
@@ -1,22 +1,28 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.3 2007/10/29 15:36:44 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.4 2010/03/29 12:20:07 ssuominen Exp $
 
 inherit eutils
 
 DESCRIPTION="Play sounds in response to network traffic"
 HOMEPAGE="http://www.ioplex.com/~miallen/tcpsound/"
 SRC_URI="http://www.ioplex.com/~miallen/tcpsound/dl/${P}.tar.gz"
-LICENSE="BSD"
 
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="x86"
-
 IUSE=""
+
 DEPEND="net-analyzer/tcpdump
 	media-libs/libsdl
 	dev-libs/libmba"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-asneeded.patch
+}
+
 src_compile() {
 	sed -i -e "s;/usr/share/sounds:/usr/local/share/sounds;/usr/share/tcpsound;g"\
 		"${S}"/src/tcpsound.c "${S}"/elaborate.conf



1.5                  net-misc/tcpsound/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	29 Oct 2007 15:36:44 -0000	1.4
+++ ChangeLog	29 Mar 2010 12:20:07 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/tcpsound
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.4 2007/10/29 15:36:44 jokey Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.5 2010/03/29 12:20:07 ssuominen Exp $
+
+  29 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> tcpsound-0.3.1.ebuild,
+  +files/tcpsound-0.3.1-asneeded.patch:
+  Fix building with -Wl,--as-needed wrt #248143 by Kacper Kowalik.
 
   29 Oct 2007; Markus Ullmann <jokey@gentoo.org> tcpsound-0.3.1.ebuild:
   Fix quoting






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tcpsound: tcpsound-0.3.1.ebuild ChangeLog
@ 2010-04-09  4:52 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-04-09  4:52 UTC (permalink / raw
  To: gentoo-commits

jer         10/04/09 04:52:09

  Modified:             tcpsound-0.3.1.ebuild ChangeLog
  Log:
  Clean up ebuild. Remove all "mktool" use. Respect LDFLAGS. Incidentally fix useless compiler flags. Make (failing) Makefile commands explicit. Finish building or die (bug #313661).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.5                  net-misc/tcpsound/tcpsound-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?r1=1.4&r2=1.5

Index: tcpsound-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcpsound-0.3.1.ebuild	29 Mar 2010 12:20:07 -0000	1.4
+++ tcpsound-0.3.1.ebuild	9 Apr 2010 04:52:09 -0000	1.5
@@ -1,8 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.4 2010/03/29 12:20:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.5 2010/04/09 04:52:09 jer Exp $
 
-inherit eutils
+EAPI="2"
+
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Play sounds in response to network traffic"
 HOMEPAGE="http://www.ioplex.com/~miallen/tcpsound/"
@@ -17,13 +19,12 @@
 	media-libs/libsdl
 	dev-libs/libmba"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-asneeded.patch
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-makefile.patch
 }
 
 src_compile() {
+	tc-export CC
 	sed -i -e "s;/usr/share/sounds:/usr/local/share/sounds;/usr/share/tcpsound;g"\
 		"${S}"/src/tcpsound.c "${S}"/elaborate.conf
 
@@ -34,9 +35,7 @@
 
 src_install() {
 	# Makefile expects /usr/bin to be there...
-	dodir /usr/bin
-	# einstall is required here
-	einstall || die
+	emake DESTDIR="${D}" install || die
 
 	dodoc README.txt elaborate.conf
 }



1.6                  net-misc/tcpsound/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	29 Mar 2010 12:20:07 -0000	1.5
+++ ChangeLog	9 Apr 2010 04:52:09 -0000	1.6
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/tcpsound
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.5 2010/03/29 12:20:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.6 2010/04/09 04:52:09 jer Exp $
+
+  09 Apr 2010; Jeroen Roovers <jer@gentoo.org> tcpsound-0.3.1.ebuild,
+  -files/tcpsound-0.3.1-asneeded.patch,
+  +files/tcpsound-0.3.1-makefile.patch:
+  Clean up ebuild. Remove all "mktool" use. Respect LDFLAGS. Incidentally
+  fix useless compiler flags. Make (failing) Makefile commands explicit.
+  Finish building or die (bug #313661).
 
   29 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> tcpsound-0.3.1.ebuild,
   +files/tcpsound-0.3.1-asneeded.patch:






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

end of thread, other threads:[~2010-04-09  4:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 15:36 [gentoo-commits] gentoo-x86 commit in net-misc/tcpsound: tcpsound-0.3.1.ebuild ChangeLog Markus Ullmann (jokey)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-29 12:20 Samuli Suominen (ssuominen)
2010-04-09  4:52 Jeroen Roovers (jer)

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