public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatroska/
Date: Wed, 12 Jun 2019 10:37:28 +0000 (UTC)	[thread overview]
Message-ID: <1560335824.29ea705aa260cc7c448a43a99ff4f0510d18637a.asturm@gentoo> (raw)

commit:     29ea705aa260cc7c448a43a99ff4f0510d18637a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 10:33:47 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 10:37:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ea705a

media-libs/libmatroska: Drop old

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

 media-libs/libmatroska/Manifest                 |  3 ---
 media-libs/libmatroska/libmatroska-1.4.5.ebuild | 26 -------------------------
 media-libs/libmatroska/libmatroska-1.4.7.ebuild | 26 -------------------------
 media-libs/libmatroska/libmatroska-1.4.8.ebuild | 26 -------------------------
 4 files changed, 81 deletions(-)

diff --git a/media-libs/libmatroska/Manifest b/media-libs/libmatroska/Manifest
index fb467844c48..86195950152 100644
--- a/media-libs/libmatroska/Manifest
+++ b/media-libs/libmatroska/Manifest
@@ -1,5 +1,2 @@
-DIST libmatroska-1.4.5.tar.bz2 612987 BLAKE2B 3cf0ddfdcda35a928a684d7f03abf8114dd08703201c5ff801b753ce1fbdba8ff27163f33432fa1afabdf2e70fff059106ffeecf38142afba2bd2e27ce57ab6e SHA512 94ce6fd920e5023b2846b629438a0bd42ff80f21b8f96e270d280311fba3619ab59f1cc6b73778c014ca2dbf060f3b119da052ea143f79aa1e83fac888799f3d
-DIST libmatroska-1.4.7.tar.bz2 619463 BLAKE2B 5cd5adad33e327b07ded8ae042b8e2f8988339e7b5fd79026a0dd6358d8fa93c87dad641eec741d783e0ef91c9d06cd3ad881d4664544a51ecf7e901cf4b1adb SHA512 75371a94c68a472fa55e2277b90a2717dd777b506ac89fb115fa83c5093aee6609eb4b01aa65c1d5a9ce9fc597684baff2ffc330a756050b2fb746abffc2417e
-DIST libmatroska-1.4.8.tar.xz 286284 BLAKE2B 46bec9bbba97d89fe7db63715c2b3d9b648076814b206f6fe2423b09e0b9c6ab130c9cd338442eb810471773c24fe6e32dc6cc044d02bd622789e6e41f36dda1 SHA512 af3b8bfae891be77896b6afa2da3325ebba73a957cd43a4e6086b68e1237bb37b2e6d5eb57322c05ede0ad0c03464087b77fbdf06101314f09411648e1073cee
 DIST libmatroska-1.4.9.tar.xz 64556 BLAKE2B 9f2c01213edd979b325eb1dda148054bc6e0117ad41b29385f6d505108d4e2a4da643df76f957d07541bb581e71d5fed9875f1aef0804894cbab4cc39da50a98 SHA512 281224b66ce7ef39daf0f186cda1144250e190b914e64f4f2524e8bf0170a3d18dbc50f204d4ca8d7eaffe183a61f96c92ba6ec4325bacb068272d62cdbcef33
 DIST libmatroska-1.5.0.tar.xz 64596 BLAKE2B a14f3f1aef87e2bc05989d3166b562edf852c20e5a25f6bb9376cd4b5224bfc7db3f45daffa5ccff140af75a2addca2bdac024228c7512016e6568e669c639e7 SHA512 eb59b5afd9d510c2d6c7408b0053a261cee6669a9f5bbb1a939d98d96ac6c9b8f340691e95310268f59c954a1d9f72322fd0ec7b442a74c56cd2e2c22eb3a754

diff --git a/media-libs/libmatroska/libmatroska-1.4.5.ebuild b/media-libs/libmatroska/libmatroska-1.4.5.ebuild
deleted file mode 100644
index ae18b42ea76..00000000000
--- a/media-libs/libmatroska/libmatroska-1.4.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.bz2"
-
-LICENSE="GPL-2"
-SLOT="0/6" # subslot = soname major version
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libebml-1.3.4:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete
-}

diff --git a/media-libs/libmatroska/libmatroska-1.4.7.ebuild b/media-libs/libmatroska/libmatroska-1.4.7.ebuild
deleted file mode 100644
index 3910a74e6cf..00000000000
--- a/media-libs/libmatroska/libmatroska-1.4.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.bz2"
-
-LICENSE="GPL-2"
-SLOT="0/6" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libebml-1.3.4:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete
-}

diff --git a/media-libs/libmatroska/libmatroska-1.4.8.ebuild b/media-libs/libmatroska/libmatroska-1.4.8.ebuild
deleted file mode 100644
index 85a0066e6a7..00000000000
--- a/media-libs/libmatroska/libmatroska-1.4.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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="GPL-2"
-SLOT="0/6" # subslot = soname major version
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libebml-1.3.4:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete
-}


             reply	other threads:[~2019-06-12 10:37 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-12 10:37 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 21:21 Andreas Sturmlechner
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-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=1560335824.29ea705aa260cc7c448a43a99ff4f0510d18637a.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