* [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.1_p20110705.ebuild
@ 2011-07-27 12:35 Alexis Ballier (aballier)
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-27 12:35 UTC (permalink / raw
To: gentoo-commits
aballier 11/07/27 12:35:53
Modified: ChangeLog
Added: kpathsea-6.0.1_p20110705.ebuild
Log:
bump to kpathsea from texlive 2011
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Revision Changes Path
1.14 dev-libs/kpathsea/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 28 Jun 2011 15:51:45 -0000 1.13
+++ ChangeLog 27 Jul 2011 12:35:53 -0000 1.14
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/kpathsea
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.13 2011/06/28 15:51:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.14 2011/07/27 12:35:53 aballier Exp $
+
+*kpathsea-6.0.1_p20110705 (27 Jul 2011)
+
+ 27 Jul 2011; Alexis Ballier <aballier@gentoo.org>
+ +kpathsea-6.0.1_p20110705.ebuild:
+ bump to kpathsea from texlive 2011
*kpathsea-6.0.1_p20110627 (28 Jun 2011)
1.1 dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.1&content-type=text/plain
Index: kpathsea-6.0.1_p20110705.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.1 2011/07/27 12:35:53 aballier Exp $
EAPI=3
inherit texlive-common eutils
TEXMFD_VERSION="3"
DESCRIPTION="Library implementing generic path searching, configuration, and TeX-specific file searching"
HOMEPAGE="http://tug.org/texlive/"
SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc source static-libs"
DEPEND="!<app-text/texlive-core-2010
!app-text/ptex"
RDEPEND="${DEPEND}"
S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
TL_VERSION=2011
EXTRA_TL_MODULES="kpathsea"
EXTRA_TL_DOC_MODULES="kpathsea.doc"
for i in ${EXTRA_TL_MODULES} ; do
SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz"
done
SRC_URI="${SRC_URI} doc? ( "
for i in ${EXTRA_TL_DOC_MODULES} ; do
SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz"
done
SRC_URI="${SRC_URI} ) "
src_prepare() {
epatch "${FILESDIR}/invocname.patch"
}
src_configure() {
# Too many regexps use A-Z a-z constructs, what causes problems with locales
# that don't have the same alphabetical order than ascii. Bug #347798
# So we set LC_ALL to C in order to avoid problems.
export LC_ALL=C
# Disable largefile because it seems to cause problems on big endian 32 bits
# systems...
econf \
--disable-largefile \
$(use_enable static-libs static)
}
src_install() {
emake DESTDIR="${D}" web2cdir="${EPREFIX}/usr/share/texmf/web2c" install || die
find "${D}" -name '*.la' -delete
dodir /usr/share # just in case
cp -pR "${WORKDIR}"/texmf "${ED}/usr/share/" || die "failed to install texmf trees"
if use source ; then
cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files"
fi
# The default configuration expects it to be world writable, bug #266680
# People can still change it with texconfig though.
dodir /var/cache/fonts
fperms 1777 /var/cache/fonts
# Take care of fmtutil.cnf and texmf.cnf
dodir /etc/texmf/{fmtutil.d,texmf.d}
# Remove default texmf.cnf to ship our own, greatly based on texlive dvd's
# texmf.cnf
# It will also be generated from /etc/texmf/texmf.d files by texmf-update
rm -f "${ED}${TEXMF_PATH}/web2c/texmf.cnf"
insinto /etc/texmf/texmf.d
doins "${WORKDIR}/texmf.d/"*.cnf || die "failed to install texmf.d configuration files"
# Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files
# by texmf-update
rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf"
dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
# Keep it as that's where the formats will go
keepdir /var/lib/texmf
dodoc BUGS ChangeLog NEWS PROJECTS README || die
}
pkg_postinst() {
etexmf-update
}
pkg_postrm() {
etexmf-update
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.1_p20110705.ebuild
@ 2011-12-01 17:30 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-01 17:30 UTC (permalink / raw
To: gentoo-commits
jer 11/12/01 17:30:05
Modified: ChangeLog kpathsea-6.0.1_p20110705.ebuild
Log:
Stable for HPPA (bug #392617).
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.21 dev-libs/kpathsea/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 4 Oct 2011 17:36:56 -0000 1.20
+++ ChangeLog 1 Dec 2011 17:30:05 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/kpathsea
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.20 2011/10/04 17:36:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.21 2011/12/01 17:30:05 jer Exp $
+
+ 01 Dec 2011; Jeroen Roovers <jer@gentoo.org> kpathsea-6.0.1_p20110705.ebuild:
+ Stable for HPPA (bug #392617).
04 Oct 2011; Jeroen Roovers <jer@gentoo.org> kpathsea-6.0.1_p20110627.ebuild:
Stable for HPPA (bug #355085).
1.2 dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?r1=1.1&r2=1.2
Index: kpathsea-6.0.1_p20110705.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kpathsea-6.0.1_p20110705.ebuild 27 Jul 2011 12:35:53 -0000 1.1
+++ kpathsea-6.0.1_p20110705.ebuild 1 Dec 2011 17:30:05 -0000 1.2
@@ -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/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.1 2011/07/27 12:35:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.2 2011/12/01 17:30:05 jer Exp $
EAPI=3
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc source static-libs"
DEPEND="!<app-text/texlive-core-2010
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.1_p20110705.ebuild
@ 2011-12-07 7:39 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-07 7:39 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/12/07 07:39:12
Modified: ChangeLog kpathsea-6.0.1_p20110705.ebuild
Log:
x86 stable wrt bug #392617
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.23 dev-libs/kpathsea/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 3 Dec 2011 11:09:03 -0000 1.22
+++ ChangeLog 7 Dec 2011 07:39:12 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/kpathsea
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.22 2011/12/03 11:09:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.23 2011/12/07 07:39:12 phajdan.jr Exp $
+
+ 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ kpathsea-6.0.1_p20110705.ebuild:
+ x86 stable wrt bug #392617
03 Dec 2011; Markos Chandras <hwoarang@gentoo.org>
kpathsea-6.0.1_p20110705.ebuild:
1.4 dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?r1=1.3&r2=1.4
Index: kpathsea-6.0.1_p20110705.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kpathsea-6.0.1_p20110705.ebuild 3 Dec 2011 11:09:03 -0000 1.3
+++ kpathsea-6.0.1_p20110705.ebuild 7 Dec 2011 07:39:12 -0000 1.4
@@ -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/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.3 2011/12/03 11:09:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.4 2011/12/07 07:39:12 phajdan.jr Exp $
EAPI=3
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc source static-libs"
DEPEND="!<app-text/texlive-core-2010
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.1_p20110705.ebuild
@ 2011-12-08 20:41 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2011-12-08 20:41 UTC (permalink / raw
To: gentoo-commits
maekke 11/12/08 20:41:25
Modified: ChangeLog kpathsea-6.0.1_p20110705.ebuild
Log:
arm stable, bug #392617
(Portage version: 2.1.10.39/cvs/Linux i686)
Revision Changes Path
1.24 dev-libs/kpathsea/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 7 Dec 2011 07:39:12 -0000 1.23
+++ ChangeLog 8 Dec 2011 20:41:25 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/kpathsea
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.23 2011/12/07 07:39:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.24 2011/12/08 20:41:25 maekke Exp $
+
+ 08 Dec 2011; Markus Meier <maekke@gentoo.org>
+ kpathsea-6.0.1_p20110705.ebuild:
+ arm stable, bug #392617
07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
kpathsea-6.0.1_p20110705.ebuild:
1.5 dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?r1=1.4&r2=1.5
Index: kpathsea-6.0.1_p20110705.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kpathsea-6.0.1_p20110705.ebuild 7 Dec 2011 07:39:12 -0000 1.4
+++ kpathsea-6.0.1_p20110705.ebuild 8 Dec 2011 20:41:25 -0000 1.5
@@ -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/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.4 2011/12/07 07:39:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.5 2011/12/08 20:41:25 maekke Exp $
EAPI=3
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc source static-libs"
DEPEND="!<app-text/texlive-core-2010
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.1_p20110705.ebuild
@ 2011-12-11 15:51 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-11 15:51 UTC (permalink / raw
To: gentoo-commits
armin76 11/12/11 15:51:11
Modified: ChangeLog kpathsea-6.0.1_p20110705.ebuild
Log:
alpha/ia64/s390/sh/sparc stable wrt #392617
(Portage version: 2.1.10.38/cvs/Linux ia64)
Revision Changes Path
1.25 dev-libs/kpathsea/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 8 Dec 2011 20:41:25 -0000 1.24
+++ ChangeLog 11 Dec 2011 15:51:11 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/kpathsea
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.24 2011/12/08 20:41:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.25 2011/12/11 15:51:11 armin76 Exp $
+
+ 11 Dec 2011; Raúl Porcel <armin76@gentoo.org>
+ kpathsea-6.0.1_p20110705.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #392617
08 Dec 2011; Markus Meier <maekke@gentoo.org>
kpathsea-6.0.1_p20110705.ebuild:
1.6 dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?r1=1.5&r2=1.6
Index: kpathsea-6.0.1_p20110705.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kpathsea-6.0.1_p20110705.ebuild 8 Dec 2011 20:41:25 -0000 1.5
+++ kpathsea-6.0.1_p20110705.ebuild 11 Dec 2011 15:51:11 -0000 1.6
@@ -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/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.5 2011/12/08 20:41:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.6 2011/12/11 15:51:11 armin76 Exp $
EAPI=3
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc source static-libs"
DEPEND="!<app-text/texlive-core-2010
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.1_p20110705.ebuild
@ 2012-01-31 14:40 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-31 14:40 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/01/31 14:40:10
Modified: ChangeLog kpathsea-6.0.1_p20110705.ebuild
Log:
ppc/ppc64 stable wrt #392617
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.26 dev-libs/kpathsea/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 11 Dec 2011 15:51:11 -0000 1.25
+++ ChangeLog 31 Jan 2012 14:40:10 -0000 1.26
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/kpathsea
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.25 2011/12/11 15:51:11 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.26 2012/01/31 14:40:10 ssuominen Exp $
+
+ 31 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+ kpathsea-6.0.1_p20110705.ebuild:
+ ppc/ppc64 stable wrt #392617
11 Dec 2011; Raúl Porcel <armin76@gentoo.org>
kpathsea-6.0.1_p20110705.ebuild:
1.7 dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?r1=1.6&r2=1.7
Index: kpathsea-6.0.1_p20110705.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kpathsea-6.0.1_p20110705.ebuild 11 Dec 2011 15:51:11 -0000 1.6
+++ kpathsea-6.0.1_p20110705.ebuild 31 Jan 2012 14:40:10 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.6 2011/12/11 15:51:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.7 2012/01/31 14:40:10 ssuominen Exp $
EAPI=3
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc source static-libs"
DEPEND="!<app-text/texlive-core-2010
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.1_p20110705.ebuild
@ 2012-04-26 20:44 Alexis Ballier (aballier)
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-26 20:44 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/26 20:44:37
Modified: ChangeLog kpathsea-6.0.1_p20110705.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.28 dev-libs/kpathsea/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 30 Mar 2012 13:00:11 -0000 1.27
+++ ChangeLog 26 Apr 2012 20:44:37 -0000 1.28
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/kpathsea
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.27 2012/03/30 13:00:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.28 2012/04/26 20:44:37 aballier Exp $
+
+ 26 Apr 2012; Alexis Ballier <aballier@gentoo.org>
+ kpathsea-6.0.1_p20110705.ebuild:
+ keyword ~amd64-fbsd
30 Mar 2012; Alexis Ballier <aballier@gentoo.org>
-kpathsea-6.0.0_p20100722.ebuild, -kpathsea-6.0.1_p20110627.ebuild:
1.8 dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild?r1=1.7&r2=1.8
Index: kpathsea-6.0.1_p20110705.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kpathsea-6.0.1_p20110705.ebuild 31 Jan 2012 14:40:10 -0000 1.7
+++ kpathsea-6.0.1_p20110705.ebuild 26 Apr 2012 20:44:37 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.7 2012/01/31 14:40:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.8 2012/04/26 20:44:37 aballier Exp $
EAPI=3
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc source static-libs"
DEPEND="!<app-text/texlive-core-2010
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.1_p20110705.ebuild
@ 2015-07-22 21:07 Manuel Rueger (mrueg)
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-07-22 21:07 UTC (permalink / raw
To: gentoo-commits
mrueg 15/07/22 21:07:26
Modified: ChangeLog
Removed: kpathsea-6.0.1_p20110705.ebuild
Log:
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.50 dev-libs/kpathsea/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 22 Jul 2015 19:14:08 -0000 1.49
+++ ChangeLog 22 Jul 2015 21:07:26 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/kpathsea
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.49 2015/07/22 19:14:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.50 2015/07/22 21:07:26 mrueg Exp $
+
+ 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -kpathsea-6.0.1_p20110705.ebuild:
+ Remove old.
22 Jul 2015; Anthony G. Basile <blueness@gentoo.org>
kpathsea-6.2.0_p20140525.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-07-22 21:07 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 20:44 [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.1_p20110705.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2015-07-22 21:07 Manuel Rueger (mrueg)
2012-01-31 14:40 Samuli Suominen (ssuominen)
2011-12-11 15:51 Raul Porcel (armin76)
2011-12-08 20:41 Markus Meier (maekke)
2011-12-07 7:39 PaweA Hajdan (phajdan.jr)
2011-12-01 17:30 Jeroen Roovers (jer)
2011-07-27 12:35 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