From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatroska/
Date: Sun, 28 Jul 2019 21:21:04 +0000 (UTC) [thread overview]
Message-ID: <1564348847.0d10aba3465ad96f3c67bcda062b366819b80807.asturm@gentoo> (raw)
commit: 0d10aba3465ad96f3c67bcda062b366819b80807
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 21:03:29 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 21:20:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d10aba3
media-libs/libmatroska: Drop 1.4.9 and 1.5.0
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libmatroska/Manifest | 2 --
media-libs/libmatroska/libmatroska-1.4.9.ebuild | 23 -----------------------
media-libs/libmatroska/libmatroska-1.5.0.ebuild | 23 -----------------------
3 files changed, 48 deletions(-)
diff --git a/media-libs/libmatroska/Manifest b/media-libs/libmatroska/Manifest
index 6b48eab20ee..3a8238b2e9a 100644
--- a/media-libs/libmatroska/Manifest
+++ b/media-libs/libmatroska/Manifest
@@ -1,3 +1 @@
-DIST libmatroska-1.4.9.tar.xz 64556 BLAKE2B 9f2c01213edd979b325eb1dda148054bc6e0117ad41b29385f6d505108d4e2a4da643df76f957d07541bb581e71d5fed9875f1aef0804894cbab4cc39da50a98 SHA512 281224b66ce7ef39daf0f186cda1144250e190b914e64f4f2524e8bf0170a3d18dbc50f204d4ca8d7eaffe183a61f96c92ba6ec4325bacb068272d62cdbcef33
-DIST libmatroska-1.5.0.tar.xz 64596 BLAKE2B a14f3f1aef87e2bc05989d3166b562edf852c20e5a25f6bb9376cd4b5224bfc7db3f45daffa5ccff140af75a2addca2bdac024228c7512016e6568e669c639e7 SHA512 eb59b5afd9d510c2d6c7408b0053a261cee6669a9f5bbb1a939d98d96ac6c9b8f340691e95310268f59c954a1d9f72322fd0ec7b442a74c56cd2e2c22eb3a754
DIST libmatroska-1.5.2.tar.xz 64996 BLAKE2B 6af202b9817ed54feca76c0a9ed60a0eca0431ffc4ebc9aeae2df191066501c16fb7bb8dc37cb6353eb22c87dfe9fa22420cbbf18d3a6a6edeec4900a59bc0cf SHA512 122b71b91ae89e2a7cc89db17655a006248d58f18d913b4f9ffc885aef7e39681a3a16eed43cd8ecd949c570a939007797c79829f5ee87d08562aee3f0224ba2
diff --git a/media-libs/libmatroska/libmatroska-1.4.9.ebuild b/media-libs/libmatroska/libmatroska-1.4.9.ebuild
deleted file mode 100644
index 830cbf92352..00000000000
--- a/media-libs/libmatroska/libmatroska-1.4.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Extensible multimedia container format based on EBML"
-HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libmatroska/"
-SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/6" # subslot = soname major version
-KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-libs/libebml-1.3.6:="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
- cmake-utils_src_configure
-}
diff --git a/media-libs/libmatroska/libmatroska-1.5.0.ebuild b/media-libs/libmatroska/libmatroska-1.5.0.ebuild
deleted file mode 100644
index 960db31935b..00000000000
--- a/media-libs/libmatroska/libmatroska-1.5.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="Extensible multimedia container format based on EBML"
-HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libmatroska/"
-SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/6" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-libs/libebml-1.3.7:="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
- cmake-utils_src_configure
-}
next reply other threads:[~2019-07-28 21:21 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-28 21:21 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-20 22:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatroska/ Andreas Sturmlechner
2022-12-04 19:38 Sam James
2022-12-04 17:56 Arthur Zamarin
2022-12-04 17:56 Arthur Zamarin
2022-12-03 20:43 Arthur Zamarin
2022-12-03 20:41 Arthur Zamarin
2022-12-03 20:41 Arthur Zamarin
2022-12-03 20:40 Arthur Zamarin
2022-12-03 6:08 WANG Xuerui
2022-10-08 20:42 Sam James
2022-04-17 19:24 Sam James
2021-08-24 23:26 Sam James
2021-08-24 23:26 Sam James
2021-08-24 11:42 Agostino Sarubbo
2021-08-24 11:41 Agostino Sarubbo
2021-08-24 11:41 Agostino Sarubbo
2021-08-24 11:40 Agostino Sarubbo
2021-08-23 22:16 Agostino Sarubbo
2021-08-21 8:44 Marek Szuba
2021-05-01 18:27 Sam James
2021-04-10 9:18 Thomas Raschbacher
2021-01-23 21:13 Andreas Sturmlechner
2020-09-07 8:47 Sergei Trofimovich
2020-09-05 15:23 Sam James
2020-08-18 11:22 Agostino Sarubbo
2020-08-17 7:01 Agostino Sarubbo
2020-08-12 12:02 Sam James
2020-08-12 11:00 Sam James
2020-08-12 1:58 Sam James
2020-08-11 21:15 Thomas Deutschmann
2020-06-30 2:49 Tim Harder
2019-07-28 20:20 Mikle Kolyada
2019-07-26 10:43 Agostino Sarubbo
2019-07-23 9:22 Aaron Bauman
2019-07-22 12:09 Agostino Sarubbo
2019-07-21 8:19 Sergei Trofimovich
2019-07-18 18:35 Sergei Trofimovich
2019-07-18 14:32 Thomas Deutschmann
2019-07-18 13:37 Agostino Sarubbo
2019-07-18 13:37 Agostino Sarubbo
2019-06-22 22:41 Tim Harder
2019-06-12 10:37 Andreas Sturmlechner
2019-05-11 12:23 Mikle Kolyada
2019-05-02 21:26 Mikle Kolyada
2019-04-08 15:46 Mikle Kolyada
2019-04-07 21:34 Sergei Trofimovich
2019-04-07 21:16 Sergei Trofimovich
2019-04-02 19:20 Sergei Trofimovich
2019-04-01 19:58 Thomas Deutschmann
2019-03-28 7:03 Tim Harder
2018-12-12 8:25 Tim Harder
2018-03-18 12:36 Sergei Trofimovich
2018-02-25 21:52 Sergei Trofimovich
2018-01-28 18:23 Tobias Klausmann
2018-01-26 23:24 Thomas Deutschmann
2017-12-27 20:31 Sergei Trofimovich
2017-12-21 19:28 Markus Meier
2017-12-18 16:51 Jason Zaman
2017-10-04 11:09 Alexis Ballier
2017-08-23 12:07 Tim Harder
2017-07-08 9:20 Alexis Ballier
2017-04-24 20:47 Tim Harder
2017-02-25 10:37 Manuel Rüger
2017-02-16 21:14 Markus Meier
2017-01-22 16:27 Agostino Sarubbo
2017-01-20 11:05 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2016-12-18 15:57 Agostino Sarubbo
2016-12-17 13:57 Aaron Bauman
2016-12-14 9:14 Tobias Klausmann
2016-08-19 3:07 Tim Harder
2016-06-30 9:22 Aaron Bauman
2015-11-18 9:32 Agostino Sarubbo
2015-11-15 20:59 Markus Meier
2015-11-05 11:01 Agostino Sarubbo
2015-11-04 14:50 Agostino Sarubbo
2015-11-01 14:52 Tobias Klausmann
2015-10-31 6:34 Jeroen Roovers
2015-10-30 8:45 Agostino Sarubbo
2015-10-30 8:45 Agostino Sarubbo
2015-10-20 14:01 Alexis Ballier
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=1564348847.0d10aba3465ad96f3c67bcda062b366819b80807.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