public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2017-02-13 20:53 Johannes Huber
  0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2017-02-13 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ee0fcacb661a7c3b10874ba3828eb3a27fd824a0
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 20:52:32 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 20:53:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0fcacb

media-libs/alure: EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/alure/alure-1.2-r1.ebuild | 49 ++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild
new file mode 100644
index 0000000000..8baa987faf
--- /dev/null
+++ b/media-libs/alure/alure-1.2-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils eutils
+
+DESCRIPTION="The OpenAL Utility Toolkit"
+HOMEPAGE="http://kcat.strangesoft.net/alure.html"
+SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
+
+RDEPEND=">=media-libs/openal-1.1
+	dumb? ( media-libs/dumb )
+	flac? ( media-libs/flac )
+	fluidsynth? ( >=media-sound/fluidsynth-1.1.1 )
+	mp3? ( media-sound/mpg123 )
+	sndfile? ( media-libs/libsndfile )
+	vorbis? ( media-libs/libvorbis )"
+DEPEND="${RDEPEND}"
+
+PATCJES=( "${FILESDIR}/${P}-include-unistd.patch" )
+
+src_prepare() {
+	cmake-utils_src_prepare
+
+	sed -i -e "/DESTINATION/s:doc/alure:doc/${PF}:" CMakeLists.txt || die
+}
+
+src_configure() {
+	# FIXME: libmodplug/sndfile.h from libmodplug conflict with sndfile.h from libsndfile
+	local mycmakeargs=(
+		-DMODPLUG=OFF
+		-DDUMB=$(usex dumb)
+		-DBUILD_EXAMPLES=$(usex examples)
+		-DFLAC=$(usex flac)
+		-DFLUIDSYNTH=$(usex fluidsynth)
+		-DMPG123=$(usex mp3)
+		-DSNDFILE=$(usex sndfile)
+		-DBUILD_STATIC=$(usex static-libs)
+		-DVORBIS=$(usex vorbis)
+	)
+
+	cmake-utils_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2017-02-27  8:24 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2017-02-27  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1cea48a04f519aa3533a62e1a37032a02163d5ec
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 08:22:25 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 08:22:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cea48a0

media-libs/alure: amd64 stable wrt bug #610914

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/alure/alure-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild
index 8baa987faf..9c412fe6bb 100644
--- a/media-libs/alure/alure-1.2-r1.ebuild
+++ b/media-libs/alure/alure-1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
 
 RDEPEND=">=media-libs/openal-1.1


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2017-03-02 10:47 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     5e44f77d3539719b00554534944317470b93ca1e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 10:46:06 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 10:46:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e44f77d

media-libs/alure: x86 stable wrt bug #610914

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/alure/alure-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild
index 03f8ac12260..85ba444443c 100644
--- a/media-libs/alure/alure-1.2-r1.ebuild
+++ b/media-libs/alure/alure-1.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
 
 RDEPEND=">=media-libs/openal-1.1


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2017-03-02 16:20 Johannes Huber
  0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2017-03-02 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f9943ce68d444ffcc4d19f3756fcf6ae1549d592
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 16:20:05 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 16:20:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9943ce6

media-libs/alure: Remove 1.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/alure/alure-1.2.ebuild | 45 ---------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/media-libs/alure/alure-1.2.ebuild b/media-libs/alure/alure-1.2.ebuild
deleted file mode 100644
index 104edbbb337..00000000000
--- a/media-libs/alure/alure-1.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit cmake-utils eutils
-
-DESCRIPTION="The OpenAL Utility Toolkit"
-HOMEPAGE="http://kcat.strangesoft.net/alure.html"
-SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
-
-RDEPEND=">=media-libs/openal-1.1
-	dumb? ( media-libs/dumb )
-	flac? ( media-libs/flac )
-	fluidsynth? ( >=media-sound/fluidsynth-1.1.1 )
-	mp3? ( media-sound/mpg123 )
-	sndfile? ( media-libs/libsndfile )
-	vorbis? ( media-libs/libvorbis )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-include-unistd.patch"
-	sed -i -e "/DESTINATION/s:doc/alure:doc/${PF}:" CMakeLists.txt || die
-}
-
-src_configure() {
-	# FIXME: libmodplug/sndfile.h from libmodplug conflict with sndfile.h from libsndfile
-	local mycmakeargs=(
-		$(cmake-utils_use dumb)
-		$(cmake-utils_use_build examples)
-		$(cmake-utils_use flac)
-		$(cmake-utils_use fluidsynth)
-		-DMODPLUG=OFF
-		$(cmake-utils_use mp3 MPG123)
-		$(cmake-utils_use sndfile)
-		$(cmake-utils_use_build static-libs STATIC)
-		$(cmake-utils_use vorbis)
-		)
-
-	cmake-utils_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2017-07-02 21:00 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2017-07-02 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     03a9cede605f6a7c3e8b731b149d9cc71e13a0a4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 21:00:01 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 21:00:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a9cede

media-libs/alure: Fix spelling typo 'PATCHES'

Bug: https://bugs.gentoo.org/show_bug.cgi?id=500164
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/alure/alure-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild
index 85ba444443c..2aefcc7885f 100644
--- a/media-libs/alure/alure-1.2-r1.ebuild
+++ b/media-libs/alure/alure-1.2-r1.ebuild
@@ -22,7 +22,7 @@ RDEPEND=">=media-libs/openal-1.1
 	vorbis? ( media-libs/libvorbis )"
 DEPEND="${RDEPEND}"
 
-PATCJES=( "${FILESDIR}/${P}-include-unistd.patch" )
+PATCHES=( "${FILESDIR}/${P}-include-unistd.patch" )
 
 src_prepare() {
 	cmake-utils_src_prepare


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2019-03-10 10:19 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-03-10 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a7605d0e88a656b81e958b7cb63b7d7f41df0623
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar  8 18:12:14 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 10:18:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7605d0e

media-libs/alure: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11303
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/alure/alure-1.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild
index 2aefcc7885f..68bcce5498a 100644
--- a/media-libs/alure/alure-1.2-r1.ebuild
+++ b/media-libs/alure/alure-1.2-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit cmake-utils eutils
 
 DESCRIPTION="The OpenAL Utility Toolkit"
-HOMEPAGE="http://kcat.strangesoft.net/alure.html"
-SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
+HOMEPAGE="https://kcat.strangesoft.net/alure.html"
+SRC_URI="https://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2019-03-10 10:19 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-03-10 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     43463512224dd94c448ef599945a51e12ab4dad7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 09:41:13 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 10:18:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43463512

media-libs/alure: Drop obsolete eutils

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/alure/alure-1.2-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild
index 68bcce5498a..40d2702d0c6 100644
--- a/media-libs/alure/alure-1.2-r1.ebuild
+++ b/media-libs/alure/alure-1.2-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit cmake-utils eutils
+
+inherit cmake-utils
 
 DESCRIPTION="The OpenAL Utility Toolkit"
 HOMEPAGE="https://kcat.strangesoft.net/alure.html"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2019-03-10 22:46 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-03-10 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c77106d62e361e3a5e7b9b744375da7555211155
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 21:31:58 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 22:45:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77106d6

media-libs/alure: Add missing media-sound/fluidsynth slot op

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/alure/alure-1.2-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild
index 40d2702d0c6..24092bba44b 100644
--- a/media-libs/alure/alure-1.2-r1.ebuild
+++ b/media-libs/alure/alure-1.2-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 
@@ -14,10 +14,11 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
 
-RDEPEND=">=media-libs/openal-1.1
+RDEPEND="
+	>=media-libs/openal-1.1
 	dumb? ( media-libs/dumb )
 	flac? ( media-libs/flac )
-	fluidsynth? ( >=media-sound/fluidsynth-1.1.1 )
+	fluidsynth? ( >=media-sound/fluidsynth-1.1.1:= )
 	mp3? ( media-sound/mpg123 )
 	sndfile? ( media-libs/libsndfile )
 	vorbis? ( media-libs/libvorbis )"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2021-01-04  1:32 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-01-04  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6b58098521840b1af47f41327eb237bd9564228f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 01:30:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 01:30:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b580985

media-libs/alure: Stabilize 1.2-r2 amd64, #763396

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/alure/alure-1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/alure/alure-1.2-r2.ebuild b/media-libs/alure/alure-1.2-r2.ebuild
index 49baf11fcec..862f8c9f33a 100644
--- a/media-libs/alure/alure-1.2-r2.ebuild
+++ b/media-libs/alure/alure-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/
@ 2021-01-07  1:24 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-01-07  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a67f65d838add58073530736acbbbd915e2ebe81
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 01:21:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 01:21:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67f65d8

media-libs/alure: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/alure/alure-1.2-r1.ebuild | 50 ------------------------------------
 1 file changed, 50 deletions(-)

diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild
deleted file mode 100644
index 3053fbc78e1..00000000000
--- a/media-libs/alure/alure-1.2-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="The OpenAL Utility Toolkit"
-HOMEPAGE="https://kcat.strangesoft.net/alure.html"
-SRC_URI="https://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
-
-RDEPEND="
-	>=media-libs/openal-1.1
-	dumb? ( =media-libs/dumb-0.9*:= )
-	flac? ( media-libs/flac )
-	fluidsynth? ( >=media-sound/fluidsynth-1.1.1:= )
-	mp3? ( media-sound/mpg123 )
-	sndfile? ( media-libs/libsndfile )
-	vorbis? ( media-libs/libvorbis )"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-include-unistd.patch" )
-
-src_prepare() {
-	cmake_src_prepare
-
-	sed -i -e "/DESTINATION/s:doc/alure:doc/${PF}:" CMakeLists.txt || die
-}
-
-src_configure() {
-	# FIXME: libmodplug/sndfile.h from libmodplug conflict with sndfile.h from libsndfile
-	local mycmakeargs=(
-		-DMODPLUG=OFF
-		-DDUMB=$(usex dumb)
-		-DBUILD_EXAMPLES=$(usex examples)
-		-DFLAC=$(usex flac)
-		-DFLUIDSYNTH=$(usex fluidsynth)
-		-DMPG123=$(usex mp3)
-		-DSNDFILE=$(usex sndfile)
-		-DBUILD_STATIC=$(usex static-libs)
-		-DVORBIS=$(usex vorbis)
-	)
-
-	cmake_src_configure
-}


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

end of thread, other threads:[~2021-01-07  1:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-02 21:00 [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2021-01-07  1:24 Sam James
2021-01-04  1:32 Sam James
2019-03-10 22:46 Andreas Sturmlechner
2019-03-10 10:19 Andreas Sturmlechner
2019-03-10 10:19 Andreas Sturmlechner
2017-03-02 16:20 Johannes Huber
2017-03-02 10:47 Agostino Sarubbo
2017-02-27  8:24 Agostino Sarubbo
2017-02-13 20:53 Johannes Huber

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