From 3e4571238378271fe7d9b0b7b2e3aababc169991 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 2 Jan 2017 21:49:13 +0000 Subject: sci-mathematics/pspp: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher --- sci-mathematics/pspp/Manifest | 2 - .../pspp/files/pspp-0.8.0-gettext.patch | 10 --- sci-mathematics/pspp/files/pspp-0.8.1-oos.patch | 28 ------- .../pspp/files/pspp-0.8.1-underlinking.patch | 29 ------- sci-mathematics/pspp/pspp-0.8.1-r1.ebuild | 91 ---------------------- sci-mathematics/pspp/pspp-0.8.3.ebuild | 90 --------------------- 6 files changed, 250 deletions(-) delete mode 100644 sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch delete mode 100644 sci-mathematics/pspp/files/pspp-0.8.1-oos.patch delete mode 100644 sci-mathematics/pspp/files/pspp-0.8.1-underlinking.patch delete mode 100644 sci-mathematics/pspp/pspp-0.8.1-r1.ebuild delete mode 100644 sci-mathematics/pspp/pspp-0.8.3.ebuild diff --git a/sci-mathematics/pspp/Manifest b/sci-mathematics/pspp/Manifest index 2a524b4ebe3c..3c578d066f65 100644 --- a/sci-mathematics/pspp/Manifest +++ b/sci-mathematics/pspp/Manifest @@ -1,4 +1,2 @@ DIST pspp-0.10.1.tar.gz 7269109 SHA256 44cc08864de736880bc0d7e2b1f8c8493ac0e0c2164a4f9471077608f00c8677 SHA512 a7f4eec3858340743ff845e67028af76d79a58968ceaa19a87e0443751917b2d70251e53231ecce15c937c9640ac733e00603baa76b4266d693375ab70b870b5 WHIRLPOOL 9a195051d5279a86cd05d586ca5a845443f08346f47aec859a3e768c38d5517f23f47d40cc6fb00c6af6c01af624d251575edfb34dfb0f7c7ee3def1a008a1c7 DIST pspp-0.10.2.tar.gz 7316470 SHA256 f77cacae6948689a60f1a5808a5d2e183c1cd0847c7fc6142646c63814c0daa9 SHA512 7d6656c03da46b088e87cba7a947d1e56031ff50d704be8201a38563515cf5cf324a05f1d4999ba8aec7b2269a8fdbd09374a11374c9c1b9dd6d78d34fda4b76 WHIRLPOOL f66f0ca98dce4de4b323aa42445d0c8fe3c7d252cd8ed6d1ad1dd961186bf063b9c92114a92e9afb2149b35c03fa595720c8a35b33ff81a56eb5e9e029c85119 -DIST pspp-0.8.1.tar.gz 6514528 SHA256 fd48145d2ff77c39f624e26bf3c9a5623c2afaee7c040675b06cb4ce57d31d62 SHA512 2df758b3a2d8eba724d84ce7d77a6c0bbe469a11b86a8eb4227ec12a4957f468e74b3af0f81c953d87403a962937eef2680979a21ceba4fe8b93b55252b84a18 WHIRLPOOL 5be6ebcecffc3d8a7da669ea49028307b784a5b8b5d8a510d0f9e82a3740800966da5390f8abc120b55c9c621850be906f7610f86404b92c994d9a72697d413d -DIST pspp-0.8.3.tar.gz 6247760 SHA256 adb8de281098b0d8632a8f2ea2af6514100786cf946f07a3c268d4baff15316f SHA512 7645a2de09ed1d6f1a53900961791b64b9420f457278d19e62ca7dabdb02b01ee78cdab0efddae384dc7deff65f7c5256227538caed89537efa014437937a61c WHIRLPOOL cff5921acce8bb3654ab0d10d63c42af8d5a9745263f423900ee290a30f1748aff023739ba49fabca33517e3deaf3fb0513a5fac7d0cf50170ba4b870d0ededf diff --git a/sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch b/sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch deleted file mode 100644 index 73fb8dc8790a..000000000000 --- a/sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.ac.orig 2013-08-06 10:18:37.329909242 -0700 -+++ configure.ac 2013-08-06 10:18:51.011975942 -0700 -@@ -30,6 +30,7 @@ - - dnl Disable automatic po/ support, because PSPP provides its own po/ support. - AC_PROVIDE([AM_PO_SUBDIRS]) -+AM_GNU_GETTEXT_VERSION([0.17]) - AM_GNU_GETTEXT([external], [need-ngettext]) - LIBS="$LIBINTL $LIBS" - diff --git a/sci-mathematics/pspp/files/pspp-0.8.1-oos.patch b/sci-mathematics/pspp/files/pspp-0.8.1-oos.patch deleted file mode 100644 index 51612b993abd..000000000000 --- a/sci-mathematics/pspp/files/pspp-0.8.1-oos.patch +++ /dev/null @@ -1,28 +0,0 @@ - src/ui/gui/automake.mk | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk -index 47a3215..24f5b0b 100644 ---- a/src/ui/gui/automake.mk -+++ b/src/ui/gui/automake.mk -@@ -333,16 +333,16 @@ PHONY += yelp-check - AM_CPPFLAGS += -Isrc - - src/ui/gui/pspp.desktop: src/ui/gui/gen-dot-desktop.sh $(POFILES) -- POFILES="$(POFILES)" top_builddir="$(top_builddir)" $(SHELL) $< > $@ -+ POFILES="$(POFILES)" top_builddir="$(top_builddir)" $(SHELL) $< > ${top_srcdir}/$@ - - CLEANFILES+=src/ui/gui/pspp.desktop - - src/ui/gui/psppire-marshal.c: src/ui/gui/marshaller-list -- echo '#include ' > $@ -- $(GLIB_GENMARSHAL) --body --prefix=psppire_marshal $? >> $@ -+ echo '#include ' > ${top_srcdir}/$@ -+ $(GLIB_GENMARSHAL) --body --prefix=psppire_marshal $? >> ${top_srcdir}/$@ - - src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list -- $(GLIB_GENMARSHAL) --header --prefix=psppire_marshal $? > $@ -+ $(GLIB_GENMARSHAL) --header --prefix=psppire_marshal $? > ${top_srcdir}/$@ - - desktopdir = $(datadir)/applications - desktop_DATA = src/ui/gui/pspp.desktop diff --git a/sci-mathematics/pspp/files/pspp-0.8.1-underlinking.patch b/sci-mathematics/pspp/files/pspp-0.8.1-underlinking.patch deleted file mode 100644 index 2c533ee49658..000000000000 --- a/sci-mathematics/pspp/files/pspp-0.8.1-underlinking.patch +++ /dev/null @@ -1,29 +0,0 @@ - src/automake.mk | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/src/automake.mk b/src/automake.mk -index 73ff813..8524000 100644 ---- a/src/automake.mk -+++ b/src/automake.mk -@@ -20,7 +20,7 @@ src_libpspp_core_la_LIBADD = \ - src/data/libdata.la \ - src/libpspp/liblibpspp.la \ - $(LIBXML2_LIBS) $(PG_LIBS) \ -- gl/libgl.la -+ gl/libgl.la $(CAIRO_LIBS) - - src_libpspp_la_SOURCES = - -@@ -28,10 +28,11 @@ src_libpspp_la_CFLAGS = $(GSL_CFLAGS) - src_libpspp_la_LDFLAGS = -release $(VERSION) - - src_libpspp_la_LIBADD = \ -+ src/libpspp-core.la \ - src/language/liblanguage.la \ - src/math/libpspp-math.la \ - src/output/liboutput.la \ -- $(GSL_LIBS) -+ $(GSL_LIBS) $(CAIRO_LIBS) $(LIBXML2_LIBS) - - include $(top_srcdir)/src/math/automake.mk - include $(top_srcdir)/src/output/automake.mk diff --git a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild deleted file mode 100644 index 194c4ccade40..000000000000 --- a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 - -inherit eutils elisp-common autotools-utils multilib - -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" -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 - sys-devel/gettext - sys-libs/readline:0 - sys-libs/zlib - virtual/libiconv - cairo? ( x11-libs/cairo ) - emacs? ( virtual/emacs ) - gtk? ( - gnome-base/libglade:2.0 - x11-libs/gtk+:2 - >=x11-libs/gtksourceview-2.2:2.0 ) - ncurses? ( sys-libs/ncurses:0= ) - postgres? ( dev-db/postgresql:*[server] )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( virtual/latex-base )" - -SITEFILE=50${PN}-gentoo.el - -PATCHES=( - "${FILESDIR}"/${PN}-0.8.0-gettext.patch - "${FILESDIR}"/${P}-underlinking.patch - "${FILESDIR}"/${P}-oos.patch -) - -src_configure() { - local myeconfargs=( - --disable-rpath - $(use_enable nls) - $(use_with cairo) - $(use_with gtk gui) - $(use_with ncurses libncurses) - $(use_with perl perl-module) - $(use_with postgres libpq) - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile pkglibdir="${EPREFIX}/usr/$(get_libdir)" - use doc && autotools-utils_src_compile html pdf - use emacs && elisp-compile *.el -} - -src_install() { - if use doc; then - HTML_DOCS=( "${BUILD_DIR}"/doc/pspp{,-dev}.html ) - DOCS=( "${BUILD_DIR}"/doc/pspp{,-dev}.pdf ) - fi - - autotools-utils_src_install pkglibdir="${EPREFIX}/usr/$(get_libdir)" - - 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 -} - -pkg_postinst () { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sci-mathematics/pspp/pspp-0.8.3.ebuild b/sci-mathematics/pspp/pspp-0.8.3.ebuild deleted file mode 100644 index d2400754ce23..000000000000 --- a/sci-mathematics/pspp/pspp-0.8.3.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 - -inherit eutils elisp-common autotools-utils multilib - -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= ) - emacs? ( virtual/emacs ) - gtk? ( - gnome-base/libglade:2.0 - x11-libs/gtk+:2 - >=x11-libs/gtksourceview-2.2:2.0 ) - ncurses? ( sys-libs/ncurses:0= ) - postgres? ( dev-db/postgresql:=[server] )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( virtual/latex-base )" - -SITEFILE=50${PN}-gentoo.el - -PATCHES=( - "${FILESDIR}"/${PN}-0.8.0-gettext.patch - "${FILESDIR}"/${PN}-0.8.1-underlinking.patch - "${FILESDIR}"/${PN}-0.8.1-oos.patch -) - -src_configure() { - local myeconfargs=( - $(use_enable nls) - $(use_with cairo) - $(use_with gtk gui) - $(use_with ncurses libncurses) - $(use_with perl perl-module) - $(use_with postgres libpq) - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile pkglibdir="${EPREFIX}/usr/$(get_libdir)" - use doc && autotools-utils_src_compile html pdf - use emacs && elisp-compile *.el -} - -src_install() { - if use doc; then - HTML_DOCS=( "${BUILD_DIR}"/doc/pspp{,-dev}.html ) - DOCS=( "${BUILD_DIR}"/doc/pspp{,-dev}.pdf ) - fi - - autotools-utils_src_install pkglibdir="${EPREFIX}/usr/$(get_libdir)" - - 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 -} - -pkg_postinst () { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} -- cgit v1.2.3-65-gdbad