diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-08 14:09:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-08 14:09:29 +0000 |
commit | 862a0c8c76bc08242220df6f7899df55fbaae592 (patch) | |
tree | 8d78c5c41645154806557932cfe66b0c29a11b62 /net-misc/shout | |
parent | new tracker (diff) | |
download | historical-862a0c8c76bc08242220df6f7899df55fbaae592.tar.gz historical-862a0c8c76bc08242220df6f7899df55fbaae592.tar.bz2 historical-862a0c8c76bc08242220df6f7899df55fbaae592.zip |
Fix compilation failure caused by upstream packaging a .o file.. Bugfix by Olaf Freyer <aaron@cs.tu-berlin.de>
Diffstat (limited to 'net-misc/shout')
-rw-r--r-- | net-misc/shout/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/shout/Manifest | 6 | ||||
-rw-r--r-- | net-misc/shout/shout-0.8.0-r1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/shout/shout-0.8.0.ebuild | 3 |
4 files changed, 13 insertions, 6 deletions
diff --git a/net-misc/shout/ChangeLog b/net-misc/shout/ChangeLog index e072493cab8a..aeaf6628d09d 100644 --- a/net-misc/shout/ChangeLog +++ b/net-misc/shout/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/shout # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.8 2004/07/01 21:51:44 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.9 2004/08/08 14:09:29 kloeri Exp $ + + 08 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> shout-0.8.0-r1.ebuild, + shout-0.8.0.ebuild: + Fix compilation failure caused by upstream packaging a .o file.. Bugfix by + Olaf Freyer <aaron@cs.tu-berlin.de> 01 Jul 2004; Jon Hood <squinky86@gentoo.org> shout-0.8.0-r1.ebuild, shout-0.8.0.ebuild: diff --git a/net-misc/shout/Manifest b/net-misc/shout/Manifest index 080bd06c6477..8815893c3f30 100644 --- a/net-misc/shout/Manifest +++ b/net-misc/shout/Manifest @@ -1,6 +1,6 @@ -MD5 0fa356bdbc10d85250da59e176f8105e shout-0.8.0-r1.ebuild 838 -MD5 933b8c1fe4f8a779c42067137c992c8e ChangeLog 1170 -MD5 a13f7a3dbcdf5fd81830dd2bea9cf0e7 shout-0.8.0.ebuild 727 +MD5 f3545c29735161e9b9f4a0d2c6a9dab1 shout-0.8.0-r1.ebuild 850 +MD5 d42d1478a159ff94b9bf0d8fcfa2e826 ChangeLog 1380 +MD5 0c15c3cbacd880c62f63c64b985b27e1 shout-0.8.0.ebuild 739 MD5 cb0cb8ccd0256e8ee847bcc0f6df5aec files/variables.diff 470 MD5 0b75f95937f0f8d238142c325a390e15 files/digest-shout-0.8.0-r1 62 MD5 0b75f95937f0f8d238142c325a390e15 files/digest-shout-0.8.0 62 diff --git a/net-misc/shout/shout-0.8.0-r1.ebuild b/net-misc/shout/shout-0.8.0-r1.ebuild index 47f2c0d61b81..2407ad9d8785 100644 --- a/net-misc/shout/shout-0.8.0-r1.ebuild +++ b/net-misc/shout/shout-0.8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r1.ebuild,v 1.12 2004/07/15 03:35:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r1.ebuild,v 1.13 2004/08/08 14:09:29 kloeri Exp $ IUSE="" DESCRIPTION="Shout is a program for creating mp3 stream for use with icecast or shoutcast" @@ -17,6 +17,7 @@ src_unpack() { unpack ${A} cd ${S} patch -p1 < ${FILESDIR}/variables.diff + rm -f sock.o } diff --git a/net-misc/shout/shout-0.8.0.ebuild b/net-misc/shout/shout-0.8.0.ebuild index d3638d42c66b..3120cfe375c4 100644 --- a/net-misc/shout/shout-0.8.0.ebuild +++ b/net-misc/shout/shout-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0.ebuild,v 1.13 2004/07/15 03:35:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0.ebuild,v 1.14 2004/08/08 14:09:29 kloeri Exp $ IUSE="" DESCRIPTION="Shout is a program for creating a mp3 stream for use with icecast or shoutcast" @@ -13,6 +13,7 @@ SLOT="0" DEPEND="virtual/libc" src_compile() { + rm -f sock.o ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ |