From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/t1lib/
Date: Sun, 13 Feb 2022 21:08:30 +0000 (UTC) [thread overview]
Message-ID: <1644786461.3c56433ad84916f581384eb79ef76ed6a64bf067.conikost@gentoo> (raw)
commit: 3c56433ad84916f581384eb79ef76ed6a64bf067
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 20:25:30 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 21:07:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c56433a
media-libs/t1lib: drop 5.1.2-r2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-libs/t1lib/t1lib-5.1.2-r2.ebuild | 79 ----------------------------------
1 file changed, 79 deletions(-)
diff --git a/media-libs/t1lib/t1lib-5.1.2-r2.ebuild b/media-libs/t1lib/t1lib-5.1.2-r2.ebuild
deleted file mode 100644
index 7105ce7c4c54..000000000000
--- a/media-libs/t1lib/t1lib-5.1.2-r2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic libtool toolchain-funcs
-
-DESCRIPTION="A Type 1 Font Rasterizer Library for UNIX/X11"
-HOMEPAGE="ftp://metalab.unc.edu/pub/Linux/libs/graphics/"
-SRC_URI="ftp://sunsite.unc.edu/pub/Linux/libs/graphics/${P}.tar.gz"
-
-LICENSE="LGPL-2 GPL-2"
-SLOT="5"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="X doc static-libs"
-
-RDEPEND="X? (
- x11-libs/libXaw
- x11-libs/libX11
- x11-libs/libXt
- )"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base )
- X? ( x11-base/xorg-proto )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-5.1.1-parallel.patch
- "${FILESDIR}"/${PN}-do-not-install-t1lib_doc-r1.patch
- "${FILESDIR}"/${PN}-5.1.2-format-security.patch
- "${FILESDIR}"/${PN}-5.1.2-CVE-2010-2642_2011-0433_2011-5244.patch
- "${FILESDIR}"/${PN}-5.1.2-CVE-2011-0764.patch
- "${FILESDIR}"/${PN}-5.1.2-CVE-2011-1552_1553_1554.patch
-)
-
-src_prepare() {
- default
-
- sed -i -e "s:dvips:#dvips:" "${S}"/doc/Makefile.in
- sed -i -e "s:\./\(t1lib\.config\):/etc/t1lib/\1:" "${S}"/xglyph/xglyph.c
- # Needed for sane .so versionning on fbsd. Please don't drop.
- elibtoolize
-}
-
-src_configure() {
- econf \
- --datadir="${EPREFIX}/etc" \
- $(use_enable static-libs static) \
- $(use_with X x)
-}
-
-src_compile() {
- local myopt=""
- tc-export CC
-
- use alpha && append-flags -mieee
-
- if ! use doc; then
- myopt="without_doc"
- else
- VARTEXFONTS=${T}/fonts
- fi
-
- emake ${myopt}
-}
-
-src_install() {
- default
-
- if ! use static-libs; then
- find "${ED}"usr/lib* -name '*.la' -o -name '*.a' -delete || die
- fi
-
- dodoc Changes README*
- if use doc; then
- cd doc
- insinto /usr/share/doc/${PF}
- doins *.pdf *.dvi
- fi
-}
next reply other threads:[~2022-02-13 21:08 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-13 21:08 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-24 23:21 [gentoo-commits] repo/gentoo:master commit in: media-libs/t1lib/ Sam James
2024-05-13 18:06 Arthur Zamarin
2024-05-13 18:00 Arthur Zamarin
2024-05-13 17:57 Arthur Zamarin
2024-05-13 17:57 Arthur Zamarin
2024-05-13 17:57 Arthur Zamarin
2024-05-13 17:57 Arthur Zamarin
2024-05-13 17:57 Arthur Zamarin
2024-05-13 17:55 Arthur Zamarin
2024-04-13 9:18 Arthur Zamarin
2022-02-13 21:08 Conrad Kostecki
2019-05-22 5:49 Aaron Bauman
2018-05-07 0:39 Matt Turner
2017-01-18 3:15 Aaron Bauman
2017-01-09 13:46 Jeroen Roovers
2016-12-17 15:18 Markus Meier
2016-12-02 14:21 Tobias Klausmann
2016-12-01 12:53 Agostino Sarubbo
2016-12-01 12:50 Agostino Sarubbo
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=1644786461.3c56433ad84916f581384eb79ef76ed6a64bf067.conikost@gentoo \
--to=conikost@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