* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2012-10-02 3:33 Christoph Junghans (ottxor)
0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans (ottxor) @ 2012-10-02 3:33 UTC (permalink / raw
To: gentoo-commits
ottxor 12/10/02 03:33:18
Modified: ChangeLog
Added: gnuplot-4.6.1.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha134/cvs/Linux i686)
Revision Changes Path
1.194 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.194&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.194&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.193&r2=1.194
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog 10 Sep 2012 00:15:46 -0000 1.193
+++ ChangeLog 2 Oct 2012 03:33:18 -0000 1.194
@@ -1,6 +1,11 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.193 2012/09/10 00:15:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.194 2012/10/02 03:33:18 ottxor Exp $
+
+*gnuplot-4.6.1 (02 Oct 2012)
+
+ 02 Oct 2012; Christoph Junghans <ottxor@gentoo.org> +gnuplot-4.6.1.ebuild:
+ version bump
10 Sep 2012; Christoph Junghans <ottxor@gentoo.org> metadata.xml:
updated metadata.xml
1.1 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.1&content-type=text/plain
Index: gnuplot-4.6.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.1 2012/10/02 03:33:18 ottxor Exp $
EAPI=4
inherit elisp-common flag-o-matic multilib wxwidgets
DESCRIPTION="Command-line driven interactive plotting program"
HOMEPAGE="http://www.gnuplot.info/"
if [[ -z ${PV%%*9999} ]]; then
inherit autotools cvs
ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot"
ECVS_MODULE="gnuplot"
ECVS_BRANCH="branch-4-6-stable"
ECVS_USER="anonymous"
ECVS_CVS_OPTIONS="-dP"
MY_P="${PN}"
SRC_URI=""
else
MY_P="${P/_/.}"
SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
fi
LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
RDEPEND="
cairo? (
x11-libs/cairo
x11-libs/pango )
emacs? ( virtual/emacs )
gd? ( media-libs/gd[png] )
ggi? ( media-libs/libggi )
latex? (
virtual/latex-base
lua? (
dev-tex/pgf
>=dev-texlive/texlive-latexrecommended-2008-r2 ) )
lua? ( dev-lang/lua )
plotutils? ( media-libs/plotutils )
qt4? ( >=x11-libs/qt-core-4.5:4
>=x11-libs/qt-gui-4.5:4
>=x11-libs/qt-svg-4.5:4 )
readline? ( sys-libs/readline )
svga? ( media-libs/svgalib )
wxwidgets? (
x11-libs/wxGTK:2.8[X]
x11-libs/cairo
x11-libs/pango
x11-libs/gtk+:2 )
X? ( x11-libs/libXaw )
xemacs? (
app-editors/xemacs
app-xemacs/xemacs-base )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? (
virtual/latex-base
dev-texlive/texlive-latexextra
app-text/ghostscript-gpl )
!emacs? ( xemacs? ( app-xemacs/texinfo ) )"
if [[ -z ${PV%%*9999} ]]; then
# The live ebuild always needs an Emacs for building of gnuplot.texi
DEPEND="${DEPEND}
!emacs? ( !xemacs? ( || ( virtual/emacs app-xemacs/texinfo ) ) )"
fi
S="${WORKDIR}/${MY_P}"
GP_VERSION="${PV%.*}"
E_SITEFILE="50${PN}-gentoo.el"
TEXMF="${EPREFIX}/usr/share/texmf-site"
src_prepare() {
if [[ -z ${PV%%*9999} ]]; then
local dir
for dir in config demo m4 term tutorial; do
emake -C "$dir" -f Makefile.am.in Makefile.am
done
eautoreconf
fi
# Add special version identification as required by provision 2
# of the gnuplot license
sed -i -e "1s/.*/& (Gentoo revision ${PR})/" PATCHLEVEL || die
# hacky workaround
# Please hack the buildsystem if you like
if use prefix && use qt4; then
append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/qt4
fi
}
src_configure() {
if ! use latex; then
sed -i -e '/SUBDIRS/s/LaTeX//' share/Makefile.in || die
fi
if use wxwidgets; then
WX_GTK_VER="2.8"
need-wxwidgets unicode
fi
local myconf
myconf="${myconf} --without-lisp-files"
myconf="${myconf} --without-pdf"
myconf="${myconf} --enable-stats" #extra command save to be enabled
myconf="${myconf} --with-texdir=${TEXMF}/tex/latex/${PN}"
myconf="${myconf} $(use_with bitmap bitmap-terminals)"
myconf="${myconf} $(use_with cairo)"
myconf="${myconf} $(use_with doc tutorial)"
myconf="${myconf} $(use_with gd)"
myconf="${myconf} $(use_with ggi ggi ${EPREFIX}/usr/$(get_libdir))"
myconf="${myconf} $(use_with ggi xmi ${EPREFIX}/usr/$(get_libdir))"
myconf="${myconf} $(use_with lua)"
myconf="${myconf} $(use_with plotutils plot "${EPREFIX}"/usr/$(get_libdir))"
myconf="${myconf} $(use_with svga linux-vga)"
myconf="${myconf} $(use_enable thin-splines)"
myconf="${myconf} $(use_enable wxwidgets)"
myconf="${myconf} $(use_with X x)"
myconf="${myconf} $(use_enable qt4 qt)"
use readline \
&& myconf="${myconf} --with-readline=gnu" \
|| myconf="${myconf} --with-readline=builtin"
local emacs=$(usev emacs || usev xemacs || echo no)
if [[ -z ${PV%%*9999} && ${emacs} = no ]]; then
# Live ebuild needs an Emacs to build gnuplot.texi
if has_version virtual/emacs; then emacs=emacs
elif has_version app-xemacs/texinfo; then emacs=xemacs; fi
fi
econf ${myconf} \
DIST_CONTACT="http://bugs.gentoo.org/" \
EMACS=${emacs}
if use xemacs; then
einfo "Configuring gnuplot-mode for XEmacs ..."
use emacs && cp -Rp lisp lisp-xemacs || ln -s lisp lisp-xemacs
cd "${S}/lisp-xemacs"
econf --with-lispdir="${EPREFIX}/usr/lib/xemacs/site-packages/${PN}" EMACS=xemacs
fi
if use emacs; then
einfo "Configuring gnuplot-mode for GNU Emacs ..."
cd "${S}/lisp"
econf --with-lispdir="${EPREFIX}${SITELISP}/${PN}" EMACS=emacs
fi
}
src_compile() {
# Prevent access violations, see bug 201871
VARTEXFONTS="${T}/fonts"
# We believe that the following line is no longer needed.
# In case of problems file a bug report at bugs.gentoo.org.
#addwrite /dev/svga:/dev/mouse:/dev/tts/0
emake all info
if use xemacs; then
cd "${S}/lisp-xemacs"
emake
fi
if use emacs; then
cd "${S}/lisp"
emake
fi
if use doc; then
# Avoid sandbox violation in epstopdf/ghostscript
addpredict /var/cache/fontconfig
cd "${S}/docs"
emake pdf
cd "${S}/tutorial"
emake pdf
if use emacs || use xemacs; then
cd "${S}/lisp"
emake pdf
fi
fi
}
src_install () {
emake DESTDIR="${D}" install
if use xemacs; then
cd "${S}/lisp-xemacs"
emake DESTDIR="${D}" install
fi
if use emacs; then
cd "${S}/lisp"
emake DESTDIR="${D}" install
# info-look* is included with >=emacs-21
rm -f "${ED}${SITELISP}/${PN}"/info-look*
# Gentoo emacs site-lisp configuration
echo "(add-to-list 'load-path \"@SITELISP@\")" > ${E_SITEFILE}
sed '/^;; move/,+3 d' dotemacs >> ${E_SITEFILE} || die
elisp-site-file-install ${E_SITEFILE} || die
fi
cd "${S}"
dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README*
newdoc term/PostScript/README README-ps
newdoc term/js/README README-js
use lua && newdoc term/lua/README README-lua
if use examples; then
# Demo files
insinto /usr/share/${PN}/${GP_VERSION}
doins -r demo
rm -f "${ED}"/usr/share/${PN}/${GP_VERSION}/demo/Makefile*
rm -f "${ED}"/usr/share/${PN}/${GP_VERSION}/demo/binary*
fi
if use doc; then
# Manual
dodoc docs/gnuplot.pdf
# Tutorial
dodoc tutorial/{tutorial.dvi,tutorial.pdf}
# FAQ
dodoc FAQ.pdf
# Documentation for making PostScript files
docinto psdoc
dodoc docs/psdoc/{*.doc,*.tex,*.ps,*.gpi,README}
fi
if use emacs || use xemacs; then
docinto emacs
dodoc lisp/ChangeLog lisp/README
use doc && dodoc lisp/gpelcard.pdf
fi
}
src_test() {
GNUTERM="unknown" default_src_test
}
pkg_postinst() {
use emacs && elisp-site-regen
use latex && texmf-update
elog "Gnuplot no longer links against pdflib, see the ChangeLog for"
elog "details. You can use the \"pdfcairo\" terminal for PDF output."
use cairo || elog "It is available with USE=\"cairo\"."
if use svga; then
echo
elog "In order to enable ordinary users to use SVGA console graphics"
elog "gnuplot needs to be set up as setuid root. Please note that"
elog "this is usually considered to be a security hazard."
elog "As root, manually \"chmod u+s /usr/bin/gnuplot\"."
fi
if use gd; then
echo
elog "For font support in png/jpeg/gif output, you may have to"
elog "set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT environment"
elog "variables. See the FAQ file in /usr/share/doc/${PF}/"
elog "for more information."
fi
}
pkg_postrm() {
use emacs && elisp-site-regen
use latex && texmf-update
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2013-01-20 14:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-20 14:08 UTC (permalink / raw
To: gentoo-commits
ago 13/01/20 14:08:08
Modified: gnuplot-4.6.1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #446243
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.2&r2=1.3
Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnuplot-4.6.1.ebuild 2 Oct 2012 16:28:21 -0000 1.2
+++ gnuplot-4.6.1.ebuild 20 Jan 2013 14:08:08 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.2 2012/10/02 16:28:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.3 2013/01/20 14:08:08 ago Exp $
EAPI=4
@@ -25,7 +25,7 @@
LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
RDEPEND="
1.196 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.196&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.196&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.195&r2=1.196
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog 2 Oct 2012 16:28:21 -0000 1.195
+++ ChangeLog 20 Jan 2013 14:08:08 -0000 1.196
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.195 2012/10/02 16:28:21 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.196 2013/01/20 14:08:08 ago Exp $
+
+ 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
+ Stable for amd64, wrt bug #446243
02 Oct 2012; Ulrich Müller <ulm@gentoo.org> gnuplot-4.6.1.ebuild:
Parallel installation hangs, adding -j1 to emake install.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2013-01-20 14:09 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-20 14:09 UTC (permalink / raw
To: gentoo-commits
ago 13/01/20 14:09:36
Modified: gnuplot-4.6.1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #446243
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.3&r2=1.4
Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnuplot-4.6.1.ebuild 20 Jan 2013 14:08:08 -0000 1.3
+++ gnuplot-4.6.1.ebuild 20 Jan 2013 14:09:36 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.3 2013/01/20 14:08:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.4 2013/01/20 14:09:36 ago Exp $
EAPI=4
@@ -25,7 +25,7 @@
LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
RDEPEND="
1.197 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.197&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.197&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.196&r2=1.197
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog 20 Jan 2013 14:08:08 -0000 1.196
+++ ChangeLog 20 Jan 2013 14:09:36 -0000 1.197
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.196 2013/01/20 14:08:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.197 2013/01/20 14:09:36 ago Exp $
+
+ 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
+ Stable for x86, wrt bug #446243
20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
Stable for amd64, wrt bug #446243
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2013-01-20 17:04 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-20 17:04 UTC (permalink / raw
To: gentoo-commits
ago 13/01/20 17:04:53
Modified: gnuplot-4.6.1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #446243
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.6 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.5&r2=1.6
Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnuplot-4.6.1.ebuild 20 Jan 2013 14:58:00 -0000 1.5
+++ gnuplot-4.6.1.ebuild 20 Jan 2013 17:04:53 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.5 2013/01/20 14:58:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.6 2013/01/20 17:04:53 ago Exp $
EAPI=4
@@ -25,7 +25,7 @@
LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
RDEPEND="
1.199 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.198&r2=1.199
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog 20 Jan 2013 14:58:00 -0000 1.198
+++ ChangeLog 20 Jan 2013 17:04:53 -0000 1.199
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.198 2013/01/20 14:58:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.199 2013/01/20 17:04:53 ago Exp $
+
+ 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
+ Stable for alpha, wrt bug #446243
20 Jan 2013; Ulrich Müller <ulm@gentoo.org> gnuplot-4.6.1.ebuild:
Respect CXX, bug 453174.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2013-01-21 13:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-21 13:40 UTC (permalink / raw
To: gentoo-commits
ago 13/01/21 13:40:48
Modified: gnuplot-4.6.1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #446243
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.7 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.6&r2=1.7
Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnuplot-4.6.1.ebuild 20 Jan 2013 17:04:53 -0000 1.6
+++ gnuplot-4.6.1.ebuild 21 Jan 2013 13:40:48 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.6 2013/01/20 17:04:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.7 2013/01/21 13:40:48 ago Exp $
EAPI=4
@@ -25,7 +25,7 @@
LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
RDEPEND="
1.200 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.200&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.200&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.199&r2=1.200
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog 20 Jan 2013 17:04:53 -0000 1.199
+++ ChangeLog 21 Jan 2013 13:40:48 -0000 1.200
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.199 2013/01/20 17:04:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.200 2013/01/21 13:40:48 ago Exp $
+
+ 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
+ Stable for ppc64, wrt bug #446243
20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
Stable for alpha, wrt bug #446243
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2013-01-21 14:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-21 14:01 UTC (permalink / raw
To: gentoo-commits
ago 13/01/21 14:01:32
Modified: gnuplot-4.6.1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #446243
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.8 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.7&r2=1.8
Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnuplot-4.6.1.ebuild 21 Jan 2013 13:40:48 -0000 1.7
+++ gnuplot-4.6.1.ebuild 21 Jan 2013 14:01:32 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.7 2013/01/21 13:40:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.8 2013/01/21 14:01:32 ago Exp $
EAPI=4
@@ -25,7 +25,7 @@
LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
RDEPEND="
1.201 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.201&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.201&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.200&r2=1.201
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog 21 Jan 2013 13:40:48 -0000 1.200
+++ ChangeLog 21 Jan 2013 14:01:32 -0000 1.201
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.200 2013/01/21 13:40:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.201 2013/01/21 14:01:32 ago Exp $
+
+ 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
+ Stable for ppc, wrt bug #446243
21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
Stable for ppc64, wrt bug #446243
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2013-01-21 14:25 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-21 14:25 UTC (permalink / raw
To: gentoo-commits
ago 13/01/21 14:25:47
Modified: gnuplot-4.6.1.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #446243
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Revision Changes Path
1.9 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.8&r2=1.9
Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnuplot-4.6.1.ebuild 21 Jan 2013 14:01:32 -0000 1.8
+++ gnuplot-4.6.1.ebuild 21 Jan 2013 14:25:47 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.8 2013/01/21 14:01:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.9 2013/01/21 14:25:47 ago Exp $
EAPI=4
@@ -25,7 +25,7 @@
LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
RDEPEND="
1.202 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.202&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.202&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.201&r2=1.202
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog 21 Jan 2013 14:01:32 -0000 1.201
+++ ChangeLog 21 Jan 2013 14:25:47 -0000 1.202
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.201 2013/01/21 14:01:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.202 2013/01/21 14:25:47 ago Exp $
+
+ 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
+ Stable for ia64, wrt bug #446243
21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
Stable for ppc, wrt bug #446243
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2013-01-21 16:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-21 16:01 UTC (permalink / raw
To: gentoo-commits
ago 13/01/21 16:01:27
Modified: gnuplot-4.6.1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #446243
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.10 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.9&r2=1.10
Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnuplot-4.6.1.ebuild 21 Jan 2013 14:25:47 -0000 1.9
+++ gnuplot-4.6.1.ebuild 21 Jan 2013 16:01:27 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.9 2013/01/21 14:25:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.10 2013/01/21 16:01:27 ago Exp $
EAPI=4
@@ -25,7 +25,7 @@
LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
RDEPEND="
1.203 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.203&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.203&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.202&r2=1.203
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog 21 Jan 2013 14:25:47 -0000 1.202
+++ ChangeLog 21 Jan 2013 16:01:27 -0000 1.203
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.202 2013/01/21 14:25:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.203 2013/01/21 16:01:27 ago Exp $
+
+ 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
+ Stable for sparc, wrt bug #446243
21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
Stable for ia64, wrt bug #446243
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2013-02-09 19:11 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2013-02-09 19:11 UTC (permalink / raw
To: gentoo-commits
pacho 13/02/09 19:11:58
Modified: gnuplot-4.6.1.ebuild ChangeLog
Log:
Use readme.gentoo.eclass for elog message (#456068)
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.11 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.10&r2=1.11
Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnuplot-4.6.1.ebuild 21 Jan 2013 16:01:27 -0000 1.10
+++ gnuplot-4.6.1.ebuild 9 Feb 2013 19:11:58 -0000 1.11
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.10 2013/01/21 16:01:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.11 2013/02/09 19:11:58 pacho Exp $
EAPI=4
-inherit elisp-common flag-o-matic multilib wxwidgets toolchain-funcs
+inherit elisp-common flag-o-matic multilib readme.gentoo toolchain-funcs wxwidgets
DESCRIPTION="Command-line driven interactive plotting program"
HOMEPAGE="http://www.gnuplot.info/"
@@ -94,6 +94,18 @@
if use prefix && use qt4; then
append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/qt4
fi
+
+ DOC_CONTENTS="Gnuplot no longer links against pdflib, see the ChangeLog for
+ details. You can use the \"pdfcairo\" terminal for PDF output."
+ use cairo || DOC_CONTENTS+=" It is available with USE=\"cairo\"."
+ use svga && DOC_CONTENTS+=" In order to enable ordinary users to use SVGA console graphics
+ gnuplot needs to be set up as setuid root. Please note that
+ this is usually considered to be a security hazard.
+ As root, manually \"chmod u+s /usr/bin/gnuplot\"."
+ use gd && DOC_CONTENTS+=" For font support in png/jpeg/gif output, you may have to
+ set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT environment
+ variables. See the FAQ file in /usr/share/doc/${PF}/
+ for more information."
}
src_configure() {
@@ -240,6 +252,8 @@
dodoc lisp/ChangeLog lisp/README
use doc && dodoc lisp/gpelcard.pdf
fi
+
+ readme.gentoo_create_doc
}
src_test() {
@@ -249,25 +263,7 @@
pkg_postinst() {
use emacs && elisp-site-regen
use latex && texmf-update
-
- elog "Gnuplot no longer links against pdflib, see the ChangeLog for"
- elog "details. You can use the \"pdfcairo\" terminal for PDF output."
- use cairo || elog "It is available with USE=\"cairo\"."
-
- if use svga; then
- echo
- elog "In order to enable ordinary users to use SVGA console graphics"
- elog "gnuplot needs to be set up as setuid root. Please note that"
- elog "this is usually considered to be a security hazard."
- elog "As root, manually \"chmod u+s /usr/bin/gnuplot\"."
- fi
- if use gd; then
- echo
- elog "For font support in png/jpeg/gif output, you may have to"
- elog "set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT environment"
- elog "variables. See the FAQ file in /usr/share/doc/${PF}/"
- elog "for more information."
- fi
+ readme.gentoo_print_elog
}
pkg_postrm() {
1.204 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.204&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.204&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.203&r2=1.204
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog 21 Jan 2013 16:01:27 -0000 1.203
+++ ChangeLog 9 Feb 2013 19:11:58 -0000 1.204
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.203 2013/01/21 16:01:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.204 2013/02/09 19:11:58 pacho Exp $
+
+ 09 Feb 2013; Pacho Ramos <pacho@gentoo.org> gnuplot-4.6.1.ebuild:
+ Use readme.gentoo.eclass for elog message (#456068)
21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
Stable for sparc, wrt bug #446243
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog
@ 2013-02-20 9:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-20 9:48 UTC (permalink / raw
To: gentoo-commits
ago 13/02/20 09:48:22
Modified: gnuplot-4.6.1.ebuild ChangeLog
Log:
Stable for s390, wrt bug #446243
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.11&r2=1.12
Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnuplot-4.6.1.ebuild 9 Feb 2013 19:11:58 -0000 1.11
+++ gnuplot-4.6.1.ebuild 20 Feb 2013 09:48:22 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.11 2013/02/09 19:11:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.12 2013/02/20 09:48:22 ago Exp $
EAPI=4
@@ -25,7 +25,7 @@
LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
RDEPEND="
1.205 sci-visualization/gnuplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.205&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.205&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.204&r2=1.205
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog 9 Feb 2013 19:11:58 -0000 1.204
+++ ChangeLog 20 Feb 2013 09:48:22 -0000 1.205
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.204 2013/02/09 19:11:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.205 2013/02/20 09:48:22 ago Exp $
+
+ 20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
+ Stable for s390, wrt bug #446243
09 Feb 2013; Pacho Ramos <pacho@gentoo.org> gnuplot-4.6.1.ebuild:
Use readme.gentoo.eclass for elog message (#456068)
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-02-20 9:48 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 3:33 [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.1.ebuild ChangeLog Christoph Junghans (ottxor)
-- strict thread matches above, loose matches on Subject: below --
2013-01-20 14:08 Agostino Sarubbo (ago)
2013-01-20 14:09 Agostino Sarubbo (ago)
2013-01-20 17:04 Agostino Sarubbo (ago)
2013-01-21 13:40 Agostino Sarubbo (ago)
2013-01-21 14:01 Agostino Sarubbo (ago)
2013-01-21 14:25 Agostino Sarubbo (ago)
2013-01-21 16:01 Agostino Sarubbo (ago)
2013-02-09 19:11 Pacho Ramos (pacho)
2013-02-20 9:48 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox