From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/
Date: Thu, 26 Nov 2020 19:41:36 +0000 (UTC) [thread overview]
Message-ID: <1606419691.65b93994396ad5d40389327728e3457b24c29d61.sam@gentoo> (raw)
commit: 65b93994396ad5d40389327728e3457b24c29d61
Author: John Helmert III <jchelmert3 <AT> posteo <DOT> net>
AuthorDate: Thu Nov 26 19:19:45 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 19:41:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b93994
sci-mathematics/pspp: security cleanup (<1.2.0-r1)
Bug: https://bugs.gentoo.org/679392
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: John Helmert III <jchelmert3 <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/18416
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-mathematics/pspp/pspp-1.2.0.ebuild | 79 ----------------------------------
1 file changed, 79 deletions(-)
diff --git a/sci-mathematics/pspp/pspp-1.2.0.ebuild b/sci-mathematics/pspp/pspp-1.2.0.ebuild
deleted file mode 100644
index b0978a19cfa..00000000000
--- a/sci-mathematics/pspp/pspp-1.2.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils elisp-common ltprune
-
-DESCRIPTION="Program for statistical analysis of sampled data"
-HOMEPAGE="https://www.gnu.org/software/pspp/pspp.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="cairo doc emacs examples gtk ncurses nls perl postgres static-libs"
-
-RDEPEND="
- dev-libs/libxml2:2=
- sci-libs/gsl:0=
- sys-devel/gettext:0=
- sys-libs/readline:0=
- sys-libs/zlib:0=
- virtual/libiconv
- cairo? ( x11-libs/cairo:0=[svg] )
- emacs? ( >=app-editors/emacs-23.1:* )
- gtk? (
- x11-libs/gtk+:3=
- x11-libs/gtksourceview:3.0=
- x11-libs/spread-sheet-widget )
- ncurses? ( sys-libs/ncurses:0= )
- postgres? ( dev-db/postgresql:=[server] )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( virtual/latex-base )"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable static-libs static) \
- $(use_with cairo) \
- $(use_with gtk gui) \
- $(use_with ncurses libncurses) \
- $(use_with perl perl-module) \
- $(use_with postgres libpq)
-}
-
-src_compile() {
- default
- use doc && emake html pdf
- use emacs && elisp-compile *.el
-}
-
-src_install() {
- default
- if use doc; then
- dodoc doc/pspp{,-dev}.pdf
- insinto /usr/share/doc/${PF}/html
- dodoc -r doc/pspp{,-dev}.html
- fi
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
- if use emacs; then
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- fi
- prune_libtool_files --all
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
next reply other threads:[~2020-11-26 19:41 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-26 19:41 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-31 9:24 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/ Pacho Ramos
2023-01-23 20:58 Michael Orlitzky
2023-01-23 19:59 Arthur Zamarin
2023-01-13 16:52 Sam James
2022-10-18 2:18 Sam James
2022-10-09 8:55 Agostino Sarubbo
2022-10-09 8:48 Agostino Sarubbo
2022-10-08 18:55 Sam James
2022-10-08 18:55 Sam James
2022-07-05 3:57 Sam James
2022-06-26 6:27 Sam James
2022-06-24 8:24 Agostino Sarubbo
2022-06-23 18:42 Sam James
2022-06-07 6:34 Sam James
2020-11-26 22:56 David Seifert
2020-11-01 15:50 Sam James
2020-10-18 15:11 Thomas Deutschmann
2019-12-20 22:49 Ulrich Müller
2019-01-26 1:36 Andreas K. Hüttel
2019-01-17 16:58 Mikle Kolyada
2019-01-02 19:01 Thomas Deutschmann
2018-12-24 22:39 Zac Medico
2018-12-07 20:11 Alexey Shvetsov
2016-07-24 12:27 Jeroen Roovers
2016-05-05 22:27 David Seifert
2016-05-05 22:27 David Seifert
2016-05-05 22:27 David Seifert
2016-04-29 21:47 Sebastien Fabbro
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=1606419691.65b93994396ad5d40389327728e3457b24c29d61.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