public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gl2ps/
Date: Mon, 11 Nov 2024 16:14:56 +0000 (UTC)	[thread overview]
Message-ID: <1731341630.d8f9ade7bfd079194406a5730f1989ef4201e3cb.asturm@gentoo> (raw)

commit:     d8f9ade7bfd079194406a5730f1989ef4201e3cb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 16:13:16 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 16:13:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f9ade7

x11-libs/gl2ps: drop 1.4.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-libs/gl2ps/gl2ps-1.4.2.ebuild | 51 ---------------------------------------
 1 file changed, 51 deletions(-)

diff --git a/x11-libs/gl2ps/gl2ps-1.4.2.ebuild b/x11-libs/gl2ps/gl2ps-1.4.2.ebuild
deleted file mode 100644
index e248470f2bde..000000000000
--- a/x11-libs/gl2ps/gl2ps-1.4.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake
-
-DESCRIPTION="OpenGL to PostScript printing library"
-HOMEPAGE="http://www.geuz.org/gl2ps/"
-SRC_URI="http://geuz.org/${PN}/src/${P}.tgz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc png zlib"
-
-RDEPEND="
-	media-libs/freeglut
-	x11-libs/libXmu
-	png? ( media-libs/libpng:0= )
-	zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-	doc? (
-		dev-tex/tth
-		dev-texlive/texlive-latex
-		dev-texlive/texlive-latexrecommended )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.4.2-cmake.patch )
-
-src_prepare() {
-	cmake_src_prepare
-	sed '/^install.*TODO\.txt/d' -i "${S}"/CMakeLists.txt || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-		-DENABLE_DOC="$(usex doc)"
-		-DENABLE_PNG="$(usex png)"
-		-DENABLE_ZLIB="$(usex zlib)"
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-	if [[ ${CHOST} == *-darwin* ]] ; then
-		install_name_tool \
-			-id "${EPREFIX}"/usr/$(get_libdir)/libgl2ps.dylib \
-			"${D}${EPREFIX}"/usr/$(get_libdir)/libgl2ps.dylib || die
-	fi
-}


             reply	other threads:[~2024-11-11 16:15 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-11 16:14 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-11  8:08 [gentoo-commits] repo/gentoo:master commit in: x11-libs/gl2ps/ Arthur Zamarin
2024-11-10 21:11 Sam James
2024-11-10 16:51 Sam James
2024-11-10 13:03 Sam James
2024-11-10 13:03 Sam James
2024-11-10 12:52 Sam James
2024-10-16 12:28 Andrew Ammerlaan
2021-10-11 22:22 Yixun Lan
2021-02-14 20:48 Andreas Sturmlechner
2020-12-18 10:25 Sergei Trofimovich
2020-12-17  0:51 Sam James
2020-12-16 17:18 Sam James
2020-12-14 20:18 Thomas Deutschmann
2020-11-07 17:57 Sam James
2020-11-06 15:23 Sam James
2020-10-06 21:11 Sam James
2020-04-17 20:07 Sergei Trofimovich
2018-03-05 19:33 Guilherme Amadio
2017-03-15  5:53 Johannes Huber
2017-03-15  5:50 Jeroen Roovers
2017-02-26  8:34 Justin Lecher
2017-02-25 20:56 Justin Lecher
2017-02-24  7:58 Michael Weber
2017-02-12 15:44 Agostino Sarubbo
2017-02-12 14:48 Agostino Sarubbo
2016-12-25 15:28 Lars Wendler

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=1731341630.d8f9ade7bfd079194406a5730f1989ef4201e3cb.asturm@gentoo \
    --to=asturm@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