From 7c59acba5699c9c58090a7a738669669a7307023 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Aug 2021 23:14:26 +0100 Subject: gentoo resync : 21.08.2021 --- media-libs/woff2/Manifest | 4 ++-- media-libs/woff2/woff2-1.0.2-r1.ebuild | 28 ------------------------- media-libs/woff2/woff2-1.0.2-r2.ebuild | 37 ---------------------------------- media-libs/woff2/woff2-1.0.2-r3.ebuild | 28 +++++++++++++++++++++++++ media-libs/woff2/woff2-1.0.2-r4.ebuild | 37 ++++++++++++++++++++++++++++++++++ 5 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 media-libs/woff2/woff2-1.0.2-r1.ebuild delete mode 100644 media-libs/woff2/woff2-1.0.2-r2.ebuild create mode 100644 media-libs/woff2/woff2-1.0.2-r3.ebuild create mode 100644 media-libs/woff2/woff2-1.0.2-r4.ebuild (limited to 'media-libs/woff2') diff --git a/media-libs/woff2/Manifest b/media-libs/woff2/Manifest index ff0e3416c61a..7ece58d67616 100644 --- a/media-libs/woff2/Manifest +++ b/media-libs/woff2/Manifest @@ -1,4 +1,4 @@ DIST woff2-1.0.2.tar.gz 38934 BLAKE2B b4a762cb2377b896147d9ebdae97f17e80bdb94fa8ec1b04e28e9df48c2f3456f83fc548b10a49bbc271bead349348f7582a85c5011f60a9feb4dda84920b6f3 SHA512 c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d -EBUILD woff2-1.0.2-r1.ebuild 689 BLAKE2B 1f496a686fafd55d47285288b45e7423bf5fce6468eb9d452ab70bb87aa1546967964292b4de0db9362cf0eb029d6843ff83fab163fe7ca44ac16fe255377cee SHA512 6252e4766e398cefc87a723a56f0dc31181ffc729ff6d2007e1e3507ca96e47b9d2aabb1d4b13fe8dcf21fe424caa127ab6e38edfe13e3780e74a90fbfe05fcb -EBUILD woff2-1.0.2-r2.ebuild 867 BLAKE2B 0542268db763515f23b3a30123a2bc7e07a7e60c9dc3accb773c7fb6b9182432d88cf21a26416f3ecd3411b084a04fdea6e875fa2f17844172bb0dd002ca1162 SHA512 de641114e11ef3ba7a55364df86258c08c3353d5386cf72a18560f58caae8230de02df54a6c909fc8aad69c9a841e72066c26ac1452f49746c4e1f06f2cf4411 +EBUILD woff2-1.0.2-r3.ebuild 691 BLAKE2B 9c6e528363edb12fc8c3f877526f0bf0d1f7690c334431eab4e3e625e820ea01fdea67e0286c26135550397f86cec857b2075e7db84e95d824f9b3aab3c4b7ef SHA512 6941c14ea71dd438284713846edfc1e9864f787376a3b07ae577a063483a492eb9fcc8ab23445c22cf07edb068a306c89561892cf45d7684472c4f2e7e364f5d +EBUILD woff2-1.0.2-r4.ebuild 869 BLAKE2B 634c1cab81534fcdb696f0270645dece83fe39c19571c6b7d173c214fffb6c32d93d008bee7997442e8ddbdeb4c1fc67af481dd2e890f517a21e9338a1c4be82 SHA512 1fb72a04cdca72a243585e5a56734cb819fae48803905b6f62382a85b570586c5b71bded05035a7c5ccb922a92098ef6f35ee45d92cb8ea05d03f66af2121394 MISC metadata.xml 353 BLAKE2B 1cc153f5b5aaee1378bd1c42c3a85e0a156d853c63643e8b832b5517f8d7ff74c52552be3a11e3c0db7550daabfbb41d2618f89763baaf076ff4e327da03b7d0 SHA512 b3ceae6dd9b6556417a7633245e49463ee54759e8e8835583a15c8863c91e5669465a0fa1b22f066d99e0a1bfcd0df1537bddaba27cb6fb838ed356ca7f33a93 diff --git a/media-libs/woff2/woff2-1.0.2-r1.ebuild b/media-libs/woff2/woff2-1.0.2-r1.ebuild deleted file mode 100644 index 3384b62d7908..000000000000 --- a/media-libs/woff2/woff2-1.0.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# 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="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND="app-arch/brotli" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise - -DCANONICAL_PREFIXES=ON #661942 - ) - cmake-utils_src_configure -} diff --git a/media-libs/woff2/woff2-1.0.2-r2.ebuild b/media-libs/woff2/woff2-1.0.2-r2.ebuild deleted file mode 100644 index 5daf8980d92a..000000000000 --- a/media-libs/woff2/woff2-1.0.2-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND="app-arch/brotli" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise - -DCANONICAL_PREFIXES=ON #661942 - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - dobin ${BUILD_DIR}/woff2_compress - dobin ${BUILD_DIR}/woff2_decompress - dobin ${BUILD_DIR}/woff2_info - - einstalldocs -} diff --git a/media-libs/woff2/woff2-1.0.2-r3.ebuild b/media-libs/woff2/woff2-1.0.2-r3.ebuild new file mode 100644 index 000000000000..5c2e05da4f3f --- /dev/null +++ b/media-libs/woff2/woff2-1.0.2-r3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# 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="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +IUSE="" + +RDEPEND="app-arch/brotli:=" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise + -DCANONICAL_PREFIXES=ON #661942 + ) + cmake-utils_src_configure +} diff --git a/media-libs/woff2/woff2-1.0.2-r4.ebuild b/media-libs/woff2/woff2-1.0.2-r4.ebuild new file mode 100644 index 000000000000..0d01c3669e73 --- /dev/null +++ b/media-libs/woff2/woff2-1.0.2-r4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +IUSE="" + +RDEPEND="app-arch/brotli:=" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise + -DCANONICAL_PREFIXES=ON #661942 + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + dobin ${BUILD_DIR}/woff2_compress + dobin ${BUILD_DIR}/woff2_decompress + dobin ${BUILD_DIR}/woff2_info + + einstalldocs +} -- cgit v1.2.3