From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/
Date: Tue, 20 Oct 2015 14:01:18 +0000 (UTC) [thread overview]
Message-ID: <1445349548.ef1a34fa914e2f1c84117ab9dd111685e3083ae3.aballier@gentoo> (raw)
commit: ef1a34fa914e2f1c84117ab9dd111685e3083ae3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 13:59:08 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 13:59:08 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1a34fa
dev-libs/libebml: Bump to 1.3.3.
Package-Manager: portage-2.2.23
dev-libs/libebml/Manifest | 1 +
dev-libs/libebml/libebml-1.3.3.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest
index c59419b..ecac6fd 100644
--- a/dev-libs/libebml/Manifest
+++ b/dev-libs/libebml/Manifest
@@ -2,3 +2,4 @@ DIST libebml-1.2.1.tar.bz2 60662 SHA256 8f9e06630eab83f337d280d38eff53e41e030530
DIST libebml-1.2.2.tar.bz2 60802 SHA256 476b08c6436a96c024a53e788e7c945ce9b41cd8654165763444aa7e5245b7a5 SHA512 aa9b446aadbfea6cd7031a08a8cd0251a764febb8ef43ee3ba44d066b945698311bda7db6bb2d983d5f0c1e24f108ae4cf1c6551b04337210b13daf7e2236135 WHIRLPOOL 5bfa5ee38b9e4bb6cbc8bc27e949e64621ecc8fe3cf76a0686c85b53579d80ee53bca520ef70b9af13bbf589fd51e5f20eae908928ee0b651d23951a532777e0
DIST libebml-1.3.0.tar.gz 70425 SHA256 cd48a6d943905afe877e86f421647092956d71c7345dc9264a5123750ca8b158 SHA512 804b8e9e29add421304ef104f48170ee434cc97d6063dc4338b7fd6ad559733ed1bffd8440146674b70b3d6906f45ded4cc482d606c94c8c04bf424fd85c366e WHIRLPOOL b5656fa835753bee8b4cfa995db220de85d69604d7332e793c6b45c13100e4041e0fee8517940bde600909b529d3eee959340d3f997b174b249f13c4183ed5cd
DIST libebml-1.3.1.tar.bz2 599116 SHA256 195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295 SHA512 b42d198611e480a4938fe95b920f6ee6ca37453f9551990e4310ed82651f93284f1de1d871357b6280219634bbbf6a98d4ac988e25e7bd7b5bbf5c0ba5766334 WHIRLPOOL 10879d351eb66dce6e04b0a1635e370dc82a9215b1ee61ad4b300466257bb0b06219f3ea65b090e415aef354bb8e200e19e35859d25ec5d46fa3208501373801
+DIST libebml-1.3.3.tar.bz2 588607 SHA256 35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499 SHA512 3ae048b468272e5ff1dc813121c1addcbbe324cd466e4b43ccce5aca148095190c10196433db951529ff62c587cc2b9a3c0c713db7921825221babaf7d4e824d WHIRLPOOL 85e973177ba1d437c0b461d81fd3b82432f22db5b1462fb6285cde7a0d6d8528ad7c9e24b0d64aa53eba78d44aec64d3842a96f00a0b6d72b255946967de1b81
diff --git a/dev-libs/libebml/libebml-1.3.3.ebuild b/dev-libs/libebml/libebml-1.3.3.ebuild
new file mode 100644
index 0000000..01e7fa6
--- /dev/null
+++ b/dev-libs/libebml/libebml-1.3.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
+inherit autotools-utils
+
+DESCRIPTION="Extensible binary format library (kinda like XML)"
+HOMEPAGE="http://www.matroska.org/ https://github.com/Matroska-Org/libebml/"
+SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0/4" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="debug static-libs"
+
+src_prepare() {
+ sed -i '/^AM_CXXFLAGS += -g/d' Makefile.am || die
+
+ autotools-utils_src_prepare
+}
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable debug)
+ )
+ autotools-utils_src_configure
+}
next reply other threads:[~2015-10-20 14:01 UTC|newest]
Thread overview: 96+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-20 14:01 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-30 8:45 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/ Agostino Sarubbo
2015-10-30 8:45 Agostino Sarubbo
2015-10-31 6:32 Jeroen Roovers
2015-11-01 14:48 Tobias Klausmann
2015-11-04 14:26 Agostino Sarubbo
2015-11-05 10:58 Agostino Sarubbo
2015-11-05 20:56 Markus Meier
2015-11-08 0:12 Mikle Kolyada
2016-08-19 3:07 Tim Harder
2016-12-14 9:14 Tobias Klausmann
2016-12-17 13:57 Aaron Bauman
2016-12-18 15:57 Agostino Sarubbo
2016-12-19 14:35 Agostino Sarubbo
2016-12-19 15:12 Agostino Sarubbo
2016-12-24 10:26 Agostino Sarubbo
2017-01-29 16:08 Fabian Groffen
2017-01-31 14:46 Jeroen Roovers
2017-04-24 20:47 Tim Harder
2017-07-08 9:20 Alexis Ballier
2017-08-23 12:07 Tim Harder
2017-08-23 12:07 Tim Harder
2018-01-26 23:24 Thomas Deutschmann
2018-01-28 15:56 Mikle Kolyada
2018-01-29 8:22 Tobias Klausmann
2018-01-31 20:00 Sergei Trofimovich
2018-02-05 22:44 Sergei Trofimovich
2018-02-25 21:52 Sergei Trofimovich
2018-03-20 23:49 Sergei Trofimovich
2018-03-22 6:07 Markus Meier
2018-05-09 22:06 Sergei Trofimovich
2018-12-12 8:25 Tim Harder
2019-03-28 7:03 Tim Harder
2019-04-02 19:20 Sergei Trofimovich
2019-04-07 20:52 Sergei Trofimovich
2019-04-07 21:00 Sergei Trofimovich
2019-04-07 21:34 Sergei Trofimovich
2019-04-08 15:45 Mikle Kolyada
2019-05-02 21:26 Mikle Kolyada
2019-05-11 12:23 Mikle Kolyada
2019-06-22 22:41 Tim Harder
2019-06-22 22:41 Tim Harder
2019-07-17 15:24 Agostino Sarubbo
2019-07-18 9:54 Agostino Sarubbo
2019-07-18 11:31 Agostino Sarubbo
2019-07-18 11:33 Agostino Sarubbo
2019-07-18 13:11 Agostino Sarubbo
2019-07-18 14:13 Agostino Sarubbo
2019-07-19 11:33 Agostino Sarubbo
2019-07-23 1:48 Aaron Bauman
2019-07-28 20:20 Mikle Kolyada
2019-07-28 21:21 Andreas Sturmlechner
2020-01-18 3:39 Tim Harder
2020-06-30 2:49 Tim Harder
2020-08-12 1:58 Sam James
2020-08-12 11:00 Sam James
2020-08-12 12:02 Sam James
2020-08-17 7:01 Agostino Sarubbo
2020-08-18 11:22 Agostino Sarubbo
2020-09-05 15:23 Sam James
2021-01-11 20:13 Sam James
2021-02-10 2:45 Sam James
2021-02-10 16:59 Sam James
2021-02-12 9:57 Sam James
2021-02-12 13:48 Sam James
2021-02-14 14:53 Sam James
2021-02-15 10:48 Sam James
2021-02-16 12:30 Sam James
2021-02-24 16:22 Sam James
2021-02-24 20:24 Sam James
2021-02-24 20:25 Sam James
2021-02-24 20:26 Sam James
2021-02-24 23:20 Sam James
2021-02-25 7:31 Sam James
2021-02-25 8:41 Sergei Trofimovich
2021-02-25 11:19 Sam James
2021-02-25 12:57 Andreas Sturmlechner
2021-03-09 9:49 Sam James
2022-10-04 11:16 Sam James
2022-10-08 20:42 Sam James
2022-12-03 12:07 Arthur Zamarin
2022-12-03 12:11 Arthur Zamarin
2022-12-03 12:11 Arthur Zamarin
2022-12-03 12:14 Sam James
2022-12-03 12:20 Sam James
2022-12-03 18:20 Arthur Zamarin
2022-12-03 18:54 Arthur Zamarin
2022-12-20 20:43 Andreas Sturmlechner
2024-02-02 14:19 Arthur Zamarin
2024-05-28 17:01 Sam James
2024-05-28 17:01 Sam James
2024-05-28 17:01 Sam James
2024-05-29 11:47 Sam James
2024-05-29 11:47 Sam James
2024-05-29 12:15 Sam James
2024-05-29 17:37 Sam James
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=1445349548.ef1a34fa914e2f1c84117ab9dd111685e3083ae3.aballier@gentoo \
--to=aballier@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