* [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: auctex-11.86.ebuild ChangeLog
@ 2010-02-24 20:00 Ulrich Mueller (ulm)
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-02-24 20:00 UTC (permalink / raw
To: gentoo-commits
ulm 10/02/24 20:00:27
Modified: ChangeLog
Added: auctex-11.86.ebuild
Log:
Version bump.
(Portage version: 2.2_rc63/cvs/Linux i686)
Revision Changes Path
1.98 app-emacs/auctex/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 30 Jan 2010 18:03:35 -0000 1.97
+++ ChangeLog 24 Feb 2010 20:00:26 -0000 1.98
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/auctex
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.97 2010/01/30 18:03:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.98 2010/02/24 20:00:26 ulm Exp $
+
+*auctex-11.86 (24 Feb 2010)
+
+ 24 Feb 2010; Ulrich Mueller <ulm@gentoo.org> +auctex-11.86.ebuild:
+ Version bump.
*auctex-11.85-r1 (30 Jan 2010)
1.1 app-emacs/auctex/auctex-11.86.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.1&content-type=text/plain
Index: auctex-11.86.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v 1.1 2010/02/24 20:00:26 ulm Exp $
EAPI=3
inherit elisp eutils latex-package
DESCRIPTION="Extended support for writing, formatting and using (La)TeX, Texinfo and BibTeX files"
HOMEPAGE="http://www.gnu.org/software/auctex/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3 FDL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="preview-latex"
DEPEND="virtual/latex-base
preview-latex? ( !dev-tex/preview-latex
app-text/dvipng
app-text/ghostscript-gpl )"
RDEPEND="${DEPEND}"
TEXMF="/usr/share/texmf-site"
src_configure() {
# Remove broken Info file (will be recreated by the build system)
rm doc/auctex.info*
EMACS_NAME=emacs EMACS_FLAVOUR=emacs econf --disable-build-dir-test \
--with-auto-dir="${EPREFIX}/var/lib/auctex" \
--with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
--with-packagelispdir="${EPREFIX}${SITELISP}/${PN}" \
--with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \
--with-texmf-dir="${EPREFIX}${TEXMF}" \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable preview-latex preview) || die "econf failed"
}
src_compile() {
emake || die "emake failed"
cd doc; emake tex-ref.pdf || die "creation of tex-ref.pdf failed"
}
src_install() {
emake -j1 DESTDIR="${D}" install || die "emake install failed"
elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die
if use preview-latex; then
elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el" || die
fi
keepdir /var/lib/auctex
dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL*
}
pkg_postinst() {
# rebuild TeX-inputfiles-database
use preview-latex && latex-package_pkg_postinst
elisp-site-regen
}
pkg_postrm(){
use preview-latex && latex-package_pkg_postrm
elisp-site-regen
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: auctex-11.86.ebuild ChangeLog
@ 2010-04-08 10:18 Christian Faulhammer (fauli)
0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-04-08 10:18 UTC (permalink / raw
To: gentoo-commits
fauli 10/04/08 10:18:04
Modified: auctex-11.86.ebuild ChangeLog
Log:
stable x86, bug 313815
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.2 app-emacs/auctex/auctex-11.86.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?r1=1.1&r2=1.2
Index: auctex-11.86.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- auctex-11.86.ebuild 24 Feb 2010 20:00:26 -0000 1.1
+++ auctex-11.86.ebuild 8 Apr 2010 10:18:04 -0000 1.2
@@ -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-emacs/auctex/auctex-11.86.ebuild,v 1.1 2010/02/24 20:00:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v 1.2 2010/04/08 10:18:04 fauli Exp $
EAPI=3
@@ -12,7 +12,7 @@
LICENSE="GPL-3 FDL-1.2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="preview-latex"
DEPEND="virtual/latex-base
1.99 app-emacs/auctex/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 24 Feb 2010 20:00:26 -0000 1.98
+++ ChangeLog 8 Apr 2010 10:18:04 -0000 1.99
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/auctex
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.98 2010/02/24 20:00:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.99 2010/04/08 10:18:04 fauli Exp $
+
+ 08 Apr 2010; Christian Faulhammer <fauli@gentoo.org> auctex-11.86.ebuild:
+ stable x86, bug 313815
*auctex-11.86 (24 Feb 2010)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: auctex-11.86.ebuild ChangeLog
@ 2010-04-16 15:05 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-04-16 15:05 UTC (permalink / raw
To: gentoo-commits
ranger 10/04/16 15:05:26
Modified: auctex-11.86.ebuild ChangeLog
Log:
stable ppc, bug 313815
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Revision Changes Path
1.3 app-emacs/auctex/auctex-11.86.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?r1=1.2&r2=1.3
Index: auctex-11.86.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- auctex-11.86.ebuild 8 Apr 2010 10:18:04 -0000 1.2
+++ auctex-11.86.ebuild 16 Apr 2010 15:05:26 -0000 1.3
@@ -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-emacs/auctex/auctex-11.86.ebuild,v 1.2 2010/04/08 10:18:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v 1.3 2010/04/16 15:05:26 ranger Exp $
EAPI=3
@@ -12,7 +12,7 @@
LICENSE="GPL-3 FDL-1.2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="preview-latex"
DEPEND="virtual/latex-base
1.100 app-emacs/auctex/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 8 Apr 2010 10:18:04 -0000 1.99
+++ ChangeLog 16 Apr 2010 15:05:26 -0000 1.100
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/auctex
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.99 2010/04/08 10:18:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.100 2010/04/16 15:05:26 ranger Exp $
+
+ 16 Apr 2010; Brent Baude <ranger@gentoo.org> auctex-11.86.ebuild:
+ stable ppc, bug 313815
08 Apr 2010; Christian Faulhammer <fauli@gentoo.org> auctex-11.86.ebuild:
stable x86, bug 313815
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: auctex-11.86.ebuild ChangeLog
@ 2010-05-07 18:09 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-07 18:09 UTC (permalink / raw
To: gentoo-commits
armin76 10/05/07 18:09:11
Modified: auctex-11.86.ebuild ChangeLog
Log:
sparc stable wrt #313815
(Portage version: 2.1.7.17/cvs/Linux ia64)
Revision Changes Path
1.4 app-emacs/auctex/auctex-11.86.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?r1=1.3&r2=1.4
Index: auctex-11.86.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- auctex-11.86.ebuild 16 Apr 2010 15:05:26 -0000 1.3
+++ auctex-11.86.ebuild 7 May 2010 18:09:11 -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-emacs/auctex/auctex-11.86.ebuild,v 1.3 2010/04/16 15:05:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v 1.4 2010/05/07 18:09:11 armin76 Exp $
EAPI=3
@@ -12,7 +12,7 @@
LICENSE="GPL-3 FDL-1.2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="preview-latex"
DEPEND="virtual/latex-base
1.101 app-emacs/auctex/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 16 Apr 2010 15:05:26 -0000 1.100
+++ ChangeLog 7 May 2010 18:09:11 -0000 1.101
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/auctex
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.100 2010/04/16 15:05:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.101 2010/05/07 18:09:11 armin76 Exp $
+
+ 07 May 2010; Raúl Porcel <armin76@gentoo.org> auctex-11.86.ebuild:
+ sparc stable wrt #313815
16 Apr 2010; Brent Baude <ranger@gentoo.org> auctex-11.86.ebuild:
stable ppc, bug 313815
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: auctex-11.86.ebuild ChangeLog
@ 2010-05-11 21:06 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-05-11 21:06 UTC (permalink / raw
To: gentoo-commits
ranger 10/05/11 21:06:41
Modified: auctex-11.86.ebuild ChangeLog
Log:
stable ppc64, bug 313815
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Revision Changes Path
1.5 app-emacs/auctex/auctex-11.86.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?r1=1.4&r2=1.5
Index: auctex-11.86.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- auctex-11.86.ebuild 7 May 2010 18:09:11 -0000 1.4
+++ auctex-11.86.ebuild 11 May 2010 21:06:41 -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-emacs/auctex/auctex-11.86.ebuild,v 1.4 2010/05/07 18:09:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v 1.5 2010/05/11 21:06:41 ranger Exp $
EAPI=3
@@ -12,7 +12,7 @@
LICENSE="GPL-3 FDL-1.2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="preview-latex"
DEPEND="virtual/latex-base
1.102 app-emacs/auctex/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 7 May 2010 18:09:11 -0000 1.101
+++ ChangeLog 11 May 2010 21:06:41 -0000 1.102
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/auctex
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.101 2010/05/07 18:09:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.102 2010/05/11 21:06:41 ranger Exp $
+
+ 11 May 2010; Brent Baude <ranger@gentoo.org> auctex-11.86.ebuild:
+ stable ppc64, bug 313815
07 May 2010; Raúl Porcel <armin76@gentoo.org> auctex-11.86.ebuild:
sparc stable wrt #313815
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: auctex-11.86.ebuild ChangeLog
@ 2010-05-23 20:18 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-23 20:18 UTC (permalink / raw
To: gentoo-commits
pacho 10/05/23 20:18:14
Modified: auctex-11.86.ebuild ChangeLog
Log:
stable amd64, bug 313815
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.6 app-emacs/auctex/auctex-11.86.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild?r1=1.5&r2=1.6
Index: auctex-11.86.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- auctex-11.86.ebuild 11 May 2010 21:06:41 -0000 1.5
+++ auctex-11.86.ebuild 23 May 2010 20:18:14 -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-emacs/auctex/auctex-11.86.ebuild,v 1.5 2010/05/11 21:06:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.86.ebuild,v 1.6 2010/05/23 20:18:14 pacho Exp $
EAPI=3
@@ -12,7 +12,7 @@
LICENSE="GPL-3 FDL-1.2"
SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="preview-latex"
DEPEND="virtual/latex-base
1.103 app-emacs/auctex/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/auctex/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 11 May 2010 21:06:41 -0000 1.102
+++ ChangeLog 23 May 2010 20:18:14 -0000 1.103
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/auctex
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.102 2010/05/11 21:06:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.103 2010/05/23 20:18:14 pacho Exp $
+
+ 23 May 2010; Pacho Ramos <pacho@gentoo.org> auctex-11.86.ebuild:
+ stable amd64, bug 313815
11 May 2010; Brent Baude <ranger@gentoo.org> auctex-11.86.ebuild:
stable ppc64, bug 313815
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-05-23 20:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 10:18 [gentoo-commits] gentoo-x86 commit in app-emacs/auctex: auctex-11.86.ebuild ChangeLog Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2010-05-23 20:18 Pacho Ramos (pacho)
2010-05-11 21:06 Brent Baude (ranger)
2010-05-07 18:09 Raul Porcel (armin76)
2010-04-16 15:05 Brent Baude (ranger)
2010-02-24 20:00 Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox