public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/celt: ChangeLog celt-0.11.1-r1.ebuild
@ 2013-08-11 18:34 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-11 18:34 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/11 18:34:09

  Modified:             ChangeLog
  Added:                celt-0.11.1-r1.ebuild
  Log:
  Convert to multilib
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.26                 media-libs/celt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	2 Feb 2013 22:45:31 -0000	1.25
+++ ChangeLog	11 Aug 2013 18:34:09 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/celt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.25 2013/02/02 22:45:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.26 2013/08/11 18:34:09 aballier Exp $
+
+*celt-0.11.1-r1 (11 Aug 2013)
+
+  11 Aug 2013; Alexis Ballier <aballier@gentoo.org> +celt-0.11.1-r1.ebuild:
+  Convert to multilib
 
   02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> celt-0.11.1.ebuild,
   celt-0.5.1.3.ebuild, celt-0.7.1.ebuild:



1.1                  media-libs/celt/celt-0.11.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: celt-0.11.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.1 2013/08/11 18:34:09 aballier Exp $

EAPI=5

inherit eutils multilib-minimal

DESCRIPTION="CELT is a very low delay audio codec designed for high-quality communications."
HOMEPAGE="http://www.celt-codec.org/"
SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="ogg static-libs"

DEPEND="ogg? ( media-libs/libogg )"
RDEPEND="${DEPEND}"
DOCS=( README TODO )

multilib_src_configure() {
	# ogg is for the binaries
	local myconf="--without-ogg"
	multilib_is_native_abi && myconf="$(use_with ogg ogg /usr)"

	ECONF_SOURCE="${S}" econf \
		$(use_enable static-libs static) \
		${myconf}
}

multilib_src_install_all() {
	prune_libtool_files
}





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

* [gentoo-commits] gentoo-x86 commit in media-libs/celt: ChangeLog celt-0.11.1-r1.ebuild
@ 2014-05-17 16:45 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-05-17 16:45 UTC (permalink / raw
  To: gentoo-commits

jer         14/05/17 16:45:59

  Modified:             ChangeLog celt-0.11.1-r1.ebuild
  Log:
  Marked ~hppa (bug #510340).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.34                 media-libs/celt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	15 Jan 2014 12:50:26 -0000	1.33
+++ ChangeLog	17 May 2014 16:45:59 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/celt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.33 2014/01/15 12:50:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.34 2014/05/17 16:45:59 jer Exp $
+
+  17 May 2014; Jeroen Roovers <jer@gentoo.org> celt-0.11.1-r1.ebuild:
+  Marked ~hppa (bug #510340).
 
   15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> celt-0.5.1.3.ebuild:
   Stable for alpha, wrt bug #488924



1.3                  media-libs/celt/celt-0.11.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?r1=1.2&r2=1.3

Index: celt-0.11.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- celt-0.11.1-r1.ebuild	13 Oct 2013 20:47:59 -0000	1.2
+++ celt-0.11.1-r1.ebuild	17 May 2014 16:45:59 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.2 2013/10/13 20:47:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.3 2014/05/17 16:45:59 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ogg static-libs"
 
 DEPEND="ogg? ( media-libs/libogg )"





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

* [gentoo-commits] gentoo-x86 commit in media-libs/celt: ChangeLog celt-0.11.1-r1.ebuild
@ 2015-04-02 16:19 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2015-04-02 16:19 UTC (permalink / raw
  To: gentoo-commits

jer         15/04/02 16:19:47

  Modified:             ChangeLog celt-0.11.1-r1.ebuild
  Log:
  Stable for HPPA (bug #538798).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.40                 media-libs/celt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	24 Feb 2015 08:55:37 -0000	1.39
+++ ChangeLog	2 Apr 2015 16:19:47 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/celt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.39 2015/02/24 08:55:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.40 2015/04/02 16:19:47 jer Exp $
+
+  02 Apr 2015; Jeroen Roovers <jer@gentoo.org> celt-0.11.1-r1.ebuild:
+  Stable for HPPA (bug #538798).
 
   24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> celt-0.11.1-r1.ebuild:
   Stable for alpha, wrt bug #526002



1.9                  media-libs/celt/celt-0.11.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?r1=1.8&r2=1.9

Index: celt-0.11.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- celt-0.11.1-r1.ebuild	24 Feb 2015 08:55:37 -0000	1.8
+++ celt-0.11.1-r1.ebuild	2 Apr 2015 16:19:47 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.8 2015/02/24 08:55:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.9 2015/04/02 16:19:47 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="ogg static-libs"
 
 DEPEND="ogg? ( media-libs/libogg )"





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

* [gentoo-commits] gentoo-x86 commit in media-libs/celt: ChangeLog celt-0.11.1-r1.ebuild
@ 2015-05-30 10:51 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2015-05-30 10:51 UTC (permalink / raw
  To: gentoo-commits

maekke      15/05/30 10:51:37

  Modified:             ChangeLog celt-0.11.1-r1.ebuild
  Log:
  arm stable, bug #538798
  
  (Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.42                 media-libs/celt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	30 May 2015 00:29:56 -0000	1.41
+++ ChangeLog	30 May 2015 10:51:37 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/celt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.41 2015/05/30 00:29:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.42 2015/05/30 10:51:37 maekke Exp $
+
+  30 May 2015; Markus Meier <maekke@gentoo.org> celt-0.11.1-r1.ebuild:
+  arm stable, bug #538798
 
   30 May 2015; Manuel Rüger <mrueg@gentoo.org> -celt-0.11.1.ebuild,
   -celt-0.6.1.ebuild, -celt-0.7.1.ebuild, -celt-0.8.1.ebuild:



1.10                 media-libs/celt/celt-0.11.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild?r1=1.9&r2=1.10

Index: celt-0.11.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- celt-0.11.1-r1.ebuild	2 Apr 2015 16:19:47 -0000	1.9
+++ celt-0.11.1-r1.ebuild	30 May 2015 10:51:37 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.9 2015/04/02 16:19:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.10 2015/05/30 10:51:37 maekke Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="ogg static-libs"
 
 DEPEND="ogg? ( media-libs/libogg )"





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

end of thread, other threads:[~2015-05-30 10:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-30 10:51 [gentoo-commits] gentoo-x86 commit in media-libs/celt: ChangeLog celt-0.11.1-r1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-02 16:19 Jeroen Roovers (jer)
2014-05-17 16:45 Jeroen Roovers (jer)
2013-08-11 18:34 Alexis Ballier (aballier)

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