From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
Date: Mon, 1 Oct 2018 18:49:04 +0000 (UTC) [thread overview]
Message-ID: <1538419725.60d2553a5ff4e9787fe197daaa5fafbffe5e52b3.asturm@gentoo> (raw)
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
-}
next reply other threads:[~2018-10-01 18:49 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-01 18:49 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-20 10:14 [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/ 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 15:23 Sam James
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
2016-11-15 9:09 Alexis Ballier
2015-08-12 9:31 Ben de Groot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1538419725.60d2553a5ff4e9787fe197daaa5fafbffe5e52b3.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox