public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/adplug: ChangeLog adplug-2.1.ebuild
@ 2008-04-10 17:20 Samuli Suominen (drac)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (drac) @ 2008-04-10 17:20 UTC (permalink / raw
  To: gentoo-commits

drac        08/04/10 17:20:43

  Modified:             ChangeLog
  Added:                adplug-2.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.22                 media-libs/adplug/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Jan 2007 13:45:07 -0000	1.21
+++ ChangeLog	10 Apr 2008 17:20:42 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/adplug
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.21 2007/01/28 13:45:07 spock Exp $
+# 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 $
+
+*adplug-2.1 (10 Apr 2008)
+
+  10 Apr 2008; Samuli Suominen <drac@gentoo.org> +adplug-2.1.ebuild:
+  Version bump.
 
   28 Jan 2007; Michał Januszewski <spock@gentoo.org> -adplug-1.5.ebuild,
   -adplug-1.5.1-r2.ebuild, -adplug-2.0.ebuild:



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?rev=1.1&content-type=text/plain

Index: adplug-2.1.ebuild
===================================================================
# 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 $

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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/adplug: ChangeLog adplug-2.1.ebuild
@ 2008-09-09 19:41 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 3+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-09-09 19:41 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/09/09 19:41:07

  Modified:             ChangeLog adplug-2.1.ebuild
  Log:
  Stable on sparc, bug #237008
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.26                 media-libs/adplug/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	8 Sep 2008 20:47:08 -0000	1.25
+++ ChangeLog	9 Sep 2008 19:41:06 -0000	1.26
@@ -1,6 +1,9 @@
 # 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.25 2008/09/08 20:47:08 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.26 2008/09/09 19:41:06 bluebird Exp $
+
+  09 Sep 2008; Friedrich Oslage <bluebird@gentoo.org> adplug-2.1.ebuild:
+  Stable on sparc, bug #237008
 
   08 Sep 2008; Michał Januszewski <spock@gentoo.org>
   files/adplug-2.1-gcc43.patch:



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?r1=1.3&r2=1.4

Index: adplug-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- adplug-2.1.ebuild	8 Sep 2008 20:38:17 -0000	1.3
+++ adplug-2.1.ebuild	9 Sep 2008 19:41:06 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2008/09/08 20:38:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v 1.4 2008/09/09 19:41:06 bluebird Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 IUSE="debug"
 
 RDEPEND=">=dev-cpp/libbinio-1.4"






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/adplug: ChangeLog adplug-2.1.ebuild
@ 2008-09-21 13:38 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2008-09-21 13:38 UTC (permalink / raw
  To: gentoo-commits

ranger      08/09/21 13:38:03

  Modified:             ChangeLog adplug-2.1.ebuild
  Log:
  stable ppc, bug 237008
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.27                 media-libs/adplug/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	9 Sep 2008 19:41:06 -0000	1.26
+++ ChangeLog	21 Sep 2008 13:38:02 -0000	1.27
@@ -1,6 +1,9 @@
 # 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.26 2008/09/09 19:41:06 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.27 2008/09/21 13:38:02 ranger Exp $
+
+  21 Sep 2008; Brent Baude <ranger@gentoo.org> adplug-2.1.ebuild:
+  stable ppc, bug 237008
 
   09 Sep 2008; Friedrich Oslage <bluebird@gentoo.org> adplug-2.1.ebuild:
   Stable on sparc, bug #237008



1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild?r1=1.4&r2=1.5

Index: adplug-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- adplug-2.1.ebuild	9 Sep 2008 19:41:06 -0000	1.4
+++ adplug-2.1.ebuild	21 Sep 2008 13:38:02 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2008/09/09 19:41:06 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.1.ebuild,v 1.5 2008/09/21 13:38:02 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="debug"
 
 RDEPEND=">=dev-cpp/libbinio-1.4"






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-21 13:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-09 19:41 [gentoo-commits] gentoo-x86 commit in media-libs/adplug: ChangeLog adplug-2.1.ebuild Friedrich Oslage (bluebird)
  -- strict thread matches above, loose matches on Subject: below --
2008-09-21 13:38 Brent Baude (ranger)
2008-04-10 17:20 Samuli Suominen (drac)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox