Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Samuli Suominen (drac)" <drac@g.o>
Subject: gentoo-x86 commit in media-libs/adplug: ChangeLog adplug-2.1.ebuild adplug-2.0.1.ebuild
Date: Wed, 16 Apr 2008 16:30:46 +0000
drac        08/04/16 16:30:46

  Modified:             ChangeLog adplug-2.1.ebuild adplug-2.0.1.ebuild
  Log:
  Fix bug 217975
  (Portage version: 2.1.5_rc3)

Revision  Changes    Path
1.23                 media-libs/adplug/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	10 Apr 2008 17:20:42 -0000	1.22
+++ ChangeLog	16 Apr 2008 16:30:45 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/adplug
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.22 2008/04/10 17:20:42 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.23 2008/04/16 16:30:45 drac Exp $
+
+  16 Apr 2008; Samuli Suominen <drac@g.o>
+  +files/adplug-2.1-gcc43.patch, adplug-2.1.ebuild:
+  Fix building with GCC 4.3 wrt #217975, thanks to Peter Alfredsen.
 
 *adplug-2.1 (10 Apr 2008)
 



1.2                  media-libs/adplug/adplug-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?r1=1.1&r2=1.2

Index: adplug-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- adplug-2.1.ebuild	10 Apr 2008 17:20:42 -0000	1.1
+++ adplug-2.1.ebuild	16 Apr 2008 16:30:45 -0000	1.2
@@ -1,6 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v 1.1 2008/04/10 17:20:42 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v 1.2 2008/04/16 16:30:45 drac Exp $
+
+inherit eutils
 
 DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
 HOMEPAGE="http://adplug.sourceforge.net"
@@ -15,6 +17,12 @@
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-gcc43.patch
+}
+
 src_compile() {
 	econf --disable-dependency-tracking $(use_enable debug)
 	emake || die "emake failed."



1.7                  media-libs/adplug/adplug-2.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild?r1=1.6&r2=1.7

Index: adplug-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- adplug-2.0.1.ebuild	28 Oct 2006 01:45:08 -0000	1.6
+++ adplug-2.0.1.ebuild	16 Apr 2008 16:30:45 -0000	1.7
@@ -1,10 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild,v 1.6 2006/10/28 01:45:08 flameeyes Exp $
-
-inherit eutils
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild,v 1.7 2008/04/16 16:30:45 drac Exp $
 
 DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
 HOMEPAGE="http://adplug.sourceforge.net/"
@@ -13,12 +9,13 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
+IUSE=""
 
 RDEPEND=">=dev-cpp/libbinio-1.4"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
 src_install() {
-	make DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install || die "emake install fialed."
 	dodoc AUTHORS BUGS ChangeLog NEWS README TODO
 }



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in app-text/highlight: highlight-2.4.8.ebuild ChangeLog
Next by thread:
gentoo-x86 commit in media-libs/adplug/files: adplug-2.1-gcc43.patch adplug-1.5.1-libbinio.patch
Previous by date:
gentoo-x86 commit in sys-apps/lshw: ChangeLog lshw-02.12.01b.ebuild
Next by date:
gentoo-x86 commit in media-libs/adplug/files: adplug-2.1-gcc43.patch adplug-1.5.1-libbinio.patch


Updated Mar 18, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.