summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-04-03 09:48:14 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-04-03 09:48:14 +0000
commit2d75015666e9bb813d531d0f6fe15c8331574645 (patch)
tree419d15aa7560d0f94457370d506c4a745a9bca73 /sci-mathematics/pspp
parentVersion bump (diff)
downloadgentoo-2-2d75015666e9bb813d531d0f6fe15c8331574645.tar.gz
gentoo-2-2d75015666e9bb813d531d0f6fe15c8331574645.tar.bz2
gentoo-2-2d75015666e9bb813d531d0f6fe15c8331574645.zip
Removed obsolete versions
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/pspp')
-rw-r--r--sci-mathematics/pspp/ChangeLog9
-rw-r--r--sci-mathematics/pspp/files/pspp-0.6.0-disable-inline.patch109
-rw-r--r--sci-mathematics/pspp/pspp-0.4.0.ebuild63
-rw-r--r--sci-mathematics/pspp/pspp-0.6.0.ebuild79
4 files changed, 7 insertions, 253 deletions
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog
index 47d75294fea5..4e05da56b860 100644
--- a/sci-mathematics/pspp/ChangeLog
+++ b/sci-mathematics/pspp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/pspp
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.9 2008/10/28 16:47:32 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.10 2009/04/03 09:48:13 bicatali Exp $
+
+ 03 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org>
+ -files/pspp-0.6.0-disable-inline.patch, -pspp-0.4.0.ebuild,
+ -pspp-0.6.0.ebuild:
+ Removed obsolete versions
*pspp-0.6.1 (28 Oct 2008)
diff --git a/sci-mathematics/pspp/files/pspp-0.6.0-disable-inline.patch b/sci-mathematics/pspp/files/pspp-0.6.0-disable-inline.patch
deleted file mode 100644
index 4d93545b4453..000000000000
--- a/sci-mathematics/pspp/files/pspp-0.6.0-disable-inline.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-diff -Naur pspp-0.6.0/Makefile.in pspp-0.6.0.new/Makefile.in
---- pspp-0.6.0/Makefile.in 2008-06-05 00:28:32.000000000 -0400
-+++ pspp-0.6.0.new/Makefile.in 2008-06-29 15:53:51.000000000 -0400
-@@ -126,7 +126,7 @@
- $(top_srcdir)/gl/m4/iconv_h.m4 \
- $(top_srcdir)/gl/m4/iconv_open.m4 \
- $(top_srcdir)/gl/m4/include_next.m4 \
-- $(top_srcdir)/gl/m4/inline.m4 $(top_srcdir)/gl/m4/intmax_t.m4 \
-+ $(top_srcdir)/gl/m4/intmax_t.m4 \
- $(top_srcdir)/gl/m4/inttostr.m4 \
- $(top_srcdir)/gl/m4/isfinite.m4 $(top_srcdir)/gl/m4/isnand.m4 \
- $(top_srcdir)/gl/m4/isnanf.m4 $(top_srcdir)/gl/m4/isnanl.m4 \
-diff -Naur pspp-0.6.0/aclocal.m4 pspp-0.6.0.new/aclocal.m4
---- pspp-0.6.0/aclocal.m4 2008-06-05 00:28:16.000000000 -0400
-+++ pspp-0.6.0.new/aclocal.m4 2008-06-29 15:53:51.000000000 -0400
-@@ -7746,7 +7746,6 @@
- m4_include([gl/m4/iconv_h.m4])
- m4_include([gl/m4/iconv_open.m4])
- m4_include([gl/m4/include_next.m4])
--m4_include([gl/m4/inline.m4])
- m4_include([gl/m4/intmax_t.m4])
- m4_include([gl/m4/inttostr.m4])
- m4_include([gl/m4/isfinite.m4])
-diff -Naur pspp-0.6.0/gl/Makefile.in pspp-0.6.0.new/gl/Makefile.in
---- pspp-0.6.0/gl/Makefile.in 2008-06-05 00:28:30.000000000 -0400
-+++ pspp-0.6.0.new/gl/Makefile.in 2008-06-29 15:53:51.000000000 -0400
-@@ -79,7 +79,7 @@
- $(top_srcdir)/gl/m4/iconv_h.m4 \
- $(top_srcdir)/gl/m4/iconv_open.m4 \
- $(top_srcdir)/gl/m4/include_next.m4 \
-- $(top_srcdir)/gl/m4/inline.m4 $(top_srcdir)/gl/m4/intmax_t.m4 \
-+ $(top_srcdir)/gl/m4/intmax_t.m4 \
- $(top_srcdir)/gl/m4/inttostr.m4 \
- $(top_srcdir)/gl/m4/isfinite.m4 $(top_srcdir)/gl/m4/isnand.m4 \
- $(top_srcdir)/gl/m4/isnanf.m4 $(top_srcdir)/gl/m4/isnanl.m4 \
-diff -Naur pspp-0.6.0/gl/m4/gnulib-comp.m4 pspp-0.6.0.new/gl/m4/gnulib-comp.m4
---- pspp-0.6.0/gl/m4/gnulib-comp.m4 2008-06-05 00:24:02.000000000 -0400
-+++ pspp-0.6.0.new/gl/m4/gnulib-comp.m4 2008-06-29 16:01:31.000000000 -0400
-@@ -95,7 +95,6 @@
- AM_ICONV
- gl_ICONV_H
- gl_FUNC_ICONV_OPEN
-- gl_INLINE
- gl_INTTOSTR
- gl_ISFINITE
- gl_MATH_MODULE_INDICATOR([isfinite])
-@@ -625,7 +624,6 @@
- m4/iconv_h.m4
- m4/iconv_open.m4
- m4/include_next.m4
-- m4/inline.m4
- m4/intmax_t.m4
- m4/inttostr.m4
- m4/inttypes_h.m4
-diff -Naur pspp-0.6.0/gl/m4/inline.m4 pspp-0.6.0.new/gl/m4/inline.m4
---- pspp-0.6.0/gl/m4/inline.m4 2008-05-13 12:20:04.000000000 -0400
-+++ pspp-0.6.0.new/gl/m4/inline.m4 1969-12-31 19:00:00.000000000 -0500
-@@ -1,40 +0,0 @@
--# inline.m4 serial 3
--dnl Copyright (C) 2006 Free Software Foundation, Inc.
--dnl This file is free software; the Free Software Foundation
--dnl gives unlimited permission to copy and/or distribute it,
--dnl with or without modifications, as long as this notice is preserved.
--
--dnl Test for the 'inline' keyword or equivalent.
--dnl Define 'inline' to a supported equivalent, or to nothing if not supported,
--dnl like AC_C_INLINE does. Also, define HAVE_INLINE if 'inline' or an
--dnl equivalent is effectively supported, i.e. if the compiler is likely to
--dnl drop unused 'static inline' functions.
--AC_DEFUN([gl_INLINE],
--[
-- AC_REQUIRE([AC_C_INLINE])
-- AC_CACHE_CHECK([whether the compiler generally respects inline],
-- [gl_cv_c_inline_effective],
-- [if test $ac_cv_c_inline = no; then
-- gl_cv_c_inline_effective=no
-- else
-- dnl GCC defines __NO_INLINE__ if not optimizing or if -fno-inline is
-- dnl specified.
-- dnl Use AC_COMPILE_IFELSE here, not AC_EGREP_CPP, because the result
-- dnl depends on optimization flags, which can be in CFLAGS.
-- dnl (AC_EGREP_CPP looks only at the CPPFLAGS.)
-- AC_COMPILE_IFELSE(
-- [AC_LANG_PROGRAM([[]],
-- [[#ifdef __NO_INLINE__
-- #error "inline is not effective"
-- #endif]])],
-- [gl_cv_c_inline_effective=yes],
-- [gl_cv_c_inline_effective=no])
-- fi
-- ])
-- if test $gl_cv_c_inline_effective = yes; then
-- AC_DEFINE([HAVE_INLINE], 1,
-- [Define to 1 if the compiler supports one of the keywords
-- 'inline', '__inline__', '__inline' and effectively inlines
-- functions marked as such.])
-- fi
--])
-diff -Naur pspp-0.6.0/gl/m4/xalloc.m4 pspp-0.6.0.new/gl/m4/xalloc.m4
---- pspp-0.6.0/gl/m4/xalloc.m4 2008-05-13 12:20:04.000000000 -0400
-+++ pspp-0.6.0.new/gl/m4/xalloc.m4 2008-06-29 16:01:17.000000000 -0400
-@@ -14,7 +14,6 @@
-
- # Prerequisites of lib/xalloc.h.
- AC_DEFUN([gl_PREREQ_XALLOC], [
-- AC_REQUIRE([gl_INLINE])
- :
- ])
-
diff --git a/sci-mathematics/pspp/pspp-0.4.0.ebuild b/sci-mathematics/pspp/pspp-0.4.0.ebuild
deleted file mode 100644
index e50e35015978..000000000000
--- a/sci-mathematics/pspp/pspp-0.4.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.4.0.ebuild,v 1.4 2008/02/03 12:03:23 markusle Exp $
-
-inherit elisp-common
-
-DESCRIPTION="Program for statistical analysis of sampled data."
-HOMEPAGE="http://www.gnu.org/software/pspp/pspp.html"
-SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="bindist doc ncurses emacs plotutils nls"
-
-DEPEND="!bindist? ( sci-libs/gsl )
- bindist? ( <sci-libs/gsl-1.10 )
- sys-libs/readline
- >=sys-devel/gettext-0.14.1
- >=dev-lang/perl-5.6
- ncurses? ( >=sys-libs/ncurses-5.4 )
- plotutils? ( >=media-libs/plotutils-2.4.1 )
- emacs? ( virtual/emacs )"
-
-# make check gave 39 failures of out 96 tests
-RESTRICT="test"
-SITEFILE=50${PN}-gentoo.el
-
-src_compile() {
- econf \
- $(use_with plotutils libplot) \
- $(use_with ncurses) \
- $(use_enable nls) \
- || die "econf failed"
- emake || die "emake failed"
- if use doc; then
- emake html || die "emake html failed"
- fi
-
- use emacs && elisp-compile *.el
-
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc AUTHORS ChangeLog \
- INSTALL NEWS ONEWS README THANKS TODO
- docinto examples && dodoc examples/{ChangeLog,descript.stat}
-
- use doc && dohtml doc/pspp.html/*
- 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.6.0.ebuild b/sci-mathematics/pspp/pspp-0.6.0.ebuild
deleted file mode 100644
index 4b793a5ee5d9..000000000000
--- a/sci-mathematics/pspp/pspp-0.6.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.0.ebuild,v 1.3 2008/10/28 13:36:24 markusle Exp $
-
-inherit elisp-common autotools
-
-DESCRIPTION="Program for statistical analysis of sampled data."
-HOMEPAGE="http://www.gnu.org/software/pspp/pspp.html"
-SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc ncurses emacs plotutils nls psppire"
-
-RDEPEND="sci-libs/gsl
- sys-libs/readline
- >=sys-devel/gettext-0.14.1
- >=dev-lang/perl-5.6
- virtual/libiconv
- ncurses? ( >=sys-libs/ncurses-5.4 )
- plotutils? ( >=media-libs/plotutils-2.4.1 )
- emacs? ( virtual/emacs )
- psppire? ( >=x11-libs/gtk+-2.12
- >=gnome-base/libglade-2.6 )"
-
-DEPEND="${RDEPEND}
- psppire? ( dev-util/pkgconfig )"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-disable-inline.patch
- epatch "${FILESDIR}"/${P}-as-needed.patch
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_with plotutils libplot) \
- $(use_with ncurses libncurses) \
- $(use_enable nls) \
- $(use_with psppire gui) \
- || die "econf failed"
- emake || die "emake failed"
- if use doc; then
- emake html || die "emake html failed"
- fi
-
- use emacs && elisp-compile *.el
-
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc AUTHORS ChangeLog \
- INSTALL NEWS ONEWS README THANKS TODO
- docinto examples && dodoc examples/{ChangeLog,descript.stat}
-
- use doc && dohtml doc/pspp.html/*
- if use emacs; then
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- fi
-
- if use psppire; then
- make_desktop_entry psppire psppire src/ui/gui/${PN}icon.png
- fi
-}
-
-pkg_postinst () {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}