public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2009-10-03  9:32 Alexis Ballier (aballier)
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier (aballier) @ 2009-10-03  9:32 UTC (permalink / raw
  To: gentoo-commits

aballier    09/10/03 09:32:31

  Modified:             ChangeLog
  Added:                xdvik-22.84.16.ebuild
  Log:
  version bump, drop cjk patches they cause more harm than good
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	8 Feb 2009 11:07:00 -0000	1.63
+++ ChangeLog	3 Oct 2009 09:32:30 -0000	1.64
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/xdvik
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.63 2009/02/08 11:07:00 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.64 2009/10/03 09:32:30 aballier Exp $
+
+*xdvik-22.84.16 (03 Oct 2009)
+
+  03 Oct 2009; Alexis Ballier <aballier@gentoo.org> +xdvik-22.84.16.ebuild,
+  +files/xdvik-22.84.16-open-mode.patch:
+  version bump, drop cjk patches they cause more harm than good
 
 *xdvik-22.84.14-r1 (08 Feb 2009)
 



1.1                  app-text/xdvik/xdvik-22.84.16.ebuild

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

Index: xdvik-22.84.16.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.1 2009/10/03 09:32:30 aballier Exp $

inherit eutils flag-o-matic elisp-common toolchain-funcs

DESCRIPTION="DVI previewer for X Window System"
HOMEPAGE="http://xdvi.sourceforge.net/"
SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
SLOT="0"
LICENSE="GPL-2"
IUSE="motif neXt Xaw3d emacs"

RDEPEND=">=media-libs/t1lib-5.0.2
	x11-libs/libXmu
	x11-libs/libXp
	x11-libs/libXpm
	motif? ( x11-libs/openmotif )
	!motif? ( neXt? ( x11-libs/neXtaw )
		!neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) )
	virtual/latex-base
	!<app-text/texlive-2007"
DEPEND="${RDEPEND}"
TEXMF_PATH=/usr/share/texmf
S=${WORKDIR}/${P}/texk/xdvik

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-open-mode.patch"
}

src_compile() {
	cd "${WORKDIR}/${P}"

	tc-export CC AR RANLIB

	local toolkit

	if use motif ; then
		toolkit="motif"
	elif use neXt ; then
		toolkit="neXtaw"
	elif use Xaw3d ; then
		toolkit="xaw3d"
	else
		toolkit="xaw"
	fi

	econf --disable-multiplatform \
		--enable-t1lib \
		--enable-gf \
		--with-system-t1lib \
		--with-system-kpathsea \
		--with-kpathsea-include=/usr/include/kpathsea \
		--with-xdvi-x-toolkit="${toolkit}"

	cd "${S}"
	emake kpathsea_dir="/usr/include/kpathsea" texmf="${TEXMF_PATH}" || die
	use emacs && elisp-compile xdvi-search.el
}

src_install() {
	einstall kpathsea_dir="/usr/include/kpathsea" texmf="${D}${TEXMF_PATH}" || die "install failed"

	dodir /etc/texmf/xdvi /etc/X11/app-defaults
	mv "${D}${TEXMF_PATH}/xdvi/XDvi" "${D}etc/X11/app-defaults" || die "failed to move config file"
	dosym {/etc/X11/app-defaults,"${TEXMF_PATH}/xdvi"}/XDvi || die "failed to symlink config file"
	for i in $(find "${D}${TEXMF_PATH}/xdvi" -type f -maxdepth 1) ; do
		mv ${i} "${D}etc/texmf/xdvi" || die "failed to move $i"
		dosym {/etc/texmf,"${TEXMF_PATH}"}/xdvi/$(basename ${i}) || die "failed	to symlink $i"
	done

	dodoc BUGS FAQ README.* || die "dodoc failed"

	use emacs && elisp-install tex-utils *.el *.elc

	doicon "${FILESDIR}/${PN}.png"
	make_desktop_entry xdvi "XDVI" xdvik "Graphics;Viewer"
	echo "MimeType=application/x-dvi;" >> "${D}"usr/share/applications/xdvi-"${PN}".desktop
}

pkg_postinst() {
	if use emacs; then
		elog "Add"
		elog "	(add-to-list 'load-path \"${SITELISP}/tex-utils\")"
		elog "	(require 'xdvi-search)"
		elog "to your ~/.emacs file"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-01-09 13:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier (aballier) @ 2010-01-09 13:22 UTC (permalink / raw
  To: gentoo-commits

aballier    10/01/09 13:22:12

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  Make sure system kpathsea headers are used
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	3 Oct 2009 09:32:30 -0000	1.64
+++ ChangeLog	9 Jan 2010 13:22:12 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/xdvik
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.64 2009/10/03 09:32:30 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.65 2010/01/09 13:22:12 aballier Exp $
+
+  09 Jan 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild,
+  +files/xdvik-22.84.16-cvararg.patch:
+  Make sure system kpathsea headers are used
 
 *xdvik-22.84.16 (03 Oct 2009)
 



1.2                  app-text/xdvik/xdvik-22.84.16.ebuild

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

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdvik-22.84.16.ebuild	3 Oct 2009 09:32:30 -0000	1.1
+++ xdvik-22.84.16.ebuild	9 Jan 2010 13:22:12 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.1 2009/10/03 09:32:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.2 2010/01/09 13:22:12 aballier Exp $
 
 inherit eutils flag-o-matic elisp-common toolchain-funcs
 
@@ -30,6 +30,10 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}/${P}-open-mode.patch"
+	epatch "${FILESDIR}/${P}-cvararg.patch"
+	# Make sure system kpathsea headers are used
+	cd "${WORKDIR}/${P}/texk/kpathsea"
+	for i in *.h ; do echo "#include_next \"$i\"" > $i; done
 }
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-02-22 20:48 Jonathan Callen (abcd)
  0 siblings, 0 replies; 15+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-22 20:48 UTC (permalink / raw
  To: gentoo-commits

abcd        10/02/22 20:48:30

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  Add prefix keywords, support; bump EAPI
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.66                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	9 Jan 2010 13:22:12 -0000	1.65
+++ ChangeLog	22 Feb 2010 20:48:29 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.65 2010/01/09 13:22:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.66 2010/02/22 20:48:29 abcd Exp $
+
+  22 Feb 2010; Jonathan Callen <abcd@gentoo.org> xdvik-22.84.16.ebuild:
+  Add prefix keywords, support; bump EAPI
 
   09 Jan 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild,
   +files/xdvik-22.84.16-cvararg.patch:



1.3                  app-text/xdvik/xdvik-22.84.16.ebuild

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

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdvik-22.84.16.ebuild	9 Jan 2010 13:22:12 -0000	1.2
+++ xdvik-22.84.16.ebuild	22 Feb 2010 20:48:29 -0000	1.3
@@ -1,6 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.2 2010/01/09 13:22:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.3 2010/02/22 20:48:29 abcd Exp $
+
+EAPI=3
 
 inherit eutils flag-o-matic elisp-common toolchain-funcs
 
@@ -8,7 +10,7 @@
 HOMEPAGE="http://xdvi.sourceforge.net/"
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="motif neXt Xaw3d emacs"
@@ -26,9 +28,7 @@
 TEXMF_PATH=/usr/share/texmf
 S=${WORKDIR}/${P}/texk/xdvik
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}-open-mode.patch"
 	epatch "${FILESDIR}/${P}-cvararg.patch"
 	# Make sure system kpathsea headers are used
@@ -36,7 +36,7 @@
 	for i in *.h ; do echo "#include_next \"$i\"" > $i; done
 }
 
-src_compile() {
+src_configure() {
 	cd "${WORKDIR}/${P}"
 
 	tc-export CC AR RANLIB
@@ -58,22 +58,23 @@
 		--enable-gf \
 		--with-system-t1lib \
 		--with-system-kpathsea \
-		--with-kpathsea-include=/usr/include/kpathsea \
+		--with-kpathsea-include="${EPREFIX}"/usr/include/kpathsea \
 		--with-xdvi-x-toolkit="${toolkit}"
+}
 
-	cd "${S}"
-	emake kpathsea_dir="/usr/include/kpathsea" texmf="${TEXMF_PATH}" || die
+src_compile() {
+	emake kpathsea_dir="${EPREFIX}/usr/include/kpathsea" texmf="${EPREFIX}${TEXMF_PATH}" || die
 	use emacs && elisp-compile xdvi-search.el
 }
 
 src_install() {
-	einstall kpathsea_dir="/usr/include/kpathsea" texmf="${D}${TEXMF_PATH}" || die "install failed"
+	einstall kpathsea_dir="${EPREFIX}/usr/include/kpathsea" texmf="${ED}${TEXMF_PATH}" || die "install failed"
 
 	dodir /etc/texmf/xdvi /etc/X11/app-defaults
-	mv "${D}${TEXMF_PATH}/xdvi/XDvi" "${D}etc/X11/app-defaults" || die "failed to move config file"
+	mv "${ED}${TEXMF_PATH}/xdvi/XDvi" "${ED}etc/X11/app-defaults" || die "failed to move config file"
 	dosym {/etc/X11/app-defaults,"${TEXMF_PATH}/xdvi"}/XDvi || die "failed to symlink config file"
-	for i in $(find "${D}${TEXMF_PATH}/xdvi" -type f -maxdepth 1) ; do
-		mv ${i} "${D}etc/texmf/xdvi" || die "failed to move $i"
+	for i in $(find "${ED}${TEXMF_PATH}/xdvi" -type f -maxdepth 1) ; do
+		mv ${i} "${ED}etc/texmf/xdvi" || die "failed to move $i"
 		dosym {/etc/texmf,"${TEXMF_PATH}"}/xdvi/$(basename ${i}) || die "failed	to symlink $i"
 	done
 
@@ -83,13 +84,13 @@
 
 	doicon "${FILESDIR}/${PN}.png"
 	make_desktop_entry xdvi "XDVI" xdvik "Graphics;Viewer"
-	echo "MimeType=application/x-dvi;" >> "${D}"usr/share/applications/xdvi-"${PN}".desktop
+	echo "MimeType=application/x-dvi;" >> "${ED}"usr/share/applications/xdvi-"${PN}".desktop
 }
 
 pkg_postinst() {
 	if use emacs; then
 		elog "Add"
-		elog "	(add-to-list 'load-path \"${SITELISP}/tex-utils\")"
+		elog "	(add-to-list 'load-path \"${EPREFIX}${SITELISP}/tex-utils\")"
 		elog "	(require 'xdvi-search)"
 		elog "to your ~/.emacs file"
 	fi






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-04-26  9:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 15+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-04-26  9:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/26 09:55:10

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  Fix parallel make failure wrt #293541 by Ed Catmur.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	22 Feb 2010 20:48:29 -0000	1.66
+++ ChangeLog	26 Apr 2010 09:55:10 -0000	1.67
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.66 2010/02/22 20:48:29 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.67 2010/04/26 09:55:10 ssuominen Exp $
+
+  26 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> xdvik-22.84.16.ebuild,
+  +files/xdvik-22.84.16-parallel_make.patch:
+  Fix parallel make failure wrt #293541 by Ed Catmur.
 
   22 Feb 2010; Jonathan Callen <abcd@gentoo.org> xdvik-22.84.16.ebuild:
   Add prefix keywords, support; bump EAPI



1.4                  app-text/xdvik/xdvik-22.84.16.ebuild

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

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdvik-22.84.16.ebuild	22 Feb 2010 20:48:29 -0000	1.3
+++ xdvik-22.84.16.ebuild	26 Apr 2010 09:55:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.3 2010/02/22 20:48:29 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.4 2010/04/26 09:55:10 ssuominen Exp $
 
 EAPI=3
 
@@ -29,8 +29,9 @@
 S=${WORKDIR}/${P}/texk/xdvik
 
 src_prepare() {
-	epatch "${FILESDIR}/${P}-open-mode.patch"
-	epatch "${FILESDIR}/${P}-cvararg.patch"
+	epatch "${FILESDIR}"/${P}-open-mode.patch \
+		"${FILESDIR}"/${P}-cvararg.patch \
+		"${FILESDIR}"/${P}-parallel_make.patch
 	# Make sure system kpathsea headers are used
 	cd "${WORKDIR}/${P}/texk/kpathsea"
 	for i in *.h ; do echo "#include_next \"$i\"" > $i; done






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-06-20  9:31 Alexis Ballier (aballier)
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier (aballier) @ 2010-06-20  9:31 UTC (permalink / raw
  To: gentoo-commits

aballier    10/06/20 09:31:06

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  fix find args order, by vapier, bug #324775
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	26 Apr 2010 09:55:10 -0000	1.67
+++ ChangeLog	20 Jun 2010 09:31:06 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.67 2010/04/26 09:55:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.68 2010/06/20 09:31:06 aballier Exp $
+
+  20 Jun 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild:
+  fix find args order, by vapier, bug #324775
 
   26 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> xdvik-22.84.16.ebuild,
   +files/xdvik-22.84.16-parallel_make.patch:



1.5                  app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.4&r2=1.5

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdvik-22.84.16.ebuild	26 Apr 2010 09:55:10 -0000	1.4
+++ xdvik-22.84.16.ebuild	20 Jun 2010 09:31:06 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.4 2010/04/26 09:55:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.5 2010/06/20 09:31:06 aballier Exp $
 
 EAPI=3
 
@@ -74,7 +74,7 @@
 	dodir /etc/texmf/xdvi /etc/X11/app-defaults
 	mv "${ED}${TEXMF_PATH}/xdvi/XDvi" "${ED}etc/X11/app-defaults" || die "failed to move config file"
 	dosym {/etc/X11/app-defaults,"${TEXMF_PATH}/xdvi"}/XDvi || die "failed to symlink config file"
-	for i in $(find "${ED}${TEXMF_PATH}/xdvi" -type f -maxdepth 1) ; do
+	for i in $(find "${ED}${TEXMF_PATH}/xdvi" -maxdepth 1 -type f) ; do
 		mv ${i} "${ED}etc/texmf/xdvi" || die "failed to move $i"
 		dosym {/etc/texmf,"${TEXMF_PATH}"}/xdvi/$(basename ${i}) || die "failed	to symlink $i"
 	done






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-06-24 21:45 Pacho Ramos (pacho)
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-24 21:45 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/24 21:45:15

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  stable amd64, bug 323373
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	20 Jun 2010 09:31:06 -0000	1.68
+++ ChangeLog	24 Jun 2010 21:45:15 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.68 2010/06/20 09:31:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.69 2010/06/24 21:45:15 pacho Exp $
+
+  24 Jun 2010; Pacho Ramos <pacho@gentoo.org> xdvik-22.84.16.ebuild:
+  stable amd64, bug 323373
 
   20 Jun 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild:
   fix find args order, by vapier, bug #324775



1.6                  app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.5&r2=1.6

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdvik-22.84.16.ebuild	20 Jun 2010 09:31:06 -0000	1.5
+++ xdvik-22.84.16.ebuild	24 Jun 2010 21:45:15 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.5 2010/06/20 09:31:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.6 2010/06/24 21:45:15 pacho Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://xdvi.sourceforge.net/"
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="motif neXt Xaw3d emacs"






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-07-03 23:49 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 15+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-03 23:49 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/03 23:49:44

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  ppc64 stable wrt #323373
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	24 Jun 2010 21:45:15 -0000	1.69
+++ ChangeLog	3 Jul 2010 23:49:44 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.69 2010/06/24 21:45:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.70 2010/07/03 23:49:44 ssuominen Exp $
+
+  03 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> xdvik-22.84.16.ebuild:
+  ppc64 stable wrt #323373
 
   24 Jun 2010; Pacho Ramos <pacho@gentoo.org> xdvik-22.84.16.ebuild:
   stable amd64, bug 323373



1.7                  app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.6&r2=1.7

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdvik-22.84.16.ebuild	24 Jun 2010 21:45:15 -0000	1.6
+++ xdvik-22.84.16.ebuild	3 Jul 2010 23:49:44 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.6 2010/06/24 21:45:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.7 2010/07/03 23:49:44 ssuominen Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://xdvi.sourceforge.net/"
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="motif neXt Xaw3d emacs"






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-07-10 13:29 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 15+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-10 13:29 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/10 13:29:24

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  Use .xpm instead of .png because gentoo-x86 shouldn't have binary data in it.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	10 Jul 2010 13:26:59 -0000	1.71
+++ ChangeLog	10 Jul 2010 13:29:24 -0000	1.72
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.71 2010/07/10 13:26:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.72 2010/07/10 13:29:24 ssuominen Exp $
+
+  10 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> xdvik-22.84.16.ebuild,
+  -files/xdvik.png, +files/xdvik.xpm:
+  Use .xpm instead of .png because gentoo-x86 shouldn't have binary data in
+  it.
 
   10 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> xdvik-22.84.16.ebuild:
   x86 and others stable wrt #323373



1.9                  app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.8&r2=1.9

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdvik-22.84.16.ebuild	10 Jul 2010 13:26:59 -0000	1.8
+++ xdvik-22.84.16.ebuild	10 Jul 2010 13:29:24 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.8 2010/07/10 13:26:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.9 2010/07/10 13:29:24 ssuominen Exp $
 
 EAPI=3
 inherit eutils flag-o-matic elisp-common toolchain-funcs
@@ -82,7 +82,7 @@
 
 	use emacs && elisp-install tex-utils *.el *.elc
 
-	doicon "${FILESDIR}/${PN}.png"
+	doicon "${FILESDIR}"/${PN}.xpm
 	make_desktop_entry xdvi "XDVI" xdvik "Graphics;Viewer"
 	echo "MimeType=application/x-dvi;" >> "${ED}"usr/share/applications/xdvi-"${PN}".desktop
 }






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-10-02 13:13 Fabian Groffen (grobian)
  0 siblings, 0 replies; 15+ messages in thread
From: Fabian Groffen (grobian) @ 2010-10-02 13:13 UTC (permalink / raw
  To: gentoo-commits

grobian     10/10/02 13:13:03

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  Marked ~x64-macos, bug #333981
  
  (Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.73                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	10 Jul 2010 13:29:24 -0000	1.72
+++ ChangeLog	2 Oct 2010 13:13:03 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.72 2010/07/10 13:29:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.73 2010/10/02 13:13:03 grobian Exp $
+
+  02 Oct 2010; Fabian Groffen <grobian@gentoo.org> xdvik-22.84.16.ebuild:
+  Marked ~x64-macos, bug #333981
 
   10 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> xdvik-22.84.16.ebuild,
   -files/xdvik.png, +files/xdvik.xpm:



1.10                 app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.9&r2=1.10

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdvik-22.84.16.ebuild	10 Jul 2010 13:29:24 -0000	1.9
+++ xdvik-22.84.16.ebuild	2 Oct 2010 13:13:03 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.9 2010/07/10 13:29:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.10 2010/10/02 13:13:03 grobian Exp $
 
 EAPI=3
 inherit eutils flag-o-matic elisp-common toolchain-funcs
@@ -9,7 +9,7 @@
 HOMEPAGE="http://xdvi.sourceforge.net/"
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="motif neXt Xaw3d emacs"






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-10-10 16:27 Alexis Ballier (aballier)
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier (aballier) @ 2010-10-10 16:27 UTC (permalink / raw
  To: gentoo-commits

aballier    10/10/10 16:27:23

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  Use the kpathsea/version.h header when available. Fixes a build failure with TeX Live 2010.
  
  (Portage version: 2.2_rc91/cvs/Linux x86_64)

Revision  Changes    Path
1.74                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	2 Oct 2010 13:13:03 -0000	1.73
+++ ChangeLog	10 Oct 2010 16:27:23 -0000	1.74
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.73 2010/10/02 13:13:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.74 2010/10/10 16:27:23 aballier Exp $
+
+  10 Oct 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild,
+  +files/xdvik-22.84.16-kpathsea_version.patch:
+  Use the kpathsea/version.h header when available. Fixes a build failure
+  with TeX Live 2010.
 
   02 Oct 2010; Fabian Groffen <grobian@gentoo.org> xdvik-22.84.16.ebuild:
   Marked ~x64-macos, bug #333981



1.11                 app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.10&r2=1.11

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdvik-22.84.16.ebuild	2 Oct 2010 13:13:03 -0000	1.10
+++ xdvik-22.84.16.ebuild	10 Oct 2010 16:27:23 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.10 2010/10/02 13:13:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.11 2010/10/10 16:27:23 aballier Exp $
 
 EAPI=3
 inherit eutils flag-o-matic elisp-common toolchain-funcs
@@ -31,6 +31,7 @@
 	epatch "${FILESDIR}"/${P}-open-mode.patch \
 		"${FILESDIR}"/${P}-cvararg.patch \
 		"${FILESDIR}"/${P}-parallel_make.patch
+	has_version '>=app-text/texlive-2009' && epatch "${FILESDIR}"/${P}-kpathsea_version.patch
 	# Make sure system kpathsea headers are used
 	cd "${WORKDIR}/${P}/texk/kpathsea"
 	for i in *.h ; do echo "#include_next \"$i\"" > $i; done






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-10-10 17:34 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-10-10 17:34 UTC (permalink / raw
  To: gentoo-commits

ulm         10/10/10 17:34:57

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  Fix openmotif dependency.
  
  (Portage version: 2.1.9.14/cvs/Linux x86_64)

Revision  Changes    Path
1.75                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	10 Oct 2010 16:27:23 -0000	1.74
+++ ChangeLog	10 Oct 2010 17:34:56 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.74 2010/10/10 16:27:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.75 2010/10/10 17:34:56 ulm Exp $
+
+  10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xdvik-22.84.16.ebuild:
+  Fix openmotif dependency.
 
   10 Oct 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild,
   +files/xdvik-22.84.16-kpathsea_version.patch:



1.12                 app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.11&r2=1.12

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdvik-22.84.16.ebuild	10 Oct 2010 16:27:23 -0000	1.11
+++ xdvik-22.84.16.ebuild	10 Oct 2010 17:34:56 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.11 2010/10/10 16:27:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.12 2010/10/10 17:34:56 ulm Exp $
 
 EAPI=3
 inherit eutils flag-o-matic elisp-common toolchain-funcs
@@ -18,7 +18,7 @@
 	x11-libs/libXmu
 	x11-libs/libXp
 	x11-libs/libXpm
-	motif? ( x11-libs/openmotif )
+	motif? ( >=x11-libs/openmotif-2.3:0 )
 	!motif? ( neXt? ( x11-libs/neXtaw )
 		!neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) )
 	virtual/latex-base






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2010-11-11 15:54 Alexis Ballier (aballier)
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier (aballier) @ 2010-11-11 15:54 UTC (permalink / raw
  To: gentoo-commits

aballier    10/11/11 15:54:15

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  patch conditionally on texlive-core not texlive... should fix bug #344203
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	10 Oct 2010 17:34:56 -0000	1.75
+++ ChangeLog	11 Nov 2010 15:54:15 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.75 2010/10/10 17:34:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.76 2010/11/11 15:54:15 aballier Exp $
+
+  11 Nov 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild:
+  patch conditionally on texlive-core not texlive... should fix bug #344203
 
   10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xdvik-22.84.16.ebuild:
   Fix openmotif dependency.



1.13                 app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.12&r2=1.13

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xdvik-22.84.16.ebuild	10 Oct 2010 17:34:56 -0000	1.12
+++ xdvik-22.84.16.ebuild	11 Nov 2010 15:54:15 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.12 2010/10/10 17:34:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.13 2010/11/11 15:54:15 aballier Exp $
 
 EAPI=3
 inherit eutils flag-o-matic elisp-common toolchain-funcs
@@ -31,7 +31,7 @@
 	epatch "${FILESDIR}"/${P}-open-mode.patch \
 		"${FILESDIR}"/${P}-cvararg.patch \
 		"${FILESDIR}"/${P}-parallel_make.patch
-	has_version '>=app-text/texlive-2009' && epatch "${FILESDIR}"/${P}-kpathsea_version.patch
+	has_version '>=app-text/texlive-core-2009' && epatch "${FILESDIR}"/${P}-kpathsea_version.patch
 	# Make sure system kpathsea headers are used
 	cd "${WORKDIR}/${P}/texk/kpathsea"
 	for i in *.h ; do echo "#include_next \"$i\"" > $i; done






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2011-08-02  5:45 Matt Turner (mattst88)
  0 siblings, 0 replies; 15+ messages in thread
From: Matt Turner (mattst88) @ 2011-08-02  5:45 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/08/02 05:45:55

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.77                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	11 Nov 2010 15:54:15 -0000	1.76
+++ ChangeLog	2 Aug 2011 05:45:55 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xdvik
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.76 2010/11/11 15:54:15 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.77 2011/08/02 05:45:55 mattst88 Exp $
+
+  02 Aug 2011; Matt Turner <mattst88@gentoo.org> xdvik-22.84.16.ebuild:
+  Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
 
   11 Nov 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild:
   patch conditionally on texlive-core not texlive... should fix bug #344203



1.14                 app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.13&r2=1.14

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xdvik-22.84.16.ebuild	11 Nov 2010 15:54:15 -0000	1.13
+++ xdvik-22.84.16.ebuild	2 Aug 2011 05:45:55 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.13 2010/11/11 15:54:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.14 2011/08/02 05:45:55 mattst88 Exp $
 
 EAPI=3
 inherit eutils flag-o-matic elisp-common toolchain-funcs
@@ -20,7 +20,7 @@
 	x11-libs/libXpm
 	motif? ( >=x11-libs/openmotif-2.3:0 )
 	!motif? ( neXt? ( x11-libs/neXtaw )
-		!neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) )
+		!neXt? ( Xaw3d? ( x11-libs/libXaw3d ) ) )
 	virtual/latex-base
 	!<app-text/texlive-2007"
 DEPEND="${RDEPEND}"






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2011-08-28 16:31 Naohiro Aota (naota)
  0 siblings, 0 replies; 15+ messages in thread
From: Naohiro Aota (naota) @ 2011-08-28 16:31 UTC (permalink / raw
  To: gentoo-commits

naota       11/08/28 16:31:50

  Modified:             ChangeLog xdvik-22.84.16.ebuild
  Log:
  Revert mis-dropped KEYWORDs
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.80                 app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	28 Aug 2011 15:47:25 -0000	1.79
+++ ChangeLog	28 Aug 2011 16:31:50 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.79 2011/08/28 15:47:25 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.80 2011/08/28 16:31:50 naota Exp $
+
+  28 Aug 2011; Naohiro Aota <naota@gentoo.org> xdvik-22.84.16.ebuild:
+  Revert mis-dropped KEYWORDs
 
   28 Aug 2011; Naohiro Aota <naota@gentoo.org> xdvik-22.84.16.ebuild,
   -xdvik-22.84.16-r1.ebuild:



1.16                 app-text/xdvik/xdvik-22.84.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild?r1=1.15&r2=1.16

Index: xdvik-22.84.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xdvik-22.84.16.ebuild	28 Aug 2011 15:47:25 -0000	1.15
+++ xdvik-22.84.16.ebuild	28 Aug 2011 16:31:50 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.15 2011/08/28 15:47:25 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.16 2011/08/28 16:31:50 naota Exp $
 
 EAPI=3
 inherit eutils flag-o-matic elisp-common toolchain-funcs
@@ -9,7 +9,7 @@
 HOMEPAGE="http://xdvi.sourceforge.net/"
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="motif neXt Xaw3d emacs"






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

* [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild
@ 2013-05-17 23:36 Alexis Ballier (aballier)
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-17 23:36 UTC (permalink / raw
  To: gentoo-commits

aballier    13/05/17 23:36:28

  Modified:             ChangeLog
  Removed:              xdvik-22.84.16.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.104                app-text/xdvik/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	25 Apr 2013 21:25:51 -0000	1.103
+++ ChangeLog	17 May 2013 23:36:28 -0000	1.104
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/xdvik
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.103 2013/04/25 21:25:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.104 2013/05/17 23:36:28 aballier Exp $
+
+  17 May 2013; Alexis Ballier <aballier@gentoo.org> -xdvik-22.84.16.ebuild,
+  -files/xdvik-22.84.16-cvararg.patch,
+  -files/xdvik-22.84.16-kpathsea_version.patch,
+  -files/xdvik-22.84.16-open-mode.patch,
+  -files/xdvik-22.84.16-parallel_make.patch:
+  remove old
 
   25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> xdvik-22.85-r1.ebuild:
   Stable for sh, wrt bug #449298





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

end of thread, other threads:[~2013-05-17 23:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-11 15:54 [gentoo-commits] gentoo-x86 commit in app-text/xdvik: ChangeLog xdvik-22.84.16.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-17 23:36 Alexis Ballier (aballier)
2011-08-28 16:31 Naohiro Aota (naota)
2011-08-02  5:45 Matt Turner (mattst88)
2010-10-10 17:34 Ulrich Mueller (ulm)
2010-10-10 16:27 Alexis Ballier (aballier)
2010-10-02 13:13 Fabian Groffen (grobian)
2010-07-10 13:29 Samuli Suominen (ssuominen)
2010-07-03 23:49 Samuli Suominen (ssuominen)
2010-06-24 21:45 Pacho Ramos (pacho)
2010-06-20  9:31 Alexis Ballier (aballier)
2010-04-26  9:55 Samuli Suominen (ssuominen)
2010-02-22 20:48 Jonathan Callen (abcd)
2010-01-09 13:22 Alexis Ballier (aballier)
2009-10-03  9:32 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