[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texlive-core: 070_all_poppler060.patch series

2018-01-06 Thread Alexis Ballier (aballier)
aballier18/01/07 05:30:25

  Modified: series
  Added:070_all_poppler060.patch
  Log:
  add poppler 060 patch for tl 2016

Revision  ChangesPath
1.3  src/patchsets/texlive/2016/texlive-core/series

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/series?rev=1.3=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/series?rev=1.3=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/series?r1=1.2=1.3

Index: series
===
RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2016/texlive-core/series,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- series  8 Feb 2017 17:20:54 -   1.2
+++ series  7 Jan 2018 05:30:25 -   1.3
@@ -4,3 +4,4 @@
 040_all_remove_define_abs.patch
 050_all_latex2man_predictable_tmp.patch
 060_all_luatex_zlib.patch
+070_all_poppler060.patch



1.1  
src/patchsets/texlive/2016/texlive-core/070_all_poppler060.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/070_all_poppler060.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/070_all_poppler060.patch?rev=1.1=text/plain

Index: 070_all_poppler060.patch
===
https://bugs.gentoo.org/629710
https://bugs.gentoo.org/643372

Index: texlive-20160523-source/texk/web2c/luatexdir/image/pdftoepdf.w
===
--- texlive-20160523-source.orig/texk/web2c/luatexdir/image/pdftoepdf.w
+++ texlive-20160523-source/texk/web2c/luatexdir/image/pdftoepdf.w
@@ -224,7 +224,7 @@ PdfDocument *refMemStreamPdfDocument(cha
 free(checksum);
 }
 if (pdf_doc->doc == NULL) {
-docmemstream = new MemStream( docstream,0,streamsize, obj.initNull() );
+docmemstream = new MemStream( docstream,0,streamsize, Object(objNull) 
);
 doc = new PDFDoc(docmemstream); /* takes ownership of docmemstream */
 pdf_doc->pc++;
 if (!doc->isOk() || !doc->okToPrint()) {
@@ -408,9 +408,8 @@ static void copyArray(PDF pdf, PdfDocume
 Object obj1;
 pdf_begin_array(pdf);
 for (i = 0, l = array->getLength(); i < l; ++i) {
-array->getNF(i, );
+obj1 = array->getNF(i);
 copyObject(pdf, pdf_doc, );
-obj1.free();
 }
 pdf_end_array(pdf);
 }
@@ -422,9 +421,8 @@ static void copyDict(PDF pdf, PdfDocumen
 pdf_begin_dict(pdf);
 for (i = 0, l = dict->getLength(); i < l; ++i) {
 copyName(pdf, dict->getKey(i));
-dict->getValNF(i, );
+obj1 = dict->getValNF(i);
 copyObject(pdf, pdf_doc, );
-obj1.free();
 }
 pdf_end_dict(pdf);
 }
@@ -510,13 +508,12 @@ static void writeRefs(PDF pdf, PdfDocume
 PDFDoc *doc = pdf_doc->doc;
 xref = doc->getXRef();
 for (r = pdf_doc->inObjList; r != NULL;) {
-xref->fetch(r->ref.num, r->ref.gen, );
+obj1 = xref->fetch(r->ref.num, r->ref.gen);
 if (obj1.isStream())
 pdf_begin_obj(pdf, r->num, OBJSTM_NEVER);
 else
 pdf_begin_obj(pdf, r->num, 2);
 copyObject(pdf, pdf_doc, );
-obj1.free();
 pdf_end_obj(pdf);
 n = r->next;
 delete r;
@@ -736,7 +733,7 @@ void write_epdf(PDF pdf, image_dict * id
 catalog = doc->getCatalog();
 page = catalog->getPage(img_pagenum(idict));
 pageref = catalog->getPageRef(img_pagenum(idict));
-doc->getXRef()->fetch(pageref->num, pageref->gen, );
+pageobj = doc->getXRef()->fetch(pageref->num, pageref->gen);
 pageDict = pageobj.getDict();
 /* write the Page header */
 pdf_begin_obj(pdf, img_objnum(idict), OBJSTM_NEVER);
@@ -753,12 +750,11 @@ void write_epdf(PDF pdf, image_dict * id
 pdf_dict_add_int(pdf, "PTEX.PageNumber", (int) img_pagenum(idict));
 }
 if ((suppress_optional_info & 8) == 0) {
-doc->getDocInfoNF();
+obj1 = doc->getDocInfoNF();
 if (obj1.isRef()) {
 /* the info dict must be indirect (PDF Ref p. 61) */
 pdf_dict_add_ref(pdf, "PTEX.InfoDict", addInObj(pdf, pdf_doc, 
obj1.getRef()));
 }
-obj1.free();
 }
 if (img_is_bbox(idict)) {
 bbox[0] = sp2bp(img_bbox(idict)[0]);
@@ -784,19 +780,17 @@ void write_epdf(PDF pdf, image_dict * id
 Now all relevant parts of the Page dictionary are copied. Metadata 
validity
 check is needed(as a stream it must be indirect).
 */
-pageDict->lookupNF("Metadata", );
+obj1 = pageDict->lookupNF("Metadata");
 if (!obj1.isNull() && !obj1.isRef())
 formatted_warning("pdf inclusion","/Metadata must be indirect object");
-obj1.free();
 /* copy selected items in 

[gentoo-commits] gentoo commit in src/patchsets/texlive: mkpatchtarball.sh

2018-01-06 Thread Alexis Ballier (aballier)
aballier18/01/07 05:13:56

  Modified: mkpatchtarball.sh
  Log:
  Fix order of tar arguments in patch tarball script

Revision  ChangesPath
1.2  src/patchsets/texlive/mkpatchtarball.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/mkpatchtarball.sh?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/mkpatchtarball.sh?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/mkpatchtarball.sh?r1=1.1=1.2

Index: mkpatchtarball.sh
===
RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/mkpatchtarball.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mkpatchtarball.sh   15 Jul 2015 15:56:50 -  1.1
+++ mkpatchtarball.sh   7 Jan 2018 05:13:56 -   1.2
@@ -1,2 +1,2 @@
 #! /bin/sh
-tar chJf ../texlive-core-patches-${1}.tar.xz patches --exclude CVS
+tar chJf ../texlive-core-patches-${1}.tar.xz --exclude CVS patches






[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texlive-core: 090_all_poppler-0.59.patch series

2018-01-06 Thread Alexis Ballier (aballier)
aballier18/01/07 05:13:25

  Modified: series
  Added:090_all_poppler-0.59.patch
  Log:
  add texlive 2017 patch for latest poppler; bug #629710

Revision  ChangesPath
1.4  src/patchsets/texlive/2017/texlive-core/series

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/series?rev=1.4=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/series?rev=1.4=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/series?r1=1.3=1.4

Index: series
===
RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2017/texlive-core/series,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- series  20 Jun 2017 13:04:41 -  1.3
+++ series  7 Jan 2018 05:13:24 -   1.4
@@ -6,3 +6,4 @@
 060_all_luatex_zlib.patch
 070_all_luatex_ggc7_align.patch
 080_all_pdftoepdf-c++11.patch
+090_all_poppler-0.59.patch



1.1  
src/patchsets/texlive/2017/texlive-core/090_all_poppler-0.59.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/090_all_poppler-0.59.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/090_all_poppler-0.59.patch?rev=1.1=text/plain

Index: 090_all_poppler-0.59.patch
===
https://bugs.gentoo.org/629710

Index: texlive-20170524-source/texk/web2c/luatexdir/image/pdftoepdf.w
===
--- texlive-20170524-source.orig/texk/web2c/luatexdir/image/pdftoepdf.w
+++ texlive-20170524-source/texk/web2c/luatexdir/image/pdftoepdf.w
@@ -228,7 +228,7 @@ PdfDocument *refMemStreamPdfDocument(cha
 free(checksum);
 }
 if (pdf_doc->doc == NULL) {
-docmemstream = new MemStream( docstream,0,streamsize, obj.initNull() );
+docmemstream = new MemStream( docstream,0,streamsize, Object(objNull) 
);
 doc = new PDFDoc(docmemstream); /* takes ownership of docmemstream */
 pdf_doc->pc++;
 if (!doc->isOk() || !doc->okToPrint()) {
@@ -412,9 +412,8 @@ static void copyArray(PDF pdf, PdfDocume
 Object obj1;
 pdf_begin_array(pdf);
 for (i = 0, l = array->getLength(); i < l; ++i) {
-array->getNF(i, );
+obj1 = array->getNF(i);
 copyObject(pdf, pdf_doc, );
-obj1.free();
 }
 pdf_end_array(pdf);
 }
@@ -426,9 +425,8 @@ static void copyDict(PDF pdf, PdfDocumen
 pdf_begin_dict(pdf);
 for (i = 0, l = dict->getLength(); i < l; ++i) {
 copyName(pdf, dict->getKey(i));
-dict->getValNF(i, );
+obj1 = dict->getValNF(i);
 copyObject(pdf, pdf_doc, );
-obj1.free();
 }
 pdf_end_dict(pdf);
 }
@@ -514,13 +512,12 @@ static void writeRefs(PDF pdf, PdfDocume
 PDFDoc *doc = pdf_doc->doc;
 xref = doc->getXRef();
 for (r = pdf_doc->inObjList; r != NULL;) {
-xref->fetch(r->ref.num, r->ref.gen, );
+obj1 = xref->fetch(r->ref.num, r->ref.gen);
 if (obj1.isStream())
 pdf_begin_obj(pdf, r->num, OBJSTM_NEVER);
 else
 pdf_begin_obj(pdf, r->num, 2);
 copyObject(pdf, pdf_doc, );
-obj1.free();
 pdf_end_obj(pdf);
 n = r->next;
 delete r;
@@ -744,7 +741,7 @@ void write_epdf(PDF pdf, image_dict * id
 catalog = doc->getCatalog();
 page = catalog->getPage(img_pagenum(idict));
 pageref = catalog->getPageRef(img_pagenum(idict));
-doc->getXRef()->fetch(pageref->num, pageref->gen, );
+pageobj = doc->getXRef()->fetch(pageref->num, pageref->gen);
 pageDict = pageobj.getDict();
 /* write the Page header */
 pdf_begin_obj(pdf, img_objnum(idict), OBJSTM_NEVER);
@@ -761,12 +758,11 @@ void write_epdf(PDF pdf, image_dict * id
 pdf_dict_add_int(pdf, "PTEX.PageNumber", (int) img_pagenum(idict));
 }
 if ((suppress_optional_info & 8) == 0) {
-doc->getDocInfoNF();
+obj1 = doc->getDocInfoNF();
 if (obj1.isRef()) {
 /* the info dict must be indirect (PDF Ref p. 61) */
 pdf_dict_add_ref(pdf, "PTEX.InfoDict", addInObj(pdf, pdf_doc, 
obj1.getRef()));
 }
-obj1.free();
 }
 if (img_is_bbox(idict)) {
 bbox[0] = sp2bp(img_bbox(idict)[0]);
@@ -792,19 +788,17 @@ void write_epdf(PDF pdf, image_dict * id
 Now all relevant parts of the Page dictionary are copied. Metadata 
validity
 check is needed(as a stream it must be indirect).
 */
-pageDict->lookupNF("Metadata", );
+obj1 = pageDict->lookupNF("Metadata");
 if (!obj1.isNull() && !obj1.isRef())
 formatted_warning("pdf inclusion","/Metadata must be indirect object");
-obj1.free();
 /* copy selected items in Page 

[gentoo-commits] gentoo commit in src/patchsets/ocaml/4.06.0: - New directory

2017-10-04 Thread Alexis Ballier (aballier)
aballier17/10/04 08:55:09

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/ocaml/4.06.0 added to the 
repository



[gentoo-commits] gentoo commit in src/patchsets/ocaml/4.06.0: 020_all_configure.patch 050_all_objinfoldflags.patch series

2017-10-04 Thread Alexis Ballier (aballier)
aballier17/10/04 08:55:23

  Added:020_all_configure.patch
050_all_objinfoldflags.patch series
  Log:
  add ocaml 4.06 patches

Revision  ChangesPath
1.1  src/patchsets/ocaml/4.06.0/020_all_configure.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.06.0/020_all_configure.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.06.0/020_all_configure.patch?rev=1.1=text/plain

Index: 020_all_configure.patch
===
Index: ocaml-4.06.0-beta1/configure
===
--- ocaml-4.06.0-beta1.orig/configure
+++ ocaml-4.06.0-beta1/configure
@@ -577,6 +577,10 @@ case "$cc,$target" in
 echo "#endif" >> m.h;;
 esac
 
+# Append user flags
+common_cflags="$common_cflags ${CFLAGS}"
+ldflags="$ldflags ${LDFLAGS}"
+
 # Configure compiler options to use in further tests.
 
 export cclibs ldflags
@@ -868,7 +872,7 @@ if $with_sharedlibs; then
 *-*-linux*|*-*-freebsd[3-9]*|*-*-freebsd[1-9][0-9]*\
 |*-*-openbsd*|*-*-netbsd*|*-*-dragonfly*|*-*-gnu*|*-*-haiku*)
   sharedcccompopts="-fPIC"
-  mksharedlib="$cc -shared"
+  mksharedlib="$cc ${LDFLAGS} -shared"
   ldflags="$ldflags -Wl,-E"
   rpath="-Wl,-rpath,"
   mksharedlibrpath="-Wl,-rpath,"



1.1  src/patchsets/ocaml/4.06.0/050_all_objinfoldflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.06.0/050_all_objinfoldflags.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.06.0/050_all_objinfoldflags.patch?rev=1.1=text/plain

Index: 050_all_objinfoldflags.patch
===
Index: ocaml-4.06.0-beta1/tools/Makefile
===
--- ocaml-4.06.0-beta1.orig/tools/Makefile
+++ ocaml-4.06.0-beta1/tools/Makefile
@@ -314,7 +314,7 @@ DEF_SYMBOL_PREFIX = '-Dsymbol_prefix=""'
 endif
 
 objinfo_helper$(EXE): objinfo_helper.c ../byterun/caml/s.h
-   $(CC) $(CFLAGS) $(CPPFLAGS) -I../byterun $(OUTPUTEXE)$@ \
+   $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -I../byterun $(OUTPUTEXE)$@ \
   $(DEF_SYMBOL_PREFIX) $(LIBBFD_INCLUDE) $< $(LIBBFD_LINK)
 
 OBJINFO=../compilerlibs/ocamlcommon.cma \



1.1  src/patchsets/ocaml/4.06.0/series

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.06.0/series?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.06.0/series?rev=1.1=text/plain

Index: series
===
020_all_configure.patch
050_all_objinfoldflags.patch






[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texlive-core: 080_all_pdftoepdf-c++11.patch

2017-06-20 Thread Alexis Ballier (aballier)
aballier17/06/20 13:05:29

  Modified: 080_all_pdftoepdf-c++11.patch
  Log:
  add more metadata to clang fix

Revision  ChangesPath
1.2  
src/patchsets/texlive/2017/texlive-core/080_all_pdftoepdf-c++11.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/080_all_pdftoepdf-c++11.patch?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/080_all_pdftoepdf-c++11.patch?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/080_all_pdftoepdf-c++11.patch?r1=1.1=1.2

Index: 080_all_pdftoepdf-c++11.patch
===
RCS file: 
/var/cvsroot/gentoo/src/patchsets/texlive/2017/texlive-core/080_all_pdftoepdf-c++11.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 080_all_pdftoepdf-c++11.patch   20 Jun 2017 13:04:41 -  1.1
+++ 080_all_pdftoepdf-c++11.patch   20 Jun 2017 13:05:29 -  1.2
@@ -14,6 +14,8 @@
 This is of course a kludge, the original code is correct, the generator
 should probably be fixed.
 
+Author: Fabian Groffen
+https://bugs.gentoo.org/show_bug.cgi?id=621726
 
 Index: texlive-20170524-source/texk/web2c/luatexdir/image/pdftoepdf.w
 ===






[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texlive-core: 080_all_pdftoepdf-c++11.patch series

2017-06-20 Thread Alexis Ballier (aballier)
aballier17/06/20 13:04:41

  Modified: series
  Added:080_all_pdftoepdf-c++11.patch
  Log:
  add clangfix to tl patchset, by  Fabian Groffen

Revision  ChangesPath
1.3  src/patchsets/texlive/2017/texlive-core/series

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/series?rev=1.3=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/series?rev=1.3=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/series?r1=1.2=1.3

Index: series
===
RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2017/texlive-core/series,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- series  9 Jun 2017 12:53:27 -   1.2
+++ series  20 Jun 2017 13:04:41 -  1.3
@@ -5,3 +5,4 @@
 050_all_latex2man_predictable_tmp.patch
 060_all_luatex_zlib.patch
 070_all_luatex_ggc7_align.patch
+080_all_pdftoepdf-c++11.patch



1.1  
src/patchsets/texlive/2017/texlive-core/080_all_pdftoepdf-c++11.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/080_all_pdftoepdf-c++11.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/080_all_pdftoepdf-c++11.patch?rev=1.1=text/plain

Index: 080_all_pdftoepdf-c++11.patch
===
pdftoepdf.w: work around generation removing too much whitespace

The error observed with Clang 3.9.1 (x86_64-apple-darwin16.6.0) is

texlive-20170524-source/texk/web2c/luatexdir/image/pdftoepdf.w:74:34:
error: 
  invalid suffix on literal; C++11 requires a space between literal and
  identifier [-Wreserved-user-defined-literal]
snprintf(ck,PDF_CHECKSUM_SIZE,"%"PRIu64"_%"PRIu64,(uint64_t)size,(uint64...
 ^

Adding newlines does the trick, because the generation keeps them, and
the compiler as suck sees whitespace between the literal and identifier.
This is of course a kludge, the original code is correct, the generator
should probably be fixed.


Index: texlive-20170524-source/texk/web2c/luatexdir/image/pdftoepdf.w
===
--- texlive-20170524-source.orig/texk/web2c/luatexdir/image/pdftoepdf.w
+++ texlive-20170524-source/texk/web2c/luatexdir/image/pdftoepdf.w
@@ -71,7 +71,11 @@ static char *get_file_checksum(const cha
 ck = (char *) malloc(PDF_CHECKSUM_SIZE);
 if (ck == NULL)
 formatted_error("pdf inclusion","out of memory while processing 
'%s'", a);
-snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) 
size,(uint64_t) mtime);
+snprintf(ck, PDF_CHECKSUM_SIZE, "%" 
+PRIu64
+ "_%" 
+PRIu64
+, (uint64_t) size,(uint64_t) mtime);
} else {
 switch (fe) {
 case FE_FAIL:






[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texlive-core: 070_all_luatex_ggc7_align.patch series

2017-06-09 Thread Alexis Ballier (aballier)
aballier17/06/09 12:53:27

  Modified: series
  Added:070_all_luatex_ggc7_align.patch
  Log:
  add gcc7 fix

Revision  ChangesPath
1.2  src/patchsets/texlive/2017/texlive-core/series

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/series?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/series?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/series?r1=1.1=1.2

Index: series
===
RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2017/texlive-core/series,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- series  6 Jun 2017 14:16:10 -   1.1
+++ series  9 Jun 2017 12:53:27 -   1.2
@@ -4,3 +4,4 @@
 040_all_remove_define_abs.patch
 050_all_latex2man_predictable_tmp.patch
 060_all_luatex_zlib.patch
+070_all_luatex_ggc7_align.patch



1.1  
src/patchsets/texlive/2017/texlive-core/070_all_luatex_ggc7_align.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/070_all_luatex_ggc7_align.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/070_all_luatex_ggc7_align.patch?rev=1.1=text/plain

Index: 070_all_luatex_ggc7_align.patch
===
https://bugs.gentoo.org/show_bug.cgi?id=621252
http://www.tug.org/pipermail/tex-live/2017-June/040192.html

---
 a/texk/web2c/luatexdir/luaffi/ctype.c |4 
 b/texk/web2c/luatexdir/luaffi/ffi.h   |2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

Index: texlive-20170524-source/texk/web2c/luatexdir/luaffi/ctype.c
===
--- texlive-20170524-source.orig/texk/web2c/luatexdir/luaffi/ctype.c
+++ texlive-20170524-source/texk/web2c/luatexdir/luaffi/ctype.c
@@ -245,6 +245,10 @@ void* to_cdata(lua_State* L, int idx, st
 
 lua_pop(L, 1); /* mt */
 cd = (struct cdata*) lua_touserdata(L, idx);
+if (!cd) {
+lua_pushnil(L);
+return NULL;
+}
 *ct = cd->type;
 lua_getuservalue(L, idx);
 
Index: texlive-20170524-source/texk/web2c/luatexdir/luaffi/ffi.h
===
--- texlive-20170524-source.orig/texk/web2c/luatexdir/luaffi/ffi.h
+++ texlive-20170524-source/texk/web2c/luatexdir/luaffi/ffi.h
@@ -370,7 +370,7 @@ __declspec(align(16))
 #endif
 struct cdata {
 const struct ctype type
-#ifdef __GNUC__
+#if 0 /* def __GNUC__ */
   __attribute__ ((aligned(16)))
 #endif
   ;






[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texlive-core: 010_all_installedscripts.patch

2017-06-07 Thread Alexis Ballier (aballier)
aballier17/06/07 13:17:11

  Modified: 010_all_installedscripts.patch
  Log:
  drop one more script for tlcore

Revision  ChangesPath
1.2  
src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch?r1=1.1=1.2

Index: 010_all_installedscripts.patch
===
RCS file: 
/var/cvsroot/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 010_all_installedscripts.patch  6 Jun 2017 14:16:10 -   1.1
+++ 010_all_installedscripts.patch  7 Jun 2017 13:17:11 -   1.2
@@ -66,7 +66,7 @@
texosquery/texosquery.sh \
texosquery/texosquery-jre5.sh \
texosquery/texosquery-jre8.sh \
-@@ -300,101 +283,37 @@ texmf_shell_scripts = \
+@@ -300,101 +283,36 @@ texmf_shell_scripts = \
  
  texmf_other_scripts = \
a2ping/a2ping.pl \
@@ -125,7 +125,7 @@
 -  lilyglyphs/lily-rebuild-pdfs.py \
ltximg/ltximg.pl \
 -  luaotfload/luaotfload-tool.lua \
-   lwarp/lwarpmk.lua \
+-  lwarp/lwarpmk.lua \
 -  m-tx/m-tx.lua \
 -  makedtx/makedtx.pl \
make4ht/make4ht \
@@ -168,7 +168,7 @@
tex4ebook/tex4ebook \
texcount/texcount.pl \
texdef/texdef.pl \
-@@ -405,27 +324,13 @@ texmf_other_scripts = \
+@@ -405,27 +323,13 @@ texmf_other_scripts = \
texlive/fmtutil-sys.sh \
texlive/fmtutil-user.sh \
texlive/fmtutil.pl \
@@ -198,7 +198,7 @@
  
  nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_shell_scripts) \
-@@ -433,7 +338,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
+@@ -433,7 +337,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_context_scripts)
  
  bin_links = \






[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texlive-core: 010_all_installedscripts.patch 020_all_a2ping_invocation.patch 030_all_updmap_normalize.patch 040_all_remove_define_abs.patch

2017-06-06 Thread Alexis Ballier (aballier)
aballier17/06/06 14:16:10

  Added:010_all_installedscripts.patch
020_all_a2ping_invocation.patch
030_all_updmap_normalize.patch
040_all_remove_define_abs.patch
050_all_latex2man_predictable_tmp.patch
060_all_luatex_zlib.patch series
  Log:
  start adding patches for tl2017

Revision  ChangesPath
1.1  
src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texlive-core/010_all_installedscripts.patch?rev=1.1=text/plain

Index: 010_all_installedscripts.patch
===
Index: texlive-20170524-source/texk/texlive/tl_scripts/Makefile.in
===
--- texlive-20170524-source.orig/texk/texlive/tl_scripts/Makefile.in
+++ texlive-20170524-source/texk/texlive/tl_scripts/Makefile.in
@@ -262,13 +262,8 @@ sh_scripts = \
allneeded \
dvi2fax \
dvired \
-   fontinst \
kpsetool \
kpsewhere \
-   ps2frag \
-   pslatex \
-   rubibtex \
-   rumakeindex \
texconfig-dialog \
texconfig-sys \
texconfig \
@@ -292,13 +287,8 @@ dist_man_MANS = \
e2pall.1 \
fmtutil.1 \
fmtutil.cnf.5 \
-   fontinst.1 \
kpsetool.1 \
kpsewhere.1 \
-   ps2frag.1 \
-   pslatex.1 \
-   rubibtex.1 \
-   rumakeindex.1 \
texconfig.1 \
texlinks.1 \
updmap.1 \
Index: texlive-20170524-source/texk/texlive/linked_scripts/Makefile.in
===
--- texlive-20170524-source.orig/texk/texlive/linked_scripts/Makefile.in
+++ texlive-20170524-source/texk/texlive/linked_scripts/Makefile.in
@@ -268,31 +268,14 @@ EXTRA_DIST = scripts.lst context/stubs/u
 texmf_scriptsdir = $(datarootdir)/texmf-dist/scripts
 texmf_shell_scripts = \
adhocfilelist/adhocfilelist.sh \
-   bibexport/bibexport.sh \
checklistings/checklistings.sh \
dtxgen/dtxgen \
installfont/installfont-tl \
latexfileversion/latexfileversion \
-   listbib/listbib \
listings-ext/listings-ext.sh \
ltxfileinfo/ltxfileinfo \
-   lua2dox/lua2dox_filter \
pdfbook2/pdfbook2 \
-   pdfjam/pdf180 \
-   pdfjam/pdf270 \
-   pdfjam/pdf90 \
-   pdfjam/pdfbook \
-   pdfjam/pdfflip \
-   pdfjam/pdfjam \
-   pdfjam/pdfjam-pocketmod \
-   pdfjam/pdfjam-slides3up \
-   pdfjam/pdfjam-slides6up \
-   pdfjam/pdfjoin \
-   pdfjam/pdfnup \
-   pdfjam/pdfpun \
pdfxup/pdfxup \
-   pst-pdf/ps4pdf \
-   simpdftex/simpdftex \
texosquery/texosquery.sh \
texosquery/texosquery-jre5.sh \
texosquery/texosquery-jre8.sh \
@@ -300,101 +283,37 @@ texmf_shell_scripts = \
 
 texmf_other_scripts = \
a2ping/a2ping.pl \
-   accfonts/mkt1font \
-   accfonts/vpl2ovp \
-   accfonts/vpl2vpl \
-   arara/arara.sh \
-   authorindex/authorindex \
bundledoc/arlatex \
bundledoc/bundledoc \
-   cachepic/cachepic.tlu \
-   checkcites/checkcites.lua \
-   cjk-gs-integrate/cjk-gs-integrate.pl \
-   context/perl/mptopdf.pl \
-   convbkmk/convbkmk.rb \
crossrefware/bbl2bib.pl \
-   crossrefware/bibdoiadd.pl \
crossrefware/bibmradd.pl \
-   crossrefware/bibzbladd.pl \
-   crossrefware/ltx2crossrefxml.pl \
ctanify/ctanify \
ctanupload/ctanupload.pl \
de-macro/de-macro \
-   diadia/diadia.lua \
-   dosepsbin/dosepsbin.pl \
dviasm/dviasm.py \
-   ebong/ebong.py \
-   epspdf/epspdf.tlu \
-   epspdf/epspdftk.tcl \
-   epstopdf/epstopdf.pl \
-   exceltex/exceltex \
-   fig4latex/fig4latex \
findhyph/findhyph \
-   fontools/afm2afm \
-   fontools/autoinst \
-   fontools/ot2kpx \
fragmaster/fragmaster.pl \
-   getmap/getmapdl.lua \
-   glossaries/makeglossaries \
glossaries/makeglossaries-lite.lua \
-   kotex-utils/jamo-normalize.pl \
-   kotex-utils/komkindex.pl \
-   kotex-utils/ttf2kotexfont.pl \
latex-git-log/latex-git-log \
latex-papersize/latex-papersize.py \
latex2man/latex2man \
latex2nemeth/latex2nemeth \
-   latexdiff/latexdiff-vc.pl \
-   latexdiff/latexdiff.pl \
-   latexdiff/latexrevise.pl \
latexindent/latexindent.pl \
-   latexmk/latexmk.pl \
latexpand/latexpand \
-   lilyglyphs/lily-glyph-commands.py \
-   lilyglyphs/lily-image-commands.py \
-   lilyglyphs/lily-rebuild-pdfs.py \

[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texlive-core: - New directory

2017-06-06 Thread Alexis Ballier (aballier)
aballier17/06/06 14:15:53

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/texlive/2017/texlive-core added 
to the repository



[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texmf.d: - New directory

2017-06-05 Thread Alexis Ballier (aballier)
aballier17/06/05 08:40:48

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/texlive/2017/texmf.d added to the 
repository



[gentoo-commits] gentoo commit in src/patchsets/texlive/2017/texmf.d: 00header.cnf 05searchpaths.cnf 10standardpaths.cnf 15options.cnf 20sizes.cnf

2017-06-05 Thread Alexis Ballier (aballier)
aballier17/06/05 08:41:03

  Added:00header.cnf 05searchpaths.cnf 10standardpaths.cnf
15options.cnf 20sizes.cnf
  Log:
  start adding tl2017 files

Revision  ChangesPath
1.1  src/patchsets/texlive/2017/texmf.d/00header.cnf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texmf.d/00header.cnf?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texmf.d/00header.cnf?rev=1.1=text/plain

Index: 00header.cnf
===
% original texmf.cnf -- runtime path configuration file for kpathsea.
% Public domain.
% 
% If you modify this original file, YOUR CHANGES WILL BE LOST when it is
% updated.  Instead, put your changes -- and only your changes, not an
% entire copy! -- in ../../texmf.cnf.  That is, if this file is
% installed in /some/path/to/texlive/2017/texmf-dist/web2c/texmf.cnf,
% add your custom settings to /some/path/to/texlive/2017/texmf.cnf.
% 
% What follows is a super-summary of what this .cnf file can
% contain. Please read the Kpathsea manual for more information.
%
% Each statement in this file boils down to:
%   [.] [=] 
%
% Neither the  nor the  may be empty.
% Any identifier (sticking to A-Za-z_ for names is safest) can be assigned.
% The `=' (and surrounding spaces) is optional.
% $foo (or ${foo}) in a value expands to the envvar or cnf value of foo.
% Lines can be continued with a \; no whitespace removal is done.
%
% Earlier entries (in the same or another file) override later ones, and
% an environment variable foo overrides any texmf.cnf definition of foo.
%
% All definitions are read before anything is expanded, so you can use
% variables before they are defined.
%
% If a variable assignment is qualified with `.PROGRAM', it is ignored
% unless the current executable (last filename component of argv[0]) is
% named PROGRAM.  This foo.PROGRAM construct is not recognized on the
% right-hand side. For environment variables, use FOO_PROGRAM.
%
% Which file formats use which paths for searches is described in the
% various programs' and the Kpathsea documentation (http://tug.org/kpathsea).
%
% // means to search subdirectories (recursively).
% A leading !! means to look only in the ls-R db, never on the disk.
% In this file, either ; or : can be used to separate path components.
% A leading/trailing/doubled path separator in the paths will be
%   expanded into the compile-time default. Probably not what you want.
%
% Brace notation is supported, for example: /usr/local/{mytex,othertex}
% expands to /usr/local/mytex:/usr/local/othertex.






1.1  src/patchsets/texlive/2017/texmf.d/05searchpaths.cnf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texmf.d/05searchpaths.cnf?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2017/texmf.d/05searchpaths.cnf?rev=1.1=text/plain

Index: 05searchpaths.cnf
===
%  Part 1: Search paths and directories.

% This is the parent directory of our several trees, i.e.,
% /usr/local/texlive/ in the original TeX Live distribution.
%
% All trees must be organized according to the TeX Directory Structure
% (http://tug.org/tds), or files may not be found.
%
% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
% Kpathsea sets SELFAUTOLOC (the directory with the binary),
% SELFAUTODIR (its parent), and SELFAUTOPARENT (its grandparent).
TEXMFROOT = $SELFAUTODIR/share

% The main tree of distributed packages and programs:
TEXMFDIST = $TEXMFROOT/texmf-dist

% We used to have a separate /texmf tree with some core programs and files.
% Keep the variable name.
TEXMFMAIN = $TEXMFDIST

% The Gentoo site tree
TEXMFSITE = $TEXMFROOT/texmf-site

% Local additions to the distribution trees.
TEXMFLOCAL = $TEXMFROOT/../local/share/texmf

% TEXMFSYSVAR, where *-sys store cached runtime data.
TEXMFSYSVAR = $SELFAUTOPARENT/var/lib/texmf

% TEXMFSYSCONFIG, where *-sys store configuration data.
TEXMFSYSCONFIG = $SELFAUTOPARENT/etc/texmf

% Per-user texmf tree(s) -- organized per the TDS, as usual.  To define
% more than one per-user tree, set this to a list of directories in
% braces, as described above.  (This used to be HOMETEXMF.)  ~ expands
% to %USERPROFILE% on Windows, $HOME otherwise.
TEXMFHOME = ~/texmf

% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
TEXMFVAR = ~/.texlive/texmf-var

% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
TEXMFCONFIG = ~/.texlive/texmf-config

% This is the value manipulated by tlmgr's auxtrees subcommand in the
% root texmf.cnf. Kpathsea warns about a literally empty string for a
% value, hence the empty braces.
TEXMFAUXTREES = {}

% List all the texmf trees. For an explanation of what they are, see the
% TeX Live manual.
%
% For texconfig to work 

[gentoo-commits] gentoo commit in src/patchsets/texlive/2017: - New directory

2017-06-05 Thread Alexis Ballier (aballier)
aballier17/06/05 08:40:36

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/texlive/2017 added to the 
repository



[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texlive-core: 010_all_installedscripts.patch

2017-03-12 Thread Alexis Ballier (aballier)
aballier17/03/12 08:33:51

  Modified: 010_all_installedscripts.patch
  Log:
  dont install a symlink for tlmgr too

Revision  ChangesPath
1.5  
src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.5=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.5=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?r1=1.4=1.5

Index: 010_all_installedscripts.patch
===
RCS file: 
/var/cvsroot/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 010_all_installedscripts.patch  20 Jan 2017 16:26:54 -  1.4
+++ 010_all_installedscripts.patch  12 Mar 2017 08:33:51 -  1.5
@@ -159,12 +159,12 @@
tex4ebook/tex4ebook \
texcount/texcount.pl \
texdef/texdef.pl \
-@@ -395,26 +314,13 @@ texmf_other_scripts = \
+@@ -395,26 +314,12 @@ texmf_other_scripts = \
texfot/texfot.pl \
texlive/fmtutil-sys.sh \
texlive/fmtutil.pl \
 -  texlive/rungs.tlu \
-   texlive/tlmgr.pl \
+-  texlive/tlmgr.pl \
texlive/updmap-sys.sh \
texlive/updmap.pl \
texliveonfly/texliveonfly.py \
@@ -188,7 +188,7 @@
  
  nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_shell_scripts) \
-@@ -422,7 +328,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
+@@ -422,7 +327,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_context_scripts)
  
  bin_links = \






[gentoo-commits] gentoo commit in src/patchsets/ocaml/4.01.0: 010_all_execstacks.patch 020_all_configure.patch 050_all_objinfoldflags.patch series

2017-02-21 Thread Alexis Ballier (aballier)
aballier17/02/21 14:17:27

  Removed:  010_all_execstacks.patch 020_all_configure.patch
050_all_objinfoldflags.patch series
  Log:
  Remove outdated ocaml patches



[gentoo-commits] gentoo commit in src/patchsets/ocaml/3.12.0: 010_all_execstacks.patch 020_all_configure.patch 030_all_automagic.patch 040_all_yaccldflags.patch 050_all_objinfoldflags.patch 060_all_li

2017-02-21 Thread Alexis Ballier (aballier)
aballier17/02/21 14:17:27

  Removed:  010_all_execstacks.patch 020_all_configure.patch
030_all_automagic.patch 040_all_yaccldflags.patch
050_all_objinfoldflags.patch
060_all_linkorder.patch series
  Log:
  Remove outdated ocaml patches



[gentoo-commits] gentoo commit in src/patchsets/ocaml/4.00.1: 010_all_execstacks.patch 020_all_configure.patch 050_all_objinfoldflags.patch 060_all_tk86.patch series

2017-02-21 Thread Alexis Ballier (aballier)
aballier17/02/21 14:17:27

  Removed:  010_all_execstacks.patch 020_all_configure.patch
050_all_objinfoldflags.patch 060_all_tk86.patch
series
  Log:
  Remove outdated ocaml patches



[gentoo-commits] gentoo commit in src/patchsets/ocaml/3.11.1: 010_all_execstacks.patch 020_all_configure.patch 030_all_automagic.patch 040_all_yaccldflags.patch series

2017-02-21 Thread Alexis Ballier (aballier)
aballier17/02/21 14:17:27

  Removed:  010_all_execstacks.patch 020_all_configure.patch
030_all_automagic.patch 040_all_yaccldflags.patch
series
  Log:
  Remove outdated ocaml patches



[gentoo-commits] gentoo commit in src/patchsets/ocaml/4.02.2: 010_all_execstacks.patch 020_all_configure.patch 050_all_objinfoldflags.patch series

2017-02-21 Thread Alexis Ballier (aballier)
aballier17/02/21 14:17:27

  Removed:  010_all_execstacks.patch 020_all_configure.patch
050_all_objinfoldflags.patch series
  Log:
  Remove outdated ocaml patches



[gentoo-commits] gentoo commit in src/patchsets/ocaml/4.05.0: - New directory

2017-02-21 Thread Alexis Ballier (aballier)
aballier17/02/21 14:16:27

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/ocaml/4.05.0 added to the 
repository



[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texlive-core: 050_all_latex2man_predictable_tmp.patch 060_all_luatex_zlib.patch series

2017-02-08 Thread Alexis Ballier (aballier)
aballier17/02/08 17:20:54

  Modified: 050_all_latex2man_predictable_tmp.patch series
  Added:060_all_luatex_zlib.patch
  Log:
  Add patch for bug #605766

Revision  ChangesPath
1.2  
src/patchsets/texlive/2016/texlive-core/050_all_latex2man_predictable_tmp.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/050_all_latex2man_predictable_tmp.patch?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/050_all_latex2man_predictable_tmp.patch?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/050_all_latex2man_predictable_tmp.patch?r1=1.1=1.2

Index: 050_all_latex2man_predictable_tmp.patch
===
RCS file: 
/var/cvsroot/gentoo/src/patchsets/texlive/2016/texlive-core/050_all_latex2man_predictable_tmp.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 050_all_latex2man_predictable_tmp.patch 20 Jan 2017 13:36:23 -  
1.1
+++ 050_all_latex2man_predictable_tmp.patch 8 Feb 2017 17:20:54 -   
1.2
@@ -8,7 +8,7 @@
 +++ texlive-20160523-source/texmf-dist/scripts/latex2man/latex2man
 @@ -29,8 +29,6 @@ sub date2str;
  $VERSION = "1.24";
- $DATE= date2str ('$Date: 2017/01/20 13:36:23 $' =~ m|(\d+/\d+/\d+)|);
+ $DATE= date2str ('$Date: 2017/02/08 17:20:54 $' =~ m|(\d+/\d+/\d+)|);
  
 -$tmp = "/tmp/$CMD.$$";
 -



1.2  src/patchsets/texlive/2016/texlive-core/series

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/series?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/series?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/series?r1=1.1=1.2

Index: series
===
RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2016/texlive-core/series,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- series  20 Jan 2017 13:36:23 -  1.1
+++ series  8 Feb 2017 17:20:54 -   1.2
@@ -3,3 +3,4 @@
 030_all_updmap_normalize.patch
 040_all_remove_define_abs.patch
 050_all_latex2man_predictable_tmp.patch
+060_all_luatex_zlib.patch



1.1  
src/patchsets/texlive/2016/texlive-core/060_all_luatex_zlib.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/060_all_luatex_zlib.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/060_all_luatex_zlib.patch?rev=1.1=text/plain

Index: 060_all_luatex_zlib.patch
===
https://bugs.gentoo.org/show_bug.cgi?id=310487
https://bugs.gentoo.org/show_bug.cgi?id=605766

Index: texlive-20160523-source/texk/web2c/luatexdir/luazlib/lzlib.c
===
--- texlive-20160523-source.orig/texk/web2c/luatexdir/luazlib/lzlib.c
+++ texlive-20160523-source/texk/web2c/luatexdir/luazlib/lzlib.c
@@ -549,14 +549,6 @@ LUALIB_API int luaopen_zlib(lua_State *L
 
 /* == 
*/
 
-/* make sure header and library version are consistent */
-const char* version = zlibVersion();
-if (strncmp(version, ZLIB_VERSION, 4))
-{
-lua_pushfstring(L, "zlib library version does not match - header: %s, 
library: %s", ZLIB_VERSION, version);
-lua_error(L);
-}
-
 /* create new metatable for zlib compression structures */
 luaL_newmetatable(L, ZSTREAMMETA);
 lua_pushliteral(L, "__index");






[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texlive-core: 010_all_installedscripts.patch

2017-01-20 Thread Alexis Ballier (aballier)
aballier17/01/20 16:26:54

  Modified: 010_all_installedscripts.patch
  Log:
  drop makedtx from tlcore

Revision  ChangesPath
1.4  
src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.4=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.4=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?r1=1.3=1.4

Index: 010_all_installedscripts.patch
===
RCS file: 
/var/cvsroot/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 010_all_installedscripts.patch  20 Jan 2017 15:57:27 -  1.3
+++ 010_all_installedscripts.patch  20 Jan 2017 16:26:54 -  1.4
@@ -34,7 +34,7 @@
 ===
 --- texlive-20160523-source.orig/texk/texlive/linked_scripts/Makefile.in
 +++ texlive-20160523-source/texk/texlive/linked_scripts/Makefile.in
-@@ -268,124 +268,44 @@ EXTRA_DIST = scripts.lst context/stubs/u
+@@ -268,124 +268,43 @@ EXTRA_DIST = scripts.lst context/stubs/u
  texmf_scriptsdir = $(datarootdir)/texmf-dist/scripts
  texmf_shell_scripts = \
adhocfilelist/adhocfilelist.sh \
@@ -122,7 +122,7 @@
ltximg/ltximg.pl \
 -  luaotfload/luaotfload-tool.lua \
 -  m-tx/m-tx.lua \
-   makedtx/makedtx.pl \
+-  makedtx/makedtx.pl \
make4ht/make4ht \
match_parens/match_parens \
 -  mathspic/mathspic.pl \
@@ -159,7 +159,7 @@
tex4ebook/tex4ebook \
texcount/texcount.pl \
texdef/texdef.pl \
-@@ -395,26 +315,13 @@ texmf_other_scripts = \
+@@ -395,26 +314,13 @@ texmf_other_scripts = \
texfot/texfot.pl \
texlive/fmtutil-sys.sh \
texlive/fmtutil.pl \
@@ -188,7 +188,7 @@
  
  nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_shell_scripts) \
-@@ -422,7 +329,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
+@@ -422,7 +328,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_context_scripts)
  
  bin_links = \






[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texlive-core: 010_all_installedscripts.patch

2017-01-20 Thread Alexis Ballier (aballier)
aballier17/01/20 15:57:27

  Modified: 010_all_installedscripts.patch
  Log:
  drop pn2pdf from tl-core

Revision  ChangesPath
1.3  
src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.3=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.3=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?r1=1.2=1.3

Index: 010_all_installedscripts.patch
===
RCS file: 
/var/cvsroot/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 010_all_installedscripts.patch  20 Jan 2017 14:06:10 -  1.2
+++ 010_all_installedscripts.patch  20 Jan 2017 15:57:27 -  1.3
@@ -34,7 +34,7 @@
 ===
 --- texlive-20160523-source.orig/texk/texlive/linked_scripts/Makefile.in
 +++ texlive-20160523-source/texk/texlive/linked_scripts/Makefile.in
-@@ -268,124 +268,45 @@ EXTRA_DIST = scripts.lst context/stubs/u
+@@ -268,124 +268,44 @@ EXTRA_DIST = scripts.lst context/stubs/u
  texmf_scriptsdir = $(datarootdir)/texmf-dist/scripts
  texmf_shell_scripts = \
adhocfilelist/adhocfilelist.sh \
@@ -138,7 +138,7 @@
pdfcrop/pdfcrop.pl \
 -  pedigree-perl/pedigree.pl \
 -  perltex/perltex.pl \
-   petri-nets/pn2pdf \
+-  petri-nets/pn2pdf \
pfarrei/a5toa4.tlu \
pfarrei/pfarrei.tlu \
pkfix-helper/pkfix-helper \
@@ -159,7 +159,7 @@
tex4ebook/tex4ebook \
texcount/texcount.pl \
texdef/texdef.pl \
-@@ -395,26 +316,13 @@ texmf_other_scripts = \
+@@ -395,26 +315,13 @@ texmf_other_scripts = \
texfot/texfot.pl \
texlive/fmtutil-sys.sh \
texlive/fmtutil.pl \
@@ -188,7 +188,7 @@
  
  nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_shell_scripts) \
-@@ -422,7 +330,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
+@@ -422,7 +329,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_context_scripts)
  
  bin_links = \






[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texlive-core: 010_all_installedscripts.patch

2017-01-20 Thread Alexis Ballier (aballier)
aballier17/01/20 14:06:10

  Modified: 010_all_installedscripts.patch
  Log:
  drop diadia from texlive scripts

Revision  ChangesPath
1.2  
src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?r1=1.1=1.2

Index: 010_all_installedscripts.patch
===
RCS file: 
/var/cvsroot/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 010_all_installedscripts.patch  20 Jan 2017 13:36:23 -  1.1
+++ 010_all_installedscripts.patch  20 Jan 2017 14:06:10 -  1.2
@@ -34,7 +34,7 @@
 ===
 --- texlive-20160523-source.orig/texk/texlive/linked_scripts/Makefile.in
 +++ texlive-20160523-source/texk/texlive/linked_scripts/Makefile.in
-@@ -268,124 +268,46 @@ EXTRA_DIST = scripts.lst context/stubs/u
+@@ -268,124 +268,45 @@ EXTRA_DIST = scripts.lst context/stubs/u
  texmf_scriptsdir = $(datarootdir)/texmf-dist/scripts
  texmf_shell_scripts = \
adhocfilelist/adhocfilelist.sh \
@@ -85,7 +85,7 @@
ctanify/ctanify \
ctanupload/ctanupload.pl \
de-macro/de-macro \
-   diadia/diadia.lua \
+-  diadia/diadia.lua \
 -  dosepsbin/dosepsbin.pl \
dviasm/dviasm.py \
 -  ebong/ebong.py \
@@ -159,7 +159,7 @@
tex4ebook/tex4ebook \
texcount/texcount.pl \
texdef/texdef.pl \
-@@ -395,26 +317,13 @@ texmf_other_scripts = \
+@@ -395,26 +316,13 @@ texmf_other_scripts = \
texfot/texfot.pl \
texlive/fmtutil-sys.sh \
texlive/fmtutil.pl \
@@ -188,7 +188,7 @@
  
  nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_shell_scripts) \
-@@ -422,7 +331,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
+@@ -422,7 +330,6 @@ nobase_dist_texmf_scripts_SCRIPTS = \
$(texmf_context_scripts)
  
  bin_links = \






[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texlive-core: 010_all_installedscripts.patch 020_all_a2ping_invocation.patch 030_all_updmap_normalize.patch 040_all_remove_define_abs.patch

2017-01-20 Thread Alexis Ballier (aballier)
aballier17/01/20 13:36:23

  Added:010_all_installedscripts.patch
020_all_a2ping_invocation.patch
030_all_updmap_normalize.patch
040_all_remove_define_abs.patch
050_all_latex2man_predictable_tmp.patch series
  Log:
  start adding texlive 2016 patches

Revision  ChangesPath
1.1  
src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texlive-core/010_all_installedscripts.patch?rev=1.1=text/plain

Index: 010_all_installedscripts.patch
===
Index: texlive-20160523-source/texk/texlive/tl_scripts/Makefile.in
===
--- texlive-20160523-source.orig/texk/texlive/tl_scripts/Makefile.in
+++ texlive-20160523-source/texk/texlive/tl_scripts/Makefile.in
@@ -262,13 +262,8 @@ sh_scripts = \
allneeded \
dvi2fax \
dvired \
-   fontinst \
kpsetool \
kpsewhere \
-   ps2frag \
-   pslatex \
-   rubibtex \
-   rumakeindex \
texconfig-dialog \
texconfig-sys \
texconfig \
@@ -292,13 +287,8 @@ dist_man_MANS = \
e2pall.1 \
fmtutil.1 \
fmtutil.cnf.5 \
-   fontinst.1 \
kpsetool.1 \
kpsewhere.1 \
-   ps2frag.1 \
-   pslatex.1 \
-   rubibtex.1 \
-   rumakeindex.1 \
texconfig.1 \
texlinks.1 \
updmap.1 \
Index: texlive-20160523-source/texk/texlive/linked_scripts/Makefile.in
===
--- texlive-20160523-source.orig/texk/texlive/linked_scripts/Makefile.in
+++ texlive-20160523-source/texk/texlive/linked_scripts/Makefile.in
@@ -268,124 +268,46 @@ EXTRA_DIST = scripts.lst context/stubs/u
 texmf_scriptsdir = $(datarootdir)/texmf-dist/scripts
 texmf_shell_scripts = \
adhocfilelist/adhocfilelist.sh \
-   bibexport/bibexport.sh \
checklistings/checklistings.sh \
dtxgen/dtxgen \
installfont/installfont-tl \
latexfileversion/latexfileversion \
-   listbib/listbib \
listings-ext/listings-ext.sh \
ltxfileinfo/ltxfileinfo \
-   lua2dox/lua2dox_filter \
pdfbook2/pdfbook2 \
-   pdfjam/pdf180 \
-   pdfjam/pdf270 \
-   pdfjam/pdf90 \
-   pdfjam/pdfbook \
-   pdfjam/pdfflip \
-   pdfjam/pdfjam \
-   pdfjam/pdfjam-pocketmod \
-   pdfjam/pdfjam-slides3up \
-   pdfjam/pdfjam-slides6up \
-   pdfjam/pdfjoin \
-   pdfjam/pdfnup \
-   pdfjam/pdfpun \
pdfxup/pdfxup \
-   pst-pdf/ps4pdf \
-   simpdftex/simpdftex \
typeoutfileinfo/typeoutfileinfo.sh
 
 texmf_other_scripts = \
a2ping/a2ping.pl \
-   accfonts/mkt1font \
-   accfonts/vpl2ovp \
-   accfonts/vpl2vpl \
-   arara/arara.sh \
-   authorindex/authorindex \
bundledoc/arlatex \
bundledoc/bundledoc \
-   cachepic/cachepic.tlu \
-   checkcites/checkcites.lua \
-   cjk-gs-integrate/cjk-gs-integrate.pl \
-   context/perl/mptopdf.pl \
-   convbkmk/convbkmk.rb \
-   crossrefware/bibdoiadd.pl \
-   crossrefware/bibzbladd.pl \
-   crossrefware/ltx2crossrefxml.pl \
ctanify/ctanify \
ctanupload/ctanupload.pl \
de-macro/de-macro \
diadia/diadia.lua \
-   dosepsbin/dosepsbin.pl \
dviasm/dviasm.py \
-   ebong/ebong.py \
-   epspdf/epspdf.tlu \
-   epspdf/epspdftk.tcl \
-   epstopdf/epstopdf.pl \
-   exceltex/exceltex \
-   fig4latex/fig4latex \
findhyph/findhyph \
-   fontools/afm2afm \
-   fontools/autoinst \
-   fontools/ot2kpx \
fragmaster/fragmaster.pl \
-   getmap/getmapdl.lua \
-   glossaries/makeglossaries \
glossaries/makeglossaries-lite.lua \
-   jfontmaps/kanji-config-updmap-sys.sh \
-   jfontmaps/kanji-config-updmap.pl \
-   jfontmaps/kanji-fontmap-creator.pl \
-   kotex-utils/jamo-normalize.pl \
-   kotex-utils/komkindex.pl \
-   kotex-utils/ttf2kotexfont.pl \
latex-git-log/latex-git-log \
latex2man/latex2man \
-   latexdiff/latexdiff-vc.pl \
-   latexdiff/latexdiff.pl \
-   latexdiff/latexrevise.pl \
latexindent/latexindent.pl \
-   latexmk/latexmk.pl \
latexpand/latexpand \
-   lilyglyphs/lily-glyph-commands.py \
-   lilyglyphs/lily-image-commands.py \
-   lilyglyphs/lily-rebuild-pdfs.py \
ltximg/ltximg.pl \
-   luaotfload/luaotfload-tool.lua \
-   m-tx/m-tx.lua \
makedtx/makedtx.pl \
make4ht/make4ht \
match_parens/match_parens \
-   

[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texlive-core: - New directory

2017-01-20 Thread Alexis Ballier (aballier)
aballier17/01/20 13:36:07

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/texlive/2016/texlive-core added 
to the repository



[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texmf.d: - New directory

2017-01-20 Thread Alexis Ballier (aballier)
aballier17/01/20 09:45:00

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/texlive/2016/texmf.d added to the 
repository



[gentoo-commits] gentoo commit in src/patchsets/texlive/2016/texmf.d: 00header.cnf 05searchpaths.cnf 10standardpaths.cnf 15options.cnf 20sizes.cnf

2017-01-20 Thread Alexis Ballier (aballier)
aballier17/01/20 09:45:18

  Added:00header.cnf 05searchpaths.cnf 10standardpaths.cnf
15options.cnf 20sizes.cnf
  Log:
  Start adding texlive 2016 files

Revision  ChangesPath
1.1  src/patchsets/texlive/2016/texmf.d/00header.cnf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texmf.d/00header.cnf?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texmf.d/00header.cnf?rev=1.1=text/plain

Index: 00header.cnf
===
% original texmf.cnf -- runtime path configuration file for kpathsea.
% Public domain.
% 
% If you modify this original file, YOUR CHANGES WILL BE LOST when it is
% updated.  Instead, put your changes -- and only your changes, not an
% entire copy! -- in ../../texmf.cnf.  That is, if this file is
% installed in /some/path/to/texlive/2016/texmf-dist/web2c/texmf.cnf,
% add your custom settings to /some/path/to/texlive/2016/texmf.cnf.
% 
% What follows is a super-summary of what this .cnf file can
% contain. Please read the Kpathsea manual for more information.
%
% Each statement in this file boils down to:
%   [.] [=] 
%
% Neither the  nor the  may be empty.
% Any identifier (sticking to A-Za-z_ for names is safest) can be assigned.
% The `=' (and surrounding spaces) is optional.
% $foo (or ${foo}) in a value expands to the envvar or cnf value of foo.
% Lines can be continued with a \; no whitespace removal is done.
%
% Earlier entries (in the same or another file) override later ones, and
% an environment variable foo overrides any texmf.cnf definition of foo.
%
% All definitions are read before anything is expanded, so you can use
% variables before they are defined.
%
% If a variable assignment is qualified with `.PROGRAM', it is ignored
% unless the current executable (last filename component of argv[0]) is
% named PROGRAM.  This foo.PROGRAM construct is not recognized on the
% right-hand side. For environment variables, use FOO_PROGRAM.
%
% Which file formats use which paths for searches is described in the
% various programs' and the Kpathsea documentation (http://tug.org/kpathsea).
%
% // means to search subdirectories (recursively).
% A leading !! means to look only in the ls-R db, never on the disk.
% In this file, either ; or : can be used to separate path components.
% A leading/trailing/doubled path separator in the paths will be
%   expanded into the compile-time default. Probably not what you want.
%
% Brace notation is supported, for example: /usr/local/{mytex,othertex}
% expands to /usr/local/mytex:/usr/local/othertex.





1.1  src/patchsets/texlive/2016/texmf.d/05searchpaths.cnf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texmf.d/05searchpaths.cnf?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2016/texmf.d/05searchpaths.cnf?rev=1.1=text/plain

Index: 05searchpaths.cnf
===
%  Part 1: Search paths and directories.

% This is the parent directory of our several trees, i.e.,
% /usr/local/texlive/ in the original TeX Live distribution.
%
% All trees must be organized according to the TeX Directory Structure
% (http://tug.org/tds), or files may not be found.
%
% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
% Kpathsea sets SELFAUTOLOC (the directory with the binary),
% SELFAUTODIR (its parent), and SELFAUTOPARENT (its grandparent).
TEXMFROOT = $SELFAUTODIR/share

% The main tree of distributed packages and programs:
TEXMFDIST = $TEXMFROOT/texmf-dist

% We used to have a separate /texmf tree with some core programs and files.
% Keep the variable name.
TEXMFMAIN = $TEXMFDIST

% The Gentoo site tree
TEXMFSITE = $TEXMFROOT/texmf-site

% Local additions to the distribution trees.
TEXMFLOCAL = $TEXMFROOT/../local/share/texmf

% TEXMFSYSVAR, where *-sys store cached runtime data.
TEXMFSYSVAR = $SELFAUTOPARENT/var/lib/texmf

% TEXMFSYSCONFIG, where *-sys store configuration data.
TEXMFSYSCONFIG = $SELFAUTOPARENT/etc/texmf

% Per-user texmf tree(s) -- organized per the TDS, as usual.  To define
% more than one per-user tree, set this to a list of directories in
% braces, as described above.  (This used to be HOMETEXMF.)  ~ expands
% to %USERPROFILE% on Windows, $HOME otherwise.
TEXMFHOME = ~/texmf

% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
TEXMFVAR = ~/.texlive/texmf-var

% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
TEXMFCONFIG = ~/.texlive/texmf-config

% List all the texmf trees. For an explanation of what they are, see the
% TeX Live manual.
%
% For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named
% explicitly and before all other trees.
% 
% TEXMFLOCAL precedes TEXMFDIST because locally-installed versions
% should take precedence over 

[gentoo-commits] gentoo commit in src/patchsets/texlive/2016: - New directory

2017-01-20 Thread Alexis Ballier (aballier)
aballier17/01/20 09:44:52

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/texlive/2016 added to the 
repository



[gentoo-commits] gentoo commit in src/patchsets/texlive/2015/texlive-core: 050_all_latex2man_predictable_tmp.patch series

2016-12-05 Thread Alexis Ballier (aballier)
aballier16/12/05 14:20:01

  Modified: series
  Added:050_all_latex2man_predictable_tmp.patch
  Log:
  add patch for bug #432144 to tl-core patchset

Revision  ChangesPath
1.2  src/patchsets/texlive/2015/texlive-core/series

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2015/texlive-core/series?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2015/texlive-core/series?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2015/texlive-core/series?r1=1.1=1.2

Index: series
===
RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2015/texlive-core/series,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- series  15 Jul 2015 11:12:57 -  1.1
+++ series  5 Dec 2016 14:20:01 -   1.2
@@ -2,3 +2,4 @@
 020_all_a2ping_invocation.patch
 030_all_updmap_normalize.patch
 040_all_remove_define_abs.patch
+050_all_latex2man_predictable_tmp.patch



1.1  
src/patchsets/texlive/2015/texlive-core/050_all_latex2man_predictable_tmp.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2015/texlive-core/050_all_latex2man_predictable_tmp.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2015/texlive-core/050_all_latex2man_predictable_tmp.patch?rev=1.1=text/plain

Index: 050_all_latex2man_predictable_tmp.patch
===
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668779
https://bugs.gentoo.org/show_bug.cgi?id=432144
CVE-2012-2120 (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-2120)

Index: texlive-20150521-source/texmf-dist/scripts/latex2man/latex2man
===
--- texlive-20150521-source.orig/texmf-dist/scripts/latex2man/latex2man
+++ texlive-20150521-source/texmf-dist/scripts/latex2man/latex2man
@@ -29,8 +29,6 @@ sub date2str;
 $VERSION = "1.24";
 $DATE= date2str ('$Date: 2016/12/05 14:20:01 $' =~ m|(\d+/\d+/\d+)|);
 
-$tmp = "/tmp/$CMD.$$";
-
 ##
 # check option and arguments
 ##
@@ -124,6 +122,8 @@ $SrcFile  = $ARGV[0];
 $DestFile = $ARGV[1];
 open (SRC,  "<$SrcFile")  || die "$CMD: Can't open file \`$SrcFile' for 
reading.\n";
 if ($opt_H || $opt_T) {
+$tmp = `mktemp` || die;
+chomp $tmp;
 # DestFile will be written in the postprocess
 open (DEST, ">$tmp")  || die "$CMD: Can't open file \`$tmp' for 
writing.\n";
 } else {






[gentoo-commits] gentoo commit in src/patchsets/ocaml/4.03.0: 010_all_execstacks.patch 020_all_configure.patch 050_all_objinfoldflags.patch series

2016-03-01 Thread Alexis Ballier (aballier)
aballier16/03/01 17:21:34

  Added:010_all_execstacks.patch 020_all_configure.patch
050_all_objinfoldflags.patch series
  Log:
  add patches for ocaml 4.03

Revision  ChangesPath
1.1  src/patchsets/ocaml/4.03.0/010_all_execstacks.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.03.0/010_all_execstacks.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.03.0/010_all_execstacks.patch?rev=1.1=text/plain

Index: 010_all_execstacks.patch
===
Fix the EXEC_STACK in ocaml compiled binaries (#153382)

Index: ocaml-4.03.0+beta1/asmrun/sparc.S
===
--- ocaml-4.03.0+beta1.orig/asmrun/sparc.S
+++ ocaml-4.03.0+beta1/asmrun/sparc.S
@@ -358,3 +358,8 @@ caml_system__frametable:
 .type caml_raise_exception, #function
 .type caml_system__frametable, #object
 #endif
+
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
+
Index: ocaml-4.03.0+beta1/asmcomp/sparc/emit.mlp
===
--- ocaml-4.03.0+beta1.orig/asmcomp/sparc/emit.mlp
+++ ocaml-4.03.0+beta1/asmcomp/sparc/emit.mlp
@@ -737,6 +737,12 @@ let data l =
   `.data\n`;
   List.iter emit_item l
 
+(* Mark stack as non executable *)
+let nx_stack() =
+  if Config.system = "linux" then
+  `  .section .note.GNU-stack,\"\",%progbits\n`
+
+
 (* Beginning / end of an assembly file *)
 
 let begin_assembly() =
@@ -750,6 +756,7 @@ let begin_assembly() =
   `{emit_symbol lbl_begin}:\n`
 
 let end_assembly() =
+  nx_stack();
   `.text\n`;
   let lbl_end = Compilenv.make_symbol (Some "code_end") in
   `.global {emit_symbol lbl_end}\n`;



1.1  src/patchsets/ocaml/4.03.0/020_all_configure.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.03.0/020_all_configure.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.03.0/020_all_configure.patch?rev=1.1=text/plain

Index: 020_all_configure.patch
===
The configure script doesn't inherit previous defined variables,
overwriting previous declarations of bytecccompopts, bytecclinkopts,
nativecccompopts and nativecclinkopts. Reported upstream as issue 0004267.

Index: ocaml-4.03.0+beta1/configure
===
--- ocaml-4.03.0+beta1.orig/configure
+++ ocaml-4.03.0+beta1/configure
@@ -290,7 +290,7 @@ esac
 # Configure the bytecode compiler
 
 bytecc="$cc"
-mkexe="\$(BYTECC)"
+mkexe="\$(BYTECC) \$(BYTECCLINKOPTS)"
 mkexedebugflag="-g"
 bytecccompopts=""
 bytecclinkopts=""
@@ -1671,6 +1671,16 @@ fi
 echo "X11_INCLUDES=$x11_include" >> Makefile
 echo "X11_LINK=$x11_link" >> Makefile
 
+bytecccompopts="$CFLAGS $bytecccompopts"
+bytecclinkopts="$LDFLAGS $bytecclinkopts"
+natdynlinkopts="$LDFLAGS $natdynlinkopts"
+nativeccrawlinkopts="$RAW_LDFLAGS $nativecclinkopts"
+nativecclinkopts="$LDFLAGS $nativecclinkopts"
+nativecccompopts="$CFLAGS $nativecccompopts"
+nativeccprofopts="$nativecccompopts"
+mksharedlib="$mksharedlib $LDFLAGS"
+mkmaindll="$mkmaindll $LDFLAGS"
+
 # Look for BFD library
 
 if sh ./hasgot -DPACKAGE=ocaml -i bfd.h && \
@@ -1769,6 +1779,7 @@ echo "NATIVECC=$nativecc" >> Makefile
 echo "NATIVECCCOMPOPTS=$nativecccompopts" >> Makefile
 echo "NATIVECCPROFOPTS=$nativeccprofopts" >> Makefile
 echo "NATIVECCLINKOPTS=$nativecclinkopts" >> Makefile
+echo "NATIVECCRAWLINKOPTS=$nativeccrawlinkopts" >> Makefile
 echo "NATIVECCRPATH=$nativeccrpath" >> Makefile
 echo "NATIVECCLIBS=$cclibs $dllib" >> Makefile
 echo "ASM=$as" >> Makefile
@@ -1780,7 +1791,7 @@ echo "OTHERLIBRARIES=$otherlibraries" >>
 echo "CC_PROFILE=$cc_profile" >> Makefile
 echo "SYSTHREAD_SUPPORT=$systhread_support" >> Makefile
 echo "PARTIALLD=$partialld" >> Makefile
-echo "PACKLD=\$(PARTIALLD) \$(NATIVECCLINKOPTS) -o " \
+echo "PACKLD=\$(PARTIALLD) \$(NATIVECCRAWLINKOPTS) -o " \
   | sed -e 's/ $/\\ /' >> Makefile
 echo "DLLCCCOMPOPTS=$dllccompopts" >> Makefile
 echo "IFLEXDIR=$iflexdir" >> Makefile



1.1  src/patchsets/ocaml/4.03.0/050_all_objinfoldflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.03.0/050_all_objinfoldflags.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/ocaml/4.03.0/050_all_objinfoldflags.patch?rev=1.1=text/plain

Index: 050_all_objinfoldflags.patch
===
Index: ocaml-4.03.0+beta1/tools/Makefile.shared
===
--- ocaml-4.03.0+beta1.orig/tools/Makefile.shared
+++ ocaml-4.03.0+beta1/tools/Makefile.shared
@@ -273,7 +273,7 @@ CCOUT = -o $(EMPTY)
 endif
 
 objinfo_helper$(EXE): 

[gentoo-commits] gentoo commit in src/patchsets/ocaml/4.03.0: - New directory

2016-03-01 Thread Alexis Ballier (aballier)
aballier16/03/01 17:21:16

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/ocaml/4.03.0 added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-ml/tyxml: ChangeLog tyxml-3.5.0.ebuild

2015-08-06 Thread Alexis Ballier (aballier)
aballier15/08/06 10:19:50

  Modified: ChangeLog
  Added:tyxml-3.5.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.17 dev-ml/tyxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   7 Jun 2015 09:34:36 -   1.16
+++ ChangeLog   6 Aug 2015 10:19:50 -   1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/tyxml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.16 2015/06/07 
09:34:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.17 2015/08/06 
10:19:50 aballier Exp $
+
+*tyxml-3.5.0 (06 Aug 2015)
+
+  06 Aug 2015; Alexis Ballier aball...@gentoo.org +tyxml-3.5.0.ebuild:
+  version bump
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-ml/tyxml/tyxml-3.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/tyxml-3.5.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/tyxml-3.5.0.ebuild?rev=1.1content-type=text/plain

Index: tyxml-3.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-3.5.0.ebuild,v 1.1 
2015/08/06 10:19:50 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION=A libary to build xml trees typechecked by OCaml
HOMEPAGE=http://ocsigen.org/tyxml/;
SRC_URI=https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2.1-with-linking-exception
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=

DEPEND=
dev-ml/uutf:=
dev-ml/camlp4:=
RDEPEND=${DEPEND}

DOCS=( CHANGES README.md )






[gentoo-commits] gentoo-x86 commit in dev-ml/tyxml: ChangeLog tyxml-3.0.0.ebuild tyxml-3.3.0.ebuild tyxml-3.4.0.ebuild

2015-08-06 Thread Alexis Ballier (aballier)
aballier15/08/06 10:20:29

  Modified: ChangeLog
  Removed:  tyxml-3.0.0.ebuild tyxml-3.3.0.ebuild
tyxml-3.4.0.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.18 dev-ml/tyxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   6 Aug 2015 10:19:50 -   1.17
+++ ChangeLog   6 Aug 2015 10:20:29 -   1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/tyxml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.17 2015/08/06 
10:19:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.18 2015/08/06 
10:20:29 aballier Exp $
+
+  06 Aug 2015; Alexis Ballier aball...@gentoo.org -tyxml-3.0.0.ebuild,
+  -tyxml-3.3.0.ebuild, -tyxml-3.4.0.ebuild:
+  remove old
 
 *tyxml-3.5.0 (06 Aug 2015)
 






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.7.1.ebuild ffmpeg-2.2.14.ebuild

2015-08-04 Thread Alexis Ballier (aballier)
aballier15/08/04 11:58:28

  Modified: ChangeLog
  Removed:  ffmpeg-2.7.1.ebuild ffmpeg-2.2.14.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.883media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.883view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.883content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.882r2=1.883

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.882
retrieving revision 1.883
diff -u -r1.882 -r1.883
--- ChangeLog   4 Aug 2015 11:27:33 -   1.882
+++ ChangeLog   4 Aug 2015 11:58:28 -   1.883
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.882 
2015/08/04 11:27:33 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.883 
2015/08/04 11:58:28 aballier Exp $
+
+  04 Aug 2015; Alexis Ballier aball...@gentoo.org -ffmpeg-2.2.14.ebuild,
+  -ffmpeg-2.7.1.ebuild:
+  remove old
 
   04 Aug 2015; Mikle Kolyada zlog...@gentoo.org ffmpeg-2.6.3.ebuild:
   ia64 stable wrt bug #547462






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg/files: ladspadl.patch

2015-08-04 Thread Alexis Ballier (aballier)
aballier15/08/04 12:00:23

  Removed:  ladspadl.patch
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)



[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.2.16.ebuild

2015-08-04 Thread Alexis Ballier (aballier)
aballier15/08/04 12:00:23

  Modified: ChangeLog
  Removed:  ffmpeg-2.2.16.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.884media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.884view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.884content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.883r2=1.884

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.883
retrieving revision 1.884
diff -u -r1.883 -r1.884
--- ChangeLog   4 Aug 2015 11:58:28 -   1.883
+++ ChangeLog   4 Aug 2015 12:00:23 -   1.884
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.883 
2015/08/04 11:58:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.884 
2015/08/04 12:00:23 aballier Exp $
+
+  04 Aug 2015; Alexis Ballier aball...@gentoo.org -ffmpeg-2.2.16.ebuild,
+  -files/ladspadl.patch:
+  remove old
 
   04 Aug 2015; Alexis Ballier aball...@gentoo.org -ffmpeg-2.2.14.ebuild,
   -ffmpeg-2.7.1.ebuild:






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: metadata.xml ChangeLog

2015-08-04 Thread Alexis Ballier (aballier)
aballier15/08/04 12:02:39

  Modified: metadata.xml ChangeLog
  Log:
  remove unused usedesc
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.75 media-video/ffmpeg/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?r1=1.74r2=1.75

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/metadata.xml,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- metadata.xml21 Jul 2015 09:25:26 -  1.74
+++ metadata.xml4 Aug 2015 12:02:39 -   1.75
@@ -29,7 +29,6 @@
flag name=iec61883 Support for FireWire DV/HDV input device using 
pkgmedia-libs/libiec61883/pkg./flag
flag name=libsoxrEnables audio resampling through 
pkgmedia-libs/soxr/pkg./flag
flag name=libv4lUses pkgmedia-libs/libv4l/pkg for video4linux 
instead of direct calls. Adds support for more devices via the userspace 
library./flag
-   flag name=mips32r2Enables MIPS32R2 optimizations./flag
flag name=mipsdspr1Enables MIPS DSP ASE R1 optimizations./flag
flag name=mipsdspr2Enables MIPS DSP ASE R2 optimizations./flag
flag name=mipsfpuEnables floating point MIPS optimizations./flag



1.885media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.885view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.885content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.884r2=1.885

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.884
retrieving revision 1.885
diff -u -r1.884 -r1.885
--- ChangeLog   4 Aug 2015 12:00:23 -   1.884
+++ ChangeLog   4 Aug 2015 12:02:39 -   1.885
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.884 
2015/08/04 12:00:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.885 
2015/08/04 12:02:39 aballier Exp $
+
+  04 Aug 2015; Alexis Ballier aball...@gentoo.org metadata.xml:
+  remove unused usedesc
 
   04 Aug 2015; Alexis Ballier aball...@gentoo.org -ffmpeg-2.2.16.ebuild,
   -files/ladspadl.patch:






[gentoo-commits] gentoo-x86 commit in dev-tex/hevea: ChangeLog hevea-2.25.ebuild

2015-08-03 Thread Alexis Ballier (aballier)
aballier15/08/03 08:30:12

  Modified: ChangeLog
  Added:hevea-2.25.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.56 dev-tex/hevea/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/hevea/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/hevea/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/hevea/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/hevea/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   16 Mar 2015 13:52:53 -  1.55
+++ ChangeLog   3 Aug 2015 08:30:12 -   1.56
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/hevea
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/ChangeLog,v 1.55 2015/03/16 
13:52:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/ChangeLog,v 1.56 2015/08/03 
08:30:12 aballier Exp $
+
+*hevea-2.25 (03 Aug 2015)
+
+  03 Aug 2015; Alexis Ballier aball...@gentoo.org +hevea-2.25.ebuild:
+  version bump
 
 *hevea-2.23 (16 Mar 2015)
 



1.1  dev-tex/hevea/hevea-2.25.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/hevea/hevea-2.25.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/hevea/hevea-2.25.ebuild?rev=1.1content-type=text/plain

Index: hevea-2.25.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/hevea-2.25.ebuild,v 1.1 
2015/08/03 08:30:12 aballier Exp $

EAPI=5

inherit eutils multilib

IUSE=+ocamlopt

DESCRIPTION=HeVeA is a quite complete and fast LaTeX to HTML translator
HOMEPAGE=http://hevea.inria.fr/;
SRC_URI=http://hevea.inria.fr/distri/${P}.tar.gz;

LICENSE=QPL
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86

DEPEND==dev-lang/ocaml-3.12:=[ocamlopt?]
RDEPEND=${DEPEND}
dev-texlive/texlive-latexextra

src_compile() {
rm -f config.sh
emake PREFIX=/usr DESTDIR=${D} LIBDIR=/usr/$(get_libdir)/hevea 
LATEXLIBDIR=/usr/share/texmf-site/tex/latex/hevea config.sh || die Failed to 
create config.sh
if use ocamlopt; then
emake PREFIX=/usr || die Failed to build native code binaries
else
emake PREFIX=/usr TARGET=byte || die Failed to build bytecode 
binaries
fi
}

src_install() {
if use ocamlopt; then
emake DESTDIR=${D} PREFIX=/usr install || die Install failed
else
emake DESTDIR=${D} PREFIX=/usr TARGET=byte install || die 
Install failed
fi

dodoc README CHANGES
}

# If texmf-update is present this means we have a latex install; update it so
# that hevea.sty can be found
# Do not (r)depend on latex though because hevea does not need it itself
# If latex is installed later, it will see hevea.sty

pkg_postinst() {
if [ $ROOT = / ]  [ -x /usr/sbin/texmf-update ] ; then
/usr/sbin/texmf-update
fi
}

pkg_postrm() {
if [ $ROOT = / ]  [ -x /usr/sbin/texmf-update ] ; then
/usr/sbin/texmf-update
fi
}






[gentoo-commits] gentoo-x86 commit in media-sound/qtractor: ChangeLog qtractor-0.7.0.ebuild

2015-08-01 Thread Alexis Ballier (aballier)
aballier15/08/01 10:53:58

  Modified: ChangeLog
  Added:qtractor-0.7.0.ebuild
  Log:
  version bump, support qt5
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.66 media-sound/qtractor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   1 Jun 2015 09:19:55 -   1.65
+++ ChangeLog   1 Aug 2015 10:53:57 -   1.66
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/qtractor
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.65 
2015/06/01 09:19:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.66 
2015/08/01 10:53:57 aballier Exp $
+
+*qtractor-0.7.0 (01 Aug 2015)
+
+  01 Aug 2015; Alexis Ballier aball...@gentoo.org +qtractor-0.7.0.ebuild:
+  version bump, support qt5
 
 *qtractor-0.6.7 (01 Jun 2015)
 



1.1  media-sound/qtractor/qtractor-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/qtractor-0.7.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qtractor/qtractor-0.7.0.ebuild?rev=1.1content-type=text/plain

Index: qtractor-0.7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/qtractor-0.7.0.ebuild,v 
1.1 2015/08/01 10:53:57 aballier Exp $

EAPI=5

inherit qmake-utils flag-o-matic eutils

DESCRIPTION=Qtractor is an Audio/MIDI multi-track sequencer
HOMEPAGE=http://qtractor.sourceforge.net/;
SRC_URI=mirror://sourceforge/qtractor/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86

IUSE=debug dssi libsamplerate mad osc qt5 rubberband vorbis cpu_flags_x86_sse 
zlib

RDEPEND=
!qt5? (
=dev-qt/qtcore-4.2:4
=dev-qt/qtgui-4.7:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
)
media-libs/alsa-lib
media-libs/libsndfile
media-sound/jack-audio-connection-kit
media-libs/ladspa-sdk
=media-libs/lilv-0.16.0
media-libs/lv2
media-libs/suil
dssi? ( media-libs/dssi )
mad? ( media-libs/libmad )
libsamplerate? ( media-libs/libsamplerate )
osc? ( media-libs/liblo )
rubberband? ( media-libs/rubberband )
vorbis? ( media-libs/libvorbis )
zlib? ( sys-libs/zlib )
DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=README ChangeLog TODO AUTHORS

src_configure() {
econf \
$(use_enable mad libmad) \
$(use_enable libsamplerate) \
$(use_enable vorbis libvorbis) \
$(use_enable osc liblo) \
--enable-ladspa \
$(use_enable dssi) \
--enable-lilv \
$(use_enable qt5) \
$(use_with qt5 qt5 $(qt5_get_libdir)/qt5) \
$(use_enable rubberband librubberband) \
$(use_enable cpu_flags_x86_sse sse) \
$(use_enable zlib libz) \
$(use_enable debug)

if use qt5 ; then
eqmake5 ${PN}.pro -o ${PN}.mak
else
eqmake4 ${PN}.pro -o ${PN}.mak
fi
}

src_install() {
emake DESTDIR=${D} install
einstalldocs
}






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-fontsrecommended: texlive-fontsrecommended-2015.ebuild ChangeLog

2015-07-31 Thread Alexis Ballier (aballier)
aballier15/07/31 14:39:42

  Modified: texlive-fontsrecommended-2015.ebuild ChangeLog
  Log:
  Add dep on dev-texlive/texlive-genericrecommended since it is almost 
mandatory to use fonts now, bug #556048
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.2  
dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild?r1=1.1r2=1.2

Index: texlive-fontsrecommended-2015.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-fontsrecommended-2015.ebuild16 Jul 2015 09:14:22 -  
1.1
+++ texlive-fontsrecommended-2015.ebuild31 Jul 2015 14:39:42 -  
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild,v
 1.1 2015/07/16 09:14:22 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild,v
 1.2 2015/07/31 14:39:42 aballier Exp $
 
 EAPI=5
 
@@ -19,5 +19,6 @@
 !=dev-texlive/texlive-basic-2007*
 !dev-texlive/texlive-fontsextra-2010
 !dev-texlive/texlive-latexrecommended-2014
+dev-texlive/texlive-genericrecommended
 
 RDEPEND=${DEPEND} 



1.76 dev-texlive/texlive-fontsrecommended/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   22 Jul 2015 19:37:42 -  1.75
+++ ChangeLog   31 Jul 2015 14:39:42 -  1.76
@@ -1,6 +1,11 @@
 # ChangeLog for dev-texlive/texlive-fontsrecommended
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog,v 1.75 
2015/07/22 19:37:42 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog,v 1.76 
2015/07/31 14:39:42 aballier Exp $
+
+  31 Jul 2015; Alexis Ballier aball...@gentoo.org
+  texlive-fontsrecommended-2015.ebuild:
+  Add dep on dev-texlive/texlive-genericrecommended since it is almost
+  mandatory to use fonts now, bug #556048
 
   22 Jul 2015; Anthony G. Basile bluen...@gentoo.org
   texlive-fontsrecommended-2014.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-mysql: ocaml-mysql-1.2.0.ebuild ChangeLog

2015-07-31 Thread Alexis Ballier (aballier)
aballier15/07/31 08:38:25

  Modified: ChangeLog
  Added:ocaml-mysql-1.2.0.ebuild
  Log:
  version bump, fixing bug #556340
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.17 dev-ml/ocaml-mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   31 May 2015 00:13:05 -  1.16
+++ ChangeLog   31 Jul 2015 08:38:25 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ocaml-mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.16 
2015/05/31 00:13:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.17 
2015/07/31 08:38:25 aballier Exp $
+
+*ocaml-mysql-1.2.0 (31 Jul 2015)
+
+  31 Jul 2015; Alexis Ballier aball...@gentoo.org +ocaml-mysql-1.2.0.ebuild:
+  version bump, fixing bug #556340
 
   31 May 2015; Manuel Rüger mr...@gentoo.org
   -files/ocaml-mysql-1.0.3-head.patch, 
-files/ocaml-mysql-1.0.3-shtool-r1.patch,



1.1  dev-ml/ocaml-mysql/ocaml-mysql-1.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.2.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.2.0.ebuild?rev=1.1content-type=text/plain

Index: ocaml-mysql-1.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.2.0.ebuild,v 1.1 
2015/07/31 08:38:25 aballier Exp $

EAPI=5

inherit findlib eutils

IUSE=+ocamlopt

DESCRIPTION=A package for ocaml that provides access to mysql databases
SRC_URI=https://forge.ocamlcore.org/frs/download.php/1500/${P}.tar.gz;
HOMEPAGE=http://ocaml-mysql.forge.ocamlcore.org/;

DEPEND==dev-lang/ocaml-3.10.2:=[ocamlopt?]
sys-libs/zlib
=virtual/mysql-4.0

RDEPEND=$DEPEND

SLOT=0/${PV}
LICENSE=LGPL-2
KEYWORDS=~amd64 ~ppc ~x86

src_compile()
{
emake all
if use ocamlopt; then
emake opt
fi
}

src_install()
{
findlib_src_preinst
emake install

dodoc CHANGES README VERSION || die
}






[gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ChangeLog ocaml-4.02.3.ebuild

2015-07-31 Thread Alexis Ballier (aballier)
aballier15/07/31 08:44:59

  Modified: ChangeLog
  Added:ocaml-4.02.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.226dev-lang/ocaml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.226view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.226content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.225r2=1.226

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- ChangeLog   18 Jun 2015 09:14:37 -  1.225
+++ ChangeLog   31 Jul 2015 08:44:59 -  1.226
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/ocaml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.225 2015/06/18 
09:14:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.226 2015/07/31 
08:44:59 aballier Exp $
+
+*ocaml-4.02.3 (31 Jul 2015)
+
+  31 Jul 2015; Alexis Ballier aball...@gentoo.org +ocaml-4.02.3.ebuild:
+  version bump
 
 *ocaml-4.02.2 (18 Jun 2015)
 



1.1  dev-lang/ocaml/ocaml-4.02.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-4.02.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-4.02.3.ebuild?rev=1.1content-type=text/plain

Index: ocaml-4.02.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.02.3.ebuild,v 1.1 
2015/07/31 08:44:59 aballier Exp $

EAPI=5

inherit flag-o-matic eutils multilib versionator toolchain-funcs

PATCHLEVEL=7
MY_P=${P/_/+}
DESCRIPTION=Fast modern type-inferring functional programming language 
descended from the ML family
HOMEPAGE=http://www.ocaml.org/;
SRC_URI=http://caml.inria.fr/pub/distrib/ocaml-$(get_version_component_range 
1-2)/${MY_P}.tar.xz
mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2

LICENSE=QPL-1.0 LGPL-2
# Everytime ocaml is updated to a new version, everything ocaml must be rebuilt,
# so here we go with the subslot.
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux
IUSE=emacs latex ncurses +ocamlopt X xemacs

RDEPEND=
ncurses? ( sys-libs/ncurses )
X? ( x11-libs/libX11 x11-proto/xproto )
DEPEND=${RDEPEND}
virtual/pkgconfig

PDEPEND=emacs? ( app-emacs/ocaml-mode )
xemacs? ( app-xemacs/ocaml )

S=${WORKDIR}/${MY_P}
pkg_setup() {
# dev-lang/ocaml creates its own objects but calls gcc for linking, 
which will
# results in relocations if gcc wants to create a PIE executable
if gcc-specs-pie ; then
append-ldflags -nopie
ewarn Ocaml generates its own native asm, you're using a PIE 
compiler
ewarn We have appended -nopie to ocaml build options
ewarn because linking an executable with pie while the objects 
are not pic will not work
fi
}

src_prepare() {
EPATCH_SUFFIX=patch epatch ${WORKDIR}/patches
}

src_configure() {
export LC_ALL=C
local myconf=

# Causes build failures because it builds some programs with -pg,
# bug #270920
filter-flags -fomit-frame-pointer
# Bug #285993
filter-mfpmath sse

# It doesn't compile on alpha without this LDFLAGS
use alpha  append-ldflags -Wl,--no-relax

use ncurses || myconf=${myconf} -no-curses
use X || myconf=${myconf} -no-graph

# ocaml uses a home-brewn configure script, preventing it to use econf.
RAW_LDFLAGS=$(raw-ldflags) ./configure \
--prefix ${EPREFIX}/usr \
--bindir ${EPREFIX}/usr/bin \
--target-bindir ${EPREFIX}/usr/bin \
--libdir ${EPREFIX}/usr/$(get_libdir)/ocaml \
--mandir ${EPREFIX}/usr/share/man \
-target ${CHOST} \
-host ${CBUILD} \
-cc $(tc-getCC) \
-as $(tc-getAS) \
-aspp $(tc-getCC) -c \
-partialld $(tc-getLD) -r \
--with-pthread ${myconf} || die configure failed!

# http://caml.inria.fr/mantis/view.php?id=4698
export CCLINKFLAGS=${LDFLAGS}
}

src_compile() {
emake world

# Native code generation can be disabled now
if use ocamlopt ; then
# bug #279968
emake opt
emake 

[gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass

2015-07-30 Thread Alexis Ballier (aballier)
aballier15/07/30 12:59:10

  Modified: texlive-module.eclass
  Log:
  Add support for TEXLIVE_MODULE_OPTIONAL_ENGINE eclass variable to allow 
disabling some tex engines from ebuilds. Part of bug #542620

Revision  ChangesPath
1.71 eclass/texlive-module.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-module.eclass?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-module.eclass?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-module.eclass?r1=1.70r2=1.71

Index: texlive-module.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- texlive-module.eclass   4 Nov 2014 10:32:30 -   1.70
+++ texlive-module.eclass   30 Jul 2015 12:59:09 -  1.71
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.70 
2014/11/04 10:32:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.71 
2015/07/30 12:59:09 aballier Exp $
 
 # @ECLASS: texlive-module.eclass
 # @MAINTAINER:
@@ -110,6 +110,17 @@
 
 [ -z ${PN##*documentation*} ] || IUSE=${IUSE} doc
 
+# @ECLASS-VARIABLE: TEXLIVE_MODULE_OPTIONAL_ENGINE
+# @DESCRIPTION:
+# A space separated list of Tex engines that can be made optional.
+# e.g. luatex luajittex
+
+if [ -n ${TEXLIVE_MODULE_OPTIONAL_ENGINE} ] ; then
+   for engine in ${TEXLIVE_MODULE_OPTIONAL_ENGINE} ; do
+   IUSE=${IUSE} +${engine}
+   done
+fi
+
 S=${WORKDIR}
 
 # @FUNCTION: texlive-module_src_unpack
@@ -154,6 +165,7 @@
einfo Appending to format.${PN}.cnf for $@
[ -d texmf-dist/fmtutil ] || mkdir -p texmf-dist/fmtutil
[ -f texmf-dist/fmtutil/format.${PN}.cnf ] || { echo # Generated for 
${PN} by texlive-module.eclass  texmf-dist/fmtutil/format.${PN}.cnf; }
+   [ -n ${TEXLIVE_MODULE_OPTIONAL_ENGINE} ]  has ${engine} 
${TEXLIVE_MODULE_OPTIONAL_ENGINE}  use !${engine}  mode=disabled
if [ ${mode} = disabled ]; then
printf #!   texmf-dist/fmtutil/format.${PN}.cnf
fi






[gentoo-commits] gentoo-x86 commit in media-video/mplayer: ChangeLog mplayer-1.2_pre20150730.ebuild mplayer-9999.ebuild

2015-07-30 Thread Alexis Ballier (aballier)
aballier15/07/30 14:54:36

  Modified: ChangeLog mplayer-.ebuild
  Added:mplayer-1.2_pre20150730.ebuild
  Log:
  bump a new snapshot, fixing bug #538186
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.948media-video/mplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.948view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.948content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?r1=1.947r2=1.948

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
retrieving revision 1.947
retrieving revision 1.948
diff -u -r1.947 -r1.948
--- ChangeLog   27 Jul 2015 04:25:50 -  1.947
+++ ChangeLog   30 Jul 2015 14:54:36 -  1.948
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/mplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.947 
2015/07/27 04:25:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.948 
2015/07/30 14:54:36 aballier Exp $
+
+*mplayer-1.2_pre20150730 (30 Jul 2015)
+
+  30 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +mplayer-1.2_pre20150730.ebuild, mplayer-.ebuild:
+  bump a new snapshot, fixing bug #538186
 
   27 Jul 2015; Jeroen Roovers j...@gentoo.org
   mplayer-1.2_pre20150214-r1.ebuild:



1.169media-video/mplayer/mplayer-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-.ebuild?rev=1.169view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-.ebuild?rev=1.169content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-.ebuild?r1=1.168r2=1.169

Index: mplayer-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-.ebuild,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- mplayer-.ebuild 15 Mar 2015 17:45:19 -  1.168
+++ mplayer-.ebuild 30 Jul 2015 14:54:36 -  1.169
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-.ebuild,v 
1.168 2015/03/15 17:45:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-.ebuild,v 
1.169 2015/07/30 14:54:36 aballier Exp $
 
 EAPI=5
 
@@ -60,7 +60,7 @@
sys-libs/ncurses
app-arch/bzip2
sys-libs/zlib
-   =media-video/ffmpeg-2.0:0
+   =media-video/ffmpeg-2.6:0=
a52? ( media-libs/a52dec )
aalib? ( media-libs/aalib )
alsa? ( media-libs/alsa-lib )



1.1  media-video/mplayer/mplayer-1.2_pre20150730.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20150730.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20150730.ebuild?rev=1.1content-type=text/plain

Index: mplayer-1.2_pre20150730.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20150730.ebuild,v 
1.1 2015/07/30 14:54:36 aballier Exp $

EAPI=5

EGIT_REPO_URI=git://git.videolan.org/ffmpeg.git
ESVN_REPO_URI=svn://svn.mplayerhq.hu/mplayer/trunk
[[ ${PV} = ** ]]  SVN_ECLASS=subversion git-2 || SVN_ECLASS=

inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS}

IUSE=cpu_flags_x86_3dnow cpu_flags_x86_3dnowext a52 aalib +alsa altivec aqua 
bidi bl bluray
bs2b cddb +cdio cdparanoia cpudetection debug dga
directfb doc dts dv dvb +dvd +dvdnav +enca +encode faac faad fbcon
ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
+libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx 
cpu_flags_x86_mmxext mng mp3 nas
+network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_ssse3
tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran

VIDEO_CARDS=s3virge mga tdfx
for x in ${VIDEO_CARDS}; do
IUSE+= video_cards_${x}
done

FONT_URI=
mirror://mplayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
mirror://mplayer/releases/fonts/font-arial-iso-8859-2.tar.bz2

[gentoo-commits] gentoo-x86 commit in app-text/texlive-core: metadata.xml ChangeLog texlive-core-2015.ebuild

2015-07-30 Thread Alexis Ballier (aballier)
aballier15/07/30 15:50:29

  Modified: metadata.xml ChangeLog texlive-core-2015.ebuild
  Log:
  make luajittex optional, bug #542620
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.4  app-text/texlive-core/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml9 Mar 2015 12:17:39 -   1.3
+++ metadata.xml30 Jul 2015 15:50:29 -  1.4
@@ -10,6 +10,7 @@
TeXLive core binaries
/longdescription
   use
+   flag name=luajittexAdd support for LuaJitTeX: LuaTeX based on 
LuaJIT which is usually faster./flag
 flag name=xetexAdd support for XeTeX: a TeX system with Unicode and 
modern font technologies./flag
   /use
 /pkgmetadata



1.231app-text/texlive-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.231view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.231content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.230r2=1.231

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog   22 Jul 2015 19:44:29 -  1.230
+++ ChangeLog   30 Jul 2015 15:50:29 -  1.231
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/texlive-core
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.230 
2015/07/22 19:44:29 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.231 
2015/07/30 15:50:29 aballier Exp $
+
+  30 Jul 2015; Alexis Ballier aball...@gentoo.org texlive-core-2015.ebuild,
+  metadata.xml:
+  make luajittex optional, bug #542620
 
   22 Jul 2015; Anthony G. Basile bluen...@gentoo.org
   texlive-core-2014-r4.ebuild:



1.4  app-text/texlive-core/texlive-core-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2015.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2015.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2015.ebuild?r1=1.3r2=1.4

Index: texlive-core-2015.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2015.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- texlive-core-2015.ebuild16 Jul 2015 15:43:18 -  1.3
+++ texlive-core-2015.ebuild30 Jul 2015 15:50:29 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2015.ebuild,v 1.3 
2015/07/16 15:43:18 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2015.ebuild,v 1.4 
2015/07/30 15:50:29 aballier Exp $
 
 EAPI=5
 
@@ -70,7 +70,7 @@
 SRC_URI=${SRC_URI} )
 
 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=cjk X doc source tk xetex
+IUSE=cjk X doc source tk +luajittex xetex
 
 TEXMF_PATH=/usr/share/texmf-dist
 
@@ -227,6 +227,7 @@
--enable-shared \
--disable-native-texlive-build \
--disable-largefile \
+   $(use_enable luajittex) \
$(use_enable xetex) \
$(use_enable cjk ptex) \
$(use_enable cjk eptex) \






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-basic: metadata.xml ChangeLog texlive-basic-2015.ebuild

2015-07-30 Thread Alexis Ballier (aballier)
aballier15/07/30 15:52:35

  Modified: metadata.xml ChangeLog texlive-basic-2015.ebuild
  Log:
  make luajittex optional, bug #542620
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.3  dev-texlive/texlive-basic/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/metadata.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/metadata.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/metadata.xml?r1=1.2r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml9 Sep 2008 16:12:30 -   1.2
+++ metadata.xml30 Jul 2015 15:52:35 -  1.3
@@ -11,4 +11,7 @@
 plain TeX macros, Computer Modern fonts, and configuration for
 common drivers; no LaTeX.
 /longdescription
+  use
+   flag name=luajittexAdd support for LuaJitTeX: LuaTeX based on 
LuaJIT which is usually faster./flag
+  /use
 /pkgmetadata



1.87 dev-texlive/texlive-basic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.87view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.87content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?r1=1.86r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   22 Jul 2015 19:37:41 -  1.86
+++ ChangeLog   30 Jul 2015 15:52:35 -  1.87
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-basic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.86 
2015/07/22 19:37:41 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.87 
2015/07/30 15:52:35 aballier Exp $
+
+  30 Jul 2015; Alexis Ballier aball...@gentoo.org texlive-basic-2015.ebuild,
+  metadata.xml:
+  make luajittex optional, bug #542620
 
   22 Jul 2015; Anthony G. Basile bluen...@gentoo.org
   texlive-basic-2014.ebuild:



1.2  dev-texlive/texlive-basic/texlive-basic-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2015.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2015.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2015.ebuild?r1=1.1r2=1.2

Index: texlive-basic-2015.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2015.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-basic-2015.ebuild   16 Jul 2015 09:12:45 -  1.1
+++ texlive-basic-2015.ebuild   30 Jul 2015 15:52:35 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2015.ebuild,v 
1.1 2015/07/16 09:12:45 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2015.ebuild,v 
1.2 2015/07/30 15:52:35 aballier Exp $
 
 EAPI=5
 
@@ -8,6 +8,7 @@
 
 TEXLIVE_MODULE_DOC_CONTENTS=amsfonts.doc bibtex.doc cm.doc enctex.doc 
etex.doc etex-pkg.doc hyph-utf8.doc ifluatex.doc ifxetex.doc lua-alt-getopt.doc 
luatex.doc makeindex.doc metafont.doc mflogo.doc mfware.doc pdftex.doc tex.doc 
texlive-common.doc texlive-docindex.doc texlive-en.doc texlive-scripts.doc 
 TEXLIVE_MODULE_SRC_CONTENTS=amsfonts.source hyph-utf8.source ifluatex.source 
ifxetex.source mflogo.source 
+TEXLIVE_MODULE_OPTIONAL_ENGINE=luajittex
 inherit  texlive-module
 DESCRIPTION=TeXLive Essential programs and files
 
@@ -15,10 +16,10 @@
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=
-DEPEND=!app-text/texlive-core-2009
-!dev-texlive/texlive-latex-2009
+DEPEND=!dev-texlive/texlive-latex-2009
 !dev-texlive/texlive-latexrecommended-2009
 !dev-texlive/texlive-documentation-base
+=app-text/texlive-core-2015[luajittex?]
 
 RDEPEND=${DEPEND} 
 PATCHES=( ${FILESDIR}/texmfcnflua2015.patch )






[gentoo-commits] gentoo-x86 commit in dev-ml/camlp5: ChangeLog camlp5-6.14.ebuild

2015-07-30 Thread Alexis Ballier (aballier)
aballier15/07/30 18:57:16

  Modified: ChangeLog
  Added:camlp5-6.14.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.89 dev-ml/camlp5/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.89view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.89content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlp5/ChangeLog?r1=1.88r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   18 Jun 2015 08:42:51 -  1.88
+++ ChangeLog   30 Jul 2015 18:57:16 -  1.89
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/camlp5
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.88 2015/06/18 
08:42:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.89 2015/07/30 
18:57:16 aballier Exp $
+
+*camlp5-6.14 (30 Jul 2015)
+
+  30 Jul 2015; Alexis Ballier aball...@gentoo.org +camlp5-6.14.ebuild:
+  version bump
 
   18 Jun 2015; Alexis Ballier aball...@gentoo.org -camlp5-6.11.ebuild:
   remove old



1.1  dev-ml/camlp5/camlp5-6.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlp5/camlp5-6.14.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlp5/camlp5-6.14.ebuild?rev=1.1content-type=text/plain

Index: camlp5-6.14.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.14.ebuild,v 1.1 
2015/07/30 18:57:16 aballier Exp $

EAPI=5

inherit multilib findlib eutils

MY_P=${P%_p*}
DESCRIPTION=A preprocessor-pretty-printer of ocaml
HOMEPAGE=http://camlp5.gforge.inria.fr/;
SRC_URI=http://camlp5.gforge.inria.fr/distrib/src/${MY_P}.tgz;

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd
IUSE=doc +ocamlopt

DEPEND==dev-lang/ocaml-3.10:=[ocamlopt?]
RDEPEND=${DEPEND}

PATCHLEVEL=${PV#*_p}
PATCHLIST=

if [ ${PATCHLEVEL} != ${PV} ] ; then
for (( i=1; i=PATCHLEVEL; i++ )) ; do
SRC_URI=${SRC_URI}

http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} - 
${MY_P}-patch-${i}.patch
PATCHLIST=${PATCHLIST} ${MY_P}-patch-${i}.patch
done
fi

S=${WORKDIR}/${MY_P}

src_prepare() {
for i in ${PATCHLIST} ; do
epatch ${DISTDIR}/${i}
done
}

src_configure() {
./configure \
--strict \
-prefix /usr \
-bindir /usr/bin \
-libdir /usr/$(get_libdir)/ocaml \
-mandir /usr/share/man || die configure failed
}

src_compile(){
emake out
if use ocamlopt; then
emake  opt
emake  opt.opt
fi
}

src_install() {
emake DESTDIR=${D} install
# findlib support
insinto $(ocamlfind printconf destdir)/${PN}
doins etc/META

use doc  dohtml -r doc/*

dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
}






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.6.4.ebuild

2015-07-30 Thread Alexis Ballier (aballier)
aballier15/07/30 09:59:35

  Modified: ChangeLog
  Added:ffmpeg-2.6.4.ebuild
  Log:
  bump the 2.6 branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.880media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.880view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.880content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.879r2=1.880

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.879
retrieving revision 1.880
diff -u -r1.879 -r1.880
--- ChangeLog   23 Jul 2015 20:14:08 -  1.879
+++ ChangeLog   30 Jul 2015 09:59:35 -  1.880
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.879 
2015/07/23 20:14:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.880 
2015/07/30 09:59:35 aballier Exp $
+
+*ffmpeg-2.6.4 (30 Jul 2015)
+
+  30 Jul 2015; Alexis Ballier aball...@gentoo.org +ffmpeg-2.6.4.ebuild:
+  bump the 2.6 branch
 
   23 Jul 2015; Pacho Ramos pa...@gentoo.org ffmpeg-2.6.3.ebuild:
   ppc stable wrt bug #547462



1.1  media-video/ffmpeg/ffmpeg-2.6.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.6.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.6.4.ebuild?rev=1.1content-type=text/plain

Index: ffmpeg-2.6.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.6.4.ebuild,v 1.1 
2015/07/30 09:59:35 aballier Exp $

EAPI=5

# Subslot: libavutil major.libavcodec major.libavformat major
# Since FFmpeg ships several libraries, subslot is kind of limited here.
# Most consumers will use those three libraries, if a less used library
# changes its soname, consumers will have to be rebuilt the old way
# (preserve-libs).
# If, for example, a package does not link to libavformat and only libavformat
# changes its ABI then this package will be rebuilt needlessly. Hence, such a
# package is free _not_ to := depend on FFmpeg but I would strongly encourage
# doing so since such a case is unlikely.
FFMPEG_SUBSLOT=54.56.56

SCM=
if [ ${PV#} != ${PV} ] ; then
SCM=git-2
EGIT_REPO_URI=git://source.ffmpeg.org/ffmpeg.git
fi

inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}

DESCRIPTION=Complete solution to record, convert and stream audio and video. 
Includes libavcodec
HOMEPAGE=http://ffmpeg.org/;
if [ ${PV#} != ${PV} ] ; then
SRC_URI=
elif [ ${PV%_p*} != ${PV} ] ; then # Snapshot
SRC_URI=mirror://gentoo/${P}.tar.bz2
else # Release
SRC_URI=http://ffmpeg.org/releases/${P/_/-}.tar.bz2;
fi
FFMPEG_REVISION=${PV#*_p}

SLOT=0/${FFMPEG_SUBSLOT}
LICENSE=
!gpl? ( LGPL-2.1 )
gpl? ( GPL-2 )
amr? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
encode? (
aac? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
amrenc? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
)
samba? ( GPL-3 )

if [ ${PV#} = ${PV} ] ; then
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
fi

# Options to use as use_enable in the foo[:bar] form.
# This will feed configure with $(use_enable foo bar)
# or $(use_enable foo foo) if no :bar is set.
# foo is added to IUSE.
FFMPEG_FLAG_MAP=(
+bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls 
+gpl
+hardcoded-tables +iconv lzma +network openssl +postproc
samba:libsmbclient sdl:ffplay vaapi vdpau X:xlib xcb:libxcb
xcb:libxcb-shm xcb:libxcb-xfixes +zlib
# libavdevice options
cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca 
openal
opengl
# indevs
libv4l:libv4l2 pulseaudio:libpulse
# decoders
amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme 
gsm:libgsm
modplug:libmodplug opus:libopus quvi:libquvi rtmp:librtmp 
ssh:libssh

[gentoo-commits] gentoo-x86 commit in dev-ml/core: ChangeLog core-112.35.01.ebuild

2015-07-28 Thread Alexis Ballier (aballier)
aballier15/07/28 07:33:49

  Modified: ChangeLog
  Added:core-112.35.01.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.39 dev-ml/core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 Jul 2015 18:13:33 -  1.38
+++ ChangeLog   28 Jul 2015 07:33:49 -  1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/core
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.38 2015/07/13 
18:13:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.39 2015/07/28 
07:33:49 aballier Exp $
+
+*core-112.35.01 (28 Jul 2015)
+
+  28 Jul 2015; Alexis Ballier aball...@gentoo.org +core-112.35.01.ebuild:
+  version bump
 
 *core-112.35.00 (13 Jul 2015)
 



1.1  dev-ml/core/core-112.35.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-112.35.01.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-112.35.01.ebuild?rev=1.1content-type=text/plain

Index: core-112.35.01.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-112.35.01.ebuild,v 1.1 
2015/07/28 07:33:49 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit eutils oasis

MY_P=${P/_/\~}
DESCRIPTION=Jane Street's alternative to the standard library
HOMEPAGE=http://www.janestreet.com/ocaml;
SRC_URI=http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz;

LICENSE=LGPL-2.1-with-linking-exception
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=

RDEPEND=
=dev-ml/core_kernel-109.35.00:=
=dev-ml/sexplib-109.20.00:=
=dev-ml/bin-prot-109.15.00:=
=dev-ml/fieldslib-109.20.00:=
=dev-ml/pa_ounit-109.27.00:=
=dev-ml/variantslib-109.15.00:=
=dev-ml/comparelib-109.27.00:=
=dev-ml/herelib-109.35.00:=
=dev-ml/pipebang-109.15.00:=
dev-ml/custom_printf:=
dev-ml/pa_bench:=
dev-ml/pa_test:=
dev-ml/enumerate:=
dev-ml/camlp4:=
dev-ml/pa_structural_sexp:=

DEPEND=${RDEPEND}
test? ( =dev-ml/ounit-1.1.2 )
DOCS=( README.md )






[gentoo-commits] gentoo-x86 commit in dev-libs/libcaldav: ChangeLog libcaldav-0.6.2.ebuild

2015-07-28 Thread Alexis Ballier (aballier)
aballier15/07/28 06:45:45

  Modified: ChangeLog libcaldav-0.6.2.ebuild
  Log:
  add missing tl-latexextra dep when building docs, bug #528560 by 
thar...@gmail.com
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.6  dev-libs/libcaldav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   9 Jun 2015 14:19:43 -   1.5
+++ ChangeLog   28 Jul 2015 06:45:45 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libcaldav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.5 
2015/06/09 14:19:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.6 
2015/07/28 06:45:45 aballier Exp $
+
+  28 Jul 2015; Alexis Ballier aball...@gentoo.org libcaldav-0.6.2.ebuild:
+  add missing tl-latexextra dep when building docs, bug #528560 by
+  thar...@gmail.com
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.4  dev-libs/libcaldav/libcaldav-0.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?r1=1.3r2=1.4

Index: libcaldav-0.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libcaldav-0.6.2.ebuild  6 May 2012 17:00:17 -   1.3
+++ libcaldav-0.6.2.ebuild  28 Jul 2015 06:45:45 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 
1.3 2012/05/06 17:00:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 
1.4 2015/07/28 06:45:45 aballier Exp $
 
 EAPI=4
 
@@ -20,8 +20,11 @@
net-misc/curl[ssl,gnutls(+),curl_ssl_gnutls(+)]
 
 DEPEND=${RDEPEND}
-   doc? (  app-doc/doxygen
-   virtual/latex-base )
+   doc? (
+   app-doc/doxygen
+   virtual/latex-base
+   dev-texlive/texlive-latexextra
+   )
 
 
 src_configure() {






[gentoo-commits] gentoo-x86 commit in net-p2p/mldonkey/files: ocaml4.patch

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 13:44:18

  Added:ocaml4.patch
  Log:
  fix build with latest ocaml, bug #547078
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  net-p2p/mldonkey/files/ocaml4.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/files/ocaml4.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/files/ocaml4.patch?rev=1.1content-type=text/plain

Index: ocaml4.patch
===
Index: mldonkey-3.1.5/src/utils/net/terminal.ml
===
--- mldonkey-3.1.5.orig/src/utils/net/terminal.ml
+++ mldonkey-3.1.5/src/utils/net/terminal.ml
@@ -185,7 +185,6 @@ module Output = struct
   let canal = List.assoc chan !chanmap in
   etat.chan - Some (chan, canal);
   info (sprintf connecte au canal '%s' chan);
-  (* {| canal ALL } *)
with Not_found - (* pas encore de recepteur pour ce canal *)
   try (* on en cree un *)
 let serveur = nsrecord.get_loc chan in






[gentoo-commits] gentoo-x86 commit in net-p2p/mldonkey: mldonkey-3.1.5.ebuild ChangeLog

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 13:44:18

  Modified: mldonkey-3.1.5.ebuild ChangeLog
  Log:
  fix build with latest ocaml, bug #547078
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.4  net-p2p/mldonkey/mldonkey-3.1.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild?r1=1.3r2=1.4

Index: mldonkey-3.1.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mldonkey-3.1.5.ebuild   10 Aug 2014 20:37:42 -  1.3
+++ mldonkey-3.1.5.ebuild   27 Jul 2015 13:44:18 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild,v 
1.3 2014/08/10 20:37:42 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild,v 
1.4 2015/07/27 13:44:18 aballier Exp $
 
 EAPI=5
 WANT_AUTOCONF=2.5
@@ -57,6 +57,7 @@
eautoconf
cd ${S}
use ocamlopt || sed -i -e s/ocamlopt/idontwantocamlopt/g 
${S}/config/configure || die failed to disable ocamlopt
+   epatch ${FILESDIR}/ocaml4.patch
 }
 
 src_configure() {



1.269net-p2p/mldonkey/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/ChangeLog?rev=1.269view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/ChangeLog?rev=1.269content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mldonkey/ChangeLog?r1=1.268r2=1.269

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   11 Mar 2015 17:24:05 -  1.268
+++ ChangeLog   27 Jul 2015 13:44:18 -  1.269
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/mldonkey
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.268 
2015/03/11 17:24:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.269 
2015/07/27 13:44:18 aballier Exp $
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org mldonkey-3.1.5.ebuild,
+  +files/ocaml4.patch:
+  fix build with latest ocaml, bug #547078
 
   11 Mar 2015; Manuel Rüger mr...@gentoo.org -mldonkey-3.0.5.ebuild,
   -mldonkey-3.0.7.ebuild, -mldonkey-3.1.0.ebuild:






[gentoo-commits] gentoo-x86 commit in www-servers/ocsigenserver: ChangeLog ocsigenserver-2.6.ebuild

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 07:33:02

  Modified: ChangeLog
  Added:ocsigenserver-2.6.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.15 www-servers/ocsigenserver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/ocsigenserver/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/ocsigenserver/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/ocsigenserver/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/ocsigenserver/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   16 Jul 2015 13:12:42 -  1.14
+++ ChangeLog   27 Jul 2015 07:33:01 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for www-servers/ocsigenserver
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/ocsigenserver/ChangeLog,v 1.14 
2015/07/16 13:12:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/ocsigenserver/ChangeLog,v 1.15 
2015/07/27 07:33:01 aballier Exp $
+
+*ocsigenserver-2.6 (27 Jul 2015)
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org +ocsigenserver-2.6.ebuild:
+  version bump
 
   16 Jul 2015; Alexis Ballier aball...@gentoo.org -ocsigenserver-2.5.ebuild,
   -ocsigenserver-2.5-r1.ebuild:



1.1  www-servers/ocsigenserver/ocsigenserver-2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/ocsigenserver/ocsigenserver-2.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/ocsigenserver/ocsigenserver-2.6.ebuild?rev=1.1content-type=text/plain

Index: ocsigenserver-2.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-servers/ocsigenserver/ocsigenserver-2.6.ebuild,v 
1.1 2015/07/27 07:33:01 aballier Exp $

EAPI=5

inherit eutils multilib findlib user

DESCRIPTION=Ocaml-powered webserver and framework for dynamic web programming
HOMEPAGE=http://www.ocsigen.org;
SRC_URI=https://github.com/ocsigen/ocsigenserver/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=LGPL-2.1-with-linking-exception
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=debug doc dbm +ocamlopt +sqlite zlib
REQUIRED_USE=|| ( sqlite dbm )
RESTRICT=strip installsources

DEPEND==dev-ml/lwt-2.5.0:=[react,ssl]
=dev-ml/react-0.9.3:=
zlib? ( =dev-ml/camlzip-1.03-r1:= )
dev-ml/cryptokit:=
=dev-ml/ocamlnet-3.6:=[pcre]
=dev-ml/pcre-ocaml-6.2.5:=
=dev-ml/tyxml-3.3:=
=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/ocaml-ipaddr:=
dbm? ( || ( dev-ml/camldbm:= =dev-lang/ocaml-3.12[gdbm] ) )
sqlite? ( dev-ml/ocaml-sqlite3:= )
RDEPEND=${DEPEND}

pkg_setup() {
enewgroup ocsigenserver
enewuser ocsigenserver -1 -1 /var/www ocsigenserver
}

src_configure() {
sh configure \
--prefix /usr \
--temproot ${ED} \
--bindir /usr/bin \
--docdir /usr/share/doc/${PF} \
--mandir /usr/share/man/man1 \
--libdir /usr/$(get_libdir)/ocaml \
$(use_enable debug) \
$(use_with zlib camlzip) \
$(use_with sqlite) \
$(use_with dbm) \
--with-preempt \
--ocsigen-group ocsigenserver \
--ocsigen-user ocsigenserver  \
--name ocsigenserver \
|| die Error : configure failed!
}

src_compile() {
if use ocamlopt; then
emake
else
emake byte
fi
use doc  emake doc
}

src_install() {
findlib_src_preinst
if use ocamlopt; then
emake install
else
emake install.byte
fi
if use doc ; then
emake install.doc
fi
emake logrotate

newinitd ${FILESDIR}/ocsigenserver.initd ocsigenserver || die
newconfd ${FILESDIR}/ocsigenserver.confd ocsigenserver || die

dodoc README.md

# We create it at runtime
rm -f ${ED}/var/run/ocsigenserver_command || die
}






[gentoo-commits] gentoo-x86 commit in dev-ml/macaque: ChangeLog macaque-0.7.2.ebuild

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 07:37:07

  Modified: ChangeLog
  Added:macaque-0.7.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.4  dev-ml/macaque/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   7 Jun 2015 09:24:23 -   1.3
+++ ChangeLog   27 Jul 2015 07:37:07 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/macaque
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.3 2015/06/07 
09:24:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.4 2015/07/27 
07:37:07 aballier Exp $
+
+*macaque-0.7.2 (27 Jul 2015)
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org +macaque-0.7.2.ebuild:
+  version bump
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-ml/macaque/macaque-0.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/macaque-0.7.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/macaque-0.7.2.ebuild?rev=1.1content-type=text/plain

Index: macaque-0.7.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/macaque-0.7.2.ebuild,v 1.1 
2015/07/27 07:37:07 aballier Exp $

EAPI=5

inherit oasis

DESCRIPTION=DSL for SQL Queries in Caml
HOMEPAGE=http://ocsigen.org/macaque/;
SRC_URI=https://github.com/ocsigen/macaque/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2.1-with-linking-exception
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=

DEPEND==dev-ml/pgocaml-2.1:=
|| ( dev-ml/camlp4:= dev-lang/ocaml-4.02.0 )
RDEPEND=${DEPEND}
DOCS=( Changelog README.md )






[gentoo-commits] gentoo-x86 commit in dev-ml/macaque: ChangeLog macaque-0.6.1.ebuild macaque-0.7.1.ebuild

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 07:37:48

  Modified: ChangeLog
  Removed:  macaque-0.6.1.ebuild macaque-0.7.1.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.5  dev-ml/macaque/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   27 Jul 2015 07:37:07 -  1.4
+++ ChangeLog   27 Jul 2015 07:37:48 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/macaque
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.4 2015/07/27 
07:37:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.5 2015/07/27 
07:37:48 aballier Exp $
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org -macaque-0.6.1.ebuild,
+  -macaque-0.7.1.ebuild:
+  remove old
 
 *macaque-0.7.2 (27 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ml/ocurl: ChangeLog ocurl-0.7.5.ebuild

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 07:44:57

  Modified: ChangeLog
  Added:ocurl-0.7.5.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.25 dev-ml/ocurl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   28 Jun 2015 15:24:20 -  1.24
+++ ChangeLog   27 Jul 2015 07:44:57 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ocurl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.24 2015/06/28 
15:24:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.25 2015/07/27 
07:44:57 aballier Exp $
+
+*ocurl-0.7.5 (27 Jul 2015)
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org +ocurl-0.7.5.ebuild:
+  version bump
 
   28 Jun 2015; Alexis Ballier aball...@gentoo.org -ocurl-0.5.3.ebuild,
   -ocurl-0.5.6.ebuild, -files/ocurl-0.5.1-asneeded.patch:



1.1  dev-ml/ocurl/ocurl-0.7.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.7.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.7.5.ebuild?rev=1.1content-type=text/plain

Index: ocurl-0.7.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.7.5.ebuild,v 1.1 
2015/07/27 07:44:57 aballier Exp $

EAPI=5

inherit findlib

DESCRIPTION=OCaml interface to the libcurl library
HOMEPAGE=http://forge.ocamlcore.org/projects/ocurl/;
LICENSE=MIT
SRC_URI=http://forge.ocamlcore.org/frs/download.php/1537/${P}.tar.gz;

SLOT=0/${PV}
IUSE=examples

RDEPEND==net-misc/curl-7.9.8
dev-ml/lwt:=
=dev-lang/ocaml-3.12:=[ocamlopt]
DEPEND=${RDEPEND}
virtual/pkgconfig
KEYWORDS=~amd64 ~x86

src_compile()
{
emake -j1 all
}

src_install()
{
findlib_src_install
dodoc CHANGES.txt README
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}






[gentoo-commits] gentoo-x86 commit in dev-ml/js_of_ocaml: js_of_ocaml-2.6.ebuild ChangeLog

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 07:53:35

  Modified: ChangeLog
  Added:js_of_ocaml-2.6.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.10 dev-ml/js_of_ocaml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   7 Jun 2015 09:13:33 -   1.9
+++ ChangeLog   27 Jul 2015 07:53:35 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/js_of_ocaml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.9 
2015/06/07 09:13:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.10 
2015/07/27 07:53:35 aballier Exp $
+
+*js_of_ocaml-2.6 (27 Jul 2015)
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org +js_of_ocaml-2.6.ebuild:
+  version bump
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-ml/js_of_ocaml/js_of_ocaml-2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-2.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-2.6.ebuild?rev=1.1content-type=text/plain

Index: js_of_ocaml-2.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-2.6.ebuild,v 
1.1 2015/07/27 07:53:35 aballier Exp $

EAPI=5

inherit findlib

DESCRIPTION=A compiler from OCaml bytecode to javascript
HOMEPAGE=http://ocsigen.org/js_of_ocaml/;
SRC_URI=https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=LGPL-2.1-with-linking-exception
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=+ocamlopt doc +deriving

DEPEND==dev-lang/ocaml-3.12:=[ocamlopt?]
=dev-ml/lwt-2.4.4:=
dev-ml/react:=
dev-ml/reactiveData:=
=dev-ml/tyxml-3.3:=
dev-ml/cmdliner:=
dev-ml/menhir:=
dev-ml/ocaml-base64:=
dev-ml/camlp4:=
dev-ml/cppo:=
deriving? ( =dev-ml/deriving-0.6:= )
RDEPEND=${DEPEND}

src_configure() {
use ocamlopt || echo BEST := byte  Makefile.conf
use deriving || echo WITH_DERIVING := NO  Makefile.conf
}

src_compile() {
emake
use doc  emake doc
}

src_install() {
findlib_src_preinst
emake BINDIR=${ED}/usr/bin/ install
dodoc CHANGES README.md
use doc  dohtml -r doc/api/html/
}






[gentoo-commits] gentoo-x86 commit in dev-ml/eliom: ChangeLog eliom-4.2.ebuild

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 07:42:57

  Modified: ChangeLog
  Added:eliom-4.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.9  dev-ml/eliom/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/eliom/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/eliom/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/eliom/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/eliom/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   16 Jul 2015 13:22:23 -  1.8
+++ ChangeLog   27 Jul 2015 07:42:57 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/eliom
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/eliom/ChangeLog,v 1.8 2015/07/16 
13:22:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/eliom/ChangeLog,v 1.9 2015/07/27 
07:42:57 aballier Exp $
+
+*eliom-4.2 (27 Jul 2015)
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org +eliom-4.2.ebuild:
+  version bump
 
 *eliom-4.1.0-r1 (16 Jul 2015)
 



1.1  dev-ml/eliom/eliom-4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/eliom/eliom-4.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/eliom/eliom-4.2.ebuild?rev=1.1content-type=text/plain

Index: eliom-4.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/eliom/eliom-4.2.ebuild,v 1.1 
2015/07/27 07:42:57 aballier Exp $

EAPI=5

inherit eutils multilib findlib

DESCRIPTION=A web framework to program client/server applications
HOMEPAGE=http://ocsigen.org/eliom/;
SRC_URI=https://github.com/ocsigen/eliom/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2.1-with-linking-exception
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=doc +ocamlopt

DEPEND==dev-lang/ocaml-4.00:=[ocamlopt?]
=dev-ml/js_of_ocaml-2.5-r1:=
=www-servers/ocsigenserver-2.5:=
=dev-ml/tyxml-3.3:=
=dev-ml/deriving-0.6:=
dev-ml/reactiveData:=
dev-ml/ocaml-ipaddr:=
dev-ml/react:=
dev-ml/ocaml-ssl:=
=dev-ml/lwt-2.5.0:=
dev-ml/calendar:=
RDEPEND=${DEPEND}
dev-ml/opam

src_compile() {
if use ocamlopt ; then
emake all
else
emake byte
fi
use doc  emake doc
emake man
}

src_install() {
opam-installer \
--prefix=${ED}/usr \
--libdir=${D}/$(ocamlc -where) \
--docdir=${ED}/usr/share/doc/${PF} \
--mandir=${ED}/usr/share/man \
|| die
dodoc CHANGES README
if use doc ; then
docinto client/html
dodoc -r _build/src/lib/client/api.docdir/*
docinto server/html
dodoc -r _build/src/lib/server/api.docdir/*
fi
}






[gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-base64: metadata.xml ocaml-base64-2.0.0.ebuild ChangeLog

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 07:49:45

  Added:metadata.xml ocaml-base64-2.0.0.ebuild ChangeLog
  Log:
  initial import, ebuild by me
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  dev-ml/ocaml-base64/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdml/herd
/pkgmetadata



1.1  dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild?rev=1.1content-type=text/plain

Index: ocaml-base64-2.0.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild,v 1.1 
2015/07/27 07:49:45 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION=Library for radix-64 representation (de)coding
HOMEPAGE=https://github.com/mirage/ocaml-base64;
SRC_URI=https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=ISC
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=

RDEPEND==dev-lang/ocaml-4.02[ocamlopt?]
DEPEND=${RDEPEND}
=dev-ml/findlib-1.3.2

DOCS=( README.md CHANGES.md )



1.1  dev-ml/ocaml-base64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-ml/ocaml-base64
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-base64/ChangeLog,v 1.1 
2015/07/27 07:49:45 aballier Exp $

*ocaml-base64-2.0.0 (27 Jul 2015)

  27 Jul 2015; Alexis Ballier aball...@gentoo.org +ocaml-base64-2.0.0.ebuild,
  +metadata.xml:
  initial import, ebuild by me







[gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-base64: - New directory

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 07:49:07

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ml/ocaml-base64 added to the repository



[gentoo-commits] gentoo-x86 commit in app-text/dvisvgm: ChangeLog dvisvgm-1.10.ebuild

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 07:57:17

  Modified: ChangeLog
  Added:dvisvgm-1.10.ebuild
  Log:
  version bump, fix build with kpathsea from texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.78 app-text/dvisvgm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   23 Jul 2015 20:44:37 -  1.77
+++ ChangeLog   27 Jul 2015 07:57:17 -  1.78
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/dvisvgm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.77 
2015/07/23 20:44:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.78 
2015/07/27 07:57:17 aballier Exp $
+
+*dvisvgm-1.10 (27 Jul 2015)
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org +dvisvgm-1.10.ebuild:
+  version bump, fix build with kpathsea from texlive 2015
 
   23 Jul 2015; Pacho Ramos pa...@gentoo.org dvisvgm-1.8.1.ebuild:
   ppc stable wrt bug #534906



1.1  app-text/dvisvgm/dvisvgm-1.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/dvisvgm-1.10.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/dvisvgm-1.10.ebuild?rev=1.1content-type=text/plain

Index: dvisvgm-1.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/dvisvgm-1.10.ebuild,v 1.1 
2015/07/27 07:57:17 aballier Exp $

EAPI=5

inherit toolchain-funcs flag-o-matic

DESCRIPTION=Converts DVI files to SVG
HOMEPAGE=http://dvisvgm.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=test
# Tests don't work from $WORKDIR: kpathsea tries to search in relative
# directories from where the binary is executed.
# We cannot really use absolute paths in the kpathsea configuration since that
# would make it harder for prefix installs.
RESTRICT=test

RDEPEND=virtual/tex-base
app-text/ghostscript-gpl
=media-gfx/potrace-1.10-r1
media-libs/freetype:2
dev-libs/kpathsea
sys-libs/zlib
DEPEND=${RDEPEND}
app-text/xmlto
app-text/asciidoc
virtual/pkgconfig
test? ( dev-cpp/gtest )

src_configure() {
has_version '=dev-libs/kpathsea-6.2.1'  append-cppflags 
$($(tc-getPKG_CONFIG) --cflags kpathsea)
default
}






[gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: qjackctl-0.4.0.ebuild ChangeLog

2015-07-27 Thread Alexis Ballier (aballier)
aballier15/07/27 09:37:19

  Modified: qjackctl-0.4.0.ebuild ChangeLog
  Log:
  add missing qt5 deps, bug #16 by Anton Gubarkov
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.2  media-sound/qjackctl/qjackctl-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.4.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.4.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.4.0.ebuild?r1=1.1r2=1.2

Index: qjackctl-0.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qjackctl-0.4.0.ebuild   20 Jul 2015 09:09:20 -  1.1
+++ qjackctl-0.4.0.ebuild   27 Jul 2015 09:37:18 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.4.0.ebuild,v 1.1 
2015/07/20 09:09:20 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.4.0.ebuild,v 1.2 
2015/07/27 09:37:18 aballier Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 RDEPEND=
=media-sound/jack-audio-connection-kit-0.109.2
-   qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 )
+   qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 
)
!qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
alsa? ( media-libs/alsa-lib )
dbus? ( dev-qt/qtdbus:4 )



1.86 media-sound/qjackctl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.86view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.86content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?r1=1.85r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   20 Jul 2015 09:09:20 -  1.85
+++ ChangeLog   27 Jul 2015 09:37:18 -  1.86
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/qjackctl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.85 
2015/07/20 09:09:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.86 
2015/07/27 09:37:18 aballier Exp $
+
+  27 Jul 2015; Alexis Ballier aball...@gentoo.org qjackctl-0.4.0.ebuild:
+  add missing qt5 deps, bug #16 by Anton Gubarkov
 
 *qjackctl-0.4.0 (20 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: ChangeLog cjk-latex-4.8.4.ebuild

2015-07-26 Thread Alexis Ballier (aballier)
aballier15/07/26 07:32:09

  Modified: ChangeLog cjk-latex-4.8.4.ebuild
  Log:
  fix build with kpathsea from texlive 2015, add explicit dep on it, bug #555868
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.73 dev-tex/cjk-latex/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   29 Apr 2015 15:41:04 -  1.72
+++ ChangeLog   26 Jul 2015 07:32:09 -  1.73
@@ -1,6 +1,10 @@
 # ChangeLog for dev-tex/cjk-latex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.72 
2015/04/29 15:41:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.73 
2015/07/26 07:32:09 aballier Exp $
+
+  26 Jul 2015; Alexis Ballier aball...@gentoo.org cjk-latex-4.8.4.ebuild:
+  fix build with kpathsea from texlive 2015, add explicit dep on it, bug
+  #555868
 
   29 Apr 2015; Alexis Ballier aball...@gentoo.org -cjk-latex-4.8.2.ebuild,
   -cjk-latex-4.8.3.ebuild, -files/cjk-latex-4.8.2-kpathsea_version.patch:



1.2  dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild?r1=1.1r2=1.2

Index: cjk-latex-4.8.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cjk-latex-4.8.4.ebuild  29 Apr 2015 15:38:32 -  1.1
+++ cjk-latex-4.8.4.ebuild  26 Jul 2015 07:32:09 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild,v 
1.1 2015/04/29 15:38:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild,v 
1.2 2015/07/26 07:32:09 aballier Exp $
 
 EAPI=4
 
-inherit latex-package elisp-common toolchain-funcs multilib eutils
+inherit latex-package elisp-common toolchain-funcs multilib eutils flag-o-matic
 
 MY_P=${P/-latex/}
 
@@ -20,9 +20,11 @@
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
 IUSE=doc emacs
 
-DEPEND=virtual/latex-base
+RDEPEND=virtual/latex-base
+   dev-libs/kpathsea
emacs? ( virtual/emacs )
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
+   virtual/pkgconfig
app-arch/unzip
 
 S=${WORKDIR}/${MY_P}
@@ -38,6 +40,7 @@
 }
 
 src_configure() {
+   has_version '=dev-libs/kpathsea-6.2.1'  append-cppflags 
$($(tc-getPKG_CONFIG) --cflags kpathsea)
cd utils
for d in *conv; do
cd $d






[gentoo-commits] gentoo-x86 commit in dev-ml/pa_test: ChangeLog pa_test-112.24.00.ebuild

2015-07-26 Thread Alexis Ballier (aballier)
aballier15/07/26 14:53:39

  Modified: ChangeLog pa_test-112.24.00.ebuild
  Log:
  add missing dep on dev-ml/herelib, bug #555946
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.9  dev-ml/pa_test/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_test/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_test/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_test/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   18 Mar 2015 17:10:26 -  1.8
+++ ChangeLog   26 Jul 2015 14:53:39 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/pa_test
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v 1.8 2015/03/18 
17:10:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v 1.9 2015/07/26 
14:53:39 aballier Exp $
+
+  26 Jul 2015; Alexis Ballier aball...@gentoo.org pa_test-112.24.00.ebuild:
+  add missing dep on dev-ml/herelib, bug #555946
 
 *pa_test-112.24.00 (18 Mar 2015)
 



1.2  dev-ml/pa_test/pa_test-112.24.00.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild?r1=1.1r2=1.2

Index: pa_test-112.24.00.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pa_test-112.24.00.ebuild18 Mar 2015 17:10:26 -  1.1
+++ pa_test-112.24.00.ebuild26 Jul 2015 14:53:39 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v 
1.1 2015/03/18 17:10:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v 
1.2 2015/07/26 14:53:39 aballier Exp $
 
 EAPI=5
 
@@ -20,6 +20,7 @@
dev-ml/sexplib:=
dev-ml/comparelib:=
dev-ml/camlp4:=
+   dev-ml/herelib:=

 RDEPEND=${DEPEND}
 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2015.ebuild

2015-07-24 Thread Alexis Ballier (aballier)
aballier15/07/24 14:05:03

  Modified: ChangeLog texlive-context-2015.ebuild
  Log:
  update elog info to tell people to run mtxrun --generate, bug #64
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.82 dev-texlive/texlive-context/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.82view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.82content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.81r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   22 Jul 2015 19:37:41 -  1.81
+++ ChangeLog   24 Jul 2015 14:05:03 -  1.82
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-context
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 
1.81 2015/07/22 19:37:41 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 
1.82 2015/07/24 14:05:03 aballier Exp $
+
+  24 Jul 2015; Alexis Ballier aball...@gentoo.org
+  texlive-context-2015.ebuild:
+  update elog info to tell people to run mtxrun --generate, bug #64
 
   22 Jul 2015; Anthony G. Basile bluen...@gentoo.org
   texlive-context-2014.ebuild:



1.2  dev-texlive/texlive-context/texlive-context-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2015.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2015.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2015.ebuild?r1=1.1r2=1.2

Index: texlive-context-2015.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2015.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-context-2015.ebuild 16 Jul 2015 09:13:29 -  1.1
+++ texlive-context-2015.ebuild 24 Jul 2015 14:05:03 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2015.ebuild,v
 1.1 2015/07/16 09:13:29 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2015.ebuild,v
 1.2 2015/07/24 14:05:03 aballier Exp $
 
 EAPI=5
 
@@ -56,7 +56,7 @@
 TL_MODULE_INFORMATION=For using ConTeXt mkII simply use 'texexec' to generate
 your documents.
 If you plan to use mkIV and its 'context' command to generate your documents,
-you have to run 'luatools --generate' as normal user before first use.
+you have to run 'mtxrun --generate' as normal user before first use.
 
 More information and advanced options on:
 http://wiki.contextgarden.net/TeX_Live_2011;






[gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-222.ebuild ChangeLog udev-9999.ebuild

2015-07-24 Thread Alexis Ballier (aballier)
aballier15/07/24 14:12:54

  Modified: udev-222.ebuild ChangeLog udev-.ebuild
  Log:
  forcibly disable gnuefi as systemd-boot is not built and checking for gnuefi 
in configure bails out when cross compiling
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.6  sys-fs/udev/udev-222.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-222.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-222.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-222.ebuild?r1=1.5r2=1.6

Index: udev-222.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-222.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- udev-222.ebuild 21 Jul 2015 02:19:19 -  1.5
+++ udev-222.ebuild 24 Jul 2015 14:12:53 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-222.ebuild,v 1.5 
2015/07/21 02:19:19 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-222.ebuild,v 1.6 
2015/07/24 14:12:53 aballier Exp $
 
 EAPI=5
 
@@ -176,6 +176,7 @@
--disable-libcryptsetup
--disable-qrencode
--disable-microhttpd
+   --disable-gnuefi
--disable-gnutls
--disable-libcurl
--disable-libidn



1.1120   sys-fs/udev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1120view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1120content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1119r2=1.1120

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1119
retrieving revision 1.1120
diff -u -r1.1119 -r1.1120
--- ChangeLog   21 Jul 2015 02:19:19 -  1.1119
+++ ChangeLog   24 Jul 2015 14:12:53 -  1.1120
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1119 2015/07/21 
02:19:19 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1120 2015/07/24 
14:12:53 aballier Exp $
+
+  24 Jul 2015; Alexis Ballier aball...@gentoo.org udev-222.ebuild,
+  udev-.ebuild:
+  forcibly disable gnuefi as systemd-boot is not built and checking for gnuefi
+  in configure bails out when cross compiling
 
   21 Jul 2015; Mike Gilbert flop...@gentoo.org udev-222.ebuild,
   udev-.ebuild:



1.333sys-fs/udev/udev-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-.ebuild?rev=1.333view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-.ebuild?rev=1.333content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-.ebuild?r1=1.332r2=1.333

Index: udev-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-.ebuild,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- udev-.ebuild21 Jul 2015 02:19:19 -  1.332
+++ udev-.ebuild24 Jul 2015 14:12:53 -  1.333
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-.ebuild,v 1.332 
2015/07/21 02:19:19 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-.ebuild,v 1.333 
2015/07/24 14:12:53 aballier Exp $
 
 EAPI=5
 
@@ -177,6 +177,7 @@
--disable-libcryptsetup
--disable-qrencode
--disable-microhttpd
+   --disable-gnuefi
--disable-gnutls
--disable-libcurl
--disable-libidn






[gentoo-commits] gentoo-x86 commit in dev-tex/tex4ht: ChangeLog tex4ht-20090611_p1038-r3.ebuild

2015-07-22 Thread Alexis Ballier (aballier)
aballier15/07/22 12:22:17

  Modified: ChangeLog tex4ht-20090611_p1038-r3.ebuild
  Log:
  fix build with kpathsea from tl2015 and add explicit dep on it, bug #529388
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.94 dev-tex/tex4ht/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/tex4ht/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/tex4ht/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/tex4ht/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   12 Jul 2015 18:15:04 -  1.93
+++ ChangeLog   22 Jul 2015 12:22:17 -  1.94
@@ -1,6 +1,10 @@
 # ChangeLog for dev-tex/tex4ht
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/ChangeLog,v 1.93 2015/07/12 
18:15:04 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/ChangeLog,v 1.94 2015/07/22 
12:22:17 aballier Exp $
+
+  22 Jul 2015; Alexis Ballier aball...@gentoo.org
+  tex4ht-20090611_p1038-r3.ebuild:
+  fix build with kpathsea from tl2015 and add explicit dep on it, bug #529388
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   tex4ht-20090611_p1038-r3.ebuild:



1.4  dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild?r1=1.3r2=1.4

Index: tex4ht-20090611_p1038-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tex4ht-20090611_p1038-r3.ebuild 12 Jul 2015 18:15:04 -  1.3
+++ tex4ht-20090611_p1038-r3.ebuild 22 Jul 2015 12:22:17 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild,v 1.3 
2015/07/12 18:15:04 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild,v 1.4 
2015/07/22 12:22:17 aballier Exp $
 
 EAPI=4
 
-inherit latex-package toolchain-funcs java-pkg-opt-2
+inherit latex-package toolchain-funcs java-pkg-opt-2 flag-o-matic
 
 IUSE=
 
@@ -21,10 +21,13 @@
 SLOT=0
 
 DEPEND==sys-apps/sed-4
+   virtual/pkgconfig
+   dev-libs/kpathsea
java? ( =virtual/jdk-1.5 )
 
 RDEPEND=app-text/ghostscript-gpl
media-gfx/imagemagick
+   dev-libs/kpathsea
java? ( =virtual/jre-1.5 )
 
 IUSE=java
@@ -47,6 +50,8 @@
 }
 
 src_compile() {
+   has_version '=dev-libs/kpathsea-6.2.1'  append-cppflags 
$($(tc-getPKG_CONFIG) --cflags kpathsea)
+
cd ${S}/src/
einfo Compiling postprocessor sources...
for f in tex4ht t4ht htcmd ; do






[gentoo-commits] gentoo-x86 commit in app-text/lcdf-typetools: ChangeLog lcdf-typetools-2.104.ebuild

2015-07-22 Thread Alexis Ballier (aballier)
aballier15/07/22 12:25:56

  Modified: ChangeLog lcdf-typetools-2.104.ebuild
  Log:
  fix build with kpathsea from tl2015 and add explicit dep on it, bug #555286
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.107app-text/lcdf-typetools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.107view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.107content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/ChangeLog?r1=1.106r2=1.107

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   10 Oct 2014 10:08:06 -  1.106
+++ ChangeLog   22 Jul 2015 12:25:56 -  1.107
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/lcdf-typetools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.106 
2014/10/10 10:08:06 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.107 
2015/07/22 12:25:56 aballier Exp $
+
+  22 Jul 2015; Alexis Ballier aball...@gentoo.org
+  lcdf-typetools-2.104.ebuild:
+  fix build with kpathsea from tl2015 and add explicit dep on it, bug #555286
 
 *lcdf-typetools-2.104 (10 Oct 2014)
 



1.2  app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild?r1=1.1r2=1.2

Index: lcdf-typetools-2.104.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lcdf-typetools-2.104.ebuild 10 Oct 2014 10:08:06 -  1.1
+++ lcdf-typetools-2.104.ebuild 22 Jul 2015 12:25:56 -  1.2
@@ -1,9 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild,v 
1.1 2014/10/10 10:08:06 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild,v 
1.2 2015/07/22 12:25:56 aballier Exp $
 
 EAPI=2
 
+inherit toolchain-funcs flag-o-matic
+
 DESCRIPTION=Font utilities for eg manipulating OTF
 SRC_URI=http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE=http://www.lcdf.org/type/#typetools;
@@ -12,10 +14,12 @@
 LICENSE=GPL-2
 IUSE=+kpathsea
 
-DEPEND=kpathsea? ( virtual/tex-base )
-RDEPEND=${DEPEND}
+RDEPEND=kpathsea? ( virtual/tex-base dev-libs/kpathsea )
+DEPEND=${RDEPEND}
+   virtual/pkgconfig
 
 src_configure() {
+   use kpathsea  has_version '=dev-libs/kpathsea-6.2.1'  
append-cppflags $($(tc-getPKG_CONFIG) --cflags kpathsea)
econf $(use_with kpathsea)
 }
 






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-0.10.16.ebuild ffmpeg-1.0.10.ebuild ffmpeg-1.2.12.ebuild

2015-07-21 Thread Alexis Ballier (aballier)
aballier15/07/21 09:22:27

  Modified: ChangeLog
  Removed:  ffmpeg-0.10.16.ebuild ffmpeg-1.0.10.ebuild
ffmpeg-1.2.12.ebuild
  Log:
  remove versions upstream dropped maintainance
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.877media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.877view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.877content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.876r2=1.877

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.876
retrieving revision 1.877
diff -u -r1.876 -r1.877
--- ChangeLog   21 Jul 2015 09:19:54 -  1.876
+++ ChangeLog   21 Jul 2015 09:22:27 -  1.877
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.876 
2015/07/21 09:19:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.877 
2015/07/21 09:22:27 aballier Exp $
+
+  21 Jul 2015; Alexis Ballier aball...@gentoo.org -ffmpeg-0.10.16.ebuild,
+  -ffmpeg-1.0.10.ebuild, -ffmpeg-1.2.12.ebuild,
+  -files/ffmpeg-1.0.8-freetype251.patch, -files/flashtest.patch,
+  -files/freiordl.patch:
+  remove versions upstream dropped maintainance
 
 *ffmpeg-2.7.2 (21 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg/files: flashtest.patch ffmpeg-1.0.8-freetype251.patch freiordl.patch

2015-07-21 Thread Alexis Ballier (aballier)
aballier15/07/21 09:22:27

  Removed:  flashtest.patch ffmpeg-1.0.8-freetype251.patch
freiordl.patch
  Log:
  remove versions upstream dropped maintainance
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)



[gentoo-commits] gentoo-x86 commit in media-libs/lv2: ChangeLog lv2-1.12.0.ebuild

2015-07-21 Thread Alexis Ballier (aballier)
aballier15/07/21 09:38:46

  Modified: ChangeLog lv2-1.12.0.ebuild
  Log:
  fix multilib-script failure
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.16 media-libs/lv2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   21 Jul 2015 04:38:08 -  1.15
+++ ChangeLog   21 Jul 2015 09:38:46 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lv2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.15 2015/07/21 
04:38:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.16 2015/07/21 
09:38:46 aballier Exp $
+
+  21 Jul 2015; Alexis Ballier aball...@gentoo.org lv2-1.12.0.ebuild:
+  fix multilib-script failure
 
   21 Jul 2015; Jeroen Roovers j...@gentoo.org lv2-1.10.0-r1.ebuild,
   lv2-1.12.0.ebuild:



1.3  media-libs/lv2/lv2-1.12.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild?r1=1.2r2=1.3

Index: lv2-1.12.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lv2-1.12.0.ebuild   21 Jul 2015 04:38:08 -  1.2
+++ lv2-1.12.0.ebuild   21 Jul 2015 09:38:46 -  1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild,v 1.2 
2015/07/21 04:38:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild,v 1.3 
2015/07/21 09:38:46 aballier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE='threads(+)'
-inherit python-single-r1 waf-utils
+inherit python-single-r1 waf-utils multilib
 
 DESCRIPTION=A simple but extensible successor of LADSPA
 HOMEPAGE=http://lv2plug.in/;
@@ -32,6 +32,7 @@
 src_configure() {
waf-utils_src_configure \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
+   --lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2 \
$(use plugins || echo  --no-plugins) \
$(use doc  echo  --docs  )
 }






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: metadata.xml ChangeLog

2015-07-21 Thread Alexis Ballier (aballier)
aballier15/07/21 09:25:26

  Modified: metadata.xml ChangeLog
  Log:
  cleanup metadata.xml unused useflags
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.74 media-video/ffmpeg/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?r1=1.73r2=1.74

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/metadata.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- metadata.xml26 Jun 2015 14:42:25 -  1.73
+++ metadata.xml21 Jul 2015 09:25:26 -  1.74
@@ -18,7 +18,6 @@
flag name=cdioEnables audio CD grabbing with 
pkgdev-libs/libcdio/pkg./flag
flag name=celtAdds Xiph CELT audio decoding support via 
pkgmedia-libs/celt/pkg/flag
flag name=cpudetectionEnables runtime CPU detection (useful for 
bindist, compatibility on other CPUs)/flag
-   flag name=diracEnable Dirac video support (an advanced royalty-free 
video compression format) via the reference library: dirac./flag
flag name=faacUse external faac library for AAC encoding/flag
flag name=fdkUse external fdk-aac library for AAC encoding/flag
flag name=fliteAdds a text-to-speech filter based on 
pkgapp-accessibility/flite/pkg./flag
@@ -45,7 +44,6 @@
flag name=snappyEnable pkgapp-arch/snappy/pkg support. Required 
for e.g. Vidvox Hap encoder./flag
flag name=sshEnable SSH/sftp support via 
pkgnet-libs/libssh/pkg./flag
flag name=twolameEnables MP2 encoding via 
pkgmedia-sound/twolame/pkg as an alternative to the internal encoder./flag
-   flag name=vis Adds support for SIMD optimizations for UltraSPARC 
processors./flag
flag name=vpxEnables vp8 codec support using libvpx: Decoding vp8 
does not require this to be enabled but libvpx can also be used for decoding; 
encoding vp8 requires this useflag to be enabled though./flag
flag name=webpEnables WebP encoding with 
pkgmedia-libs/libwebp/pkg./flag
flag name=x265Enables HEVC encoding with 
pkgmedia-libs/x265/pkg./flag



1.878media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.878view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.878content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.877r2=1.878

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.877
retrieving revision 1.878
diff -u -r1.877 -r1.878
--- ChangeLog   21 Jul 2015 09:22:27 -  1.877
+++ ChangeLog   21 Jul 2015 09:25:26 -  1.878
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.877 
2015/07/21 09:22:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.878 
2015/07/21 09:25:26 aballier Exp $
+
+  21 Jul 2015; Alexis Ballier aball...@gentoo.org metadata.xml:
+  cleanup metadata.xml unused useflags
 
   21 Jul 2015; Alexis Ballier aball...@gentoo.org -ffmpeg-0.10.16.ebuild,
   -ffmpeg-1.0.10.ebuild, -ffmpeg-1.2.12.ebuild,






[gentoo-commits] gentoo-x86 commit in sys-libs/libcxx: ChangeLog libcxx-3.6.2.ebuild

2015-07-21 Thread Alexis Ballier (aballier)
aballier15/07/21 09:02:41

  Modified: ChangeLog
  Added:libcxx-3.6.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.44 sys-libs/libcxx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   29 May 2015 09:49:41 -  1.43
+++ ChangeLog   21 Jul 2015 09:02:41 -  1.44
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libcxx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.43 2015/05/29 
09:49:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.44 2015/07/21 
09:02:41 aballier Exp $
+
+*libcxx-3.6.2 (21 Jul 2015)
+
+  21 Jul 2015; Alexis Ballier aball...@gentoo.org +libcxx-3.6.2.ebuild:
+  version bump
 
 *libcxx-3.6.1 (29 May 2015)
 



1.1  sys-libs/libcxx/libcxx-3.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-3.6.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-3.6.2.ebuild?rev=1.1content-type=text/plain

Index: libcxx-3.6.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-3.6.2.ebuild,v 1.1 
2015/07/21 09:02:41 aballier Exp $

EAPI=5

ESVN_REPO_URI=http://llvm.org/svn/llvm-project/libcxx/trunk;

[ ${PV%} != ${PV} ]  SCM=subversion || SCM=

inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal

DESCRIPTION=New implementation of the C++ standard library, targeting C++11
HOMEPAGE=http://libcxx.llvm.org/;
if [ ${PV%} = ${PV} ] ; then
SRC_URI=http://llvm.org/releases/${PV}/${P}.src.tar.xz;
S=${WORKDIR}/${P}.src
else
SRC_URI=
fi

LICENSE=|| ( UoI-NCSA MIT )
SLOT=0
if [ ${PV%} = ${PV} ] ; then
KEYWORDS=~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux
else
KEYWORDS=
fi
IUSE=elibc_glibc +libcxxrt +static-libs test

RDEPEND=libcxxrt? ( 
=sys-libs/libcxxrt-0.0_p20130725[static-libs?,${MULTILIB_USEDEP}] )
!libcxxrt? ( =sys-devel/gcc-4.7:=[cxx] )
DEPEND=${RDEPEND}
test? ( sys-devel/clang )
app-arch/xz-utils

DOCS=( CREDITS.TXT )

pkg_setup() {
if ! use libcxxrt ; then
ewarn You have disabled USE=libcxxrt. This will build ${PN} 
against
ewarn libsupc++. Please note that this is not well supported.
ewarn In particular, static linking will not work.
fi
if [[ $(gcc-version)  4.7 ]]  [[ $(tc-getCXX) != *clang++* ]] ; then
eerror ${PN} needs to be built with clang++ or gcc-4.7 or 
later.
eerror Please use gcc-config to switch to gcc-4.7 or later 
version.
die
fi
}

src_prepare() {
cp -f ${FILESDIR}/Makefile lib/ || die
multilib_copy_sources
}

src_configure() {
export LIBS=-lpthread -lrt -lc -lgcc_s
if use libcxxrt ; then
append-cppflags -DLIBCXXRT -I${EPREFIX}/usr/include/libcxxrt/
LIBS=-lcxxrt ${LIBS}
cp ${EPREFIX}/usr/include/libcxxrt/*.h ${S}/include
else
# Very hackish, see $HOMEPAGE
# If someone has a clever idea, please share it!
local includes=$(echo | ${CHOST}-g++ -Wp,-v -x c++ - 
-fsyntax-only 21 | grep -C 2 '#include.*...' | tail -n 2 | sed -e 's/^ 
/-I/' | tr '\n' ' ')
local libcxx_gcc_dirs=$(echo | ${CHOST}-g++ -Wp,-v -x c++ - 
-fsyntax-only 21 | grep -C 2 '#include.*...' | tail -n 2 | tr '\n' ' ')
append-cppflags -D__GLIBCXX__ ${includes}
LIBS=-lsupc++ ${LIBS}
local libsupcxx_includes=cxxabi.h bits/c++config.h 
bits/os_defines.h bits/cpu_defines.h bits/cxxabi_tweaks.h bits/cxxabi_forced.h
for i in ${libsupcxx_includes} ; do
local found=
[ -d ${S}/include/$(dirname ${i})/ ] || mkdir -p 
${S}/include/$(dirname ${i})
for j in ${libcxx_gcc_dirs} ; do
if [ -f ${j}/${i} ] ; then
cp ${j}/${i} ${S}/include/$(dirname 
${i})/ || die

[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.7.2.ebuild

2015-07-21 Thread Alexis Ballier (aballier)
aballier15/07/21 09:19:54

  Modified: ChangeLog
  Added:ffmpeg-2.7.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.876media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.876view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.876content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.875r2=1.876

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.875
retrieving revision 1.876
diff -u -r1.875 -r1.876
--- ChangeLog   17 Jul 2015 06:04:20 -  1.875
+++ ChangeLog   21 Jul 2015 09:19:54 -  1.876
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.875 
2015/07/17 06:04:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.876 
2015/07/21 09:19:54 aballier Exp $
+
+*ffmpeg-2.7.2 (21 Jul 2015)
+
+  21 Jul 2015; Alexis Ballier aball...@gentoo.org +ffmpeg-2.7.2.ebuild:
+  version bump
 
   17 Jul 2015; Jeroen Roovers j...@gentoo.org ffmpeg-2.6.3.ebuild:
   Stable for PPC64 (bug #547462).



1.1  media-video/ffmpeg/ffmpeg-2.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.7.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.7.2.ebuild?rev=1.1content-type=text/plain

Index: ffmpeg-2.7.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.7.2.ebuild,v 1.1 
2015/07/21 09:19:54 aballier Exp $

EAPI=5

# Subslot: libavutil major.libavcodec major.libavformat major
# Since FFmpeg ships several libraries, subslot is kind of limited here.
# Most consumers will use those three libraries, if a less used library
# changes its soname, consumers will have to be rebuilt the old way
# (preserve-libs).
# If, for example, a package does not link to libavformat and only libavformat
# changes its ABI then this package will be rebuilt needlessly. Hence, such a
# package is free _not_ to := depend on FFmpeg but I would strongly encourage
# doing so since such a case is unlikely.
FFMPEG_SUBSLOT=54.56.56

SCM=
if [ ${PV#} != ${PV} ] ; then
SCM=git-2
EGIT_REPO_URI=git://source.ffmpeg.org/ffmpeg.git
fi

inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}

DESCRIPTION=Complete solution to record, convert and stream audio and video. 
Includes libavcodec
HOMEPAGE=http://ffmpeg.org/;
if [ ${PV#} != ${PV} ] ; then
SRC_URI=
elif [ ${PV%_p*} != ${PV} ] ; then # Snapshot
SRC_URI=mirror://gentoo/${P}.tar.bz2
else # Release
SRC_URI=http://ffmpeg.org/releases/${P/_/-}.tar.bz2;
fi
FFMPEG_REVISION=${PV#*_p}

SLOT=0/${FFMPEG_SUBSLOT}
LICENSE=
!gpl? ( LGPL-2.1 )
gpl? ( GPL-2 )
amr? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
encode? (
aac? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
amrenc? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
)
samba? ( GPL-3 )

if [ ${PV#} = ${PV} ] ; then
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
fi

# Options to use as use_enable in the foo[:bar] form.
# This will feed configure with $(use_enable foo bar)
# or $(use_enable foo foo) if no :bar is set.
# foo is added to IUSE.
FFMPEG_FLAG_MAP=(
+bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls 
+gpl
+hardcoded-tables +iconv lzma +network openssl +postproc
samba:libsmbclient sdl:ffplay vaapi vdpau X:xlib xcb:libxcb
xcb:libxcb-shm xcb:libxcb-xfixes +zlib
# libavdevice options
cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca 
openal
opengl
# indevs
libv4l:libv4l2 pulseaudio:libpulse
# decoders
amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme 
gsm:libgsm
modplug:libmodplug opus:libopus quvi:libquvi rtmp:librtmp 
ssh:libssh
schroedinger:libschroedinger 

[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog package.use.mask

2015-07-21 Thread Alexis Ballier (aballier)
aballier15/07/21 09:23:57

  Modified: ChangeLog package.use.mask
  Log:
  remove now obsolete ffmpeg usemask

Revision  ChangesPath
1.819profiles/base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.819view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.819content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.818r2=1.819

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.818
retrieving revision 1.819
diff -u -r1.818 -r1.819
--- ChangeLog   5 Jul 2015 09:32:17 -   1.818
+++ ChangeLog   21 Jul 2015 09:23:57 -  1.819
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.818 2015/07/05 
09:32:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.819 2015/07/21 
09:23:57 aballier Exp $
+
+  21 Jul 2015; Alexis Ballier aball...@gentoo.org package.use.mask:
+  remove now obsolete ffmpeg usemask
 
   05 Jul 2015; Manuel Rüger mr...@gentoo.org package.use.mask:
   Mask useflags depending on app-text/migemo



1.695profiles/base/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.695view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.695content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?r1=1.694r2=1.695

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.694
retrieving revision 1.695
diff -u -r1.694 -r1.695
--- package.use.mask20 Jul 2015 14:20:11 -  1.694
+++ package.use.mask21 Jul 2015 09:23:57 -  1.695
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.694 
2015/07/20 14:20:11 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.695 
2015/07/21 09:23:57 aballier Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
@@ -363,11 +363,6 @@
 app-editors/vim luajit racket
 app-editors/gvim luajit racket
 
-# Alexis Ballier aball...@gentoo.org (11 Aug 2013)
-# Multilib migrated version for binary compatibility.
-# Those useflags have deps that are not migrated yet.
-=media-video/ffmpeg-0.10* frei0r
-
 # Kacper Kowalik xarthis...@gentoo.org (09 Aug 2013)
 # Doesn't work on most profiles. Easier to mask here and
 # unmask in particular profiles






[gentoo-commits] gentoo-x86 commit in media-sound/qjackctl: qjackctl-0.4.0.ebuild ChangeLog

2015-07-20 Thread Alexis Ballier (aballier)
aballier15/07/20 09:09:20

  Modified: ChangeLog
  Added:qjackctl-0.4.0.ebuild
  Log:
  version bump, add qt5 useflag
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.85 media-sound/qjackctl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   8 Apr 2015 07:21:46 -   1.84
+++ ChangeLog   20 Jul 2015 09:09:20 -  1.85
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/qjackctl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.84 
2015/04/08 07:21:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.85 
2015/07/20 09:09:20 aballier Exp $
+
+*qjackctl-0.4.0 (20 Jul 2015)
+
+  20 Jul 2015; Alexis Ballier aball...@gentoo.org +qjackctl-0.4.0.ebuild:
+  version bump, add qt5 useflag
 
 *qjackctl-0.3.13 (08 Apr 2015)
 



1.1  media-sound/qjackctl/qjackctl-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.4.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qjackctl/qjackctl-0.4.0.ebuild?rev=1.1content-type=text/plain

Index: qjackctl-0.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.4.0.ebuild,v 
1.1 2015/07/20 09:09:20 aballier Exp $

EAPI=5

inherit qmake-utils

DESCRIPTION=A Qt application to control the JACK Audio Connection Kit and ALSA 
sequencer connections
HOMEPAGE=http://qjackctl.sourceforge.net/;
SRC_URI=mirror://sourceforge/qjackctl/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86

IUSE=alsa dbus debug portaudio +qt5

RDEPEND=
=media-sound/jack-audio-connection-kit-0.109.2
qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 )
!qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
alsa? ( media-libs/alsa-lib )
dbus? ( dev-qt/qtdbus:4 )
portaudio? ( media-libs/portaudio )
DEPEND=${RDEPEND}

DOCS=AUTHORS ChangeLog README TODO TRANSLATORS

src_configure() {
use qt5  export PATH=$(qt5_get_bindir):${PATH}
econf \
$(use_with !qt5 qt4 $(qt4_get_bindir)) \
$(use_with qt5 qt5 $(qt5_get_bindir)) \
$(use_enable alsa alsa-seq) \
$(use_enable dbus) \
$(use_enable debug) \
$(use_enable portaudio)

# Emulate what the Makefile does, so that we can get the correct
# compiler used.
if use qt5 ; then
eqmake5 ${PN}.pro -o ${PN}.mak
else
eqmake4 ${PN}.pro -o ${PN}.mak
fi
}

src_compile() {
emake -f ${PN}.mak
}






[gentoo-commits] gentoo-x86 commit in media-sound/zynaddsubfx: ChangeLog zynaddsubfx-2.5.1.ebuild

2015-07-20 Thread Alexis Ballier (aballier)
aballier15/07/20 08:50:29

  Modified: ChangeLog
  Added:zynaddsubfx-2.5.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.48 media-sound/zynaddsubfx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   17 Mar 2015 11:29:36 -  1.47
+++ ChangeLog   20 Jul 2015 08:50:29 -  1.48
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/zynaddsubfx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.47 
2015/03/17 11:29:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.48 
2015/07/20 08:50:29 aballier Exp $
+
+*zynaddsubfx-2.5.1 (20 Jul 2015)
+
+  20 Jul 2015; Alexis Ballier aball...@gentoo.org +zynaddsubfx-2.5.1.ebuild:
+  version bump
 
 *zynaddsubfx-2.5.0 (17 Mar 2015)
 



1.1  media-sound/zynaddsubfx/zynaddsubfx-2.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.5.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.5.1.ebuild?rev=1.1content-type=text/plain

Index: zynaddsubfx-2.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.5.1.ebuild,v 1.1 
2015/07/20 08:50:29 aballier Exp $

EAPI=5

inherit eutils cmake-utils flag-o-matic

DESCRIPTION=ZynAddSubFX is an opensource software synthesizer
HOMEPAGE=http://zynaddsubfx.sourceforge.net/;
SRC_URI=mirror://sourceforge/zynaddsubfx/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=alsa +fltk jack lash

RDEPEND==dev-libs/mini-xml-2.2.1
sci-libs/fftw:3.0
alsa? ( media-libs/alsa-lib )
fltk? ( =x11-libs/fltk-1.3:1 )
jack? ( media-sound/jack-audio-connection-kit )
lash? ( media-sound/lash )
#   portaudio? ( media-libs/portaudio )
DEPEND=${RDEPEND}
virtual/pkgconfig
# Upstream uses the following preferences: alsa  jack  portaudio
# At least one of them must be enabled
# We do not support portaudio, so if alsa is disabled force jack.
REQUIRED_USE=!alsa? ( jack )

PATCHES=(
${FILESDIR}/${PN}-2.5.0-docs.patch
)

DOCS=ChangeLog FAQ.txt HISTORY.txt README.adoc bugs.txt

src_configure() {
append-cxxflags -std=c++11
use lash || sed -i -e 's/lash-1.0/lash_disabled/' 
${S}/src/CMakeLists.txt
mycmakeargs=(
`use fltk  echo -DGuiModule=fltk || echo -DGuiModule=off`
`use alsa  echo -DOutputModule=alsa || echo 
-DOutputModule=jack`
`use alsa  echo -DAlsaMidiOutput=TRUE || echo 
-DAlsaMidiOutput=FALSE`
`use jack  echo -DJackOutput=TRUE || echo 
-DJackOutput=FALSE`
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
insinto /usr/share/${PN}
doins -r ${S}/instruments/*
}






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langitalian: ChangeLog texlive-langitalian-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:20:19

  Modified: ChangeLog
  Added:texlive-langitalian-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.67 dev-texlive/texlive-langitalian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langitalian/ChangeLog?rev=1.67view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langitalian/ChangeLog?rev=1.67content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langitalian/ChangeLog?r1=1.66r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langitalian/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   12 Jul 2015 17:54:57 -  1.66
+++ ChangeLog   16 Jul 2015 09:20:19 -  1.67
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-langitalian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langitalian/ChangeLog,v 
1.66 2015/07/12 17:54:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langitalian/ChangeLog,v 
1.67 2015/07/16 09:20:19 aballier Exp $
+
+*texlive-langitalian-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-langitalian-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-langitalian-2014.ebuild:



1.1  
dev-texlive/texlive-langitalian/texlive-langitalian-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langitalian/texlive-langitalian-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langitalian/texlive-langitalian-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-langitalian-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langitalian/texlive-langitalian-2015.ebuild,v
 1.1 2015/07/16 09:20:19 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=amsldoc-it amsmath-it amsthdoc-it babel-italian 
codicefiscaleitaliano fancyhdr-it fixltxhyph frontespizio hyphen-italian 
itnumpar l2tabu-italian latex4wp-it layaureo lshort-italian psfrag-italian 
texlive-it collection-langitalian

TEXLIVE_MODULE_DOC_CONTENTS=amsldoc-it.doc amsmath-it.doc amsthdoc-it.doc 
babel-italian.doc codicefiscaleitaliano.doc fancyhdr-it.doc fixltxhyph.doc 
frontespizio.doc itnumpar.doc l2tabu-italian.doc latex4wp-it.doc layaureo.doc 
lshort-italian.doc psfrag-italian.doc texlive-it.doc 
TEXLIVE_MODULE_SRC_CONTENTS=babel-italian.source codicefiscaleitaliano.source 
fixltxhyph.source frontespizio.source itnumpar.source layaureo.source 
inherit  texlive-module
DESCRIPTION=TeXLive Italian

LICENSE= FDL-1.1 GPL-1 GPL-2 LPPL-1.3 TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
!dev-texlive/texlive-documentation-italian

RDEPEND=${DEPEND} 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langindic: ChangeLog texlive-langindic-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:20:01

  Modified: ChangeLog
  Added:texlive-langindic-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.70 dev-texlive/texlive-langindic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langindic/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   12 Jul 2015 17:54:13 -  1.69
+++ ChangeLog   16 Jul 2015 09:20:01 -  1.70
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-langindic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langindic/ChangeLog,v 
1.69 2015/07/12 17:54:13 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langindic/ChangeLog,v 
1.70 2015/07/16 09:20:01 aballier Exp $
+
+*texlive-langindic-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-langindic-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org 
texlive-langindic-2014.ebuild:
   x86 stable wrt bug #550840



1.1  dev-texlive/texlive-langindic/texlive-langindic-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langindic/texlive-langindic-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langindic/texlive-langindic-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-langindic-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langindic/texlive-langindic-2015.ebuild,v
 1.1 2015/07/16 09:20:01 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=bangtex bengali burmese devnag ebong hyphen-indic 
hyphen-sanskrit sanskrit sanskrit-t1 velthuis wnri wnri-latex xetex-devanagari 
collection-langindic

TEXLIVE_MODULE_DOC_CONTENTS=bangtex.doc bengali.doc burmese.doc ebong.doc 
sanskrit.doc sanskrit-t1.doc velthuis.doc wnri.doc wnri-latex.doc 
xetex-devanagari.doc 
TEXLIVE_MODULE_SRC_CONTENTS=bengali.source burmese.source sanskrit.source 
wnri-latex.source 
inherit  texlive-module
DESCRIPTION=TeXLive Indic scripts

LICENSE= GPL-1 GPL-2 LPPL-1.3 public-domain 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015

RDEPEND=${DEPEND} 
TEXLIVE_MODULE_BINSCRIPTS=texmf-dist/scripts/ebong/ebong.py






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-fontsextra: texlive-fontsextra-2015.ebuild ChangeLog

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:13:56

  Modified: ChangeLog
  Added:texlive-fontsextra-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.79 dev-texlive/texlive-fontsextra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog?r1=1.78r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   12 Jul 2015 17:31:55 -  1.78
+++ ChangeLog   16 Jul 2015 09:13:56 -  1.79
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-fontsextra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog,v 
1.78 2015/07/12 17:31:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsextra/ChangeLog,v 
1.79 2015/07/16 09:13:56 aballier Exp $
+
+*texlive-fontsextra-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-fontsextra-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-fontsextra-2014.ebuild:



1.1  
dev-texlive/texlive-fontsextra/texlive-fontsextra-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsextra/texlive-fontsextra-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsextra/texlive-fontsextra-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-fontsextra-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsextra/texlive-fontsextra-2015.ebuild,v
 1.1 2015/07/16 09:13:56 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=Asana-Math academicons accanthis adforn adfsymbols 
aecc alegreya allrunes almfixed anonymouspro antiqua antt archaic arev 
ascii-font aspectratio astro augie auncial-new aurical b1encoding barcodes 
baskervald baskervaldx bbding bbm bbm-macros bbold bbold-type1 belleek bera 
berenisadf bguq blacklettert1 boisik bookhands boondox braille brushscr cabin 
caladea calligra calligra-type1 cantarell carlito carolmin-ps ccicons 
cfr-initials cfr-lm cherokee cinzel clearsans cm-lgc cm-unicode cmbright cmll 
cmpica cmtiup comfortaa comicneue concmath-fonts cookingsymbols 
countriesofeurope courier-scaled cryst cyklop dancers dantelogo dejavu dice 
dictsym dingbat doublestroke dozenal drm droid duerer duerer-latex dutchcal ean 
ebgaramond ebgaramond-maths ecc eco eiad eiad-ltx electrum elvish epigrafica 
epsdice erewhon esrelation esstix esvect eulervm euxm fbb fdsymbol fetamont 
feyn fge fira foekfont fonetika fontawesome fontmfizz fourier fouriernc 
frcursive genealogy gentium-t
 ug gfsartemisia gfsbodoni gfscomplutum gfsdidot gfsneohellenic gfssolomos 
gillcm gillius gnu-freefont gothic greenpoint grotesq hacm hands heuristica 
hfbright hfoldsty ifsym inconsolata initials ipaex-type1 iwona jablantile 
jamtimes junicode kixfont knuthotherfonts kpfonts kurier lato lfb libertine 
librebaskerville librecaslon libris linearA lobster2 lxfonts ly1 mathabx 
mathabx-type1 mathdesign mdputu mdsymbol merriweather mintspirit mnsymbol newpx 
newtx newtxsf newtxtt nkarta obnov ocherokee ocr-b ocr-b-outline ogham oinuit 
oldlatin oldstandard opensans orkhun overlock pacioli paratype phaistos 
phonetic pigpen playfair poltawski prodint punk punk-latex punknova pxtxalfa 
quattrocento raleway recycle roboto romande rsfso sansmathaccent sansmathfonts 
sauter sauterfonts schulschriften semaphor skull sourcecodepro sourcesanspro 
sourceserifpro starfont staves stix superiors tapir tengwarscript tfrupee 
tpslifonts trajan txfontsb typicons umtypewriter universa universalis 
urwchancal ventur
 isadf wsuipa xcharter xits yfonts yfonts-t1 zlmtt collection-fontsextra

TEXLIVE_MODULE_DOC_CONTENTS=Asana-Math.doc academicons.doc accanthis.doc 
adforn.doc adfsymbols.doc aecc.doc alegreya.doc allrunes.doc almfixed.doc 
anonymouspro.doc antiqua.doc antt.doc archaic.doc arev.doc ascii-font.doc 
aspectratio.doc astro.doc augie.doc auncial-new.doc aurical.doc b1encoding.doc 
barcodes.doc baskervald.doc baskervaldx.doc bbding.doc bbm.doc bbm-macros.doc 
bbold.doc bbold-type1.doc belleek.doc bera.doc berenisadf.doc bguq.doc 
blacklettert1.doc boisik.doc bookhands.doc boondox.doc 

[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:13:29

  Modified: ChangeLog
  Added:texlive-context-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.80 dev-texlive/texlive-context/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   12 Jul 2015 17:30:48 -  1.79
+++ ChangeLog   16 Jul 2015 09:13:29 -  1.80
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-context
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 
1.79 2015/07/12 17:30:48 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 
1.80 2015/07/16 09:13:29 aballier Exp $
+
+*texlive-context-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-context-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org texlive-context-2014.ebuild:
   x86 stable wrt bug #550840



1.1  dev-texlive/texlive-context/texlive-context-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-context-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2015.ebuild,v
 1.1 2015/07/16 09:13:29 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=context jmn context-account context-algorithmic 
context-animation context-annotation context-bnf context-chromato 
context-construction-plan context-cyrillicnumbers context-degrade 
context-fancybreak context-filter context-fixme context-french context-fullpage 
context-games context-gantt context-gnuplot context-letter context-lettrine 
context-lilypond context-mathsets context-notes-zh-cn context-rst context-ruby 
context-simplefonts context-simpleslides context-title context-transliterator 
context-typearea context-typescripts context-vim context-visualcounter 
collection-context

TEXLIVE_MODULE_DOC_CONTENTS=context.doc context-account.doc 
context-animation.doc context-annotation.doc context-bnf.doc 
context-chromato.doc context-construction-plan.doc context-cyrillicnumbers.doc 
context-degrade.doc context-fancybreak.doc context-filter.doc 
context-french.doc context-fullpage.doc context-games.doc context-gantt.doc 
context-gnuplot.doc context-letter.doc context-lettrine.doc 
context-lilypond.doc context-mathsets.doc context-notes-zh-cn.doc 
context-rst.doc context-ruby.doc context-simplefonts.doc 
context-simpleslides.doc context-title.doc context-transliterator.doc 
context-typearea.doc context-typescripts.doc context-vim.doc 
context-visualcounter.doc 
TEXLIVE_MODULE_SRC_CONTENTS=context-visualcounter.source 
inherit  texlive-module
DESCRIPTION=TeXLive ConTeXt and packages

LICENSE= BSD GPL-1 GPL-2 GPL-3 public-domain TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
=dev-texlive/texlive-latex-2010
!dev-texlive/texlive-latex-2010
=app-text/texlive-core-2010[xetex]
=dev-texlive/texlive-metapost-2010

RDEPEND=${DEPEND} dev-lang/ruby

PATCHES=( ${FILESDIR}/luacnfspec2013.patch )

TL_CONTEXT_UNIX_STUBS=contextjit mtxrunjit mtxrun texexec context metatex 
luatools mtxworks texmfstart

TEXLIVE_MODULE_BINSCRIPTS=

for i in ${TL_CONTEXT_UNIX_STUBS} ; do
TEXLIVE_MODULE_BINSCRIPTS=${TEXLIVE_MODULE_BINSCRIPTS} 
texmf-dist/scripts/context/stubs/unix/$i
done

# This small hack is needed in order to have a sane upgrade path:
# the new TeX Live 2009 metapost produces this file but it is not recorded in
# any package; when running fmtutil (like texmf-update does) this file will be
# created and cause collisions.

pkg_setup() {
if [ -f ${ROOT}/var/lib/texmf/web2c/metapost/metafun.log ]; then
einfo Removing 
${ROOT}/var/lib/texmf/web2c/metapost/metafun.log
 

[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-fontsrecommended: texlive-fontsrecommended-2015.ebuild ChangeLog

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:14:22

  Modified: ChangeLog
  Added:texlive-fontsrecommended-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.74 dev-texlive/texlive-fontsrecommended/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   12 Jul 2015 17:33:22 -  1.73
+++ ChangeLog   16 Jul 2015 09:14:22 -  1.74
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-fontsrecommended
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog,v 1.73 
2015/07/12 17:33:22 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/ChangeLog,v 1.74 
2015/07/16 09:14:22 aballier Exp $
+
+*texlive-fontsrecommended-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-fontsrecommended-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-fontsrecommended-2014.ebuild:



1.1  
dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-fontsrecommended-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontsrecommended/texlive-fontsrecommended-2015.ebuild,v
 1.1 2015/07/16 09:14:22 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=avantgar bookman charter cm-super cmextra courier ec 
euro euro-ce eurosym fpl helvetic lm lm-math marvosym mathpazo manfnt-font 
mflogo-font ncntrsbk palatino pxfonts rsfs symbol tex-gyre tex-gyre-math times 
tipa txfonts utopia wasy wasy2-ps wasysym zapfchan zapfding 
collection-fontsrecommended

TEXLIVE_MODULE_DOC_CONTENTS=charter.doc cm-super.doc ec.doc euro.doc 
euro-ce.doc eurosym.doc fpl.doc lm.doc lm-math.doc marvosym.doc mathpazo.doc 
mflogo-font.doc pxfonts.doc rsfs.doc tex-gyre.doc tex-gyre-math.doc tipa.doc 
txfonts.doc utopia.doc wasy.doc wasy2-ps.doc wasysym.doc 
TEXLIVE_MODULE_SRC_CONTENTS=euro.source fpl.source lm.source marvosym.source 
mathpazo.source wasysym.source 
inherit  texlive-module
DESCRIPTION=TeXLive Recommended fonts

LICENSE= BSD GPL-1 GPL-2 LPPL-1.3 OFL public-domain TeX TeX-other-free
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
!=dev-texlive/texlive-basic-2007*
!dev-texlive/texlive-fontsextra-2010
!dev-texlive/texlive-latexrecommended-2014

RDEPEND=${DEPEND} 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-fontutils: ChangeLog texlive-fontutils-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:14:42

  Modified: ChangeLog
  Added:texlive-fontutils-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.56 dev-texlive/texlive-fontutils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   12 Jul 2015 17:35:24 -  1.55
+++ ChangeLog   16 Jul 2015 09:14:42 -  1.56
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-fontutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v 
1.55 2015/07/12 17:35:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v 
1.56 2015/07/16 09:14:42 aballier Exp $
+
+*texlive-fontutils-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-fontutils-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org 
texlive-fontutils-2014.ebuild:
   x86 stable wrt bug #550840



1.1  dev-texlive/texlive-fontutils/texlive-fontutils-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/texlive-fontutils-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/texlive-fontutils-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-fontutils-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/texlive-fontutils-2015.ebuild,v
 1.1 2015/07/16 09:14:42 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=accfonts afm2pl dosepsbin epstopdf fontware 
lcdftypetools metatype1 ps2pk pstools psutils dvipsconfig fontinst fontools 
mf2pt1 t1utils collection-fontutils

TEXLIVE_MODULE_DOC_CONTENTS=accfonts.doc afm2pl.doc dosepsbin.doc epstopdf.doc 
fontware.doc lcdftypetools.doc ps2pk.doc pstools.doc psutils.doc fontinst.doc 
fontools.doc mf2pt1.doc t1utils.doc 
TEXLIVE_MODULE_SRC_CONTENTS=dosepsbin.source metatype1.source fontinst.source 
inherit  texlive-module
DESCRIPTION=TeXLive Graphics and font utilities

LICENSE= Artistic GPL-1 GPL-2 LPPL-1.3 public-domain TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
!dev-texlive/texlive-psutils
!dev-texlive/texlive-fontsextra-2009
!app-text/texlive-core-2013

RDEPEND=${DEPEND} 
TEXLIVE_MODULE_BINSCRIPTS=
texmf-dist/scripts/accfonts/mkt1font
texmf-dist/scripts/accfonts/vpl2ovp
texmf-dist/scripts/accfonts/vpl2vpl
texmf-dist/scripts/epstopdf/epstopdf.pl
texmf-dist/scripts/fontools/afm2afm
texmf-dist/scripts/fontools/autoinst
texmf-dist/scripts/fontools/ot2kpx
texmf-dist/scripts/mf2pt1/mf2pt1.pl
texmf-dist/scripts/dosepsbin/dosepsbin.pl
texmf-dist/scripts/texlive/fontinst.sh
texmf-dist/scripts/texlive/ps2frag.sh
texmf-dist/scripts/texlive/pslatex.sh

TEXLIVE_MODULE_BINLINKS=
epstopdf:repstopdf







[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-latex: ChangeLog texlive-latex-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:22:25

  Modified: ChangeLog
  Added:texlive-latex-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.83 dev-texlive/texlive-latex/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/ChangeLog?rev=1.83view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/ChangeLog?rev=1.83content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/ChangeLog?r1=1.82r2=1.83

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   12 Jul 2015 17:28:41 -  1.82
+++ ChangeLog   16 Jul 2015 09:22:25 -  1.83
@@ -1,6 +1,11 @@
 # ChangeLog for dev-texlive/texlive-latex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.82 
2015/07/12 17:28:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.83 
2015/07/16 09:22:25 aballier Exp $
+
+*texlive-latex-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org +texlive-latex-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org texlive-latex-2014.ebuild:
   x86 stable wrt bug #550840



1.1  dev-texlive/texlive-latex/texlive-latex-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-latex-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2015.ebuild,v 
1.1 2015/07/16 09:22:25 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=ae amscls amsmath babel babel-english babelbib 
carlisle colortbl fancyhdr fix2col geometry graphics hyperref latex latex-bin 
latex-fonts latexconfig ltxmisc mfnfss mptopdf natbib oberdiek pdftex-def 
pslatex psnfss pspicture tools url collection-latex

TEXLIVE_MODULE_DOC_CONTENTS=ae.doc amscls.doc amsmath.doc babel.doc 
babel-english.doc babelbib.doc carlisle.doc colortbl.doc fancyhdr.doc 
fix2col.doc geometry.doc graphics.doc hyperref.doc latex.doc latex-bin.doc 
latex-fonts.doc mfnfss.doc mptopdf.doc natbib.doc oberdiek.doc psnfss.doc 
pspicture.doc tools.doc url.doc 
TEXLIVE_MODULE_SRC_CONTENTS=ae.source amscls.source amsmath.source 
babel.source babel-english.source carlisle.source colortbl.source 
fix2col.source geometry.source graphics.source hyperref.source latex.source 
mfnfss.source natbib.source oberdiek.source pslatex.source psnfss.source 
pspicture.source tools.source 
inherit  texlive-module
DESCRIPTION=TeXLive LaTeX fundamental packages

LICENSE= GPL-2 LPPL-1.3 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
!dev-texlive/texlive-context-2010
!dev-texlive/texlive-latexrecommended-2014

RDEPEND=${DEPEND} 
TEXLIVE_MODULE_BINSCRIPTS=
texmf-dist/scripts/oberdiek/pdfatfi.pl
texmf-dist/scripts/context/perl/mptopdf.pl


src_prepare() {
rm -rf texmf-dist/scripts/context/stubs/mswin || die
}






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-humanities: texlive-humanities-2015.ebuild ChangeLog

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:16:15

  Modified: ChangeLog
  Added:texlive-humanities-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.69 dev-texlive/texlive-humanities/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   12 Jul 2015 17:42:30 -  1.68
+++ ChangeLog   16 Jul 2015 09:16:15 -  1.69
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-humanities
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog,v 
1.68 2015/07/12 17:42:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog,v 
1.69 2015/07/16 09:16:15 aballier Exp $
+
+*texlive-humanities-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-humanities-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-humanities-2014.ebuild:



1.1  
dev-texlive/texlive-humanities/texlive-humanities-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-humanities/texlive-humanities-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-humanities/texlive-humanities-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-humanities-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/texlive-humanities-2015.ebuild,v
 1.1 2015/07/16 09:16:15 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=bibleref bibleref-lds bibleref-mouth bibleref-parse 
covington diadia dramatist dvgloss ecltree edfnotes ednotes eledform eledmac 
expex gb4e gmverse jura juraabbrev juramisc jurarsp ledmac leipzig lexikon 
lexref linguex liturg metrix parallel parrun phonrule plari play poemscol 
poetrytex qobitree qtree rrgtrees rtklage screenplay sides stage textglos 
thalie tree-dvips verse xyling collection-humanities

TEXLIVE_MODULE_DOC_CONTENTS=bibleref.doc bibleref-lds.doc bibleref-mouth.doc 
bibleref-parse.doc covington.doc diadia.doc dramatist.doc dvgloss.doc 
ecltree.doc edfnotes.doc ednotes.doc eledform.doc eledmac.doc expex.doc 
gb4e.doc gmverse.doc jura.doc juraabbrev.doc juramisc.doc jurarsp.doc 
ledmac.doc leipzig.doc lexikon.doc lexref.doc linguex.doc liturg.doc metrix.doc 
parallel.doc parrun.doc phonrule.doc plari.doc play.doc poemscol.doc 
poetrytex.doc qobitree.doc qtree.doc rrgtrees.doc rtklage.doc screenplay.doc 
sides.doc stage.doc textglos.doc thalie.doc tree-dvips.doc verse.doc xyling.doc 

TEXLIVE_MODULE_SRC_CONTENTS=bibleref.source bibleref-lds.source 
bibleref-mouth.source dramatist.source dvgloss.source edfnotes.source 
eledform.source eledmac.source jura.source juraabbrev.source jurarsp.source 
ledmac.source leipzig.source liturg.source metrix.source parallel.source 
parrun.source plari.source play.source poemscol.source poetrytex.source 
rrgtrees.source screenplay.source textglos.source thalie.source verse.source 
inherit  texlive-module
DESCRIPTION=TeXLive Humanities packages

LICENSE= GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-latex-2015
!dev-tex/lineno

RDEPEND=${DEPEND} 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-games: texlive-games-2015.ebuild ChangeLog

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:15:17

  Modified: ChangeLog
  Added:texlive-games-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.69 dev-texlive/texlive-games/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-games/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   12 Jul 2015 17:39:25 -  1.68
+++ ChangeLog   16 Jul 2015 09:15:17 -  1.69
@@ -1,6 +1,11 @@
 # ChangeLog for dev-texlive/texlive-games
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-games/ChangeLog,v 1.68 
2015/07/12 17:39:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-games/ChangeLog,v 1.69 
2015/07/16 09:15:17 aballier Exp $
+
+*texlive-games-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org +texlive-games-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org texlive-games-2014.ebuild:
   x86 stable wrt bug #550840



1.1  dev-texlive/texlive-games/texlive-games-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-games/texlive-games-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-games/texlive-games-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-games-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-games/texlive-games-2015.ebuild,v 
1.1 2015/07/16 09:15:17 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=bartel-chess-fonts chess chess-problem-diagrams 
chessboard chessfss crossword crosswrd egameps gamebook go hanoi havannah 
hexgame horoscop labyrinth logicpuzzle othello othelloboard pas-crosswords psgo 
reverxii rubik schwalbe-chess sgame skak skaknew sudoku sudokubundle xq xskak 
collection-games

TEXLIVE_MODULE_DOC_CONTENTS=bartel-chess-fonts.doc chess.doc 
chess-problem-diagrams.doc chessboard.doc chessfss.doc crossword.doc 
crosswrd.doc egameps.doc gamebook.doc go.doc havannah.doc hexgame.doc 
horoscop.doc labyrinth.doc logicpuzzle.doc othello.doc othelloboard.doc 
pas-crosswords.doc psgo.doc reverxii.doc rubik.doc schwalbe-chess.doc sgame.doc 
skak.doc skaknew.doc sudoku.doc sudokubundle.doc xq.doc xskak.doc 
TEXLIVE_MODULE_SRC_CONTENTS=chess-problem-diagrams.source chessboard.source 
chessfss.source crossword.source crosswrd.source gamebook.source go.source 
havannah.source horoscop.source rubik.source schwalbe-chess.source 
sudoku.source sudokubundle.source xskak.source 
inherit  texlive-module
DESCRIPTION=TeXLive Games typesetting

LICENSE= GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-latex-2015
!dev-texlive/texlive-latexextra-2009

RDEPEND=${DEPEND} 
TEXLIVE_MODULE_BINSCRIPTS=
texmf-dist/scripts/rubik/rubikrotation.pl







[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-genericextra: ChangeLog texlive-genericextra-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:15:37

  Modified: ChangeLog
  Added:texlive-genericextra-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.71 dev-texlive/texlive-genericextra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   12 Jul 2015 17:40:52 -  1.70
+++ ChangeLog   16 Jul 2015 09:15:37 -  1.71
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-genericextra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog,v 1.70 
2015/07/12 17:40:52 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog,v 1.71 
2015/07/16 09:15:37 aballier Exp $
+
+*texlive-genericextra-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-genericextra-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-genericextra-2014.ebuild:



1.1  
dev-texlive/texlive-genericextra/texlive-genericextra-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericextra/texlive-genericextra-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericextra/texlive-genericextra-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-genericextra-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/texlive-genericextra-2015.ebuild,v
 1.1 2015/07/16 09:15:37 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=abbr abstyles barr bitelist borceux c-pascal catcodes 
chronosys colorsep dinat dirtree docbytex dowith eijkhout encxvlna epigram 
fenixpar fltpoint fntproof gates ifetex iftex insbox lambda-lists langcode 
lecturer librarian mathdots metatex midnight navigator ofs pdf-trans plainpkg 
schemata shade systeme tabto-generic termmenu tracklang texapi upca xlop yax 
collection-genericextra

TEXLIVE_MODULE_DOC_CONTENTS=abbr.doc abstyles.doc barr.doc bitelist.doc 
borceux.doc c-pascal.doc catcodes.doc chronosys.doc dinat.doc dirtree.doc 
docbytex.doc dowith.doc encxvlna.doc fenixpar.doc fltpoint.doc fntproof.doc 
gates.doc ifetex.doc iftex.doc insbox.doc lambda-lists.doc langcode.doc 
lecturer.doc librarian.doc mathdots.doc metatex.doc midnight.doc navigator.doc 
ofs.doc pdf-trans.doc plainpkg.doc schemata.doc shade.doc systeme.doc 
termmenu.doc tracklang.doc texapi.doc upca.doc xlop.doc yax.doc 
TEXLIVE_MODULE_SRC_CONTENTS=bitelist.source catcodes.source dirtree.source 
dowith.source fltpoint.source ifetex.source langcode.source mathdots.source 
plainpkg.source schemata.source termmenu.source tracklang.source xlop.source 
inherit  texlive-module
DESCRIPTION=TeXLive Generic additional packages

LICENSE= GPL-1 GPL-2 LPPL-1.3 public-domain TeX TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015

RDEPEND=${DEPEND} 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-genericrecommended: ChangeLog texlive-genericrecommended-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:15:56

  Modified: ChangeLog
  Added:texlive-genericrecommended-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.72 dev-texlive/texlive-genericrecommended/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericrecommended/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   12 Jul 2015 17:41:38 -  1.71
+++ ChangeLog   16 Jul 2015 09:15:55 -  1.72
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-genericrecommended
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericrecommended/ChangeLog,v 1.71 
2015/07/12 17:41:38 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericrecommended/ChangeLog,v 1.72 
2015/07/16 09:15:55 aballier Exp $
+
+*texlive-genericrecommended-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-genericrecommended-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-genericrecommended-2014.ebuild:



1.1  
dev-texlive/texlive-genericrecommended/texlive-genericrecommended-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericrecommended/texlive-genericrecommended-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-genericrecommended/texlive-genericrecommended-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-genericrecommended-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-genericrecommended/texlive-genericrecommended-2015.ebuild,v
 1.1 2015/07/16 09:15:55 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=apnum epsf fontname genmisc kastrup multido path 
tex-ps ulem collection-genericrecommended

TEXLIVE_MODULE_DOC_CONTENTS=apnum.doc epsf.doc fontname.doc kastrup.doc 
multido.doc path.doc tex-ps.doc ulem.doc 
TEXLIVE_MODULE_SRC_CONTENTS=kastrup.source multido.source 
inherit  texlive-module
DESCRIPTION=TeXLive Generic recommended packages

LICENSE= GPL-1 GPL-2 LPPL-1.3 public-domain TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
!=dev-texlive/texlive-basic-2007*
!dev-texlive/texlive-texinfo-2009
!dev-texlive/texlive-latexextra-2010

RDEPEND=${DEPEND} 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-formatsextra: texlive-formatsextra-2015.ebuild ChangeLog

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:14:59

  Modified: ChangeLog
  Added:texlive-formatsextra-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.73 dev-texlive/texlive-formatsextra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-formatsextra/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   12 Jul 2015 17:38:10 -  1.72
+++ ChangeLog   16 Jul 2015 09:14:59 -  1.73
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-formatsextra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-formatsextra/ChangeLog,v 1.72 
2015/07/12 17:38:10 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-formatsextra/ChangeLog,v 1.73 
2015/07/16 09:14:59 aballier Exp $
+
+*texlive-formatsextra-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-formatsextra-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-formatsextra-2014.ebuild:



1.1  
dev-texlive/texlive-formatsextra/texlive-formatsextra-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-formatsextra/texlive-formatsextra-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-formatsextra/texlive-formatsextra-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-formatsextra-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-formatsextra/texlive-formatsextra-2015.ebuild,v
 1.1 2015/07/16 09:14:59 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=edmac eplain lollipop mltex psizzl startex texsis 
collection-formatsextra

TEXLIVE_MODULE_DOC_CONTENTS=edmac.doc eplain.doc lollipop.doc mltex.doc 
psizzl.doc startex.doc texsis.doc 
TEXLIVE_MODULE_SRC_CONTENTS=edmac.source eplain.source psizzl.source 
startex.source 
inherit  texlive-module
DESCRIPTION=TeXLive Additional formats

LICENSE= GPL-2 GPL-3 LPPL-1.3 public-domain TeX 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
=dev-texlive/texlive-latex-2008
dev-texlive/texlive-xetex

RDEPEND=${DEPEND} 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langportuguese: ChangeLog texlive-langportuguese-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:21:49

  Modified: ChangeLog
  Added:texlive-langportuguese-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.68 dev-texlive/texlive-langportuguese/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langportuguese/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   12 Jul 2015 17:59:39 -  1.67
+++ ChangeLog   16 Jul 2015 09:21:49 -  1.68
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-langportuguese
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langportuguese/ChangeLog,v 1.67 
2015/07/12 17:59:39 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langportuguese/ChangeLog,v 1.68 
2015/07/16 09:21:49 aballier Exp $
+
+*texlive-langportuguese-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-langportuguese-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-langportuguese-2014.ebuild:



1.1  
dev-texlive/texlive-langportuguese/texlive-langportuguese-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langportuguese/texlive-langportuguese-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langportuguese/texlive-langportuguese-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-langportuguese-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langportuguese/texlive-langportuguese-2015.ebuild,v
 1.1 2015/07/16 09:21:49 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=babel-portuges beamer-tut-pt cursolatex feupphdteses 
hyphen-portuguese latexcheat-ptbr lshort-portuguese ordinalpt xypic-tut-pt 
collection-langportuguese

TEXLIVE_MODULE_DOC_CONTENTS=babel-portuges.doc beamer-tut-pt.doc 
cursolatex.doc feupphdteses.doc latexcheat-ptbr.doc lshort-portuguese.doc 
ordinalpt.doc xypic-tut-pt.doc 
TEXLIVE_MODULE_SRC_CONTENTS=babel-portuges.source ordinalpt.source 
inherit  texlive-module
DESCRIPTION=TeXLive Portuguese

LICENSE= GPL-1 GPL-2 LPPL-1.3 public-domain 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
!dev-texlive/texlive-documentation-portuguese

RDEPEND=${DEPEND} 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langother: ChangeLog texlive-langother-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:21:11

  Modified: ChangeLog
  Added:texlive-langother-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.69 dev-texlive/texlive-langother/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langother/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   12 Jul 2015 17:58:00 -  1.68
+++ ChangeLog   16 Jul 2015 09:21:11 -  1.69
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-langother
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langother/ChangeLog,v 
1.68 2015/07/12 17:58:00 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langother/ChangeLog,v 
1.69 2015/07/16 09:21:11 aballier Exp $
+
+*texlive-langother-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-langother-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org 
texlive-langother-2014.ebuild:
   x86 stable wrt bug #550840



1.1  dev-texlive/texlive-langother/texlive-langother-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langother/texlive-langother-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langother/texlive-langother-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-langother-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langother/texlive-langother-2015.ebuild,v
 1.1 2015/07/16 09:21:11 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=amsldoc-vn aramaic-serto babel-bahasa babel-esperanto 
babel-georgian babel-hebrew babel-interlingua babel-sorbian babel-thai 
babel-vietnamese cjhebrew ctib fonts-tlwg hyphen-afrikaans hyphen-coptic 
hyphen-esperanto hyphen-georgian hyphen-indonesian hyphen-interlingua 
hyphen-thai hyphen-turkmen lshort-thai lshort-vietnamese ntheorem-vn vntex 
collection-langother

TEXLIVE_MODULE_DOC_CONTENTS=amsldoc-vn.doc aramaic-serto.doc babel-bahasa.doc 
babel-esperanto.doc babel-georgian.doc babel-hebrew.doc babel-interlingua.doc 
babel-sorbian.doc babel-thai.doc cjhebrew.doc ctib.doc fonts-tlwg.doc 
lshort-thai.doc lshort-vietnamese.doc ntheorem-vn.doc vntex.doc 
TEXLIVE_MODULE_SRC_CONTENTS=babel-bahasa.source babel-esperanto.source 
babel-hebrew.source babel-interlingua.source babel-sorbian.source 
babel-thai.source babel-vietnamese.source ctib.source fonts-tlwg.source 
vntex.source 
inherit  texlive-module
DESCRIPTION=TeXLive Other languages

LICENSE= GPL-1 GPL-2 LPPL-1.3 public-domain TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
!dev-texlive/texlive-basic-2009
!dev-texlive/texlive-documentation-vietnamese
!dev-texlive/texlive-langvietnamese
!dev-texlive/texlive-langcjk-2013
!dev-texlive/texlive-langhebrew
!dev-texlive/texlive-documentation-thai
!dev-texlive/texlive-langturkmen
!dev-texlive/texlive-langtibetan

RDEPEND=${DEPEND} 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-basic: ChangeLog texlive-basic-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:12:45

  Modified: ChangeLog
  Added:texlive-basic-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.85 dev-texlive/texlive-basic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   12 Jul 2015 17:26:10 -  1.84
+++ ChangeLog   16 Jul 2015 09:12:45 -  1.85
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-basic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.84 
2015/07/12 17:26:10 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.85 
2015/07/16 09:12:45 aballier Exp $
+
+*texlive-basic-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org +texlive-basic-2015.ebuild,
+  +files/texmfcnflua2015.patch:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org texlive-basic-2014.ebuild:
   x86 stable wrt bug #550840



1.1  dev-texlive/texlive-basic/texlive-basic-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-basic-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2015.ebuild,v 
1.1 2015/07/16 09:12:45 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=amsfonts bibtex cm dvipdfmx-def enctex etex etex-pkg 
hyph-utf8 ifluatex ifxetex knuth-lib knuth-local lua-alt-getopt luatex 
makeindex metafont mflogo mfware pdftex plain tex texlive-common 
texlive-docindex texlive-en texlive-msg-translations texlive-scripts 
collection-basic

TEXLIVE_MODULE_DOC_CONTENTS=amsfonts.doc bibtex.doc cm.doc enctex.doc etex.doc 
etex-pkg.doc hyph-utf8.doc ifluatex.doc ifxetex.doc lua-alt-getopt.doc 
luatex.doc makeindex.doc metafont.doc mflogo.doc mfware.doc pdftex.doc tex.doc 
texlive-common.doc texlive-docindex.doc texlive-en.doc texlive-scripts.doc 
TEXLIVE_MODULE_SRC_CONTENTS=amsfonts.source hyph-utf8.source ifluatex.source 
ifxetex.source mflogo.source 
inherit  texlive-module
DESCRIPTION=TeXLive Essential programs and files

LICENSE= GPL-1 GPL-2 LPPL-1.3 OFL TeX TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND=!app-text/texlive-core-2009
!dev-texlive/texlive-latex-2009
!dev-texlive/texlive-latexrecommended-2009
!dev-texlive/texlive-documentation-base

RDEPEND=${DEPEND} 
PATCHES=( ${FILESDIR}/texmfcnflua2015.patch )
TEXLIVE_MODULE_BINSCRIPTS=texmf-dist/scripts/simpdftex/simpdftex 
texmf-dist/scripts/texlive/rungs.tlu
DEPEND=${DEPEND}
!!dev-texlive/texlive-langcjk-2011
!!dev-texlive/texlive-langother-2012
!!dev-texlive/texlive-langgerman-2013
!!dev-texlive/texlive-langgreek-2013







[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-bibtexextra: ChangeLog texlive-bibtexextra-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:13:07

  Modified: ChangeLog
  Added:texlive-bibtexextra-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.71 dev-texlive/texlive-bibtexextra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   12 Jul 2015 17:29:55 -  1.70
+++ ChangeLog   16 Jul 2015 09:13:07 -  1.71
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-bibtexextra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v 
1.70 2015/07/12 17:29:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v 
1.71 2015/07/16 09:13:07 aballier Exp $
+
+*texlive-bibtexextra-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-bibtexextra-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-bibtexextra-2014.ebuild:



1.1  
dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-bibtexextra-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2015.ebuild,v
 1.1 2015/07/16 09:13:07 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=aichej ajl amsrefs apacite apalike2 beebe besjournals 
bibarts biber bibexport bibhtml  biblatex-anonymous biblatex-apa 
biblatex-bookinarticle biblatex-bwl biblatex-caspervector biblatex-chem 
biblatex-chicago biblatex-dw biblatex-fiwi biblatex-gost biblatex-historian 
biblatex-ieee biblatex-juradiss biblatex-luh-ipw biblatex-manuscripts-philology 
biblatex-mla biblatex-multiple-dm biblatex-musuos biblatex-nature biblatex-nejm 
biblatex-opcit-booktitle biblatex-philosophy biblatex-phys biblatex-publist 
biblatex-realauthor biblatex-science biblatex-source-division 
biblatex-subseries biblatex-swiss-legal biblatex-trad 
biblatex-true-citepages-omit biblist bibtopic bibtopicprefix bibunits bookdb 
breakcites cell chbibref chicago chicago-annote chembst chscite citeall collref 
compactbib crossrefware custom-bib din1505 dk-bib doipubmed economic fbs figbib 
footbib francais-bst geschichtsfrkl harvard harvmac historische-zeitschrift 
ijqc inlinebib iopart-num jneurosci jurab
 ib ksfh_nat listbib logreq margbib multibib multibibliography munich notes2bib 
oscola perception pnas2009 rsc showtags sort-by-letters splitbib 
turabian-formatting uni-wtal-ger uni-wtal-lin urlbst usebib vak xcite 
collection-bibtexextra

TEXLIVE_MODULE_DOC_CONTENTS=amsrefs.doc apacite.doc besjournals.doc 
bibarts.doc biber.doc bibexport.doc bibhtml.doc biblatex-anonymous.doc 
biblatex-apa.doc biblatex-bookinarticle.doc biblatex-bwl.doc 
biblatex-caspervector.doc biblatex-chem.doc biblatex-chicago.doc 
biblatex-dw.doc biblatex-fiwi.doc biblatex-gost.doc biblatex-historian.doc 
biblatex-ieee.doc biblatex-juradiss.doc biblatex-luh-ipw.doc 
biblatex-manuscripts-philology.doc biblatex-mla.doc biblatex-multiple-dm.doc 
biblatex-musuos.doc biblatex-nature.doc biblatex-nejm.doc 
biblatex-opcit-booktitle.doc biblatex-philosophy.doc biblatex-phys.doc 
biblatex-publist.doc biblatex-realauthor.doc biblatex-science.doc 
biblatex-source-division.doc biblatex-subseries.doc biblatex-swiss-legal.doc 
biblatex-trad.doc biblatex-true-citepages-omit.doc biblist.doc bibtopic.doc 
bibtopicprefix.doc bibunits.doc bookdb.doc breakcites.doc cell.doc chbibref.doc 
chicago-annote.doc chembst.doc chscite.doc citeall.doc collref.doc 
crossrefware.doc custom-
 bib.doc din1505.doc dk-bib.doc doipubmed.doc economic.doc figbib.doc 
footbib.doc francais-bst.doc geschichtsfrkl.doc harvard.doc harvmac.doc 
historische-zeitschrift.doc ijqc.doc inlinebib.doc iopart-num.doc jneurosci.doc 
jurabib.doc listbib.doc logreq.doc margbib.doc multibib.doc 
multibibliography.doc munich.doc 

[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-basic/files: texmfcnflua2015.patch

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:12:46

  Added:texmfcnflua2015.patch
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  dev-texlive/texlive-basic/files/texmfcnflua2015.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/files/texmfcnflua2015.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-basic/files/texmfcnflua2015.patch?rev=1.1content-type=text/plain

Index: texmfcnflua2015.patch
===
Index: work/texmf-dist/web2c/texmfcnf.lua
===
--- work.orig/texmf-dist/web2c/texmfcnf.lua
+++ work/texmf-dist/web2c/texmfcnf.lua
@@ -3,9 +3,6 @@
 -- ConTeXt needs a properly expanded TEXMFLOCAL, so here is a
 -- bit of lua code to make that happen
 
-local texmflocal = resolvers.prefixes.selfautoparent();
-texmflocal = string.gsub(texmflocal, 20%d%d$, texmf-local);
-
 return {
 
 type= configuration,
@@ -30,7 +27,7 @@ return {
 -- most cases you can leve this one untouched. The built-in 
definition
 -- permits relocation of the tree.
 --
--- TEXMFCNF = 
{selfautodir:,selfautoparent:}{,{/share,}/texmf{-local,}/web2c}
+-- TEXMFCNF = selfautodir:share/texmf-dist/web2c
 --
 -- more readable than 
selfautoparent:{/texmf{-local,}{,/web2c},}} is:
 --
@@ -44,14 +41,14 @@ return {
 
 -- only used for FONTCONFIG_PATH  TEXMFCACHE in TeX Live
 
-TEXMFSYSVAR = selfautoparent:texmf-var,
-TEXMFVAR= home:.texlive2015/texmf-var,
+TEXMFSYSVAR = selfautoparent:var/lib/texmf,
+TEXMFVAR= home:.texlive/texmf-var,
 
 -- We have only one cache path but there can be more. The first 
writable one
 -- will be chosen but there can be more readable paths.
 
 TEXMFCACHE  = $TEXMFSYSVAR;$TEXMFVAR,
-TEXMFCONFIG = home:.texlive2015/texmf-config,
+TEXMFCONFIG = home:.texlive/texmf-config,
 
 -- I don't like this texmf under home and texmf-home would make 
more
 -- sense. One never knows what installers put under texmf anywhere 
and
@@ -62,12 +59,12 @@ return {
 -- entry. This makes the tex root relocatable.
 
 TEXMFOS = selfautodir:,
-TEXMFDIST   = selfautoparent:texmf-dist,
+TEXMFDIST   = selfautodir:share/texmf-dist,
 
-TEXMFLOCAL  = texmflocal,
-TEXMFSYSCONFIG  = selfautoparent:texmf-config,
-TEXMFFONTS  = selfautoparent:texmf-fonts,
-TEXMFPROJECT= selfautoparent:texmf-project,
+TEXMFLOCAL  = selfautodir:local/share/texmf,
+TEXMFSYSCONFIG  = selfautoparent:etc/texmf,
+TEXMFFONTS  = selfautodir:share/texmf-dist,
+TEXMFPROJECT= selfautodir:share/texmf-dist,
 
 TEXMFHOME   = home:texmf,
  -- TEXMFHOME   = os.name == macosx and home:Library/texmf or 
home:texmf,






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langczechslovak: ChangeLog texlive-langczechslovak-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:18:06

  Modified: ChangeLog
  Added:texlive-langczechslovak-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.69 dev-texlive/texlive-langczechslovak/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langczechslovak/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   12 Jul 2015 17:48:49 -  1.68
+++ ChangeLog   16 Jul 2015 09:18:06 -  1.69
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-langczechslovak
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langczechslovak/ChangeLog,v 1.68 
2015/07/12 17:48:49 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langczechslovak/ChangeLog,v 1.69 
2015/07/16 09:18:06 aballier Exp $
+
+*texlive-langczechslovak-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-langczechslovak-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-langczechslovak-2014.ebuild:



1.1  
dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-langczechslovak-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2015.ebuild,v
 1.1 2015/07/16 09:18:06 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=babel-czech babel-slovak cnbwp cs csbulletin cslatex 
csplain cstex hyphen-czech hyphen-slovak lshort-czech lshort-slovak texlive-cz 
collection-langczechslovak

TEXLIVE_MODULE_DOC_CONTENTS=babel-czech.doc babel-slovak.doc cnbwp.doc 
csbulletin.doc cstex.doc lshort-czech.doc lshort-slovak.doc texlive-cz.doc 
TEXLIVE_MODULE_SRC_CONTENTS=babel-czech.source babel-slovak.source 
cslatex.source 
inherit  texlive-module
DESCRIPTION=TeXLive Czech/Slovak

LICENSE= GPL-1 GPL-2 LPPL-1.3 TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
=dev-texlive/texlive-latex-2015
!dev-texlive/texlive-documentation-czechslovak
=app-text/texlive-core-2014[xetex]

RDEPEND=${DEPEND} 






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langcjk: texlive-langcjk-2015.ebuild ChangeLog

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:17:26

  Modified: ChangeLog
  Added:texlive-langcjk-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.78 dev-texlive/texlive-langcjk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog?rev=1.78view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog?rev=1.78content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog?r1=1.77r2=1.78

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   12 Jul 2015 17:46:36 -  1.77
+++ ChangeLog   16 Jul 2015 09:17:26 -  1.78
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-langcjk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog,v 
1.77 2015/07/12 17:46:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog,v 
1.78 2015/07/16 09:17:26 aballier Exp $
+
+*texlive-langcjk-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-langcjk-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org texlive-langcjk-2014.ebuild:
   x86 stable wrt bug #550840



1.1  dev-texlive/texlive-langcjk/texlive-langcjk-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcjk/texlive-langcjk-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcjk/texlive-langcjk-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-langcjk-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/texlive-langcjk-2015.ebuild,v
 1.1 2015/07/16 09:17:26 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=adobemapping c90 cjk-gs-integrate cjkpunct dnp 
garuda-c90 norasi-c90 xcjk2uni zxjafont collection-langcjk

TEXLIVE_MODULE_DOC_CONTENTS=c90.doc cjk-gs-integrate.doc cjkpunct.doc 
xcjk2uni.doc zxjafont.doc 
TEXLIVE_MODULE_SRC_CONTENTS=c90.source cjkpunct.source garuda-c90.source 
norasi-c90.source xcjk2uni.source 
inherit  texlive-module
DESCRIPTION=TeXLive Chinese/Japanese/Korean (base)

LICENSE= BSD GPL-2 GPL-3 LPPL-1.3 TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
=app-text/texlive-core-2010[cjk]
=dev-texlive/texlive-latex-2011
!!dev-texlive/texlive-langcjk-2012
!dev-texlive/texlive-documentation-chinese
!dev-texlive/texlive-documentation-korean
!dev-texlive/texlive-documentation-japanese

RDEPEND=${DEPEND} dev-lang/ruby

TEXLIVE_MODULE_BINSCRIPTS=texmf-dist/scripts/cjk-gs-integrate/cjk-gs-integrate.pl






[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langcyrillic: ChangeLog texlive-langcyrillic-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:17:47

  Modified: ChangeLog
  Added:texlive-langcyrillic-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.70 dev-texlive/texlive-langcyrillic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcyrillic/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   12 Jul 2015 17:47:54 -  1.69
+++ ChangeLog   16 Jul 2015 09:17:47 -  1.70
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-langcyrillic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langcyrillic/ChangeLog,v 1.69 
2015/07/12 17:47:54 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langcyrillic/ChangeLog,v 1.70 
2015/07/16 09:17:47 aballier Exp $
+
+*texlive-langcyrillic-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-langcyrillic-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-langcyrillic-2014.ebuild:



1.1  
dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-langcyrillic-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2015.ebuild,v
 1.1 2015/07/16 09:17:47 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=babel-bulgarian babel-russian babel-serbian 
babel-serbianc babel-ukraineb cmcyr cyrillic cyrillic-bin cyrplain disser eskd 
eskdx gost hyphen-bulgarian hyphen-mongolian hyphen-russian hyphen-serbian 
hyphen-ukrainian lcyw lh lhcyr lshort-bulgarian lshort-mongol lshort-russian 
lshort-ukr mongolian-babel montex mpman-ru pst-eucl-translation-bg ruhyphen 
russ serbian-apostrophe serbian-date-lat serbian-def-cyr serbian-lig t2 
texlive-ru texlive-sr ukrhyph collection-langcyrillic

TEXLIVE_MODULE_DOC_CONTENTS=babel-bulgarian.doc babel-russian.doc 
babel-serbian.doc babel-serbianc.doc babel-ukraineb.doc cmcyr.doc cyrillic.doc 
cyrillic-bin.doc disser.doc eskd.doc eskdx.doc gost.doc lcyw.doc lh.doc 
lshort-bulgarian.doc lshort-mongol.doc lshort-russian.doc lshort-ukr.doc 
mongolian-babel.doc montex.doc mpman-ru.doc pst-eucl-translation-bg.doc 
russ.doc serbian-apostrophe.doc serbian-date-lat.doc serbian-def-cyr.doc 
serbian-lig.doc t2.doc texlive-ru.doc texlive-sr.doc ukrhyph.doc 
TEXLIVE_MODULE_SRC_CONTENTS=babel-bulgarian.source babel-russian.source 
babel-serbian.source babel-serbianc.source babel-ukraineb.source 
cyrillic.source disser.source eskd.source gost.source lcyw.source lh.source 
lhcyr.source mongolian-babel.source ruhyphen.source 
inherit  texlive-module
DESCRIPTION=TeXLive Cyrillic

LICENSE= GPL-1 GPL-2 LPPL-1.3 public-domain TeX-other-free 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015
=dev-texlive/texlive-latex-2015
!dev-texlive/texlive-documentation-ukrainian
!dev-texlive/texlive-documentation-bulgarian
!dev-texlive/texlive-documentation-russian
!dev-texlive/texlive-documentation-mongolian
!dev-texlive/texlive-langmongolian
!dev-texlive/texlive-langother-2013
!dev-texlive/texlive-documentation-serbian
!app-text/texlive-core-2013
!dev-texlive/texlive-latexextra-2013

RDEPEND=${DEPEND} 
TEXLIVE_MODULE_BINSCRIPTS=
texmf-dist/scripts/texlive/rubibtex.sh
texmf-dist/scripts/texlive/rumakeindex.sh







[gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langafrican: ChangeLog texlive-langafrican-2015.ebuild

2015-07-16 Thread Alexis Ballier (aballier)
aballier15/07/16 09:16:34

  Modified: ChangeLog
  Added:texlive-langafrican-2015.ebuild
  Log:
  bump to texlive 2015
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.67 dev-texlive/texlive-langafrican/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langafrican/ChangeLog?rev=1.67view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langafrican/ChangeLog?rev=1.67content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langafrican/ChangeLog?r1=1.66r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langafrican/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   12 Jul 2015 17:43:41 -  1.66
+++ ChangeLog   16 Jul 2015 09:16:34 -  1.67
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-langafrican
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langafrican/ChangeLog,v 
1.66 2015/07/12 17:43:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langafrican/ChangeLog,v 
1.67 2015/07/16 09:16:34 aballier Exp $
+
+*texlive-langafrican-2015 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier aball...@gentoo.org
+  +texlive-langafrican-2015.ebuild:
+  bump to texlive 2015
 
   12 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   texlive-langafrican-2014.ebuild:



1.1  
dev-texlive/texlive-langafrican/texlive-langafrican-2015.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langafrican/texlive-langafrican-2015.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-langafrican/texlive-langafrican-2015.ebuild?rev=1.1content-type=text/plain

Index: texlive-langafrican-2015.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-texlive/texlive-langafrican/texlive-langafrican-2015.ebuild,v
 1.1 2015/07/16 09:16:34 aballier Exp $

EAPI=5

TEXLIVE_MODULE_CONTENTS=ethiop ethiop-t1 fc hyphen-ethiopic 
collection-langafrican

TEXLIVE_MODULE_DOC_CONTENTS=ethiop.doc ethiop-t1.doc fc.doc 
TEXLIVE_MODULE_SRC_CONTENTS=ethiop.source 
inherit  texlive-module
DESCRIPTION=TeXLive African scripts

LICENSE= GPL-1 GPL-2 
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=
DEPEND==dev-texlive/texlive-basic-2015

RDEPEND=${DEPEND} 






  1   2   3   4   5   6   7   8   9   10   >