* [gentoo-commits] gentoo-x86 commit in media-libs/adplug: ChangeLog adplug-2.2.ebuild
@ 2010-02-08 11:58 Michael Januszewski (spock)
0 siblings, 0 replies; only message in thread
From: Michael Januszewski (spock) @ 2010-02-08 11:58 UTC (permalink / raw
To: gentoo-commits
spock 10/02/08 11:58:00
Modified: ChangeLog
Added: adplug-2.2.ebuild
Log:
Version bump.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.29 media-libs/adplug/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 18 Oct 2008 17:01:32 -0000 1.28
+++ ChangeLog 8 Feb 2010 11:58:00 -0000 1.29
@@ -1,6 +1,11 @@
# 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.28 2008/10/18 17:01:32 spock Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.29 2010/02/08 11:58:00 spock Exp $
+
+*adplug-2.2 (08 Feb 2010)
+
+ 08 Feb 2010; Michał Januszewski <spock@gentoo.org> +adplug-2.2.ebuild:
+ Version bump.
18 Oct 2008; Michał Januszewski <spock@gentoo.org> -adplug-2.0.1.ebuild:
Remove an old ebuild.
1.1 media-libs/adplug/adplug-2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.2.ebuild?rev=1.1&content-type=text/plain
Index: adplug-2.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.2.ebuild,v 1.1 2010/02/08 11:58:00 spock Exp $
inherit eutils
DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
HOMEPAGE="http://adplug.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="debug"
RDEPEND=">=dev-cpp/libbinio-1.4"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
econf --disable-dependency-tracking $(use_enable debug)
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS BUGS ChangeLog NEWS README TODO
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-08 12:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 11:58 [gentoo-commits] gentoo-x86 commit in media-libs/adplug: ChangeLog adplug-2.2.ebuild Michael Januszewski (spock)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox