public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gl2ps/
Date: Sat, 25 Feb 2017 20:56:28 +0000 (UTC)	[thread overview]
Message-ID: <1488056187.0c31a4ef7c475973a852557f3d18e4c26caa749c.jlec@gentoo> (raw)

commit:     0c31a4ef7c475973a852557f3d18e4c26caa749c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 20:55:37 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 20:56:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c31a4ef

x11-libs/gl2ps: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 x11-libs/gl2ps/Manifest           |  1 -
 x11-libs/gl2ps/gl2ps-1.3.8.ebuild | 49 ---------------------------------------
 2 files changed, 50 deletions(-)

diff --git a/x11-libs/gl2ps/Manifest b/x11-libs/gl2ps/Manifest
index 2e3de10136..9ad3d242f8 100644
--- a/x11-libs/gl2ps/Manifest
+++ b/x11-libs/gl2ps/Manifest
@@ -1,2 +1 @@
-DIST gl2ps-1.3.8.tgz 296245 SHA256 2fe58dd95df06688a8c188e70b1803093ebf0797954901f4a36a403dbc301ee5 SHA512 76e90d675764196d249d87c6041088736a8b41d9b93620c6171a40362a259d50e34d5efc06e4ea17e6c147bc26b6a3a7356d95ea5e204193ef631fb48e0c0a4e WHIRLPOOL 85d93e744824f1681f562f791e07411cb5d815575847466a235e9952f2061c970cbf546e0dc6c5ed36f0261943814ce1a978f497f58b29b2a527245ad856b90b
 DIST gl2ps-1.3.9.tgz 294907 SHA256 8a680bff120df8bcd78afac276cdc38041fed617f2721bade01213362bcc3640 SHA512 e6770c27d4832a300b4e16a9f98deb8557e7875460e7aa7e655fdb796f5dfffd5eccdc8b15f5a3ae151713fc46f97dacad48ee7550c41373b6fc8cfd21a437cb WHIRLPOOL 2ba0611daa39814a02c97ceec70c2e36b46881371a6a4790c5f5db4ea7e8b3352a25228d3aab60d2ec5b6f9e5070d9a7f331ebed2df355a6444f4e20365d7915

diff --git a/x11-libs/gl2ps/gl2ps-1.3.8.ebuild b/x11-libs/gl2ps/gl2ps-1.3.8.ebuild
deleted file mode 100644
index 0018ecdb10..0000000000
--- a/x11-libs/gl2ps/gl2ps-1.3.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit cmake-utils multilib
-
-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 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc png zlib"
-
-RDEPEND="
-	media-libs/freeglut
-	x11-libs/libXmu
-	png? ( media-libs/libpng )
-	zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-	doc? (
-		dev-tex/tth
-		dev-texlive/texlive-latex
-		dev-texlive/texlive-latexrecommended )"
-
-S=${WORKDIR}/${P}-source
-
-PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-		$(cmake-utils_use_enable png PNG)
-		$(cmake-utils_use_enable zlib ZLIB)
-		$(cmake-utils_use_enable doc DOC)
-	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_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:[~2017-02-25 20:56 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25 20:56 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-16 12:28 [gentoo-commits] repo/gentoo:master commit in: x11-libs/gl2ps/ 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-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=1488056187.0c31a4ef7c475973a852557f3d18e4c26caa749c.jlec@gentoo \
    --to=jlec@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