Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/adplug: ChangeLog adplug-2.1.ebuild adplug-2.0.1.ebuild
Date: Wed, 16 Apr 2008 16:30:49
Message-Id: E1JmAX0-0005ea-4A@stork.gentoo.org
1 drac 08/04/16 16:30:46
2
3 Modified: ChangeLog adplug-2.1.ebuild adplug-2.0.1.ebuild
4 Log:
5 Fix bug 217975
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.23 media-libs/adplug/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 10 Apr 2008 17:20:42 -0000 1.22
22 +++ ChangeLog 16 Apr 2008 16:30:45 -0000 1.23
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/adplug
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.22 2008/04/10 17:20:42 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.23 2008/04/16 16:30:45 drac Exp $
28 +
29 + 16 Apr 2008; Samuli Suominen <drac@g.o>
30 + +files/adplug-2.1-gcc43.patch, adplug-2.1.ebuild:
31 + Fix building with GCC 4.3 wrt #217975, thanks to Peter Alfredsen.
32
33 *adplug-2.1 (10 Apr 2008)
34
35
36
37
38 1.2 media-libs/adplug/adplug-2.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?r1=1.1&r2=1.2
43
44 Index: adplug-2.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- adplug-2.1.ebuild 10 Apr 2008 17:20:42 -0000 1.1
51 +++ adplug-2.1.ebuild 16 Apr 2008 16:30:45 -0000 1.2
52 @@ -1,6 +1,8 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v 1.1 2008/04/10 17:20:42 drac Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v 1.2 2008/04/16 16:30:45 drac Exp $
57 +
58 +inherit eutils
59
60 DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
61 HOMEPAGE="http://adplug.sourceforge.net"
62 @@ -15,6 +17,12 @@
63 DEPEND="${RDEPEND}
64 dev-util/pkgconfig"
65
66 +src_unpack() {
67 + unpack ${A}
68 + cd "${S}"
69 + epatch "${FILESDIR}"/${P}-gcc43.patch
70 +}
71 +
72 src_compile() {
73 econf --disable-dependency-tracking $(use_enable debug)
74 emake || die "emake failed."
75
76
77
78 1.7 media-libs/adplug/adplug-2.0.1.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild?rev=1.7&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild?rev=1.7&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild?r1=1.6&r2=1.7
83
84 Index: adplug-2.0.1.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild,v
87 retrieving revision 1.6
88 retrieving revision 1.7
89 diff -u -r1.6 -r1.7
90 --- adplug-2.0.1.ebuild 28 Oct 2006 01:45:08 -0000 1.6
91 +++ adplug-2.0.1.ebuild 16 Apr 2008 16:30:45 -0000 1.7
92 @@ -1,10 +1,6 @@
93 -# Copyright 1999-2006 Gentoo Foundation
94 +# Copyright 1999-2008 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild,v 1.6 2006/10/28 01:45:08 flameeyes Exp $
97 -
98 -inherit eutils
99 -
100 -IUSE=""
101 +# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild,v 1.7 2008/04/16 16:30:45 drac Exp $
102
103 DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
104 HOMEPAGE="http://adplug.sourceforge.net/"
105 @@ -13,12 +9,13 @@
106 LICENSE="LGPL-2.1"
107 SLOT="0"
108 KEYWORDS="amd64 ppc sparc x86"
109 +IUSE=""
110
111 RDEPEND=">=dev-cpp/libbinio-1.4"
112 DEPEND="${RDEPEND}
113 dev-util/pkgconfig"
114
115 src_install() {
116 - make DESTDIR="${D}" install || die
117 + emake DESTDIR="${D}" install || die "emake install fialed."
118 dodoc AUTHORS BUGS ChangeLog NEWS README TODO
119 }
120
121
122
123 --
124 gentoo-commits@l.g.o mailing list