public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-ttf/
Date: Fri, 16 Dec 2022 06:26:21 +0000 (UTC)	[thread overview]
Message-ID: <1671171972.c6b2fec5a705307d1dd93feaf16295c44346c9c4.sam@gentoo> (raw)

commit:     c6b2fec5a705307d1dd93feaf16295c44346c9c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 05:24:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 06:26:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b2fec5

media-libs/sdl2-ttf: drop 2.0.15, 2.0.18-r1

Bug: https://bugs.gentoo.org/843434
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/sdl2-ttf/Manifest                  |  2 --
 media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild    | 39 -----------------------
 media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild | 45 ---------------------------
 3 files changed, 86 deletions(-)

diff --git a/media-libs/sdl2-ttf/Manifest b/media-libs/sdl2-ttf/Manifest
index a02e17fa59b2..4b2e4858d2ee 100644
--- a/media-libs/sdl2-ttf/Manifest
+++ b/media-libs/sdl2-ttf/Manifest
@@ -1,3 +1 @@
-DIST SDL2_ttf-2.0.15.tar.gz 4479718 BLAKE2B 8401ed4979dade5affa86be4463958d0c90f72d3b2874540cf868e460c5d6773a2b11eaf6d13792d23193085050970ebf877b707b0febaba9be29c4329be9d7c SHA512 30d685932c3dd6f2c94e2778357a5c502f0421374293d7102a64d92f9c7861229bf36bedf51c1a698b296a58c858ca442d97afb908b7df1592fc8d4f8ae8ddfd
-DIST SDL2_ttf-2.0.18.tar.gz 14896353 BLAKE2B d1409353b06a1ca33e053ffabf1b05222705ba7df0cdf95b12724218649981a1d7b6f895c82b90d6da26bb34561760d6d37b62c0f64ea8672319cb6d7d0ce882 SHA512 9a211c07d4180fe3fb2f7614e907d1002ddf3bb77b57f62116f22dc29a6043f091deb6a8113656d26a44d2f06b9abcc372aa3e0761500fcf47b455406973a1c7
 DIST SDL2_ttf-2.20.0.tar.gz 13156472 BLAKE2B f31b1193beaaab0e2aaab6f56c82f4931db79ab81526398e20176c9fb121409d4f9f56109aa721d645496f6c228450cb95bda48c40037f1a3f904154e0e21fee SHA512 14c78cfa04b938f0bd141d841a9473a1678bb04d01a96391cfa37ae3e7e316c90f175aff7d052499f7d982f59b823813e4cfdd367631a44b08b85f9b60d09c8c

diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild
deleted file mode 100644
index e67ecbbdba7c..000000000000
--- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.15.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib-minimal
-
-MY_P="SDL2_ttf-${PV}"
-DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"
-HOMEPAGE="https://github.com/libsdl-org/SDL_ttf"
-SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE="static-libs X"
-
-RDEPEND="X? ( >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
-	>=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
-	>=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]
-	virtual/opengl[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-multilib_src_configure() {
-	local myeconfargs=(
-		$(use_enable static-libs static)
-		$(use_with X x)
-	)
-	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-	dodoc {CHANGES,README}.txt
-	find "${ED}" -name '*.la' -delete || die
-}

diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild
deleted file mode 100644
index 69b029041a6d..000000000000
--- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-minimal
-
-MY_P="SDL2_ttf-${PV}"
-DESCRIPTION="Library that allows you to use TrueType fonts in SDL applications"
-HOMEPAGE="https://github.com/libsdl-org/SDL_ttf"
-SRC_URI="https://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="+harfbuzz static-libs X"
-
-# On bumps, check external/ for versions of bundled freetype + harfbuzz
-# to crank up the dep bounds.
-RDEPEND=">=media-libs/libsdl2-2.0.12[${MULTILIB_USEDEP}]
-	>=media-libs/freetype-2.10.4[harfbuzz?,${MULTILIB_USEDEP}]
-	virtual/opengl[${MULTILIB_USEDEP}]
-	harfbuzz? ( >=media-libs/harfbuzz-2.8.0:=[${MULTILIB_USEDEP}] )
-	X? ( >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-multilib_src_configure() {
-	local myeconfargs=(
-		--disable-freetype-builtin
-		--disable-harfbuzz-builtin
-
-		$(use_enable static-libs static)
-		$(use_with X x)
-	)
-
-	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-	dodoc {CHANGES,README}.txt
-
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2022-12-16  6:26 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-16  6:26 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-19 21:26 [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-ttf/ Sam James
2025-02-19 21:26 Sam James
2024-05-19 19:43 Arthur Zamarin
2024-04-29  7:51 Jakov Smolić
2024-03-18  7:20 Sam James
2023-12-01 14:33 Arthur Zamarin
2023-09-28  6:17 Sam James
2023-09-28  4:21 Sam James
2023-09-28  0:21 Sam James
2023-09-27  8:52 Sam James
2023-09-27  5:03 Sam James
2023-09-27  4:59 Sam James
2023-02-07 23:06 Sam James
2022-12-16  6:26 Sam James
2022-12-03 15:05 Arthur Zamarin
2022-12-02 18:57 Arthur Zamarin
2022-12-02  9:44 Arthur Zamarin
2022-12-02  8:35 Arthur Zamarin
2022-12-02  8:20 Sam James
2022-12-02  8:12 Arthur Zamarin
2022-07-19  1:09 Sam James
2022-07-19  1:09 Sam James
2022-01-16 23:57 Mike Gilbert
2022-01-13  1:00 Sam James
2022-01-13  1:00 Sam James
2022-01-13  0:55 Sam James
2021-11-29  7:39 Arthur Zamarin
2020-12-17  3:58 Sam James
2020-10-06 13:16 Sam James
2020-10-03 12:16 Sergei Trofimovich
2020-09-30 21:15 Sam James
2020-06-10  3:21 Matt Turner
2020-06-09 20:37 Sergei Trofimovich
2020-06-09 20:06 Michał Górny
2020-06-08 16:34 Mart Raudsepp
2020-06-08 14:18 Michał Górny
2020-06-08 13:18 Michał Górny
2019-01-25 14:55 Lars Wendler
2018-05-04 10:35 Lars Wendler
2018-05-04  8:03 Lars Wendler
2016-06-06 14:31 Agostino Sarubbo
2016-04-28  5:38 Michael Sterrett
2016-01-04  3:02 Michael Sterrett
2016-01-04  3:02 Michael Sterrett

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=1671171972.c6b2fec5a705307d1dd93feaf16295c44346c9c4.sam@gentoo \
    --to=sam@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