From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/woff2/
Date: Mon, 16 Jul 2018 21:57:26 +0000 (UTC) [thread overview]
Message-ID: <1531778128.dd60dd732e36423f296771bb096d7e9f0f07962c.leio@gentoo> (raw)
commit: dd60dd732e36423f296771bb096d7e9f0f07962c
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 21:55:28 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 21:55:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd60dd73
media-libs/woff2: Initial import
Needed by webkit-gtk
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/woff2/Manifest | 1 +
media-libs/woff2/metadata.xml | 8 ++++++++
media-libs/woff2/woff2-1.0.2.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/media-libs/woff2/Manifest b/media-libs/woff2/Manifest
new file mode 100644
index 00000000000..2d9d0afce6d
--- /dev/null
+++ b/media-libs/woff2/Manifest
@@ -0,0 +1 @@
+DIST woff2-1.0.2.tar.gz 38934 BLAKE2B b4a762cb2377b896147d9ebdae97f17e80bdb94fa8ec1b04e28e9df48c2f3456f83fc548b10a49bbc271bead349348f7582a85c5011f60a9feb4dda84920b6f3 SHA512 c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d
diff --git a/media-libs/woff2/metadata.xml b/media-libs/woff2/metadata.xml
new file mode 100644
index 00000000000..39980802b1d
--- /dev/null
+++ b/media-libs/woff2/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>
diff --git a/media-libs/woff2/woff2-1.0.2.ebuild b/media-libs/woff2/woff2-1.0.2.ebuild
new file mode 100644
index 00000000000..c8fad39c9d5
--- /dev/null
+++ b/media-libs/woff2/woff2-1.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Encode/decode WOFF2 font format"
+HOMEPAGE="https://github.com/google/woff2"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="app-arch/brotli"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ # needed, causes QA warnings otherwise
+ -DCMAKE_SKIP_RPATH=ON
+ )
+ cmake-utils_src_configure
+}
next reply other threads:[~2018-07-16 21:57 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-16 21:57 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-16 21:57 [gentoo-commits] repo/gentoo:master commit in: media-libs/woff2/ Mart Raudsepp
2018-07-22 9:01 Sergei Trofimovich
2018-07-22 19:08 Mikle Kolyada
2018-07-24 23:19 Mart Raudsepp
2018-07-25 9:05 Fabian Groffen
2018-07-25 9:29 Mart Raudsepp
2018-07-28 13:25 Thomas Deutschmann
2018-07-28 16:16 Thomas Deutschmann
2018-07-30 6:23 Sergei Trofimovich
2018-07-30 20:52 Mikle Kolyada
2018-08-02 21:34 Sergei Trofimovich
2018-08-12 13:24 Sergei Trofimovich
2018-08-13 8:15 Tobias Klausmann
2018-08-16 21:09 Michał Górny
2019-01-05 17:19 Mikle Kolyada
2019-05-21 3:17 Aaron Bauman
2020-04-01 17:13 Sergei Trofimovich
2020-04-04 13:27 Agostino Sarubbo
2020-04-05 9:38 Agostino Sarubbo
2020-04-15 8:32 Hans de Graaff
2020-04-15 8:32 Hans de Graaff
2020-04-24 6:47 Agostino Sarubbo
2020-04-24 21:48 Sergei Trofimovich
2020-04-27 17:08 Sergei Trofimovich
2020-06-23 17:25 Sergei Trofimovich
2020-06-26 21:16 Mart Raudsepp
2020-06-28 14:19 Thomas Deutschmann
2020-06-28 20:30 Agostino Sarubbo
2020-06-29 15:42 Mikle Kolyada
2020-09-18 6:48 Sergei Trofimovich
2020-09-18 7:44 Sergei Trofimovich
2021-01-03 11:38 Sergei Trofimovich
2021-01-06 14:27 Fabian Groffen
2021-08-18 19:39 Sam James
2021-09-07 9:58 Andreas Sturmlechner
2021-09-26 22:28 James Le Cuirot
2022-02-27 9:28 Hans de Graaff
2022-03-30 11:09 Jakov Smolić
2022-03-30 11:09 Jakov Smolić
2022-03-30 11:47 Agostino Sarubbo
2022-03-30 11:47 Agostino Sarubbo
2022-03-31 19:07 Arthur Zamarin
2022-04-01 5:49 Arthur Zamarin
2022-04-02 7:33 Arthur Zamarin
2022-04-18 18:22 Arthur Zamarin
2022-04-18 18:42 Sam James
2022-05-17 13:07 WANG Xuerui
2022-06-16 16:30 Sam James
2024-12-21 17:16 Arthur Zamarin
2025-03-14 16:59 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=1531778128.dd60dd732e36423f296771bb096d7e9f0f07962c.leio@gentoo \
--to=leio@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