Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/adplug: ChangeLog adplug-2.2.ebuild
Date: Mon, 08 Feb 2010 12:12:22
Message-Id: E1NeSFc-0002sL-Mf@stork.gentoo.org
1 spock 10/02/08 11:58:00
2
3 Modified: ChangeLog
4 Added: adplug-2.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 media-libs/adplug/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 18 Oct 2008 17:01:32 -0000 1.28
23 +++ ChangeLog 8 Feb 2010 11:58:00 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/adplug
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.28 2008/10/18 17:01:32 spock Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.29 2010/02/08 11:58:00 spock Exp $
30 +
31 +*adplug-2.2 (08 Feb 2010)
32 +
33 + 08 Feb 2010; Michał Januszewski <spock@g.o> +adplug-2.2.ebuild:
34 + Version bump.
35
36 18 Oct 2008; Michał Januszewski <spock@g.o> -adplug-2.0.1.ebuild:
37 Remove an old ebuild.
38
39
40
41 1.1 media-libs/adplug/adplug-2.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: adplug-2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.2.ebuild,v 1.1 2010/02/08 11:58:00 spock Exp $
51
52 inherit eutils
53
54 DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
55 HOMEPAGE="http://adplug.sourceforge.net"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
57
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE="debug"
62
63 RDEPEND=">=dev-cpp/libbinio-1.4"
64 DEPEND="${RDEPEND}
65 dev-util/pkgconfig"
66
67 src_compile() {
68 econf --disable-dependency-tracking $(use_enable debug)
69 emake || die "emake failed."
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "emake install failed."
74 dodoc AUTHORS BUGS ChangeLog NEWS README TODO
75 }