* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2015-08-12 9:31 Ben de Groot
0 siblings, 0 replies; 63+ messages in thread
From: Ben de Groot @ 2015-08-12 9:31 UTC (permalink / raw
To: gentoo-commits
commit: 83a040a473a46ab74c7d2d464641d1bef3c81117
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 09:13:50 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 09:30:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a040a4
media-libs/liblscp: version bump to 0.5.7
Package-Manager: portage-2.2.20.1
media-libs/liblscp/Manifest | 3 ++-
media-libs/liblscp/liblscp-0.5.7.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 4ba2593..8d38197 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1,3 @@
DIST liblscp-0.5.5.tar.gz 402096 SHA256 bf5c883d219e25234f42a0ae56458b9d9cf06ab74052f440866c90c01c719026
-DIST liblscp-0.5.6.tar.gz 369550 SHA256 4e518d44646465c4b53296bb8c2acd75b87692cc03b555e4896263a09f6b10cf
+DIST liblscp-0.5.6.tar.gz 369550 SHA256 4e518d44646465c4b53296bb8c2acd75b87692cc03b555e4896263a09f6b10cf SHA512 3d2b8b8316f39cf082f15475bb0fec7822bda22e9eaabfa79aaf19244c7d364df29a508bd56a592ff2b188c4d1aa82d3a5bec7238d3a0528015ec7c5f70c8403 WHIRLPOOL 0f470f218b84727ee09c7d17071069461f310e525acafad3d68673e9e8c39f3f4ac2c580a6d2c128b02a6c35c6c6413efd37559db4e9635d984f95a61788c3ce
+DIST liblscp-0.5.7.tar.bz2 529902 SHA256 5156fb6a36bc14f427a5971b1e8768df7771ee7bd9fe501d3330d3bb8f255a3c SHA512 10cc43f0670cf264464452eedab6302b2ca837e8fa3df9098f58441045a38e6400a77b989db9363176031abd53917b21823a66f694e7b83f3b957dac391d12dd WHIRLPOOL 14521467a613e3b348cb12f428aa58ce682968136fea3aca8421a91fc7cff150d9cc05d47447f68d333cb787da37f6e5747670865292af1ca64e75aeaa5d5991
diff --git a/media-libs/liblscp/liblscp-0.5.7.ebuild b/media-libs/liblscp/liblscp-0.5.7.ebuild
new file mode 100644
index 0000000..5f76940
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.5.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="http://www.linuxsampler.org"
+SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="doc? ( app-doc/doxygen )"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog TODO NEWS README
+
+ if use doc; then
+ dohtml -r doc/html/*
+ fi
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2016-11-15 9:09 Alexis Ballier
0 siblings, 0 replies; 63+ messages in thread
From: Alexis Ballier @ 2016-11-15 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 311e64692e096cce1e8052753511bb5e1bfb105a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 09:07:30 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 09:07:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311e6469
media-libs/liblscp: bump to 0.5.8
Package-Manager: portage-2.3.2
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.5.8.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index d28a8f6..7feb994 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,3 +1,4 @@
DIST liblscp-0.5.5.tar.gz 402096 SHA256 bf5c883d219e25234f42a0ae56458b9d9cf06ab74052f440866c90c01c719026 SHA512 92cf94b2564e66d8b99e1ead3f585f9f496405e07e93e202a580e227f4502e51fac109ae9f832412f6f57f3dd9ba51ec64617ffacbdd82318c1900feb067b5a1 WHIRLPOOL 39695138d6f641eb7ae90f75b3f6aaa2a1c09c3558eb423c7053107f8df9592e91549f5d453e9c86235e6b5530e412bf45bc6def11d0157435ce71d02a958400
DIST liblscp-0.5.6.tar.gz 369550 SHA256 4e518d44646465c4b53296bb8c2acd75b87692cc03b555e4896263a09f6b10cf SHA512 3d2b8b8316f39cf082f15475bb0fec7822bda22e9eaabfa79aaf19244c7d364df29a508bd56a592ff2b188c4d1aa82d3a5bec7238d3a0528015ec7c5f70c8403 WHIRLPOOL 0f470f218b84727ee09c7d17071069461f310e525acafad3d68673e9e8c39f3f4ac2c580a6d2c128b02a6c35c6c6413efd37559db4e9635d984f95a61788c3ce
DIST liblscp-0.5.7.tar.bz2 529902 SHA256 5156fb6a36bc14f427a5971b1e8768df7771ee7bd9fe501d3330d3bb8f255a3c SHA512 10cc43f0670cf264464452eedab6302b2ca837e8fa3df9098f58441045a38e6400a77b989db9363176031abd53917b21823a66f694e7b83f3b957dac391d12dd WHIRLPOOL 14521467a613e3b348cb12f428aa58ce682968136fea3aca8421a91fc7cff150d9cc05d47447f68d333cb787da37f6e5747670865292af1ca64e75aeaa5d5991
+DIST liblscp-0.5.8.tar.gz 670237 SHA256 b611943f2f81fc58ff6852adfb2ee60789becbd3eda7ca65d300d9c0a7538e01 SHA512 e6cdd029d34aa71d4f025725f07ec3f61ecb772ddda18c6050fa2d6603541b3b1e421ce9ebef6e5f69dcbbcf54fa9b14eada0b95ef0591af16d1fc38ef44e29a WHIRLPOOL a379a05fac93fed5547c716c7b7fca74b7c0f82d4bf5d1704c82ae310100e379908156fe8065ff2d6240b19346452c82825c5aece736be5880fe981d947c4546
diff --git a/media-libs/liblscp/liblscp-0.5.8.ebuild b/media-libs/liblscp/liblscp-0.5.8.ebuild
new file mode 100644
index 00000000..7e1f56d
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.5.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="http://www.linuxsampler.org"
+SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="doc? ( app-doc/doxygen )"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog TODO NEWS README
+
+ if use doc; then
+ dohtml -r doc/html/*
+ fi
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2018-10-01 18:49 Andreas Sturmlechner
0 siblings, 0 replies; 63+ messages in thread
From: Andreas Sturmlechner @ 2018-10-01 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 9df1a217a139470d49e17b6cfd5d25567e478757
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Sep 29 16:59:36 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 1 18:48:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df1a217
media-libs/liblscp: EAPI7 revbump, improve ebuild
Closes: https://bugs.gentoo.org/667302
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10012
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/liblscp/liblscp-0.5.8-r1.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
new file mode 100644
index 00000000000..a1079779fbf
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( AUTHORS ChangeLog TODO NEWS README )
+
+src_install() {
+ use doc && local HTML_DOCS=( doc/html/. )
+ default
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2018-10-01 18:49 Andreas Sturmlechner
0 siblings, 0 replies; 63+ messages in thread
From: Andreas Sturmlechner @ 2018-10-01 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 60d2553a5ff4e9787fe197daaa5fafbffe5e52b3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 1 18:48:19 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 1 18:48:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d2553a
media-libs/liblscp: Drop old
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
media-libs/liblscp/Manifest | 2 --
media-libs/liblscp/liblscp-0.5.6.ebuild | 25 -------------------------
media-libs/liblscp/liblscp-0.5.7.ebuild | 25 -------------------------
media-libs/liblscp/liblscp-0.5.8.ebuild | 25 -------------------------
4 files changed, 77 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index d07cb4ce8ba..6d6de149d2f 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,4 +1,2 @@
DIST liblscp-0.5.5.tar.gz 402096 BLAKE2B da17cae36fe4928e0ed261949b3a65ec36fb188c905d321d7762626bef75dca698de0ee62a65beb12b3ca68c17c324a62a2dada8800b442d6ed9a9346034ba3d SHA512 92cf94b2564e66d8b99e1ead3f585f9f496405e07e93e202a580e227f4502e51fac109ae9f832412f6f57f3dd9ba51ec64617ffacbdd82318c1900feb067b5a1
-DIST liblscp-0.5.6.tar.gz 369550 BLAKE2B cf31f4d475a4c3451f0d7a2a3466459ab41213453d035b246ae52dc958defc170e8dfa4fb9cac4da4df04d02dc400c45638822dcdba8afd0792faa3b16a7dc0f SHA512 3d2b8b8316f39cf082f15475bb0fec7822bda22e9eaabfa79aaf19244c7d364df29a508bd56a592ff2b188c4d1aa82d3a5bec7238d3a0528015ec7c5f70c8403
-DIST liblscp-0.5.7.tar.bz2 529902 BLAKE2B 9aa770d107f94ad3524e61047639e324d8cbba91c8af75617566815da8ac3b63c12c04db69633def4ba5ff049b3f382f96966c92af00dd05497cd3ee6fa05b54 SHA512 10cc43f0670cf264464452eedab6302b2ca837e8fa3df9098f58441045a38e6400a77b989db9363176031abd53917b21823a66f694e7b83f3b957dac391d12dd
DIST liblscp-0.5.8.tar.gz 670237 BLAKE2B 376fcb10b7762fe9dfc5b7bcb69abd63c1e92f5030925c2f7b1bb63b63ba8b7763141c4edf68ea9a1bfa1a89af73e405c43a0d7de68ec74675a9b23fa70a86cb SHA512 e6cdd029d34aa71d4f025725f07ec3f61ecb772ddda18c6050fa2d6603541b3b1e421ce9ebef6e5f69dcbbcf54fa9b14eada0b95ef0591af16d1fc38ef44e29a
diff --git a/media-libs/liblscp/liblscp-0.5.6.ebuild b/media-libs/liblscp/liblscp-0.5.6.ebuild
deleted file mode 100644
index fff1bf28717..00000000000
--- a/media-libs/liblscp/liblscp-0.5.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="a C++ library for the Linux Sampler control protocol"
-HOMEPAGE="http://www.linuxsampler.org"
-SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog TODO NEWS README
-
- if use doc; then
- dohtml -r doc/html/*
- fi
-}
diff --git a/media-libs/liblscp/liblscp-0.5.7.ebuild b/media-libs/liblscp/liblscp-0.5.7.ebuild
deleted file mode 100644
index 7cde77e5034..00000000000
--- a/media-libs/liblscp/liblscp-0.5.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="http://www.linuxsampler.org"
-SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog TODO NEWS README
-
- if use doc; then
- dohtml -r doc/html/*
- fi
-}
diff --git a/media-libs/liblscp/liblscp-0.5.8.ebuild b/media-libs/liblscp/liblscp-0.5.8.ebuild
deleted file mode 100644
index 6bc2baa4813..00000000000
--- a/media-libs/liblscp/liblscp-0.5.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="http://www.linuxsampler.org"
-SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog TODO NEWS README
-
- if use doc; then
- dohtml -r doc/html/*
- fi
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2018-10-01 22:42 Thomas Deutschmann
0 siblings, 0 replies; 63+ messages in thread
From: Thomas Deutschmann @ 2018-10-01 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 5d345d1c116066cbb486e4f47df32a6144387f0c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 1 22:39:46 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct 1 22:42:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d345d1c
media-libs/liblscp: x86 stable (bug #667506)
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
media-libs/liblscp/liblscp-0.5.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
index a1079779fbf..549d7d87428 100644
--- a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
+++ b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2018-10-02 14:42 Mikle Kolyada
0 siblings, 0 replies; 63+ messages in thread
From: Mikle Kolyada @ 2018-10-02 14:42 UTC (permalink / raw
To: gentoo-commits
commit: b2cb4b34adceb9daa2afc3b5e4c7f9e1754bc0a5
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 2 14:42:02 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 2 14:42:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2cb4b34
media-libs/liblscp: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.5.5.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 6d6de149d2f..59a12f28f46 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.5.5.tar.gz 402096 BLAKE2B da17cae36fe4928e0ed261949b3a65ec36fb188c905d321d7762626bef75dca698de0ee62a65beb12b3ca68c17c324a62a2dada8800b442d6ed9a9346034ba3d SHA512 92cf94b2564e66d8b99e1ead3f585f9f496405e07e93e202a580e227f4502e51fac109ae9f832412f6f57f3dd9ba51ec64617ffacbdd82318c1900feb067b5a1
DIST liblscp-0.5.8.tar.gz 670237 BLAKE2B 376fcb10b7762fe9dfc5b7bcb69abd63c1e92f5030925c2f7b1bb63b63ba8b7763141c4edf68ea9a1bfa1a89af73e405c43a0d7de68ec74675a9b23fa70a86cb SHA512 e6cdd029d34aa71d4f025725f07ec3f61ecb772ddda18c6050fa2d6603541b3b1e421ce9ebef6e5f69dcbbcf54fa9b14eada0b95ef0591af16d1fc38ef44e29a
diff --git a/media-libs/liblscp/liblscp-0.5.5.ebuild b/media-libs/liblscp/liblscp-0.5.5.ebuild
deleted file mode 100644
index 33b5627b64e..00000000000
--- a/media-libs/liblscp/liblscp-0.5.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="a C++ library for the Linux Sampler control protocol"
-HOMEPAGE="http://www.linuxsampler.org"
-SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog TODO NEWS README
-
- if use doc; then
- dohtml -r doc/html/*
- fi
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2018-10-02 14:42 Mikle Kolyada
0 siblings, 0 replies; 63+ messages in thread
From: Mikle Kolyada @ 2018-10-02 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 6ca4d02f265823771868004555743cbabc9dd93a
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 2 14:41:30 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 2 14:41:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca4d02f
media-libs/liblscp: amd64 stable wrt bug #667506
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
media-libs/liblscp/liblscp-0.5.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
index 549d7d87428..571288f0501 100644
--- a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
+++ b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2018-12-16 23:53 Andreas Sturmlechner
0 siblings, 0 replies; 63+ messages in thread
From: Andreas Sturmlechner @ 2018-12-16 23:53 UTC (permalink / raw
To: gentoo-commits
commit: 16fb36f0949a3b1b87442631af85858b2dab4fc2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 22:37:01 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 23:53:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fb36f0
media-libs/liblscp: 0.6.0 version bump
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.6.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 59a12f28f46..be5a41d990f 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.5.8.tar.gz 670237 BLAKE2B 376fcb10b7762fe9dfc5b7bcb69abd63c1e92f5030925c2f7b1bb63b63ba8b7763141c4edf68ea9a1bfa1a89af73e405c43a0d7de68ec74675a9b23fa70a86cb SHA512 e6cdd029d34aa71d4f025725f07ec3f61ecb772ddda18c6050fa2d6603541b3b1e421ce9ebef6e5f69dcbbcf54fa9b14eada0b95ef0591af16d1fc38ef44e29a
+DIST liblscp-0.6.0.tar.gz 670650 BLAKE2B 0cb825743fac7b328c32844f834d59e6622fcb9d860e9a13732d5548ce1f6bd0136928ea5be9b1de0a2811878c38b2e714823973c7a340d99de4735d6c46f637 SHA512 64c5cb51ac7821d65a8769415deb68cefa24684e1d4fa592a68c7e45cf2af02ffa41a2f2300ffc98a6d1d6d880279aa1b61499ac0fe59177c60fc0a2075ada15
diff --git a/media-libs/liblscp/liblscp-0.6.0.ebuild b/media-libs/liblscp/liblscp-0.6.0.ebuild
new file mode 100644
index 00000000000..58e1f488e96
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.6.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( AUTHORS ChangeLog TODO NEWS README )
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ use doc && local HTML_DOCS=( doc/html/. )
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2019-01-15 22:10 Thomas Deutschmann
0 siblings, 0 replies; 63+ messages in thread
From: Thomas Deutschmann @ 2019-01-15 22:10 UTC (permalink / raw
To: gentoo-commits
commit: 2ee9f9efd2038dc07f117e15ccf4408cbf08c603
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 15 21:51:10 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jan 15 22:09:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee9f9ef
media-libs/liblscp: x86 stable (bug #674710)
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-libs/liblscp/liblscp-0.6.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/liblscp/liblscp-0.6.0.ebuild b/media-libs/liblscp/liblscp-0.6.0.ebuild
index 58e1f488e96..fd6f0601894 100644
--- a/media-libs/liblscp/liblscp-0.6.0.ebuild
+++ b/media-libs/liblscp/liblscp-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2019-01-17 17:23 Mikle Kolyada
0 siblings, 0 replies; 63+ messages in thread
From: Mikle Kolyada @ 2019-01-17 17:23 UTC (permalink / raw
To: gentoo-commits
commit: a2eb50a9c860640a537441e799c54a6e9a447bce
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 17:23:32 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 17:23:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2eb50a9
media-libs/liblscp: amd64 stable wrt bug #674710
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
media-libs/liblscp/liblscp-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.6.0.ebuild b/media-libs/liblscp/liblscp-0.6.0.ebuild
index fd6f0601894..6ae6106ea6d 100644
--- a/media-libs/liblscp/liblscp-0.6.0.ebuild
+++ b/media-libs/liblscp/liblscp-0.6.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2019-06-27 17:21 Andreas Sturmlechner
0 siblings, 0 replies; 63+ messages in thread
From: Andreas Sturmlechner @ 2019-06-27 17:21 UTC (permalink / raw
To: gentoo-commits
commit: 2f6cdac0d336af4d053bc15179bbf2751c244d85
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 16:58:21 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 17:18:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6cdac0
media-libs/liblscp: Drop 0.5.8-r1
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.5.8-r1.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index be5a41d990f..cc107e26d3f 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.5.8.tar.gz 670237 BLAKE2B 376fcb10b7762fe9dfc5b7bcb69abd63c1e92f5030925c2f7b1bb63b63ba8b7763141c4edf68ea9a1bfa1a89af73e405c43a0d7de68ec74675a9b23fa70a86cb SHA512 e6cdd029d34aa71d4f025725f07ec3f61ecb772ddda18c6050fa2d6603541b3b1e421ce9ebef6e5f69dcbbcf54fa9b14eada0b95ef0591af16d1fc38ef44e29a
DIST liblscp-0.6.0.tar.gz 670650 BLAKE2B 0cb825743fac7b328c32844f834d59e6622fcb9d860e9a13732d5548ce1f6bd0136928ea5be9b1de0a2811878c38b2e714823973c7a340d99de4735d6c46f637 SHA512 64c5cb51ac7821d65a8769415deb68cefa24684e1d4fa592a68c7e45cf2af02ffa41a2f2300ffc98a6d1d6d880279aa1b61499ac0fe59177c60fc0a2075ada15
diff --git a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
deleted file mode 100644
index 571288f0501..00000000000
--- a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS ChangeLog TODO NEWS README )
-
-src_install() {
- use doc && local HTML_DOCS=( doc/html/. )
- default
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2019-12-13 10:48 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2019-12-13 10:48 UTC (permalink / raw
To: gentoo-commits
commit: c53de920a3a00e4519355967a5fd1456dd36786a
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 10:47:53 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 10:47:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53de920
media-libs/liblscp-9999: added live ebuild
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/liblscp-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/media-libs/liblscp/liblscp-9999.ebuild b/media-libs/liblscp/liblscp-9999.ebuild
new file mode 100644
index 00000000000..de7d7ff9c24
--- /dev/null
+++ b/media-libs/liblscp/liblscp-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools subversion
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( AUTHORS ChangeLog TODO NEWS README )
+
+src_prepare() {
+ default
+
+ emake -f Makefile.svn
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ use doc && local HTML_DOCS=( doc/html/. )
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2019-12-26 10:02 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2019-12-26 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 97f480fb9e5ff6879ed42adcf30326866e6f7918
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 10:01:27 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 10:01:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f480fb
media-libs/liblscp: fixed 9999
Makefile.svn renamed to Makefile.git
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/liblscp-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-9999.ebuild b/media-libs/liblscp/liblscp-9999.ebuild
index de7d7ff9c24..58bf2dff4bf 100644
--- a/media-libs/liblscp/liblscp-9999.ebuild
+++ b/media-libs/liblscp/liblscp-9999.ebuild
@@ -21,7 +21,7 @@ DOCS=( AUTHORS ChangeLog TODO NEWS README )
src_prepare() {
default
- emake -f Makefile.svn
+ emake -f Makefile.git
eautoreconf
}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2020-08-22 16:06 Andreas Sturmlechner
0 siblings, 0 replies; 63+ messages in thread
From: Andreas Sturmlechner @ 2020-08-22 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 5912e78afd6b47f0cee1c28ad37aaa17b63e31b1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 20:59:53 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:05:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5912e78a
media-libs/liblscp: Fix EAPI-7 bump, DEPEND -> BDEPEND
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/liblscp/liblscp-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/liblscp/liblscp-9999.ebuild b/media-libs/liblscp/liblscp-9999.ebuild
index 58bf2dff4bf..f456569bf54 100644
--- a/media-libs/liblscp/liblscp-9999.ebuild
+++ b/media-libs/liblscp/liblscp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS=""
IUSE="doc"
-DEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="doc? ( app-doc/doxygen )"
DOCS=( AUTHORS ChangeLog TODO NEWS README )
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2020-08-22 16:06 Andreas Sturmlechner
0 siblings, 0 replies; 63+ messages in thread
From: Andreas Sturmlechner @ 2020-08-22 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 9a3d3c00df951288c9153573b41daec7c0513a2f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 20:57:05 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:05:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3d3c00
media-libs/liblscp: 0.6.2 version bump, add alternative SRC_URI
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.6.2.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index cc107e26d3f..0babced10ea 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.6.0.tar.gz 670650 BLAKE2B 0cb825743fac7b328c32844f834d59e6622fcb9d860e9a13732d5548ce1f6bd0136928ea5be9b1de0a2811878c38b2e714823973c7a340d99de4735d6c46f637 SHA512 64c5cb51ac7821d65a8769415deb68cefa24684e1d4fa592a68c7e45cf2af02ffa41a2f2300ffc98a6d1d6d880279aa1b61499ac0fe59177c60fc0a2075ada15
+DIST liblscp-0.6.2.tar.gz 689354 BLAKE2B ecc365e8840c8179bd753b8b9ee2706daea7e12948fb079d1b39a4aab388204af5ecab381e27ac8f5feedcbb56fd02a5a236ff8da7041f213a7551d5cd0cb3cc SHA512 672ea452e5dfe5e34dc6a1cc8c9d40dacfd1a415fc4c3ba50b984d3cf064910da53c814dd43a572665c1cbb7a402a09225c0dc7d489b1589c2a98a3f8eb8f0db
diff --git a/media-libs/liblscp/liblscp-0.6.2.ebuild b/media-libs/liblscp/liblscp-0.6.2.ebuild
new file mode 100644
index 00000000000..04dfb13d5d7
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.6.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+https://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( AUTHORS ChangeLog TODO NEWS README )
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ use doc && local HTML_DOCS=( doc/html/. )
+ default
+ find "${D}" -name '*.la' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2020-10-12 12:09 Agostino Sarubbo
0 siblings, 0 replies; 63+ messages in thread
From: Agostino Sarubbo @ 2020-10-12 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 9c79bae0c040e3aef33701c90d1f808889cbfd83
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 12:09:29 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 12:09:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c79bae0
media-libs/liblscp: x86 stable wrt bug #747688
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/liblscp/liblscp-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.6.2.ebuild b/media-libs/liblscp/liblscp-0.6.2.ebuild
index 04dfb13d5d7..30ab5c78941 100644
--- a/media-libs/liblscp/liblscp-0.6.2.ebuild
+++ b/media-libs/liblscp/liblscp-0.6.2.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="doc"
BDEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2020-10-13 9:26 Agostino Sarubbo
0 siblings, 0 replies; 63+ messages in thread
From: Agostino Sarubbo @ 2020-10-13 9:26 UTC (permalink / raw
To: gentoo-commits
commit: b5d0ff54202f4f458ae2384be908210b3f2daba7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 09:25:30 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 09:25:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d0ff54
media-libs/liblscp: amd64 stable wrt bug #747688
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/liblscp/liblscp-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.6.2.ebuild b/media-libs/liblscp/liblscp-0.6.2.ebuild
index 30ab5c78941..42b207f1031 100644
--- a/media-libs/liblscp/liblscp-0.6.2.ebuild
+++ b/media-libs/liblscp/liblscp-0.6.2.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
BDEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2020-10-13 15:02 Andreas Sturmlechner
0 siblings, 0 replies; 63+ messages in thread
From: Andreas Sturmlechner @ 2020-10-13 15:02 UTC (permalink / raw
To: gentoo-commits
commit: b268c537c9fdb07b6941c6f40c9336fb5f1d3382
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 14:18:02 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 15:01:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b268c537
media-libs/liblscp: Drop 0.6.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.6.0.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 0babced10ea..0d5d3e6acfb 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.6.0.tar.gz 670650 BLAKE2B 0cb825743fac7b328c32844f834d59e6622fcb9d860e9a13732d5548ce1f6bd0136928ea5be9b1de0a2811878c38b2e714823973c7a340d99de4735d6c46f637 SHA512 64c5cb51ac7821d65a8769415deb68cefa24684e1d4fa592a68c7e45cf2af02ffa41a2f2300ffc98a6d1d6d880279aa1b61499ac0fe59177c60fc0a2075ada15
DIST liblscp-0.6.2.tar.gz 689354 BLAKE2B ecc365e8840c8179bd753b8b9ee2706daea7e12948fb079d1b39a4aab388204af5ecab381e27ac8f5feedcbb56fd02a5a236ff8da7041f213a7551d5cd0cb3cc SHA512 672ea452e5dfe5e34dc6a1cc8c9d40dacfd1a415fc4c3ba50b984d3cf064910da53c814dd43a572665c1cbb7a402a09225c0dc7d489b1589c2a98a3f8eb8f0db
diff --git a/media-libs/liblscp/liblscp-0.6.0.ebuild b/media-libs/liblscp/liblscp-0.6.0.ebuild
deleted file mode 100644
index 6ae6106ea6d..00000000000
--- a/media-libs/liblscp/liblscp-0.6.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS ChangeLog TODO NEWS README )
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- use doc && local HTML_DOCS=( doc/html/. )
- default
- find "${D}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-04-27 17:50 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2021-04-27 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 3d67bfd9472f0c19d4777bffc4d1ae42cf53b580
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 17:49:56 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 17:50:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d67bfd9
media-libs/liblscp: bump to 0.9.2
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.2.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 0d5d3e6acfb..c14424c86a7 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.6.2.tar.gz 689354 BLAKE2B ecc365e8840c8179bd753b8b9ee2706daea7e12948fb079d1b39a4aab388204af5ecab381e27ac8f5feedcbb56fd02a5a236ff8da7041f213a7551d5cd0cb3cc SHA512 672ea452e5dfe5e34dc6a1cc8c9d40dacfd1a415fc4c3ba50b984d3cf064910da53c814dd43a572665c1cbb7a402a09225c0dc7d489b1589c2a98a3f8eb8f0db
+DIST liblscp-0.9.2.tar.gz 689968 BLAKE2B 1b78389a764a58e47b24676a4b4cd6ada7647ef1bc16e9d63a7fe6ad6b62870521ec39eef866b862e07fad55baacb3f0814293858dcdaa6bcd6d8a94d600e780 SHA512 e0d6f2ae3679cf41b1bc8f04910614424d3bbc046e51272a9d526429d098b0e674dccd5951482fd85832d9788a74eeefce99d1d81291e3829c077c98bcb87602
diff --git a/media-libs/liblscp/liblscp-0.9.2.ebuild b/media-libs/liblscp/liblscp-0.9.2.ebuild
new file mode 100644
index 00000000000..8d147da49de
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+https://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( AUTHORS ChangeLog TODO NEWS README )
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ use doc && local HTML_DOCS=( doc/html/. )
+ default
+ find "${D}" -name '*.la' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-05-15 9:30 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2021-05-15 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 274aef7e20ac474d5de9723dd07ea8ffc3b4a3ea
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 09:30:41 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat May 15 09:30:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274aef7e
media-libs/liblscp: bump to 0.9.3
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.3.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index c14424c86a7..8867a88b881 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1,3 @@
DIST liblscp-0.6.2.tar.gz 689354 BLAKE2B ecc365e8840c8179bd753b8b9ee2706daea7e12948fb079d1b39a4aab388204af5ecab381e27ac8f5feedcbb56fd02a5a236ff8da7041f213a7551d5cd0cb3cc SHA512 672ea452e5dfe5e34dc6a1cc8c9d40dacfd1a415fc4c3ba50b984d3cf064910da53c814dd43a572665c1cbb7a402a09225c0dc7d489b1589c2a98a3f8eb8f0db
DIST liblscp-0.9.2.tar.gz 689968 BLAKE2B 1b78389a764a58e47b24676a4b4cd6ada7647ef1bc16e9d63a7fe6ad6b62870521ec39eef866b862e07fad55baacb3f0814293858dcdaa6bcd6d8a94d600e780 SHA512 e0d6f2ae3679cf41b1bc8f04910614424d3bbc046e51272a9d526429d098b0e674dccd5951482fd85832d9788a74eeefce99d1d81291e3829c077c98bcb87602
+DIST liblscp-0.9.3.tar.gz 696509 BLAKE2B a3cddd07f55522291be12f2952eafd0b9761ac8c3d38c05010d9ca6593ef9db62d9bdd7a1e8f31d74fd9cbd29cbe3ade71f3b51ffa330780a0b7feb18ff71d32 SHA512 e776b0d48a9728e69b1a198d44ab88862366ecece293d71f6552ab395fd33bfdc395dbea6f56000c2ef9897ba00e0e287b0bc042fd6b6bdc1b4864b72b20753e
diff --git a/media-libs/liblscp/liblscp-0.9.3.ebuild b/media-libs/liblscp/liblscp-0.9.3.ebuild
new file mode 100644
index 00000000000..8d147da49de
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+https://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( AUTHORS ChangeLog TODO NEWS README )
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ use doc && local HTML_DOCS=( doc/html/. )
+ default
+ find "${D}" -name '*.la' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-05-29 13:28 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-05-29 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 940f71d6ab6b6df2ec32f1d4f07e6be41637d255
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 10:17:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 29 10:21:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940f71d6
media-libs/liblscp: Stabilize 0.9.2 x86, #792753
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.2.ebuild b/media-libs/liblscp/liblscp-0.9.2.ebuild
index 8d147da49de..cbea46a46ce 100644
--- a/media-libs/liblscp/liblscp-0.9.2.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.2.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="doc"
BDEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-05-29 15:23 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-05-29 15:23 UTC (permalink / raw
To: gentoo-commits
commit: ffa83f812b5bd327a25ebacf6b357a571bb6bae1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 15:20:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 29 15:20:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa83f81
media-libs/liblscp: Stabilize 0.9.2 amd64, #792753
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.2.ebuild b/media-libs/liblscp/liblscp-0.9.2.ebuild
index cbea46a46ce..515fa9bdea3 100644
--- a/media-libs/liblscp/liblscp-0.9.2.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.2.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
BDEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-05-29 16:00 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2021-05-29 16:00 UTC (permalink / raw
To: gentoo-commits
commit: a9e21bd2bdb4cc5a3b16771a44ecf73d633ee243
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 16:00:31 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat May 29 16:00:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e21bd2
media-libs/liblscp: removed obsolete 0.6.2
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.6.2.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 8867a88b881..3147ce74e55 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,3 +1,2 @@
-DIST liblscp-0.6.2.tar.gz 689354 BLAKE2B ecc365e8840c8179bd753b8b9ee2706daea7e12948fb079d1b39a4aab388204af5ecab381e27ac8f5feedcbb56fd02a5a236ff8da7041f213a7551d5cd0cb3cc SHA512 672ea452e5dfe5e34dc6a1cc8c9d40dacfd1a415fc4c3ba50b984d3cf064910da53c814dd43a572665c1cbb7a402a09225c0dc7d489b1589c2a98a3f8eb8f0db
DIST liblscp-0.9.2.tar.gz 689968 BLAKE2B 1b78389a764a58e47b24676a4b4cd6ada7647ef1bc16e9d63a7fe6ad6b62870521ec39eef866b862e07fad55baacb3f0814293858dcdaa6bcd6d8a94d600e780 SHA512 e0d6f2ae3679cf41b1bc8f04910614424d3bbc046e51272a9d526429d098b0e674dccd5951482fd85832d9788a74eeefce99d1d81291e3829c077c98bcb87602
DIST liblscp-0.9.3.tar.gz 696509 BLAKE2B a3cddd07f55522291be12f2952eafd0b9761ac8c3d38c05010d9ca6593ef9db62d9bdd7a1e8f31d74fd9cbd29cbe3ade71f3b51ffa330780a0b7feb18ff71d32 SHA512 e776b0d48a9728e69b1a198d44ab88862366ecece293d71f6552ab395fd33bfdc395dbea6f56000c2ef9897ba00e0e287b0bc042fd6b6bdc1b4864b72b20753e
diff --git a/media-libs/liblscp/liblscp-0.6.2.ebuild b/media-libs/liblscp/liblscp-0.6.2.ebuild
deleted file mode 100644
index 42b207f1031..00000000000
--- a/media-libs/liblscp/liblscp-0.6.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
-https://download.linuxsampler.org/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS ChangeLog TODO NEWS README )
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- use doc && local HTML_DOCS=( doc/html/. )
- default
- find "${D}" -name '*.la' -type f -delete || die
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-06-15 13:25 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-06-15 13:25 UTC (permalink / raw
To: gentoo-commits
commit: 6fe09f0cf6c51a35503b3637a48097636dacd4e7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 13:24:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 13:24:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe09f0c
media-libs/liblscp: Stabilize 0.9.3 x86, #796173
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.3.ebuild b/media-libs/liblscp/liblscp-0.9.3.ebuild
index 8d147da49de..cbea46a46ce 100644
--- a/media-libs/liblscp/liblscp-0.9.3.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.3.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="doc"
BDEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-06-15 13:25 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-06-15 13:25 UTC (permalink / raw
To: gentoo-commits
commit: 74d33cb8545bc5aaede3c88e3abdaed48ee9c932
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 13:25:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 13:25:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d33cb8
media-libs/liblscp: Stabilize 0.9.3 amd64, #796173
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.3.ebuild b/media-libs/liblscp/liblscp-0.9.3.ebuild
index cbea46a46ce..515fa9bdea3 100644
--- a/media-libs/liblscp/liblscp-0.9.3.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.3.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
BDEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-06-15 13:29 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2021-06-15 13:29 UTC (permalink / raw
To: gentoo-commits
commit: 2bd74cd4580e25b46e97e36491d021a7e81ff7a2
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 13:29:46 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 13:29:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd74cd4
media-libs/liblscp: removed obsolete 0.9.2
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.9.2.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 3147ce74e55..da7981d8901 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.9.2.tar.gz 689968 BLAKE2B 1b78389a764a58e47b24676a4b4cd6ada7647ef1bc16e9d63a7fe6ad6b62870521ec39eef866b862e07fad55baacb3f0814293858dcdaa6bcd6d8a94d600e780 SHA512 e0d6f2ae3679cf41b1bc8f04910614424d3bbc046e51272a9d526429d098b0e674dccd5951482fd85832d9788a74eeefce99d1d81291e3829c077c98bcb87602
DIST liblscp-0.9.3.tar.gz 696509 BLAKE2B a3cddd07f55522291be12f2952eafd0b9761ac8c3d38c05010d9ca6593ef9db62d9bdd7a1e8f31d74fd9cbd29cbe3ade71f3b51ffa330780a0b7feb18ff71d32 SHA512 e776b0d48a9728e69b1a198d44ab88862366ecece293d71f6552ab395fd33bfdc395dbea6f56000c2ef9897ba00e0e287b0bc042fd6b6bdc1b4864b72b20753e
diff --git a/media-libs/liblscp/liblscp-0.9.2.ebuild b/media-libs/liblscp/liblscp-0.9.2.ebuild
deleted file mode 100644
index 515fa9bdea3..00000000000
--- a/media-libs/liblscp/liblscp-0.9.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
-https://download.linuxsampler.org/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS ChangeLog TODO NEWS README )
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- use doc && local HTML_DOCS=( doc/html/. )
- default
- find "${D}" -name '*.la' -type f -delete || die
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-07-06 4:32 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2021-07-06 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 19289441389aec113724b31fbac64bdc98656c08
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 04:31:40 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 04:31:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19289441
media-libs/liblscp: bump to 0.9.4
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.4.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index da7981d8901..e198e43c745 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.9.3.tar.gz 696509 BLAKE2B a3cddd07f55522291be12f2952eafd0b9761ac8c3d38c05010d9ca6593ef9db62d9bdd7a1e8f31d74fd9cbd29cbe3ade71f3b51ffa330780a0b7feb18ff71d32 SHA512 e776b0d48a9728e69b1a198d44ab88862366ecece293d71f6552ab395fd33bfdc395dbea6f56000c2ef9897ba00e0e287b0bc042fd6b6bdc1b4864b72b20753e
+DIST liblscp-0.9.4.tar.gz 697219 BLAKE2B f1824c75237e478888ffcd95c15b72e4746cbc8997924f70cced966baddb68877526cbbcd56ff419fa1eb5f1ca6a1537ce5db368ba41cac39e51813921720e9b SHA512 6aa9b15d538925edf3327ca05023bac8285611902703fec20572416dde5cd7300ed429a7db464d92b9f6c1d524b89066888f8cbd0d56283ff3c78074605f396a
diff --git a/media-libs/liblscp/liblscp-0.9.4.ebuild b/media-libs/liblscp/liblscp-0.9.4.ebuild
new file mode 100644
index 00000000000..8d147da49de
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+https://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( AUTHORS ChangeLog TODO NEWS README )
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ use doc && local HTML_DOCS=( doc/html/. )
+ default
+ find "${D}" -name '*.la' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-08-07 5:10 Agostino Sarubbo
0 siblings, 0 replies; 63+ messages in thread
From: Agostino Sarubbo @ 2021-08-07 5:10 UTC (permalink / raw
To: gentoo-commits
commit: 219b98f7fa3dc0c5dd8c9e0570165958f85db209
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 7 05:08:56 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Aug 7 05:08:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219b98f7
media-libs/liblscp: amd64 stable wrt bug #806662
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.4.ebuild b/media-libs/liblscp/liblscp-0.9.4.ebuild
index 8d147da49de..471dfb11bf2 100644
--- a/media-libs/liblscp/liblscp-0.9.4.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.4.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="doc"
BDEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-08-07 23:37 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-08-07 23:37 UTC (permalink / raw
To: gentoo-commits
commit: e7daa055b36477bf7b93d303352b1ead2e5a68f4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 7 23:33:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 7 23:33:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7daa055
media-libs/liblscp: Stabilize 0.9.4 x86, #806662
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.4.ebuild b/media-libs/liblscp/liblscp-0.9.4.ebuild
index 471dfb11bf2..515fa9bdea3 100644
--- a/media-libs/liblscp/liblscp-0.9.4.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.4.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
BDEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2021-08-08 5:58 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2021-08-08 5:58 UTC (permalink / raw
To: gentoo-commits
commit: 42eb1da057a08af14b7abb6559f88ceae1fc6cc0
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 8 05:58:42 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Aug 8 05:58:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42eb1da0
media-libs/liblscp: removed obsolete 0.9.3
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.9.3.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index e198e43c745..ea071a9a9f8 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.9.3.tar.gz 696509 BLAKE2B a3cddd07f55522291be12f2952eafd0b9761ac8c3d38c05010d9ca6593ef9db62d9bdd7a1e8f31d74fd9cbd29cbe3ade71f3b51ffa330780a0b7feb18ff71d32 SHA512 e776b0d48a9728e69b1a198d44ab88862366ecece293d71f6552ab395fd33bfdc395dbea6f56000c2ef9897ba00e0e287b0bc042fd6b6bdc1b4864b72b20753e
DIST liblscp-0.9.4.tar.gz 697219 BLAKE2B f1824c75237e478888ffcd95c15b72e4746cbc8997924f70cced966baddb68877526cbbcd56ff419fa1eb5f1ca6a1537ce5db368ba41cac39e51813921720e9b SHA512 6aa9b15d538925edf3327ca05023bac8285611902703fec20572416dde5cd7300ed429a7db464d92b9f6c1d524b89066888f8cbd0d56283ff3c78074605f396a
diff --git a/media-libs/liblscp/liblscp-0.9.3.ebuild b/media-libs/liblscp/liblscp-0.9.3.ebuild
deleted file mode 100644
index 515fa9bdea3..00000000000
--- a/media-libs/liblscp/liblscp-0.9.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
-https://download.linuxsampler.org/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS ChangeLog TODO NEWS README )
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- use doc && local HTML_DOCS=( doc/html/. )
- default
- find "${D}" -name '*.la' -type f -delete || die
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2022-08-01 8:01 Agostino Sarubbo
0 siblings, 0 replies; 63+ messages in thread
From: Agostino Sarubbo @ 2022-08-01 8:01 UTC (permalink / raw
To: gentoo-commits
commit: 440eb748f5ea6358a7277e2a55351294f564d6d4
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 1 08:00:48 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 1 08:01:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440eb748
media-libs/liblscp: amd64 stable wrt bug #862621
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.6.ebuild b/media-libs/liblscp/liblscp-0.9.6.ebuild
index 5d0c3733b0ff..cf2d9a96da83 100644
--- a/media-libs/liblscp/liblscp-0.9.6.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.6.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2022-08-01 22:12 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-08-01 22:12 UTC (permalink / raw
To: gentoo-commits
commit: 38654a18a63fe7182a700388a1531f32c903e000
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 1 22:10:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 1 22:10:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38654a18
media-libs/liblscp: Stabilize 0.9.6 x86, #862621
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.6.ebuild b/media-libs/liblscp/liblscp-0.9.6.ebuild
index cf2d9a96da83..a68cc47b641b 100644
--- a/media-libs/liblscp/liblscp-0.9.6.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.6.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2022-08-02 4:42 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2022-08-02 4:42 UTC (permalink / raw
To: gentoo-commits
commit: 7ea135058f1d871399ffb88e0b7b287cd928f42f
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 04:42:08 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 04:42:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea13505
media-libs/liblscp: dropped obsolete 6.9.4
Bug: https://bugs.gentoo.org/862621
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.9.4.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index d12d04f5f7e9..878ae1fec504 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.9.4.tar.gz 697219 BLAKE2B f1824c75237e478888ffcd95c15b72e4746cbc8997924f70cced966baddb68877526cbbcd56ff419fa1eb5f1ca6a1537ce5db368ba41cac39e51813921720e9b SHA512 6aa9b15d538925edf3327ca05023bac8285611902703fec20572416dde5cd7300ed429a7db464d92b9f6c1d524b89066888f8cbd0d56283ff3c78074605f396a
DIST liblscp-0.9.6.tar.gz 100811 BLAKE2B a86a5e9e6d52dfd2449274e1c800e40887094dcea3e39d257670dded8b3805f2cdf575b41f640b0df95cd008656d3e7c8ca93d5bc5360c8727b80d6d2695ed83 SHA512 51c3b0b3dfe3947ac5d7cfec18fec597a4282aacc489cdda5a30d5853c3a43778e207ddf2f211c28ba04386fd6f30a09eed62dc2a33177e5aeccd7f77b4ef520
diff --git a/media-libs/liblscp/liblscp-0.9.4.ebuild b/media-libs/liblscp/liblscp-0.9.4.ebuild
deleted file mode 100644
index 515fa9bdea37..000000000000
--- a/media-libs/liblscp/liblscp-0.9.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
-https://download.linuxsampler.org/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS ChangeLog TODO NEWS README )
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- use doc && local HTML_DOCS=( doc/html/. )
- default
- find "${D}" -name '*.la' -type f -delete || die
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2022-10-23 7:14 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2022-10-23 7:14 UTC (permalink / raw
To: gentoo-commits
commit: a2b27235b554c5625aac8a1a145deea5714c07fb
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 07:14:30 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 07:14:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b27235
media-libs/liblscp: bump to 0.9.7
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.7.ebuild | 37 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 878ae1fec504..aead3ca6b494 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.9.6.tar.gz 100811 BLAKE2B a86a5e9e6d52dfd2449274e1c800e40887094dcea3e39d257670dded8b3805f2cdf575b41f640b0df95cd008656d3e7c8ca93d5bc5360c8727b80d6d2695ed83 SHA512 51c3b0b3dfe3947ac5d7cfec18fec597a4282aacc489cdda5a30d5853c3a43778e207ddf2f211c28ba04386fd6f30a09eed62dc2a33177e5aeccd7f77b4ef520
+DIST liblscp-0.9.7.tar.gz 98364 BLAKE2B 8ea8d05f7753db3dc3210e3faaa60d7f0e7fab558948a7e687b60b728f00ca557a08594f72beb0823e14c4eb3d4ec0aa75bb802194a4b9e660546c462196553a SHA512 03b83962ea89bbf4ca6b76c71f4883c7621a7306383bbd53f6240d7f17838cfa89c2861aa169f789754f6067fe76866068b26ab1370a0c2fafbf0f660894a4ad
diff --git a/media-libs/liblscp/liblscp-0.9.7.ebuild b/media-libs/liblscp/liblscp-0.9.7.ebuild
new file mode 100644
index 000000000000..5d0c3733b0ff
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit subversion
+ ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+else
+ SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+ https://download.linuxsampler.org/packages/${P}.tar.gz"
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.6-conditional.patch"
+)
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOC=$(usex doc)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2022-11-23 23:03 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-11-23 23:03 UTC (permalink / raw
To: gentoo-commits
commit: 62ec73197e15f4e5a5a7de97ba5e1a0cf71d9f54
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 23:03:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 23:03:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ec7319
media-libs/liblscp: Stabilize 0.9.7 amd64, #882599
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.7.ebuild b/media-libs/liblscp/liblscp-0.9.7.ebuild
index 58b9662fb3f6..a68cc47b641b 100644
--- a/media-libs/liblscp/liblscp-0.9.7.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.7.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc x86"
+ KEYWORDS="amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2022-11-23 23:03 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-11-23 23:03 UTC (permalink / raw
To: gentoo-commits
commit: 3a79998abf23fc361f85985bc7d3c256fd4b184b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 23:03:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 23:03:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a79998a
media-libs/liblscp: Stabilize 0.9.7 x86, #882599
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.7.ebuild b/media-libs/liblscp/liblscp-0.9.7.ebuild
index 5d0c3733b0ff..58b9662fb3f6 100644
--- a/media-libs/liblscp/liblscp-0.9.7.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.7.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="~amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2022-11-24 7:23 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2022-11-24 7:23 UTC (permalink / raw
To: gentoo-commits
commit: 36093a67f193452dd82931199b38e3cd6d2b5ba3
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 07:23:03 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 07:23:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36093a67
media-libs/liblscp: dropped obsolete 0.9.7
Bug: https://bugs.gentoo.org/882599
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.9.6.ebuild | 37 ---------------------------------
2 files changed, 38 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index aead3ca6b494..1c744c9bb633 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.9.6.tar.gz 100811 BLAKE2B a86a5e9e6d52dfd2449274e1c800e40887094dcea3e39d257670dded8b3805f2cdf575b41f640b0df95cd008656d3e7c8ca93d5bc5360c8727b80d6d2695ed83 SHA512 51c3b0b3dfe3947ac5d7cfec18fec597a4282aacc489cdda5a30d5853c3a43778e207ddf2f211c28ba04386fd6f30a09eed62dc2a33177e5aeccd7f77b4ef520
DIST liblscp-0.9.7.tar.gz 98364 BLAKE2B 8ea8d05f7753db3dc3210e3faaa60d7f0e7fab558948a7e687b60b728f00ca557a08594f72beb0823e14c4eb3d4ec0aa75bb802194a4b9e660546c462196553a SHA512 03b83962ea89bbf4ca6b76c71f4883c7621a7306383bbd53f6240d7f17838cfa89c2861aa169f789754f6067fe76866068b26ab1370a0c2fafbf0f660894a4ad
diff --git a/media-libs/liblscp/liblscp-0.9.6.ebuild b/media-libs/liblscp/liblscp-0.9.6.ebuild
deleted file mode 100644
index a68cc47b641b..000000000000
--- a/media-libs/liblscp/liblscp-0.9.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit subversion
- ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
-else
- SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
- https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9.6-conditional.patch"
-)
-
-DOCS=( ChangeLog README )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2022-12-29 8:36 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2022-12-29 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 05d5e03c2807b9305fa6a390ed32d1ea3993cb9d
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 08:36:17 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 08:36:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d5e03c
media-libs/liblscp: bump to 0.9.8
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.8.ebuild | 37 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 1c744c9bb633..76bf5d64a7a1 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.9.7.tar.gz 98364 BLAKE2B 8ea8d05f7753db3dc3210e3faaa60d7f0e7fab558948a7e687b60b728f00ca557a08594f72beb0823e14c4eb3d4ec0aa75bb802194a4b9e660546c462196553a SHA512 03b83962ea89bbf4ca6b76c71f4883c7621a7306383bbd53f6240d7f17838cfa89c2861aa169f789754f6067fe76866068b26ab1370a0c2fafbf0f660894a4ad
+DIST liblscp-0.9.8.tar.gz 98451 BLAKE2B 6b353f322194ee4fa13a3b916982b5fed25eda746c40d1efde28e407a7c5dda943f331bd25a130976b6410a16c6a6a95e055bdcdbd6846bb7d522fcbf600074a SHA512 b46ac3407fca12fe3d330041bcdca72e481ab1a1149faf31aed8f41e5b153b788678c2cd595a22eb7ec9ce285225f451f7b8fecaf60d31695a9c308dc506ed83
diff --git a/media-libs/liblscp/liblscp-0.9.8.ebuild b/media-libs/liblscp/liblscp-0.9.8.ebuild
new file mode 100644
index 000000000000..5d0c3733b0ff
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit subversion
+ ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+else
+ SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+ https://download.linuxsampler.org/packages/${P}.tar.gz"
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.6-conditional.patch"
+)
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOC=$(usex doc)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-01-29 10:45 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-01-29 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 4a0b91c66e3ed79319781f548dcc23d17ca48085
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 10:44:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 10:44:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0b91c6
media-libs/liblscp: Stabilize 0.9.8 x86, #892491
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/liblscp/liblscp-0.9.8.ebuild b/media-libs/liblscp/liblscp-0.9.8.ebuild
index 5d0c3733b0ff..259ef5161bc8 100644
--- a/media-libs/liblscp/liblscp-0.9.8.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="~amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-01-29 10:45 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-01-29 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 22fe0bbb2ca2f34995034c9a065f34a5e239a683
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 10:44:45 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 10:44:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fe0bbb
media-libs/liblscp: Stabilize 0.9.8 amd64, #892491
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.8.ebuild b/media-libs/liblscp/liblscp-0.9.8.ebuild
index 259ef5161bc8..f58f229f36be 100644
--- a/media-libs/liblscp/liblscp-0.9.8.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.8.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc x86"
+ KEYWORDS="amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-01-30 9:15 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2023-01-30 9:15 UTC (permalink / raw
To: gentoo-commits
commit: db8eafcc69fcdf684cd2d70acb9e2be28e2e565e
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 09:14:47 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 09:14:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8eafcc
media-libs/liblscp: dropped obsolete 0.9.7
Bug: https://bugs.gentoo.org/892491
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.9.7.ebuild | 37 ---------------------------------
2 files changed, 38 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 76bf5d64a7a1..0353ad7c35d8 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.9.7.tar.gz 98364 BLAKE2B 8ea8d05f7753db3dc3210e3faaa60d7f0e7fab558948a7e687b60b728f00ca557a08594f72beb0823e14c4eb3d4ec0aa75bb802194a4b9e660546c462196553a SHA512 03b83962ea89bbf4ca6b76c71f4883c7621a7306383bbd53f6240d7f17838cfa89c2861aa169f789754f6067fe76866068b26ab1370a0c2fafbf0f660894a4ad
DIST liblscp-0.9.8.tar.gz 98451 BLAKE2B 6b353f322194ee4fa13a3b916982b5fed25eda746c40d1efde28e407a7c5dda943f331bd25a130976b6410a16c6a6a95e055bdcdbd6846bb7d522fcbf600074a SHA512 b46ac3407fca12fe3d330041bcdca72e481ab1a1149faf31aed8f41e5b153b788678c2cd595a22eb7ec9ce285225f451f7b8fecaf60d31695a9c308dc506ed83
diff --git a/media-libs/liblscp/liblscp-0.9.7.ebuild b/media-libs/liblscp/liblscp-0.9.7.ebuild
deleted file mode 100644
index a68cc47b641b..000000000000
--- a/media-libs/liblscp/liblscp-0.9.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit subversion
- ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
-else
- SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
- https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9.6-conditional.patch"
-)
-
-DOCS=( ChangeLog README )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-03-27 10:51 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2023-03-27 10:51 UTC (permalink / raw
To: gentoo-commits
commit: b00b2b4f4c85ce90db2db9bade1aaae485fafe30
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 27 10:47:45 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Mar 27 10:47:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00b2b4f
media-libs/liblscp: bump to 0.9.9
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.9.ebuild | 37 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 0353ad7c35d8..bde1f5a60cd9 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.9.8.tar.gz 98451 BLAKE2B 6b353f322194ee4fa13a3b916982b5fed25eda746c40d1efde28e407a7c5dda943f331bd25a130976b6410a16c6a6a95e055bdcdbd6846bb7d522fcbf600074a SHA512 b46ac3407fca12fe3d330041bcdca72e481ab1a1149faf31aed8f41e5b153b788678c2cd595a22eb7ec9ce285225f451f7b8fecaf60d31695a9c308dc506ed83
+DIST liblscp-0.9.9.tar.gz 98483 BLAKE2B 7fccc9846629d94d31ea5b4474dd59a23699c7ded911393c6e395dcc28a34b07a129cbd2e2f8b5e4fcd99230ed801cf1be3af8b2503e896bcb87d93a0875ea9d SHA512 514cf2ff33456beca6dde057a6db47c7c338647e9724a7f13bbfa878aaa606347b9b4fd7c432c545aa9d1a0fff7873ed46b28b82e6cf959c4ed81b1115e92caa
diff --git a/media-libs/liblscp/liblscp-0.9.9.ebuild b/media-libs/liblscp/liblscp-0.9.9.ebuild
new file mode 100644
index 000000000000..abf96900d91a
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.9.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit subversion
+ ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+else
+ SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+ https://download.linuxsampler.org/packages/${P}.tar.gz"
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.6-conditional.patch"
+)
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOC=$(usex doc)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-04-27 6:39 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-04-27 6:39 UTC (permalink / raw
To: gentoo-commits
commit: 1685d63494918a6df109a5daeb1f4c5f369a7341
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 06:39:27 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 06:39:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1685d634
media-libs/liblscp: Stabilize 0.9.9 amd64, #905141
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.9.ebuild b/media-libs/liblscp/liblscp-0.9.9.ebuild
index abf96900d91a..834c876cf36e 100644
--- a/media-libs/liblscp/liblscp-0.9.9.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.9.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-04-27 6:39 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-04-27 6:39 UTC (permalink / raw
To: gentoo-commits
commit: 8bbf70b6dbffa401cabefa21a5c0e3567e8fc7b1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 06:39:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 06:39:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbf70b6
media-libs/liblscp: Stabilize 0.9.9 x86, #905141
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.9.ebuild b/media-libs/liblscp/liblscp-0.9.9.ebuild
index 834c876cf36e..f58f229f36be 100644
--- a/media-libs/liblscp/liblscp-0.9.9.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.9.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-04-28 6:45 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2023-04-28 6:45 UTC (permalink / raw
To: gentoo-commits
commit: 61a1bf34aad35e02af71d0bf0454d2f763b1639c
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 06:44:54 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 06:45:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a1bf34
media-libs/liblscp: dropped obsolete 0.9.8
Bug: https://bugs.gentoo.org/905141
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.9.8.ebuild | 37 ---------------------------------
2 files changed, 38 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index bde1f5a60cd9..e2b991cc42fb 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.9.8.tar.gz 98451 BLAKE2B 6b353f322194ee4fa13a3b916982b5fed25eda746c40d1efde28e407a7c5dda943f331bd25a130976b6410a16c6a6a95e055bdcdbd6846bb7d522fcbf600074a SHA512 b46ac3407fca12fe3d330041bcdca72e481ab1a1149faf31aed8f41e5b153b788678c2cd595a22eb7ec9ce285225f451f7b8fecaf60d31695a9c308dc506ed83
DIST liblscp-0.9.9.tar.gz 98483 BLAKE2B 7fccc9846629d94d31ea5b4474dd59a23699c7ded911393c6e395dcc28a34b07a129cbd2e2f8b5e4fcd99230ed801cf1be3af8b2503e896bcb87d93a0875ea9d SHA512 514cf2ff33456beca6dde057a6db47c7c338647e9724a7f13bbfa878aaa606347b9b4fd7c432c545aa9d1a0fff7873ed46b28b82e6cf959c4ed81b1115e92caa
diff --git a/media-libs/liblscp/liblscp-0.9.8.ebuild b/media-libs/liblscp/liblscp-0.9.8.ebuild
deleted file mode 100644
index f58f229f36be..000000000000
--- a/media-libs/liblscp/liblscp-0.9.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit subversion
- ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
-else
- SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
- https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9.6-conditional.patch"
-)
-
-DOCS=( ChangeLog README )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-06-02 6:50 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2023-06-02 6:50 UTC (permalink / raw
To: gentoo-commits
commit: cd0b20260dcd19949c413201f788c74d657e85d4
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 2 06:50:12 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jun 2 06:50:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0b2026
media-libs/liblscp: bump to 0.9.10
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.10.ebuild | 37 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index e2b991cc42fb..9cf58b430445 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
+DIST liblscp-0.9.10.tar.gz 99115 BLAKE2B 1a0a40bd42d4ecb863b8c0fbb76c31daa3af3494e7959f341843686514a2ee37248a8ee40f4d852645adeeb19b783ecf7ff423d46b63028d068ff567cf67e173 SHA512 5c7f61039cd3f675cb212980200e470c9a3a4a83e083e3fd74ba7f13bebff77c826c1ed30fff6f91ff216db4d384a4fd2e86b29c0cd47ee9b4285d53ef336531
DIST liblscp-0.9.9.tar.gz 98483 BLAKE2B 7fccc9846629d94d31ea5b4474dd59a23699c7ded911393c6e395dcc28a34b07a129cbd2e2f8b5e4fcd99230ed801cf1be3af8b2503e896bcb87d93a0875ea9d SHA512 514cf2ff33456beca6dde057a6db47c7c338647e9724a7f13bbfa878aaa606347b9b4fd7c432c545aa9d1a0fff7873ed46b28b82e6cf959c4ed81b1115e92caa
diff --git a/media-libs/liblscp/liblscp-0.9.10.ebuild b/media-libs/liblscp/liblscp-0.9.10.ebuild
new file mode 100644
index 000000000000..abf96900d91a
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.10.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit subversion
+ ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+else
+ SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+ https://download.linuxsampler.org/packages/${P}.tar.gz"
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.6-conditional.patch"
+)
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOC=$(usex doc)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-07-03 13:47 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-07-03 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 80ba4fd2fae70446c06fa9c203b581f0d06ad07e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 13:46:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 13:46:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ba4fd2
media-libs/liblscp: Stabilize 0.9.10 amd64, #909550
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.10.ebuild b/media-libs/liblscp/liblscp-0.9.10.ebuild
index abf96900d91a..834c876cf36e 100644
--- a/media-libs/liblscp/liblscp-0.9.10.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.10.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-07-03 13:47 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-07-03 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 0d4b22501c33e8d547507bf53fd9dfb922853879
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 13:46:56 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 13:46:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4b2250
media-libs/liblscp: Stabilize 0.9.10 x86, #909550
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.10.ebuild b/media-libs/liblscp/liblscp-0.9.10.ebuild
index 834c876cf36e..f58f229f36be 100644
--- a/media-libs/liblscp/liblscp-0.9.10.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.10.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-07-04 6:10 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2023-07-04 6:10 UTC (permalink / raw
To: gentoo-commits
commit: cd2942b78331819c1b368b6717873ef542b11654
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 06:09:57 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 06:09:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2942b7
media-libs/liblscp: dropped obsolete 0.9.9
Bug: https://bugs.gentoo.org/909550
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.9.9.ebuild | 37 ---------------------------------
2 files changed, 38 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 9cf58b430445..2051609f6fe1 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
DIST liblscp-0.9.10.tar.gz 99115 BLAKE2B 1a0a40bd42d4ecb863b8c0fbb76c31daa3af3494e7959f341843686514a2ee37248a8ee40f4d852645adeeb19b783ecf7ff423d46b63028d068ff567cf67e173 SHA512 5c7f61039cd3f675cb212980200e470c9a3a4a83e083e3fd74ba7f13bebff77c826c1ed30fff6f91ff216db4d384a4fd2e86b29c0cd47ee9b4285d53ef336531
-DIST liblscp-0.9.9.tar.gz 98483 BLAKE2B 7fccc9846629d94d31ea5b4474dd59a23699c7ded911393c6e395dcc28a34b07a129cbd2e2f8b5e4fcd99230ed801cf1be3af8b2503e896bcb87d93a0875ea9d SHA512 514cf2ff33456beca6dde057a6db47c7c338647e9724a7f13bbfa878aaa606347b9b4fd7c432c545aa9d1a0fff7873ed46b28b82e6cf959c4ed81b1115e92caa
diff --git a/media-libs/liblscp/liblscp-0.9.9.ebuild b/media-libs/liblscp/liblscp-0.9.9.ebuild
deleted file mode 100644
index f58f229f36be..000000000000
--- a/media-libs/liblscp/liblscp-0.9.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit subversion
- ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
-else
- SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
- https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9.6-conditional.patch"
-)
-
-DOCS=( ChangeLog README )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-09-11 7:33 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2023-09-11 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 322381b0070321a201a2d64a013db082647b6c60
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 07:32:50 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 07:33:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322381b0
media-libs/liblscp: bump to 0.9.11
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.11.ebuild | 37 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 2051609f6fe1..c1113c8f66b8 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.9.10.tar.gz 99115 BLAKE2B 1a0a40bd42d4ecb863b8c0fbb76c31daa3af3494e7959f341843686514a2ee37248a8ee40f4d852645adeeb19b783ecf7ff423d46b63028d068ff567cf67e173 SHA512 5c7f61039cd3f675cb212980200e470c9a3a4a83e083e3fd74ba7f13bebff77c826c1ed30fff6f91ff216db4d384a4fd2e86b29c0cd47ee9b4285d53ef336531
+DIST liblscp-0.9.11.tar.gz 99143 BLAKE2B 840915937fd27b88c730a0216df557a527d1630bd253184a9c09a16deb56a2836f223283d5167d726dbcd50aeb91b96e8f030b331b0034900ceb87fc487d0b36 SHA512 2510df80504e97424d9ce24a67f597ea679dc2017cb1cb6908b107a13c245186d0b68c91e793c64e36f7bf50db2e10f9aeb7f6aefafbaa68937ed6d18df35160
diff --git a/media-libs/liblscp/liblscp-0.9.11.ebuild b/media-libs/liblscp/liblscp-0.9.11.ebuild
new file mode 100644
index 000000000000..abf96900d91a
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit subversion
+ ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+else
+ SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+ https://download.linuxsampler.org/packages/${P}.tar.gz"
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.6-conditional.patch"
+)
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOC=$(usex doc)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-10-11 8:30 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-10-11 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 6ad445592cd9a2a77f6b1df2ec3272cb0d8c7c24
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 08:29:57 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 08:29:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad44559
media-libs/liblscp: Stabilize 0.9.11 x86, #915580
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.11.ebuild b/media-libs/liblscp/liblscp-0.9.11.ebuild
index 834c876cf36e..f58f229f36be 100644
--- a/media-libs/liblscp/liblscp-0.9.11.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.11.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-10-11 8:30 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-10-11 8:30 UTC (permalink / raw
To: gentoo-commits
commit: e3b1fd3eaea5bde4326d49744bba818404ebf092
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 08:29:56 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 08:29:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b1fd3e
media-libs/liblscp: Stabilize 0.9.11 amd64, #915580
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.11.ebuild b/media-libs/liblscp/liblscp-0.9.11.ebuild
index abf96900d91a..834c876cf36e 100644
--- a/media-libs/liblscp/liblscp-0.9.11.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.11.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2023-10-11 10:52 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2023-10-11 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 9cf28d534afd8ac692afefd2c5092021cb1586ec
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 10:52:08 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 10:52:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf28d53
media-libs/liblscp: dropped obsolete 0.9.10
Bug: https://bugs.gentoo.org/915580
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.9.10.ebuild | 37 --------------------------------
2 files changed, 38 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index c1113c8f66b8..80b3c0c04b11 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.9.10.tar.gz 99115 BLAKE2B 1a0a40bd42d4ecb863b8c0fbb76c31daa3af3494e7959f341843686514a2ee37248a8ee40f4d852645adeeb19b783ecf7ff423d46b63028d068ff567cf67e173 SHA512 5c7f61039cd3f675cb212980200e470c9a3a4a83e083e3fd74ba7f13bebff77c826c1ed30fff6f91ff216db4d384a4fd2e86b29c0cd47ee9b4285d53ef336531
DIST liblscp-0.9.11.tar.gz 99143 BLAKE2B 840915937fd27b88c730a0216df557a527d1630bd253184a9c09a16deb56a2836f223283d5167d726dbcd50aeb91b96e8f030b331b0034900ceb87fc487d0b36 SHA512 2510df80504e97424d9ce24a67f597ea679dc2017cb1cb6908b107a13c245186d0b68c91e793c64e36f7bf50db2e10f9aeb7f6aefafbaa68937ed6d18df35160
diff --git a/media-libs/liblscp/liblscp-0.9.10.ebuild b/media-libs/liblscp/liblscp-0.9.10.ebuild
deleted file mode 100644
index f58f229f36be..000000000000
--- a/media-libs/liblscp/liblscp-0.9.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit subversion
- ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
-else
- SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
- https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9.6-conditional.patch"
-)
-
-DOCS=( ChangeLog README )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-01-24 9:38 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2024-01-24 9:38 UTC (permalink / raw
To: gentoo-commits
commit: af6b6082260be24affd0318d782e0e6bd68eacbd
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 09:37:56 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 09:38:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6b6082
media-libs/liblscp: bump to 0.9.12
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.12.ebuild | 37 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 80b3c0c04b11..865d2d6e6863 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.9.11.tar.gz 99143 BLAKE2B 840915937fd27b88c730a0216df557a527d1630bd253184a9c09a16deb56a2836f223283d5167d726dbcd50aeb91b96e8f030b331b0034900ceb87fc487d0b36 SHA512 2510df80504e97424d9ce24a67f597ea679dc2017cb1cb6908b107a13c245186d0b68c91e793c64e36f7bf50db2e10f9aeb7f6aefafbaa68937ed6d18df35160
+DIST liblscp-0.9.12.tar.gz 99062 BLAKE2B b1701eba58211bbe6e46ae7b08ca535f6f68d724523f12aca394e31cf3f95bce2c4b3c051576f8cf5e2490cb9c85cbb8b6664e3088d36fa1cf409401996c53e0 SHA512 a29f87d04a9a2726dd3a465a6bc0891e51e1b63da624f3b282c9d32710c7a7f57e7bffed4d3a6f3d7d8db70e56f1d8050b3453c064fa433b6a113fb8b09fed5a
diff --git a/media-libs/liblscp/liblscp-0.9.12.ebuild b/media-libs/liblscp/liblscp-0.9.12.ebuild
new file mode 100644
index 000000000000..ae4c4afb8276
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.12.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit subversion
+ ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+else
+ SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+ https://download.linuxsampler.org/packages/${P}.tar.gz"
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="doc? ( app-text/doxygen )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.6-conditional.patch"
+)
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOC=$(usex doc)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-02-24 7:08 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2024-02-24 7:08 UTC (permalink / raw
To: gentoo-commits
commit: 9056c106b06771ddf941c2367f49b25c60d701fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 07:07:38 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 07:07:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9056c106
media-libs/liblscp: Stabilize 0.9.12 x86, #925328
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.12.ebuild b/media-libs/liblscp/liblscp-0.9.12.ebuild
index ae4c4afb8276..97ef66743498 100644
--- a/media-libs/liblscp/liblscp-0.9.12.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.12.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="~amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-02-24 15:26 Arthur Zamarin
0 siblings, 0 replies; 63+ messages in thread
From: Arthur Zamarin @ 2024-02-24 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 13a88725921150759354a2bd1870031d6222083b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 15:26:11 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 15:26:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a88725
media-libs/liblscp: Stabilize 0.9.12 amd64, #925328
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.12.ebuild b/media-libs/liblscp/liblscp-0.9.12.ebuild
index 97ef66743498..8814d6bb81c4 100644
--- a/media-libs/liblscp/liblscp-0.9.12.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.12.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc x86"
+ KEYWORDS="amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-02-27 10:48 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2024-02-27 10:48 UTC (permalink / raw
To: gentoo-commits
commit: f9a72eb4b355b0c3d97a3089ddabb68e13d5abe1
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 10:48:31 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 10:48:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a72eb4
media-libs/liblscp: dropped obsolete 0.9.11
Bug: https://bugs.gentoo.org/925328
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 -
media-libs/liblscp/liblscp-0.9.11.ebuild | 37 --------------------------------
2 files changed, 38 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 865d2d6e6863..71983b42d781 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.9.11.tar.gz 99143 BLAKE2B 840915937fd27b88c730a0216df557a527d1630bd253184a9c09a16deb56a2836f223283d5167d726dbcd50aeb91b96e8f030b331b0034900ceb87fc487d0b36 SHA512 2510df80504e97424d9ce24a67f597ea679dc2017cb1cb6908b107a13c245186d0b68c91e793c64e36f7bf50db2e10f9aeb7f6aefafbaa68937ed6d18df35160
DIST liblscp-0.9.12.tar.gz 99062 BLAKE2B b1701eba58211bbe6e46ae7b08ca535f6f68d724523f12aca394e31cf3f95bce2c4b3c051576f8cf5e2490cb9c85cbb8b6664e3088d36fa1cf409401996c53e0 SHA512 a29f87d04a9a2726dd3a465a6bc0891e51e1b63da624f3b282c9d32710c7a7f57e7bffed4d3a6f3d7d8db70e56f1d8050b3453c064fa433b6a113fb8b09fed5a
diff --git a/media-libs/liblscp/liblscp-0.9.11.ebuild b/media-libs/liblscp/liblscp-0.9.11.ebuild
deleted file mode 100644
index 8814d6bb81c4..000000000000
--- a/media-libs/liblscp/liblscp-0.9.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit subversion
- ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
-else
- SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
- https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9.6-conditional.patch"
-)
-
-DOCS=( ChangeLog README )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-05-20 9:19 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2024-05-20 9:19 UTC (permalink / raw
To: gentoo-commits
commit: aa6ceff4073ab2e9cc5b1ba699731aeeea358820
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 09:18:44 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon May 20 09:18:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6ceff4
media-libs/liblscp: bump to 0.9.91
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.9.91.ebuild | 37 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 71983b42d781..4676db094869 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1 +1,2 @@
DIST liblscp-0.9.12.tar.gz 99062 BLAKE2B b1701eba58211bbe6e46ae7b08ca535f6f68d724523f12aca394e31cf3f95bce2c4b3c051576f8cf5e2490cb9c85cbb8b6664e3088d36fa1cf409401996c53e0 SHA512 a29f87d04a9a2726dd3a465a6bc0891e51e1b63da624f3b282c9d32710c7a7f57e7bffed4d3a6f3d7d8db70e56f1d8050b3453c064fa433b6a113fb8b09fed5a
+DIST liblscp-0.9.91.tar.gz 99118 BLAKE2B 8385f0e1468deb3f49ef124b6aa2d3e57f14852d8e32dfb786b05f5cd69b9ff3f74e22d88abd16ead42ac0c5a718a22882eab9e5a59d240f3f650e2b5fd97a20 SHA512 fde1e712af8c4c3d5308c1464060fb8bcdfc43b7ca3241af1f9fa7a30b0ce044e3c57fb588f0cbf5eaba47a964c9607550c05c2d0993c118da792cc0e2a18b41
diff --git a/media-libs/liblscp/liblscp-0.9.91.ebuild b/media-libs/liblscp/liblscp-0.9.91.ebuild
new file mode 100644
index 000000000000..ae4c4afb8276
--- /dev/null
+++ b/media-libs/liblscp/liblscp-0.9.91.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit subversion
+ ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+else
+ SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+ https://download.linuxsampler.org/packages/${P}.tar.gz"
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="doc? ( app-text/doxygen )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.6-conditional.patch"
+)
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOC=$(usex doc)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-06-19 8:41 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2024-06-19 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 113e1cfdc3bc0af8bca63834baf06bbcd96a467a
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 08:40:54 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 08:40:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113e1cfd
media-libs/liblscp: bump to 1.0.0
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-1.0.0.ebuild | 37 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 4676db094869..41578cc94657 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1,3 @@
DIST liblscp-0.9.12.tar.gz 99062 BLAKE2B b1701eba58211bbe6e46ae7b08ca535f6f68d724523f12aca394e31cf3f95bce2c4b3c051576f8cf5e2490cb9c85cbb8b6664e3088d36fa1cf409401996c53e0 SHA512 a29f87d04a9a2726dd3a465a6bc0891e51e1b63da624f3b282c9d32710c7a7f57e7bffed4d3a6f3d7d8db70e56f1d8050b3453c064fa433b6a113fb8b09fed5a
DIST liblscp-0.9.91.tar.gz 99118 BLAKE2B 8385f0e1468deb3f49ef124b6aa2d3e57f14852d8e32dfb786b05f5cd69b9ff3f74e22d88abd16ead42ac0c5a718a22882eab9e5a59d240f3f650e2b5fd97a20 SHA512 fde1e712af8c4c3d5308c1464060fb8bcdfc43b7ca3241af1f9fa7a30b0ce044e3c57fb588f0cbf5eaba47a964c9607550c05c2d0993c118da792cc0e2a18b41
+DIST liblscp-1.0.0.tar.gz 99190 BLAKE2B d44b69ed180b22d66eab5f8a0bb2b8d24794d7aeedc9213729cc1787a1db6546f2a4d28c4177732b8281c5c4a103dd6f37f3af155caed886d694bafe74e718a3 SHA512 2f407d5461dcf20204a1f37fba9456076e8e052a47528d4f10da6a5e123758261cde2dffd99b45a16e3855b6d42ca6cce714bfeb8602aefb95f6dd2a825597d5
diff --git a/media-libs/liblscp/liblscp-1.0.0.ebuild b/media-libs/liblscp/liblscp-1.0.0.ebuild
new file mode 100644
index 000000000000..ae4c4afb8276
--- /dev/null
+++ b/media-libs/liblscp/liblscp-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit subversion
+ ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+else
+ SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+ https://download.linuxsampler.org/packages/${P}.tar.gz"
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="doc? ( app-text/doxygen )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.6-conditional.patch"
+)
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOC=$(usex doc)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-06-19 11:24 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2024-06-19 11:24 UTC (permalink / raw
To: gentoo-commits
commit: e1ed7b84bc32ab8325b51b036a747c6e24461b91
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 11:24:00 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 11:24:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ed7b84
media-libs/liblscp: Stabilize 0.9.91 amd64, #934538
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/liblscp/liblscp-0.9.91.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-0.9.91.ebuild b/media-libs/liblscp/liblscp-0.9.91.ebuild
index ae4c4afb8276..dd039ed5be77 100644
--- a/media-libs/liblscp/liblscp-0.9.91.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.91.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-07-19 15:06 Arthur Zamarin
0 siblings, 0 replies; 63+ messages in thread
From: Arthur Zamarin @ 2024-07-19 15:06 UTC (permalink / raw
To: gentoo-commits
commit: aa51b63c368f0ec997015ae213997983306607cc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 15:06:41 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 15:06:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa51b63c
media-libs/liblscp: Stabilize 1.0.0 x86, #936302
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/liblscp/liblscp-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-1.0.0.ebuild b/media-libs/liblscp/liblscp-1.0.0.ebuild
index ae4c4afb8276..97ef66743498 100644
--- a/media-libs/liblscp/liblscp-1.0.0.ebuild
+++ b/media-libs/liblscp/liblscp-1.0.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="~amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-07-19 15:09 Jakov Smolić
0 siblings, 0 replies; 63+ messages in thread
From: Jakov Smolić @ 2024-07-19 15:09 UTC (permalink / raw
To: gentoo-commits
commit: b41493b982b42035388c91be1d6db7aba0a929d1
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 15:08:51 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 15:08:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41493b9
media-libs/liblscp: Stabilize 1.0.0 amd64, #936302
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-libs/liblscp/liblscp-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/liblscp/liblscp-1.0.0.ebuild b/media-libs/liblscp/liblscp-1.0.0.ebuild
index 97ef66743498..8814d6bb81c4 100644
--- a/media-libs/liblscp/liblscp-1.0.0.ebuild
+++ b/media-libs/liblscp/liblscp-1.0.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc x86"
+ KEYWORDS="amd64 ~ppc x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
@ 2024-07-20 10:14 Miroslav Šulc
0 siblings, 0 replies; 63+ messages in thread
From: Miroslav Šulc @ 2024-07-20 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 40ce01ba2c44e5a883fdff3312bc831d2c123936
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 10:14:26 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 10:14:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ce01ba
media-libs/liblscp: dropped obsolete 0.9.12 & 0.9.91
Bug: https://bugs.gentoo.org/936302
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/liblscp/Manifest | 2 --
media-libs/liblscp/liblscp-0.9.12.ebuild | 37 --------------------------------
media-libs/liblscp/liblscp-0.9.91.ebuild | 37 --------------------------------
3 files changed, 76 deletions(-)
diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 41578cc94657..fb83f2077073 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,3 +1 @@
-DIST liblscp-0.9.12.tar.gz 99062 BLAKE2B b1701eba58211bbe6e46ae7b08ca535f6f68d724523f12aca394e31cf3f95bce2c4b3c051576f8cf5e2490cb9c85cbb8b6664e3088d36fa1cf409401996c53e0 SHA512 a29f87d04a9a2726dd3a465a6bc0891e51e1b63da624f3b282c9d32710c7a7f57e7bffed4d3a6f3d7d8db70e56f1d8050b3453c064fa433b6a113fb8b09fed5a
-DIST liblscp-0.9.91.tar.gz 99118 BLAKE2B 8385f0e1468deb3f49ef124b6aa2d3e57f14852d8e32dfb786b05f5cd69b9ff3f74e22d88abd16ead42ac0c5a718a22882eab9e5a59d240f3f650e2b5fd97a20 SHA512 fde1e712af8c4c3d5308c1464060fb8bcdfc43b7ca3241af1f9fa7a30b0ce044e3c57fb588f0cbf5eaba47a964c9607550c05c2d0993c118da792cc0e2a18b41
DIST liblscp-1.0.0.tar.gz 99190 BLAKE2B d44b69ed180b22d66eab5f8a0bb2b8d24794d7aeedc9213729cc1787a1db6546f2a4d28c4177732b8281c5c4a103dd6f37f3af155caed886d694bafe74e718a3 SHA512 2f407d5461dcf20204a1f37fba9456076e8e052a47528d4f10da6a5e123758261cde2dffd99b45a16e3855b6d42ca6cce714bfeb8602aefb95f6dd2a825597d5
diff --git a/media-libs/liblscp/liblscp-0.9.12.ebuild b/media-libs/liblscp/liblscp-0.9.12.ebuild
deleted file mode 100644
index 8814d6bb81c4..000000000000
--- a/media-libs/liblscp/liblscp-0.9.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit subversion
- ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
-else
- SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
- https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9.6-conditional.patch"
-)
-
-DOCS=( ChangeLog README )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- )
- cmake_src_configure
-}
diff --git a/media-libs/liblscp/liblscp-0.9.91.ebuild b/media-libs/liblscp/liblscp-0.9.91.ebuild
deleted file mode 100644
index dd039ed5be77..000000000000
--- a/media-libs/liblscp/liblscp-0.9.91.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit subversion
- ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
-else
- SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
- https://download.linuxsampler.org/packages/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9.6-conditional.patch"
-)
-
-DOCS=( ChangeLog README )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
end of thread, other threads:[~2024-07-20 10:14 UTC | newest]
Thread overview: 63+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-29 15:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-07-20 10:14 Miroslav Šulc
2024-07-19 15:09 Jakov Smolić
2024-07-19 15:06 Arthur Zamarin
2024-06-19 11:24 Sam James
2024-06-19 8:41 Miroslav Šulc
2024-05-20 9:19 Miroslav Šulc
2024-02-27 10:48 Miroslav Šulc
2024-02-24 15:26 Arthur Zamarin
2024-02-24 7:08 Sam James
2024-01-24 9:38 Miroslav Šulc
2023-10-11 10:52 Miroslav Šulc
2023-10-11 8:30 Sam James
2023-10-11 8:30 Sam James
2023-09-11 7:33 Miroslav Šulc
2023-07-04 6:10 Miroslav Šulc
2023-07-03 13:47 Sam James
2023-07-03 13:47 Sam James
2023-06-02 6:50 Miroslav Šulc
2023-04-28 6:45 Miroslav Šulc
2023-04-27 6:39 Sam James
2023-04-27 6:39 Sam James
2023-03-27 10:51 Miroslav Šulc
2023-01-30 9:15 Miroslav Šulc
2023-01-29 10:45 Sam James
2023-01-29 10:45 Sam James
2022-12-29 8:36 Miroslav Šulc
2022-11-24 7:23 Miroslav Šulc
2022-11-23 23:03 Sam James
2022-11-23 23:03 Sam James
2022-10-23 7:14 Miroslav Šulc
2022-08-02 4:42 Miroslav Šulc
2022-08-01 22:12 Sam James
2022-08-01 8:01 Agostino Sarubbo
2021-08-08 5:58 Miroslav Šulc
2021-08-07 23:37 Sam James
2021-08-07 5:10 Agostino Sarubbo
2021-07-06 4:32 Miroslav Šulc
2021-06-15 13:29 Miroslav Šulc
2021-06-15 13:25 Sam James
2021-06-15 13:25 Sam James
2021-05-29 16:00 Miroslav Šulc
2021-05-29 13:28 Sam James
2021-05-15 9:30 Miroslav Šulc
2021-04-27 17:50 Miroslav Šulc
2020-10-13 15:02 Andreas Sturmlechner
2020-10-13 9:26 Agostino Sarubbo
2020-10-12 12:09 Agostino Sarubbo
2020-08-22 16:06 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2019-12-26 10:02 Miroslav Šulc
2019-12-13 10:48 Miroslav Šulc
2019-06-27 17:21 Andreas Sturmlechner
2019-01-17 17:23 Mikle Kolyada
2019-01-15 22:10 Thomas Deutschmann
2018-12-16 23:53 Andreas Sturmlechner
2018-10-02 14:42 Mikle Kolyada
2018-10-02 14:42 Mikle Kolyada
2018-10-01 22:42 Thomas Deutschmann
2018-10-01 18:49 Andreas Sturmlechner
2018-10-01 18:49 Andreas Sturmlechner
2016-11-15 9:09 Alexis Ballier
2015-08-12 9:31 Ben de Groot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox