* [gentoo-commits] gentoo-x86 commit in sci-mathematics/pspp: ChangeLog metadata.xml pspp-0.6.1.ebuild
@ 2008-10-28 16:47 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2008-10-28 16:47 UTC (permalink / raw
To: gentoo-commits
bicatali 08/10/28 16:47:32
Modified: ChangeLog metadata.xml
Added: pspp-0.6.1.ebuild
Log:
Version bump, more complete doc installation, added missing dependencies and fix for crashing GUI, bug #244631
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Revision Changes Path
1.9 sci-mathematics/pspp/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 28 Oct 2008 13:36:24 -0000 1.8
+++ ChangeLog 28 Oct 2008 16:47:32 -0000 1.9
@@ -1,6 +1,13 @@
# 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.8 2008/10/28 13:36:24 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.9 2008/10/28 16:47:32 bicatali Exp $
+
+*pspp-0.6.1 (28 Oct 2008)
+
+ 28 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+ +pspp-0.6.1.ebuild:
+ Version bump, more complete doc installation, added missing dependencies
+ and fix for crashing GUI, bug #244631
28 Oct 2008; Markus Dittrich <markusle@gentoo.org>
+files/pspp-0.6.0-as-needed.patch, pspp-0.6.0.ebuild:
1.4 sci-mathematics/pspp/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 6 Aug 2008 20:47:47 -0000 1.3
+++ metadata.xml 28 Oct 2008 16:47:32 -0000 1.4
@@ -3,14 +3,14 @@
<pkgmetadata>
<herd>sci-mathematics</herd>
<longdescription lang="en">
-PSPP is a program for statistical analysis of sampled data. It
-interprets commands in the SPSS language and produces tabular and
-graphical output in ASCII, HTML, or PostScript format.
-PSPP supports a large subset of SPSS's transformation language. Its
-statistical procedure support is limited but growing.
-PSPP has both text-based and graphical user interfaces.
+ PSPP is a program for statistical analysis of sampled data. It
+ interprets commands in the SPSS language and produces tabular and
+ graphical output in ASCII, HTML, or PostScript format.
+ PSPP supports a large subset of SPSS's transformation language. Its
+ statistical procedure support is limited but growing.
+ PSPP has both text-based and a GTK+ based graphical user interfaces.
</longdescription>
<use>
- <flag name='psppire'>Enable psppire GUI</flag>
+ <flag name='psppire'>Enable GTK psppire GUI</flag>
</use>
</pkgmetadata>
1.1 sci-mathematics/pspp/pspp-0.6.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/pspp-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/pspp-0.6.1.ebuild?rev=1.1&content-type=text/plain
Index: pspp-0.6.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 2008/10/28 16:47:32 bicatali Exp $
EAPI=2
inherit eutils 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 emacs gtk ncurses nls plotutils postgres"
RDEPEND="sci-libs/gsl
sys-libs/readline
sys-devel/gettext
virtual/libiconv
sys-libs/zlib
dev-libs/libxml2
emacs? ( virtual/emacs )
gtk? ( >=x11-libs/gtk+-2.12 gnome-base/libglade )
ncurses? ( sys-libs/ncurses )
plotutils? ( media-libs/plotutils )
postgres? ( virtual/postgresql-server )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( virtual/latex-base )"
SITEFILE=50${PN}-gentoo.el
src_prepare() {
# this patch is hacky, but should not be needed for 0.7
epatch "${FILESDIR}"/${PN}-0.6.0-as-needed.patch
eautoreconf
}
src_configure() {
econf \
--disable-rpath \
$(use_enable nls) \
$(use_with gtk gui) \
$(use_with ncurses libncurses) \
$(use_with plotutils libplot) \
$(use_with postgres libpq)
}
src_compile() {
emake pkglibdir=/usr/$(get_libdir) || die "emake failed"
if use doc; then
emake html || die "emake html failed"
emake pdf || die "emake pdf failed"
fi
use emacs && elisp-compile *.el
}
src_install() {
emake pkglibdir=/usr/$(get_libdir) DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS ONEWS README THANKS TODO
insinto /usr/share/doc/${PF}
doins -r examples || die
if use doc; then
doins -r doc/pspp.html doc/pspp-dev.html || die
doins doc/pspp.pdf doc/pspp-dev.pdf || die
fi
if use emacs; then
elisp-install ${PN} *.el *.elc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
if use gtk; then
doicon src/ui/gui/${PN}icon.png
make_desktop_entry psppire psppire ${PN}icon.png
fi
}
pkg_postinst () {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-28 16:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28 16:47 [gentoo-commits] gentoo-x86 commit in sci-mathematics/pspp: ChangeLog metadata.xml pspp-0.6.1.ebuild Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox