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: app-text/a2ps/
Date: Wed, 22 Mar 2023 06:01:29 +0000 (UTC)	[thread overview]
Message-ID: <1679464862.759a99c873d13f47c8bcc685882528b0c3978068.sam@gentoo> (raw)

commit:     759a99c873d13f47c8bcc685882528b0c3978068
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 06:01:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 06:01:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759a99c8

app-text/a2ps: drop 4.15.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/a2ps/Manifest           |  1 -
 app-text/a2ps/a2ps-4.15.1.ebuild | 86 ----------------------------------------
 2 files changed, 87 deletions(-)

diff --git a/app-text/a2ps/Manifest b/app-text/a2ps/Manifest
index 3c28c5f929e6..7957e86901f0 100644
--- a/app-text/a2ps/Manifest
+++ b/app-text/a2ps/Manifest
@@ -1,4 +1,3 @@
 DIST a2ps-4.14-ja_nls.patch.gz 27576 BLAKE2B 7300971fb76f6c8d2b0e5ffa519cf6064519a33f24430b9894e43778dff5b78f7cf7e2b9fe1e98fb475f452b39ccc29f88f579bbe1922ac3ef70775a05591b32 SHA512 f02f553dd9d9dbd9dfe41ebfe103493000aa4e9de5634c94e7453f73b66d88fea6b0010095913a4a99c7285990a1df1ebcc39da451b2b34f96b0c191112b125f
 DIST a2ps-4.14.tar.gz 2552507 BLAKE2B cd15a2b85f54f8bfb92adf9f4cf2c3c29091e528ae8072d0e905c58cc94caf55b76ac3e37891f8a0bc0909a177c5ee434fe5aaab3625a2c14127dabad8b506ed SHA512 fd6ac8ab47d789114c283e8ca508f7f56feabd1a189f4ac772cad9e6be7e3791e210892cfffd04ad1d39efe4b15386b2e61bf4cd56b70ed581c0554f36bfe06f
-DIST a2ps-4.15.1.tar.gz 3598826 BLAKE2B a205f1c5936329eda0768e1494aba62710ce6eccbdfc695f69d65e4c1cf0b84d6f52dd1c1b32b3aa55a037a37f783cb74cf9d2f3b63cffb07beb0bc15fe7303f SHA512 ed58bd03b9390f44b03ae2458bb94655ef0597f11aa89a2d778b14f03fba4d0e0272795d2f968ae304be46d7b862a2f0ce1dc82328d71a02b0293b23ec8b6fa5
 DIST a2ps-4.15.2.tar.gz 3600923 BLAKE2B 37d6dd76578301a629a4171e194cc34836b393ef293193191b2a4e3c5635c154b0d380f921e3862cad64e468108105a669c89e76ec8baa915587f8fff8af8aa9 SHA512 637bda87c7e8d59d923428398d0d67066c700e7e37d91cf3408bfe38f3367afdc651a8248984512fbe71e0d1cb07cb4a348816650748e1fbde52625e8e055a70

diff --git a/app-text/a2ps/a2ps-4.15.1.ebuild b/app-text/a2ps/a2ps-4.15.1.ebuild
deleted file mode 100644
index db63721729f2..000000000000
--- a/app-text/a2ps/a2ps-4.15.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools elisp-common
-
-DESCRIPTION="Any to PostScript filter"
-HOMEPAGE="https://www.gnu.org/software/a2ps/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="cjk emacs latex nls static-libs vanilla"
-
-# a2ps-lpr-wrapper needs bash
-RDEPEND="
-	app-text/ghostscript-gpl
-	app-text/libpaper:=
-	>=app-text/psutils-1.17
-	app-text/wdiff
-	app-shells/bash:*
-	dev-libs/boehm-gc
-	>=sys-apps/coreutils-6.10-r1
-	emacs? ( >=app-editors/emacs-23.1:* )
-	latex? ( virtual/latex-base )
-	nls? ( virtual/libintl )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-alternatives/yacc
-	>=dev-util/gperf-2.7.2
-	nls? ( sys-devel/gettext )
-"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	default
-
-	use vanilla || eapply "${FILESDIR}"/${PN}-4.15-stdout.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	export LANG=C LC_ALL=C
-
-	econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		--sysconfdir="${EPREFIX}"/etc/a2ps \
-		$(use_enable nls) \
-		COM_netscape=no \
-		COM_acroread=no \
-		$(usev !latex COM_latex=no) \
-		$(usev !emacs EMACS=no)
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		lispdir="${EPREFIX}${SITELISP}"/${PN} \
-		install
-
-	newdoc "${ED}"/usr/share/a2ps/README README.a2ps
-	newdoc "${ED}"/usr/share/a2ps/ppd/README README.a2ps.ppd
-	newdoc "${ED}"/usr/share/ogonkify/README README.ogonkify
-
-	rm -f "${ED}"/usr/share/{a2ps,a2ps/ppd,ogonkify}/README || die
-
-	find "${ED}" -name '*.la' -delete || die
-
-	use emacs && elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-
-	dodoc ANNOUNCE AUTHORS ChangeLog FAQ NEWS README* THANKS TODO
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}


             reply	other threads:[~2023-03-22  6:01 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22  6:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-07  6:41 [gentoo-commits] repo/gentoo:master commit in: app-text/a2ps/ Sam James
2025-03-07  6:41 Sam James
2025-03-07  6:27 Sam James
2025-03-07  6:24 Sam James
2025-03-07  6:24 Sam James
2025-03-07  6:24 Sam James
2024-03-15  5:31 Sam James
2024-03-15  5:31 Sam James
2023-12-29  0:24 Sam James
2023-12-24 17:21 Arthur Zamarin
2023-12-24 15:11 Sam James
2023-11-18 16:46 Sam James
2023-09-26 15:23 Arthur Zamarin
2023-09-21 20:11 Sam James
2023-09-07 23:03 Sam James
2023-09-07 23:03 Sam James
2023-09-07 23:03 Sam James
2023-06-23 20:28 Sam James
2023-05-11  1:32 Sam James
2023-05-11  1:32 Sam James
2023-05-11  1:29 Sam James
2023-05-11  1:29 Sam James
2023-05-11  1:29 Sam James
2023-05-11  1:29 Sam James
2023-04-13 19:07 Sam James
2023-03-27  1:18 Sam James
2023-03-19 22:07 Sam James
2023-03-13 22:11 Sam James
2023-03-13 22:11 Sam James
2022-12-25 22:44 Ulrich Müller
2022-11-25 10:42 Arthur Zamarin
2022-11-23 14:12 Jakov Smolić
2022-11-23 13:56 Jakov Smolić
2022-11-21  0:47 Sam James
2022-11-21  0:47 Sam James
2022-11-20 23:42 Sam James
2022-09-15 13:20 Sam James
2020-04-05 10:07 Sergei Trofimovich
2019-12-08 18:07 Sergei Trofimovich
2018-01-06 18:09 Ulrich Müller
2017-02-19 18:36 Andreas Hüttel
2017-02-05 16:54 Markus Meier
2017-01-26 15:28 Agostino Sarubbo
2017-01-26 11:00 Agostino Sarubbo
2017-01-25 19:21 Tobias Klausmann
2017-01-24 10:56 Agostino Sarubbo
2017-01-24  9:06 Agostino Sarubbo
2017-01-24  5:21 Jeroen Roovers
2017-01-24  3:08 Matthias Maier
2017-01-20  5:33 Jeroen Roovers
2017-01-15 15:50 Agostino Sarubbo
2017-01-08 18:26 Markus Meier
2016-12-02 14:21 Tobias Klausmann
2016-12-01 12:53 Agostino Sarubbo
2016-12-01 12:50 Agostino Sarubbo
2016-11-27  7:20 Aaron Bauman

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=1679464862.759a99c873d13f47c8bcc685882528b0c3978068.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