From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libspectre/
Date: Sun, 21 Jun 2020 15:27:15 +0000 (UTC) [thread overview]
Message-ID: <1592753210.760d4b41698bdd7807bb2a090644a01e096e4fbd.asturm@gentoo> (raw)
commit: 760d4b41698bdd7807bb2a090644a01e096e4fbd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 15:26:50 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 15:26:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760d4b41
app-text/libspectre: Drop 0.2.8
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/libspectre/Manifest | 1 -
app-text/libspectre/libspectre-0.2.8.ebuild | 50 -----------------------------
2 files changed, 51 deletions(-)
diff --git a/app-text/libspectre/Manifest b/app-text/libspectre/Manifest
index 8afc9c293ae..45abcebe3af 100644
--- a/app-text/libspectre/Manifest
+++ b/app-text/libspectre/Manifest
@@ -1,2 +1 @@
-DIST libspectre-0.2.8.tar.gz 421791 BLAKE2B bbefa06cf80ecb91f0f780493e1829eadc34061b6f2b3004f9ae01e06fc4609edd440df290be9ff1c9f43e580b53791aae033feb4115743a0f03f703bc18e0c7 SHA512 ebbe7f6adcbc7f7d6af61f24e23b114116c878755dbe90f1163546c1284a005b4d539be01986c1f940611e84141ca19768b8effc2abf1013606da7c93547da86
DIST libspectre-0.2.9.tar.gz 433384 BLAKE2B ed75a7013763a86c0f0702e0e47dcfb8401db6c957ed4851ecc85e27db6a49c8d4dae6443b302bcce5b0ae0da18dce3294a010eee5531a253020a650c19388c5 SHA512 7c24b5c83c6d356c89417d09dc76566afbe886ec189fe80d030a239c23ad25b061db071768117fa06805aa3d86f749fb232b7491bd7d467f26a40e348e74d5d2
diff --git a/app-text/libspectre/libspectre-0.2.8.ebuild b/app-text/libspectre/libspectre-0.2.8.ebuild
deleted file mode 100644
index 0de9370f91e..00000000000
--- a/app-text/libspectre/libspectre-0.2.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils ltprune
-
-DESCRIPTION="A library for rendering Postscript documents"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libspectre"
-SRC_URI="https://libspectre.freedesktop.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug doc static-libs"
-
-RDEPEND=">=app-text/ghostscript-gpl-8.62"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-# does not actually test anything, see bug 362557
-RESTRICT="test"
-
-src_prepare() {
- default
- eapply "${FILESDIR}"/${PN}-0.2.0-interix.patch
- eautoreconf # need new libtool for interix
-}
-
-src_configure() {
- econf \
- $(use_enable debug asserts) \
- $(use_enable debug checks) \
- $(use_enable static-libs static) \
- --disable-test
-}
-
-src_compile() {
- emake
- if use doc; then
- doxygen || die
- fi
-}
-
-src_install() {
- default
- use doc && dohtml -r doc/html/*
- prune_libtool_files
-}
next reply other threads:[~2020-06-21 15:27 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-21 15:27 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-23 17:37 [gentoo-commits] repo/gentoo:master commit in: app-text/libspectre/ Arthur Zamarin
2023-12-23 15:11 Sam James
2023-12-23 14:29 Arthur Zamarin
2023-12-23 14:29 Arthur Zamarin
2023-12-23 14:29 Arthur Zamarin
2023-12-22 15:21 Arthur Zamarin
2023-12-22 14:55 Arthur Zamarin
2023-10-15 12:38 Sam James
2023-02-27 18:43 Andreas Sturmlechner
2023-02-26 19:21 Arthur Zamarin
2023-02-23 20:18 Arthur Zamarin
2023-02-23 20:08 Arthur Zamarin
2023-02-23 19:43 Arthur Zamarin
2023-02-23 17:43 Arthur Zamarin
2023-02-23 17:43 Arthur Zamarin
2023-02-23 17:43 Arthur Zamarin
2022-11-25 8:09 Sam James
2022-11-25 8:06 Sam James
2022-06-28 2:03 WANG Xuerui
2022-06-01 19:00 Jakov Smolić
2022-06-01 14:18 Jakov Smolić
2022-06-01 14:18 Jakov Smolić
2022-06-01 14:18 Jakov Smolić
2022-06-01 14:18 Jakov Smolić
2022-06-01 12:04 Jakov Smolić
2022-06-01 8:43 Jakov Smolić
2022-05-03 19:00 Matt Turner
2021-07-28 3:00 Yixun Lan
2020-06-26 22:54 Pacho Ramos
2020-06-21 15:24 Thomas Deutschmann
2020-06-20 20:35 Mart Raudsepp
2020-06-15 15:12 Agostino Sarubbo
2020-06-15 15:08 Agostino Sarubbo
2020-06-15 15:06 Agostino Sarubbo
2020-06-15 15:03 Agostino Sarubbo
2020-06-15 14:59 Agostino Sarubbo
2020-06-03 19:38 Andreas Sturmlechner
2018-10-17 9:54 Mikle Kolyada
2018-10-11 18:49 Tobias Klausmann
2018-10-06 19:46 Matt Turner
2018-10-06 19:46 Matt Turner
2018-09-30 21:38 Sergei Trofimovich
2018-09-28 8:56 Mikle Kolyada
2018-09-24 21:26 Sergei Trofimovich
2018-09-24 1:50 Thomas Deutschmann
2016-07-09 13:40 Pacho Ramos
2016-07-09 13:40 Pacho Ramos
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=1592753210.760d4b41698bdd7807bb2a090644a01e096e4fbd.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