public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/
Date: Sat, 22 Jun 2019 22:41:19 +0000 (UTC)	[thread overview]
Message-ID: <1561243213.8889dadc6d95fddfd5dbc0608fd3434e8b9569e0.radhermit@gentoo> (raw)

commit:     8889dadc6d95fddfd5dbc0608fd3434e8b9569e0
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 21:16:16 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 22:40:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8889dadc

dev-libs/libebml: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-libs/libebml/Manifest             |  2 --
 dev-libs/libebml/libebml-1.3.4.ebuild | 34 ----------------------------------
 dev-libs/libebml/libebml-1.3.5.ebuild | 34 ----------------------------------
 3 files changed, 70 deletions(-)

diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest
index e132156d92e..90cef6e7e88 100644
--- a/dev-libs/libebml/Manifest
+++ b/dev-libs/libebml/Manifest
@@ -1,5 +1,3 @@
-DIST libebml-1.3.4.tar.bz2 606205 BLAKE2B d13c33777e9afbc4d370e0b8e68fdcb42597fbd62f61197a4aa72e2b229ef06819efc0864f9783c87c90f8fcfa572b02d9b1767b57c31c6bc22a020b9eace94e SHA512 ebf5b71afe725e40ee6415463e51ca14810eecc2fef186caacd0269077f5febeb62623fd48674b21ea732f43a620d0c91603fa48d3f8d163284d1cf204642194
-DIST libebml-1.3.5.tar.xz 274184 BLAKE2B 954411bba6fc9ff3893a17a5147babff18352ac2c436523eecafac8e2921dd968e83f5672428f4f22e61cee97f7ce1a4f905781b4468cfd9f3ea7d8cd15d961f SHA512 cdf05015724919b19281bf99c562bb7e0bdf16990da274010f664ff316b6ce95ecbeaa1e479f03505281a7f45d5796aee6e7750a9e1c0596b630911d220dca24
 DIST libebml-1.3.6.tar.xz 57764 BLAKE2B 554f9d4d162d02ba05e2b1eecd688a6c25a4c727ee1a2a93cd6c4ceec94c5628ec20306dc5fa41a2dfcf189afb7a3add33b09a3bcf62f8b5f8fb2ac6657916d3 SHA512 6a31a56dcde39642848f25353a462f4621d6cfd3bc9ef62add1b00d098c6a80b3c2b50ecf4d6dd50650c609eb39a6150c6d1b69ea3a77a3928bd3300af7dd91f
 DIST libebml-1.3.7.tar.xz 69460 BLAKE2B 53cb7ab3c553cc533b025bdf1953c1de33108e506900e8df0ecafa5f88bc43b0a54611c69bd169401ddea162a1e669bde0e93dc38255b8ea24d04dd41fae9599 SHA512 ad574a73a1d2c5fbd4581991ff790ef22cfcaf5645295b06dce36235b43d552bbec3b400d3c80550c8020ed3720226fad05348c6034c444da1106439c7fd9fc1
 DIST libebml-1.3.9.tar.xz 69836 BLAKE2B d37bf9d74cb21a0c4cea3550bbd25f081e48085ba8d97d2f133e3f5da292527f0f31fc5aa3978c21f82262698877a76670b4b120e915573d339751234c4450c7 SHA512 a388fa8ff7acf9a0fb33faf9c00fc07f53794d86a4f894e04e2a690a24e781a7f380a0896e607e801a6f1f0b215407ee09a801e96d4b3e15f39ca71ec3a6d64e

diff --git a/dev-libs/libebml/libebml-1.3.4.ebuild b/dev-libs/libebml/libebml-1.3.4.ebuild
deleted file mode 100644
index 53c1d59dcf9..00000000000
--- a/dev-libs/libebml/libebml-1.3.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Extensible binary format library (kinda like XML)"
-HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/"
-SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0/4" # subslot = soname major version
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug static-libs"
-
-src_prepare() {
-	default
-	sed -i '/^AM_CXXFLAGS += -g/d' Makefile.am || die
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable debug)
-		$(use_enable static-libs static)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete
-}

diff --git a/dev-libs/libebml/libebml-1.3.5.ebuild b/dev-libs/libebml/libebml-1.3.5.ebuild
deleted file mode 100644
index be83f1d7e1a..00000000000
--- a/dev-libs/libebml/libebml-1.3.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Extensible binary format library (kinda like XML)"
-HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/"
-SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/4" # subslot = soname major version
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug static-libs"
-
-src_prepare() {
-	default
-	sed -i '/^AM_CXXFLAGS += -g/d' Makefile.am || die
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable debug)
-		$(use_enable static-libs static)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete
-}


             reply	other threads:[~2019-06-22 22:41 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-22 22:41 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-29 17:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/ Sam James
2024-05-29 12:15 Sam James
2024-05-29 11:47 Sam James
2024-05-29 11:47 Sam James
2024-05-28 17:01 Sam James
2024-05-28 17:01 Sam James
2024-05-28 17:01 Sam James
2024-02-02 14:19 Arthur Zamarin
2022-12-20 20:43 Andreas Sturmlechner
2022-12-03 18:54 Arthur Zamarin
2022-12-03 18:20 Arthur Zamarin
2022-12-03 12:20 Sam James
2022-12-03 12:14 Sam James
2022-12-03 12:11 Arthur Zamarin
2022-12-03 12:11 Arthur Zamarin
2022-12-03 12:07 Arthur Zamarin
2022-10-08 20:42 Sam James
2022-10-04 11:16 Sam James
2021-03-09  9:49 Sam James
2021-02-25 12:57 Andreas Sturmlechner
2021-02-25 11:19 Sam James
2021-02-25  8:41 Sergei Trofimovich
2021-02-25  7:31 Sam James
2021-02-24 23:20 Sam James
2021-02-24 20:26 Sam James
2021-02-24 20:25 Sam James
2021-02-24 20:24 Sam James
2021-02-24 16:22 Sam James
2021-02-16 12:30 Sam James
2021-02-15 10:48 Sam James
2021-02-14 14:53 Sam James
2021-02-12 13:48 Sam James
2021-02-12  9:57 Sam James
2021-02-10 16:59 Sam James
2021-02-10  2:45 Sam James
2021-01-11 20:13 Sam James
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-06-30  2:49 Tim Harder
2020-01-18  3:39 Tim Harder
2019-07-28 21:21 Andreas Sturmlechner
2019-07-28 20:20 Mikle Kolyada
2019-07-23  1:48 Aaron Bauman
2019-07-19 11:33 Agostino Sarubbo
2019-07-18 14:13 Agostino Sarubbo
2019-07-18 13:11 Agostino Sarubbo
2019-07-18 11:33 Agostino Sarubbo
2019-07-18 11:31 Agostino Sarubbo
2019-07-18  9:54 Agostino Sarubbo
2019-07-17 15:24 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:45 Mikle Kolyada
2019-04-07 21:34 Sergei Trofimovich
2019-04-07 21:00 Sergei Trofimovich
2019-04-07 20:52 Sergei Trofimovich
2019-04-02 19:20 Sergei Trofimovich
2019-03-28  7:03 Tim Harder
2018-12-12  8:25 Tim Harder
2018-05-09 22:06 Sergei Trofimovich
2018-03-22  6:07 Markus Meier
2018-03-20 23:49 Sergei Trofimovich
2018-02-25 21:52 Sergei Trofimovich
2018-02-05 22:44 Sergei Trofimovich
2018-01-31 20:00 Sergei Trofimovich
2018-01-29  8:22 Tobias Klausmann
2018-01-28 15:56 Mikle Kolyada
2018-01-26 23:24 Thomas Deutschmann
2017-08-23 12:07 Tim Harder
2017-08-23 12:07 Tim Harder
2017-07-08  9:20 Alexis Ballier
2017-04-24 20:47 Tim Harder
2017-01-31 14:46 Jeroen Roovers
2017-01-29 16:08 Fabian Groffen
2016-12-24 10:26 Agostino Sarubbo
2016-12-19 15:12 Agostino Sarubbo
2016-12-19 14:35 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
2015-11-08  0:12 Mikle Kolyada
2015-11-05 20:56 Markus Meier
2015-11-05 10:58 Agostino Sarubbo
2015-11-04 14:26 Agostino Sarubbo
2015-11-01 14:48 Tobias Klausmann
2015-10-31  6:32 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=1561243213.8889dadc6d95fddfd5dbc0608fd3434e8b9569e0.radhermit@gentoo \
    --to=radhermit@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