[gentoo-commits] repo/gentoo:master commit in: dev-tex/dvi2tty/files/, dev-tex/dvi2tty/, profiles/

2020-10-10 Thread Michał Górny
commit: a1fc56e3fa9a56a2beb2c5f2d56415d74e0db5f7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 10 06:00:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 10 06:07:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fc56e3

dev-tex/dvi2tty: Remove last-rited pkg

Signed-off-by: Michał Górny  gentoo.org>

 dev-tex/dvi2tty/Manifest |  1 -
 dev-tex/dvi2tty/dvi2tty-5.3.4-r1.ebuild  | 30 
 dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch | 29 ---
 dev-tex/dvi2tty/metadata.xml | 12 --
 profiles/package.mask|  5 
 5 files changed, 77 deletions(-)

diff --git a/dev-tex/dvi2tty/Manifest b/dev-tex/dvi2tty/Manifest
deleted file mode 100644
index bbe9903c001..000
--- a/dev-tex/dvi2tty/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dvi2tty-5.3.4.tgz 59519 BLAKE2B 
0de24efec80a1d6254db904c498ebf4d6e638a19e3ca85f1092725050d4020a904bb8088946e10603ec4e6a0e6a0938245210af6af86dd2f03a42ab3994fa80f
 SHA512 
5ad91f346d882cbe8a64e746aafec51dce208a01f83a058a86669a3eecb9546804831bf0b283553c54cfd751f0b08fda80343de0ebe78c6f86360d606a839877

diff --git a/dev-tex/dvi2tty/dvi2tty-5.3.4-r1.ebuild 
b/dev-tex/dvi2tty/dvi2tty-5.3.4-r1.ebuild
deleted file mode 100644
index 12adae3a4ec..000
--- a/dev-tex/dvi2tty/dvi2tty-5.3.4-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Preview dvi-files on text-only devices"
-HOMEPAGE="http://www.ctan.org/tex-archive/dviware/;
-SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-
-src_prepare() {
-   default
-   eapply "${FILESDIR}"/${P}-cflags.patch
-}
-
-src_compile() {
-   tc-export CC
-   emake
-}
-
-src_install() {
-   dobin dvi2tty disdvi
-   doman dvi2tty.1 disdvi.1
-   dodoc README TODO
-}

diff --git a/dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch 
b/dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch
deleted file mode 100644
index 3f1449012ca..000
--- a/dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -6,11 +6,10 @@
- # This Makefile does not work for MSDOS. Make your 
- # own one, or compile by hand.
- #
--CC = gcc
-+CC ?= gcc
- 
--CFLAGS = -Wall -O2
-+CFLAGS += -Wall
- # CFLAGS = -Wall -O2 -fomit-frame-pointer
--LDFLAGS = -s
- 
- prefix = ${DESTDIR}/usr
- mandir = $(prefix)/share/man/man1
-@@ -20,10 +19,10 @@
- all:  dvi2tty disdvi
- 
- dvi2tty:dvi2tty.o dvistuff.o
--  $(CC) $(LFLAGS) -o dvi2tty dvi2tty.o dvistuff.o
-+  $(CC) $(LDFLAGS) -o dvi2tty dvi2tty.o dvistuff.o
- 
- disdvi:disdvi.o
--  $(CC) $(LFLAGS) -o disdvi disdvi.o
-+  $(CC) $(LDFLAGS) -o disdvi disdvi.o
- 
- dvi2tty.o: dvi2tty.c dvi2tty.h
- 

diff --git a/dev-tex/dvi2tty/metadata.xml b/dev-tex/dvi2tty/metadata.xml
deleted file mode 100644
index eba585c71c1..000
--- a/dev-tex/dvi2tty/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   maksbo...@gentoo.org
-   Maxim Koltsov
-
-
-   t...@gentoo.org
-   Gentoo TeX Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 8aeaa2c54cc..76fb14a6b8f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -479,11 +479,6 @@ dev-db/mariadb:10.1
 # All former consumers now use os.sendfile available in Python >= 3.3.
 dev-python/pysendfile
 
-# Mikle Kolyada  (2020-09-10)
-# Merged into the app-text/texlive-core package.
-# Removal in 30 days
-dev-tex/dvi2tty
-
 # Michał Górny  (2020-09-09)
 # These packages (or package versions) still require Python 2.7.
 # They are either dead upstream, their Python 3 porting efforts are



[gentoo-commits] repo/gentoo:master commit in: dev-tex/dvi2tty/, dev-tex/dvi2tty/files/

2019-12-10 Thread Mikle Kolyada
commit: e26f61acc4829ff1041fbbc0b909ea39cfcf94f6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Dec 10 13:01:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Dec 10 13:02:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26f61ac

dev-tex/dvi2tty: eapi bump

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../dvi2tty/{dvi2tty-5.3.4.ebuild => dvi2tty-5.3.4-r1.ebuild} | 11 ++-
 dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch  |  4 ++--
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild 
b/dev-tex/dvi2tty/dvi2tty-5.3.4-r1.ebuild
similarity index 79%
rename from dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild
rename to dev-tex/dvi2tty/dvi2tty-5.3.4-r1.ebuild
index 8f353052b44..1645a6ca1c2 100644
--- a/dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild
+++ b/dev-tex/dvi2tty/dvi2tty-5.3.4-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-inherit eutils toolchain-funcs
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Preview dvi-files on text-only devices"
 HOMEPAGE="http://www.ctan.org/tex-archive/dviware/;
@@ -11,10 +12,10 @@ SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tgz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux"
-IUSE=""
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-cflags.patch
+   default
+   eapply "${FILESDIR}"/${P}-cflags.patch
 }
 
 src_compile() {

diff --git a/dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch 
b/dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch
index 1d46f195453..3f1449012ca 100644
--- a/dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch
+++ b/dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch
@@ -1,5 +1,5 @@
 Makefile
-+++ Makefile
+--- a/Makefile
 b/Makefile
 @@ -6,11 +6,10 @@
  # This Makefile does not work for MSDOS. Make your 
  # own one, or compile by hand.



[gentoo-commits] repo/gentoo:master commit in: dev-tex/dvi2tty/

2017-10-19 Thread Jonas Stein
commit: a3df55e0880cf4e067f77474671e74843eb37cbc
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Oct 19 21:29:44 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Oct 19 21:29:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3df55e0

dev-tex/dvi2tty: Remove proxy-maint

Remove proxy maintainer project from metadata, because there was no
proxied maintainer left.
Reported-By: Michael Mair-Keimberger
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-tex/dvi2tty/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-tex/dvi2tty/metadata.xml b/dev-tex/dvi2tty/metadata.xml
index 64c3414de00..eba585c71c1 100644
--- a/dev-tex/dvi2tty/metadata.xml
+++ b/dev-tex/dvi2tty/metadata.xml
@@ -9,8 +9,4 @@
t...@gentoo.org
Gentoo TeX Project
 
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-
 



[gentoo-commits] repo/gentoo:master commit in: dev-tex/dvi2tty/

2017-06-17 Thread Alexis Ballier
commit: 644f092ef55baa1522762634edf930494d0a30fc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jun 17 09:44:42 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jun 17 11:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644f092e

dev-tex/dvi2tty: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild 
b/dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild
index 338ee324570..a33fc5e26bd 100644
--- a/dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild
+++ b/dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-tex/dvi2tty/files/

2016-10-05 Thread Alexis Ballier
commit: 3c54a632d1179bce862a4595145e7b76e039b604
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Oct  3 16:17:01 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Oct  5 12:50:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c54a632

dev-tex/dvi2tty: remove unused patches

 dev-tex/dvi2tty/files/dvi2tty-cflags.patch  | 30 -
 dev-tex/dvi2tty/files/dvi2tty-gcc.patch | 12 --
 dev-tex/dvi2tty/files/dvi2tty-getline.patch | 67 -
 3 files changed, 109 deletions(-)

diff --git a/dev-tex/dvi2tty/files/dvi2tty-cflags.patch 
b/dev-tex/dvi2tty/files/dvi2tty-cflags.patch
deleted file mode 100644
index 36d9afb..
--- a/dev-tex/dvi2tty/files/dvi2tty-cflags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Index: dvi2tty-5.3.1/Makefile
-===
 dvi2tty-5.3.1.orig/Makefile
-+++ dvi2tty-5.3.1/Makefile
-@@ -6,11 +6,11 @@
- # This Makefile does not work for MSDOS. Make your 
- # own one, or compile by hand.
- #
--CC = gcc
-+CC ?= gcc
- 
--CFLAGS = -Wall -O2
-+CFLAGS ?= -Wall -O2
- # CFLAGS = -Wall -O2 -fomit-frame-pointer
--LDFLAGS = -s
-+#LDFLAGS = -s
- 
- prefix = /usr/local
- mandir = $(prefix)/man/man1
-@@ -20,10 +20,8 @@ bindir = $(prefix)/bin
- all:  dvi2tty disdvi
- 
- dvi2tty:dvi2tty.o dvistuff.o
--  $(CC) $(LFLAGS) -o dvi2tty dvi2tty.o dvistuff.o
- 
- disdvi:disdvi.o
--  $(CC) $(LFLAGS) -o disdvi disdvi.o
- 
- dvi2tty.o: dvi2tty.c dvi2tty.h
- 

diff --git a/dev-tex/dvi2tty/files/dvi2tty-gcc.patch 
b/dev-tex/dvi2tty/files/dvi2tty-gcc.patch
deleted file mode 100644
index 38ec703..
--- a/dev-tex/dvi2tty/files/dvi2tty-gcc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur dvi2tty-5.3.1-old/disdvi.c dvi2tty-5.3.1/disdvi.c
 dvi2tty-5.3.1-old/disdvi.c 2003-01-23 17:31:00.0 +0700
-+++ dvi2tty-5.3.1/disdvi.c 2004-12-16 18:59:50.930219880 +0700
-@@ -108,7 +108,7 @@
-  */
- 
- #if !defined(THINK_C)
--char *  malloc  ();
-+void *  malloc  ();
- #endif
- 
- #if defined(VMS)

diff --git a/dev-tex/dvi2tty/files/dvi2tty-getline.patch 
b/dev-tex/dvi2tty/files/dvi2tty-getline.patch
deleted file mode 100644
index 932810e..
--- a/dev-tex/dvi2tty/files/dvi2tty-getline.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-http://bugs.gentoo.org/271621
-
 dvi2tty-5.3.1-orig/dvistuff.c  2003-01-23 04:01:12.0 +0100
-+++ dvi2tty-5.3.1/dvistuff.c   2009-06-03 15:57:26.0 +0200
-@@ -179,7 +179,7 @@
- voidruleaux (long, long, char);
- longhorizontalmove  (long);
- int skipnops(void);
--linetype*   getline (void);
-+linetype*   get_line(void);
- linetype*   findline(void);
- unsigned long   num (int);
- longsnum(int);
-@@ -208,7 +208,7 @@
- voidruleaux (long rulewt, long ruleht, char ch);
- longhorizontalmove  (long amount);
- int skipnops(void);
--linetype*   getline (void);
-+linetype*   get_line(void);
- linetype*   findline(void);
- unsigned long   num (int size);
- longsnum(int size);
-@@ -376,7 +376,7 @@
- h = 0L;  v = 0L;/* initialize coordinates   */
- x = 0L;  w = 0L;  y = 0L;  z = 0L;  /* initialize amounts   */
- sptr = 0;   /* initialize stack */
--currentline = getline();/* initialize list of lines */
-+currentline = get_line();   /* initialize list of lines */
- currentline->vv = 0L;
- firstline   = currentline;
- lastline= currentline;
-@@ -777,7 +777,7 @@
-  * GETLINE -- Returns an initialized line-object 
-  */
- 
--linetype *getline(void)
-+linetype *get_line(void)
- {
- register int  i;
- register linetype *temp;
-@@ -809,7 +809,7 @@
- 
- if (v <= firstline->vv) {  /* above first line */
- if (firstline->vv - v > lineheight) {
--temp = getline();
-+temp = get_line();
- temp->next = firstline;
- firstline->prev = temp;
- temp->vv = v;
-@@ -820,7 +820,7 @@
- 
- if (v >= lastline->vv) {   /* below last line */
- if (v - lastline->vv > lineheight) {
--temp = getline();
-+temp = get_line();
- temp->prev = lastline;
- lastline->next = temp;
- temp->vv = v;
-@@ -843,7 +843,7 @@
- return temp->next;
- 
- /* no line fits suitable, generate a new one */
--currentline = getline();
-+currentline = get_line();
- currentline->next = temp->next;
- currentline->prev = temp;
- temp->next->prev = currentline;



[gentoo-commits] repo/gentoo:master commit in: dev-tex/dvi2tty/

2016-05-29 Thread Pacho Ramos
commit: 9815548d70a4d4adacc5781d1484196bb3e4a2f1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 14:14:20 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 14:18:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9815548d

dev-tex/dvi2tty: Cleanup due to #390951

Package-Manager: portage-2.3.0_rc1

 dev-tex/dvi2tty/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-tex/dvi2tty/metadata.xml b/dev-tex/dvi2tty/metadata.xml
index 2421bf3..64c3414 100644
--- a/dev-tex/dvi2tty/metadata.xml
+++ b/dev-tex/dvi2tty/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
-   idel...@gentoo.org
-   Ian Delaney
-
-
maksbo...@gentoo.org
Maxim Koltsov