public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/active-dvi: ChangeLog active-dvi-1.8.ebuild
@ 2009-11-12 18:43 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2009-11-12 18:43 UTC (permalink / raw
  To: gentoo-commits

aballier    09/11/12 18:43:22

  Modified:             ChangeLog
  Added:                active-dvi-1.8.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 app-text/active-dvi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	4 Aug 2009 07:34:54 -0000	1.31
+++ ChangeLog	12 Nov 2009 18:43:21 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/active-dvi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.31 2009/08/04 07:34:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.32 2009/11/12 18:43:21 aballier Exp $
+
+*active-dvi-1.8 (12 Nov 2009)
+
+  12 Nov 2009; Alexis Ballier <aballier@gentoo.org> +active-dvi-1.8.ebuild:
+  version bump
 
   04 Aug 2009; Alexis Ballier <aballier@gentoo.org>
   -active-dvi-1.7.3.ebuild:



1.1                  app-text/active-dvi/active-dvi-1.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?rev=1.1&content-type=text/plain

Index: active-dvi-1.8.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v 1.1 2009/11/12 18:43:21 aballier Exp $

EAPI="2"

inherit eutils autotools

MY_PN=${PN/ctive-/}
MY_P=${MY_PN}-${PV}
S=${WORKDIR}/${MY_P}

DESCRIPTION="A DVI previewer and a presenter for slides written in LaTeX"
SRC_URI="http://pauillac.inria.fr/advi/${MY_P}.tar.gz"
HOMEPAGE="http://pauillac.inria.fr/advi/"
LICENSE="LGPL-2.1"

IUSE="+ocamlopt tk"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND=">=dev-lang/ocaml-3.10.0[ocamlopt?,tk?]
	>=dev-ml/camlimages-3.0.1[truetype,tiff,jpeg,gs]
	virtual/latex-base
	virtual/ghostscript
	x11-libs/libXinerama"
DEPEND="${RDEPEND}
	|| ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures )
		app-text/ptex )
	x11-proto/xineramaproto
	dev-ml/findlib
	dev-tex/hevea"

DOCS="README TODO"

src_prepare() {
	epatch "${FILESDIR}/${PN}-1.7.3-asneeded.patch"
	AT_M4DIR="." eautoreconf
}

src_configure() {
	export ADVI_LOC="/usr/share/texmf/tex/latex/advi"
	econf $(use_enable ocamlopt native-program)
}

src_compile() {
	emake || die "emake failed"
	cd doc
	VARTEXFONTS="${T}/fonts" emake splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi || die "failed to create documentation"
}

src_install() {
	emake DESTDIR="${D}" PACKAGE="${PF}" install || die

	# now install the documentation
	dodoc ${DOCS}
	cd "${S}"/doc

	insinto /usr/share/texmf/tex/latex/advi
	doins splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi || die "failed to install splashes"
	export STRIP_MASK="*/bin/advi.byt"
}

pkg_postinst() {
	einfo "Running texhash to complete installation.."
	texhash
}

pkg_postrm() {
	einfo "Running texhash to complete installation.."
	texhash
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/active-dvi: ChangeLog active-dvi-1.8.ebuild
@ 2009-11-27 12:43 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-11-27 12:43 UTC (permalink / raw
  To: gentoo-commits

fauli       09/11/27 12:43:24

  Modified:             ChangeLog active-dvi-1.8.ebuild
  Log:
  stable x86, security bug 294678
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.33                 app-text/active-dvi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	12 Nov 2009 18:43:21 -0000	1.32
+++ ChangeLog	27 Nov 2009 12:43:23 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/active-dvi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.32 2009/11/12 18:43:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.33 2009/11/27 12:43:23 fauli Exp $
+
+  27 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
+  active-dvi-1.8.ebuild:
+  stable x86, security bug 294678
 
 *active-dvi-1.8 (12 Nov 2009)
 



1.2                  app-text/active-dvi/active-dvi-1.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?r1=1.1&r2=1.2

Index: active-dvi-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- active-dvi-1.8.ebuild	12 Nov 2009 18:43:21 -0000	1.1
+++ active-dvi-1.8.ebuild	27 Nov 2009 12:43:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v 1.1 2009/11/12 18:43:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v 1.2 2009/11/27 12:43:23 fauli Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 
 IUSE="+ocamlopt tk"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND=">=dev-lang/ocaml-3.10.0[ocamlopt?,tk?]
 	>=dev-ml/camlimages-3.0.1[truetype,tiff,jpeg,gs]






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/active-dvi: ChangeLog active-dvi-1.8.ebuild
@ 2009-12-22 13:47 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2009-12-22 13:47 UTC (permalink / raw
  To: gentoo-commits

aballier    09/12/22 13:47:40

  Modified:             ChangeLog active-dvi-1.8.ebuild
  Log:
  Fix SRC_URI and homepage
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 app-text/active-dvi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	7 Dec 2009 07:55:59 -0000	1.34
+++ ChangeLog	22 Dec 2009 13:47:40 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/active-dvi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.34 2009/12/07 07:55:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.35 2009/12/22 13:47:40 aballier Exp $
+
+  22 Dec 2009; Alexis Ballier <aballier@gentoo.org> active-dvi-1.8.ebuild:
+  Fix SRC_URI and homepage
 
   07 Dec 2009; Alexis Ballier <aballier@gentoo.org>
   -active-dvi-1.7.3-r1.ebuild:



1.3                  app-text/active-dvi/active-dvi-1.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?r1=1.2&r2=1.3

Index: active-dvi-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- active-dvi-1.8.ebuild	27 Nov 2009 12:43:23 -0000	1.2
+++ active-dvi-1.8.ebuild	22 Dec 2009 13:47:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v 1.2 2009/11/27 12:43:23 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v 1.3 2009/12/22 13:47:40 aballier Exp $
 
 EAPI="2"
 
@@ -11,8 +11,8 @@
 S=${WORKDIR}/${MY_P}
 
 DESCRIPTION="A DVI previewer and a presenter for slides written in LaTeX"
-SRC_URI="http://pauillac.inria.fr/advi/${MY_P}.tar.gz"
-HOMEPAGE="http://pauillac.inria.fr/advi/"
+SRC_URI="http://gallium.inria.fr/advi/${MY_P}.tar.gz"
+HOMEPAGE="http://gallium.inria.fr/advi/"
 LICENSE="LGPL-2.1"
 
 IUSE="+ocamlopt tk"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/active-dvi: ChangeLog active-dvi-1.8.ebuild
@ 2009-12-26 19:39 Peter Volkov (pva)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2009-12-26 19:39 UTC (permalink / raw
  To: gentoo-commits

pva         09/12/26 19:39:05

  Modified:             ChangeLog active-dvi-1.8.ebuild
  Log:
  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 app-text/active-dvi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	22 Dec 2009 13:47:40 -0000	1.35
+++ ChangeLog	26 Dec 2009 19:39:04 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/active-dvi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.35 2009/12/22 13:47:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.36 2009/12/26 19:39:04 pva Exp $
+
+  26 Dec 2009; Peter Volkov <pva@gentoo.org> active-dvi-1.8.ebuild:
+  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
+  implementation left in the tree.
 
   22 Dec 2009; Alexis Ballier <aballier@gentoo.org> active-dvi-1.8.ebuild:
   Fix SRC_URI and homepage



1.4                  app-text/active-dvi/active-dvi-1.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild?r1=1.3&r2=1.4

Index: active-dvi-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- active-dvi-1.8.ebuild	22 Dec 2009 13:47:40 -0000	1.3
+++ active-dvi-1.8.ebuild	26 Dec 2009 19:39:04 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v 1.3 2009/12/22 13:47:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v 1.4 2009/12/26 19:39:04 pva Exp $
 
 EAPI="2"
 
@@ -22,7 +22,7 @@
 RDEPEND=">=dev-lang/ocaml-3.10.0[ocamlopt?,tk?]
 	>=dev-ml/camlimages-3.0.1[truetype,tiff,jpeg,gs]
 	virtual/latex-base
-	virtual/ghostscript
+	app-text/ghostscript-gpl
 	x11-libs/libXinerama"
 DEPEND="${RDEPEND}
 	|| ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures )






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-26 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-22 13:47 [gentoo-commits] gentoo-x86 commit in app-text/active-dvi: ChangeLog active-dvi-1.8.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-26 19:39 Peter Volkov (pva)
2009-11-27 12:43 Christian Faulhammer (fauli)
2009-11-12 18:43 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox