From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51B4015808C for ; Sun, 17 Apr 2022 19:24:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68DFEE0B5E; Sun, 17 Apr 2022 19:24:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E908E0B17 for ; Sun, 17 Apr 2022 19:24:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BF94341954 for ; Sun, 17 Apr 2022 19:24:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D94C3B5 for ; Sun, 17 Apr 2022 19:24:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650223288.e9aa16dc7ba6411325bc61c7b7b79e04a85ce94a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libass/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libass/Manifest media-libs/libass/libass-0.15.1-r2.ebuild X-VCS-Directories: media-libs/libass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9aa16dc7ba6411325bc61c7b7b79e04a85ce94a X-VCS-Branch: master Date: Sun, 17 Apr 2022 19:24:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07a77d44-4207-457c-8635-687f229765f1 X-Archives-Hash: 46da7334bc3246dde89295c542599603 commit: e9aa16dc7ba6411325bc61c7b7b79e04a85ce94a Author: Sam James gentoo org> AuthorDate: Sun Apr 17 19:21:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 19:21:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9aa16dc media-libs/libass: drop 0.15.1-r2 Signed-off-by: Sam James gentoo.org> media-libs/libass/Manifest | 1 - media-libs/libass/libass-0.15.1-r2.ebuild | 43 ------------------------------- 2 files changed, 44 deletions(-) diff --git a/media-libs/libass/Manifest b/media-libs/libass/Manifest index 774f6163e6e6..484008941173 100644 --- a/media-libs/libass/Manifest +++ b/media-libs/libass/Manifest @@ -1,2 +1 @@ -DIST libass-0.15.1.tar.xz 369884 BLAKE2B d5b7a4e474aa847ace6ba36085b7c2ef6de3e70fe00e3ea99be0f6c54d807969d90bb08d651357445e2158b01058f4c2995e1bb1d5f895479cdc0fb67fa3495e SHA512 e5a1cca7a72b21de7da2f83fc46db6b35e822593b67fa16563451f4121965e16e825a1665996a0e6022992e6b0365fc2b9b898932dd8086d2ee87b48851ef307 DIST libass-0.15.2.tar.xz 382036 BLAKE2B 6448bbb152787e813c2f32544694b4854723d97fcac281355f61b3efd3499c65a0a27f7405060c0a4aa200795b564a1907d3db04dda6ecaa892ad3fc78e9cb77 SHA512 4a352d2d21d8a7f25d593f0456cd057912589e55c0709dbf33150d23253fa7859da41584238f03c51782e066a0f92c6849c36b6210324cdb57ed01539921a39b diff --git a/media-libs/libass/libass-0.15.1-r2.ebuild b/media-libs/libass/libass-0.15.1-r2.ebuild deleted file mode 100644 index 37b64e258e07..000000000000 --- a/media-libs/libass/libass-0.15.1-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-minimal - -DESCRIPTION="Library for SSA/ASS subtitles rendering" -HOMEPAGE="https://github.com/libass/libass" -SRC_URI="https://github.com/libass/libass/releases/download/${PV}/${P}.tar.xz" - -LICENSE="ISC" -SLOT="0/9" # subslot = libass soname version -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="+fontconfig" - -BDEPEND=" - amd64? ( dev-lang/nasm ) - x86? ( dev-lang/nasm ) - virtual/pkgconfig" -RDEPEND=" - >=dev-libs/fribidi-0.19.5-r1[${MULTILIB_USEDEP}] - >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] - >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] - >=media-libs/harfbuzz-0.9.12:=[truetype,${MULTILIB_USEDEP}] - fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND}" - -DOCS=( Changelog ) - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - $(use_enable fontconfig) \ - --disable-static \ - --disable-require-system-font-provider -} - -multilib_src_install_all() { - einstalldocs - - find "${ED}" -name '*.la' -type f -delete || die -}