From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A4A5138334 for ; Fri, 7 Dec 2018 20:11:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BA51E0C2B; Fri, 7 Dec 2018 20:11:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D2D7E0C2B for ; Fri, 7 Dec 2018 20:11:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 594DB335CCD for ; Fri, 7 Dec 2018 20:11:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 941234DB for ; Fri, 7 Dec 2018 20:11:07 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1544213321.fba74311732b0000c59669bed487f7cf6ea511c2.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pspp/Manifest sci-mathematics/pspp/pspp-1.2.0.ebuild X-VCS-Directories: sci-mathematics/pspp/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: fba74311732b0000c59669bed487f7cf6ea511c2 X-VCS-Branch: master Date: Fri, 7 Dec 2018 20:11:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b8f65c0-f265-4d16-8d92-567cde1dd213 X-Archives-Hash: 8182a90a7169f357f6a3624488cd1540 commit: fba74311732b0000c59669bed487f7cf6ea511c2 Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Dec 7 20:00:30 2018 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Dec 7 20:08:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba74311 sci-mathematics/pspp: Version bump Signed-off-by: Alexey Shvetsov gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sci-mathematics/pspp/Manifest | 1 + sci-mathematics/pspp/pspp-1.2.0.ebuild | 79 ++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/sci-mathematics/pspp/Manifest b/sci-mathematics/pspp/Manifest index 556d24960b2..0049a628c14 100644 --- a/sci-mathematics/pspp/Manifest +++ b/sci-mathematics/pspp/Manifest @@ -1,2 +1,3 @@ DIST pspp-0.10.1.tar.gz 7269109 BLAKE2B 5f488b1bbe9d4cf833d847cd035485827e7e518fb82f0e5df98418e919da54553475e91fd8529df8819ee71d853fb8bdd079e27a9b8587b40074701a7d71a8c2 SHA512 a7f4eec3858340743ff845e67028af76d79a58968ceaa19a87e0443751917b2d70251e53231ecce15c937c9640ac733e00603baa76b4266d693375ab70b870b5 DIST pspp-0.10.2.tar.gz 7316470 BLAKE2B 9bbccfc8151d83613f5c4f49f285959c6b9e74bdc99edb95dc719561fb05c01e54b10fc5b3a58b9e5beeae199235d0d936a6ee08277fe7c710c3e40ca6c389f7 SHA512 7d6656c03da46b088e87cba7a947d1e56031ff50d704be8201a38563515cf5cf324a05f1d4999ba8aec7b2269a8fdbd09374a11374c9c1b9dd6d78d34fda4b76 +DIST pspp-1.2.0.tar.gz 7213194 BLAKE2B f468c6e025f996c9f806fb03e94a4497f02b774c509457cc6295bbefe37abc7e2ecf10d2876c8cff9a979d7a4264c7c185e1cec5fd1d5f2f00f1c6eae4da775e SHA512 49eed2b55f10584abba18ff7d2020fd08691bbc1a3c2f332e6d283e32aa84e0abdae6092d17db9c1a539c63d85ecdfcc2dad40c94a06904b8893a1976e5e48d3 diff --git a/sci-mathematics/pspp/pspp-1.2.0.ebuild b/sci-mathematics/pspp/pspp-1.2.0.ebuild new file mode 100644 index 00000000000..85f03f048b0 --- /dev/null +++ b/sci-mathematics/pspp/pspp-1.2.0.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils elisp-common + +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? ( virtual/emacs ) + 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 +}