public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2017-03-11 20:47 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2017-03-11 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     69f8cd1455f9210a49e70e199d082585a2c2fd2b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 20:27:46 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 20:47:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f8cd14

media-sound/vorbisgain: Modernise to EAPI 6

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-sound/vorbisgain/vorbisgain-0.37-r1.ebuild | 33 ------------------------
 media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild | 28 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 33 deletions(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r1.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r1.ebuild
deleted file mode 100644
index 0da7f222a55..00000000000
--- a/media-sound/vorbisgain/vorbisgain-0.37-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files"
-HOMEPAGE="http://sjeng.org/vorbisgain.html"
-SRC_URI="http://sjeng.org/ftp/vorbis/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libvorbis-1
-	media-libs/libogg"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-fix-errno-and-warnings.patch # bug 200931
-}
-
-src_compile() {
-	econf --enable-recursive
-	emake || die "emake failed."
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
-	dodoc NEWS README *.txt
-}

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
new file mode 100644
index 00000000000..10a011e6ace
--- /dev/null
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files"
+HOMEPAGE="http://sjeng.org/vorbisgain.html"
+SRC_URI="http://sjeng.org/ftp/vorbis/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
+IUSE=""
+
+RDEPEND="
+	media-libs/libogg
+	media-libs/libvorbis"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	# bug 200931
+	"${FILESDIR}"/${P}-fix-errno-and-warnings.patch
+)
+DOCS=( NEWS README vorbisgain.txt )
+
+src_configure() {
+	econf --enable-recursive
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2018-05-13 19:20 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-05-13 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b245dc98f7432000a9b26cf0c97faf3949081259
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri May 11 13:08:18 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 13 19:18:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b245dc98

media-sound/vorbisgain: use HTTPS

 media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
index 10a011e6ace..5491f2e4e0e 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files"
-HOMEPAGE="http://sjeng.org/vorbisgain.html"
-SRC_URI="http://sjeng.org/ftp/vorbis/${P}.tar.gz"
+HOMEPAGE="https://sjeng.org/vorbisgain.html"
+SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2021-09-26 22:16 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2021-09-26 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     aa9c203afabca8a8d3bdbe426a70c4f8a59013fb
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 22:04:15 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 22:16:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9c203a

media-sound/vorbisgain: keyword 0.37-r2 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
index 5491f2e4e0e..89c9d228496 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2022-03-20 18:49 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2022-03-20 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b117f0790ebafb3de6d1071ee79d98cbd3d62cc0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:48:59 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:48:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b117f079

media-sound/vorbisgain: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{vorbisgain-0.37-r2.ebuild => vorbisgain-0.37-r3.ebuild}  | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild
similarity index 84%
rename from media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
rename to media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild
index 89c9d228496b..0757e73f9d65 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files"
 HOMEPAGE="https://sjeng.org/vorbisgain.html"
@@ -10,7 +10,6 @@ SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
-IUSE=""
 
 RDEPEND="
 	media-libs/libogg
@@ -21,8 +20,12 @@ PATCHES=(
 	# bug 200931
 	"${FILESDIR}"/${P}-fix-errno-and-warnings.patch
 )
-DOCS=( NEWS README vorbisgain.txt )
 
 src_configure() {
 	econf --enable-recursive
 }
+
+src_install() {
+	default
+	dodoc vorbisgain.txt
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2022-07-21  7:13 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2022-07-21  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     462c2fbe6f98b442f1def9c0523211625585608c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 07:13:42 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 07:13:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462c2fbe

media-sound/vorbisgain: ppc stable wrt bug #859595

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
index 30c144f471c9..8ff2c8528eb1 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
 	media-libs/libogg


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2022-07-21  7:14 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2022-07-21  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     412cdcfb277a0c61a2103a9be6f13019a0f01355
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 07:13:59 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 07:13:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412cdcfb

media-sound/vorbisgain: ppc64 stable wrt bug #859595

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
index 8ff2c8528eb1..c7237b485666 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
 	media-libs/libogg


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2022-07-21  7:14 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2022-07-21  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     271a77156a980011d2d2f095ba0d51d64b5be400
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 07:14:21 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 07:14:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271a7715

media-sound/vorbisgain: sparc stable wrt bug #859595

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
index c7237b485666..3c67d1184ac3 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~riscv sparc ~x86"
 
 RDEPEND="
 	media-libs/libogg


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2022-07-22  7:43 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2022-07-22  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     f782e00de544556d2da381e7b9658164ceccfd0d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 07:43:19 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 07:43:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f782e00d

media-sound/vorbisgain: amd64 stable wrt bug #859595

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
index 3c67d1184ac3..84eef1fc85e2 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv sparc ~x86"
 
 RDEPEND="
 	media-libs/libogg


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2022-07-22  7:49 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2022-07-22  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ac5c89bd34eb8aa76b4977d210999cc38ff11e35
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 07:48:46 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 07:48:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5c89bd

media-sound/vorbisgain: x86 stable wrt bug #859595

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
index 84eef1fc85e2..885e785ad58c 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	media-libs/libogg


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/
@ 2022-07-23  3:43 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2022-07-23  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     449420262096b812b091b15ac0d09d430a00db5b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 03:43:00 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 03:43:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44942026

media-sound/vorbisgain: removed obsolete 0.37-r3

Bug: https://bugs.gentoo.org/859595
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild | 31 ------------------------
 1 file changed, 31 deletions(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild
deleted file mode 100644
index 0757e73f9d65..000000000000
--- a/media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files"
-HOMEPAGE="https://sjeng.org/vorbisgain.html"
-SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
-	media-libs/libogg
-	media-libs/libvorbis"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	# bug 200931
-	"${FILESDIR}"/${P}-fix-errno-and-warnings.patch
-)
-
-src_configure() {
-	econf --enable-recursive
-}
-
-src_install() {
-	default
-	dodoc vorbisgain.txt
-}


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

end of thread, other threads:[~2022-07-23  3:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22  7:49 [gentoo-commits] repo/gentoo:master commit in: media-sound/vorbisgain/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2022-07-23  3:43 Miroslav Šulc
2022-07-22  7:43 Agostino Sarubbo
2022-07-21  7:14 Agostino Sarubbo
2022-07-21  7:14 Agostino Sarubbo
2022-07-21  7:13 Agostino Sarubbo
2022-03-20 18:49 David Seifert
2021-09-26 22:16 Marek Szuba
2018-05-13 19:20 Aaron Bauman
2017-03-11 20:47 David Seifert

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