Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-text/uvconv/files/, app-text/uvconv/
Date: Mon, 17 Apr 2017 07:51:09
Message-Id: 1492415433.082efd49919bee47a108ed57b013fe709ef23559.soap@gentoo
1 commit: 082efd49919bee47a108ed57b013fe709ef23559
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 07:50:33 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 07:50:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082efd49
7
8 app-text/uvconv: Remove from tree
9
10 app-text/uvconv/Manifest | 1 -
11 app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch | 10 -------
12 app-text/uvconv/files/uvconv-1.1.3b-ldflags.patch | 13 ---------
13 app-text/uvconv/metadata.xml | 11 --------
14 app-text/uvconv/uvconv-1.1.3b-r1.ebuild | 32 -----------------------
15 profiles/package.mask | 6 -----
16 6 files changed, 73 deletions(-)
17
18 diff --git a/app-text/uvconv/Manifest b/app-text/uvconv/Manifest
19 deleted file mode 100644
20 index 5203bf60828..00000000000
21 --- a/app-text/uvconv/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST uvconv-1.1.3b.tar.gz 36895 SHA256 b5c7ae6c6ae62de748dd24cc2665a4e18f2ae14a999004d64551823235b4bf14 SHA512 4a5058dea321b7441699ffdd8c5ef9f1f72632ef5e73ecce1d59434b8e8ea7c028739ba7f79123e7bc08439249cbc5b590e3341970ba576149b6d5e42a3d4c87 WHIRLPOOL b716972cc114975fb560cbf5950fb635abcc63ebc0bb41755363433286a3abf9978678058176cd8df50d9bc7f04d8ab5101dc8f5de14b4b590b81d23c8095c6b
25
26 diff --git a/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch b/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch
27 deleted file mode 100644
28 index 900bfa90740..00000000000
29 --- a/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch
30 +++ /dev/null
31 @@ -1,10 +0,0 @@
32 ---- uvconv.orig/uvconvert/uvconvert.cpp 2004-07-26 05:19:18.000000000 +0900
33 -+++ uvconv/uvconvert/uvconvert.cpp 2008-12-17 17:57:23.000000000 +0900
34 -@@ -19,6 +19,7 @@
35 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
36 - --------------------------------------------------------------------------------*/
37 -
38 -+#include <cstring>
39 - #include "prehdr.h"
40 - #include "vnconv.h"
41 -
42
43 diff --git a/app-text/uvconv/files/uvconv-1.1.3b-ldflags.patch b/app-text/uvconv/files/uvconv-1.1.3b-ldflags.patch
44 deleted file mode 100644
45 index 3aef9b3c303..00000000000
46 --- a/app-text/uvconv/files/uvconv-1.1.3b-ldflags.patch
47 +++ /dev/null
48 @@ -1,13 +0,0 @@
49 -diff --git a/uvconvert/Makefile b/uvconvert/Makefile
50 -index 8819779..c610965 100644
51 ---- a/uvconvert/Makefile
52 -+++ b/uvconvert/Makefile
53 -@@ -6,7 +6,7 @@ OPTFLAGS="-O3"
54 -
55 - all: uvconv
56 - uvconv: ${OBJS} libvnconv
57 -- ${CXX} ${CXXFLAGS} ${OPTFLAGS} -o $@ ${OBJS} ${LIBS}
58 -+ ${CXX} ${CXXFLAGS} ${OPTFLAGS} -o $@ ${OBJS} ${LIBS} ${LDFLAGS}
59 -
60 - ${OBJS}: %.o: %.cpp
61 - ${CXX} ${CXXFLAGS} ${OPTFLAGS} -c $< -o $@ -I${INCLUDE_DIR}
62
63 diff --git a/app-text/uvconv/metadata.xml b/app-text/uvconv/metadata.xml
64 deleted file mode 100644
65 index 7d34bdcad69..00000000000
66 --- a/app-text/uvconv/metadata.xml
67 +++ /dev/null
68 @@ -1,11 +0,0 @@
69 -<?xml version="1.0" encoding="UTF-8"?>
70 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 -<pkgmetadata>
72 - <maintainer type="project">
73 - <email>cjk@g.o</email>
74 - <name>Cjk</name>
75 - </maintainer>
76 - <upstream>
77 - <remote-id type="sourceforge">unikey</remote-id>
78 - </upstream>
79 -</pkgmetadata>
80
81 diff --git a/app-text/uvconv/uvconv-1.1.3b-r1.ebuild b/app-text/uvconv/uvconv-1.1.3b-r1.ebuild
82 deleted file mode 100644
83 index a0b702a97c0..00000000000
84 --- a/app-text/uvconv/uvconv-1.1.3b-r1.ebuild
85 +++ /dev/null
86 @@ -1,32 +0,0 @@
87 -# Copyright 1999-2013 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI="4"
91 -
92 -inherit eutils toolchain-funcs
93 -
94 -DESCRIPTION="A small utility that converts among Vietnamese charsets"
95 -HOMEPAGE="http://unikey.org/"
96 -SRC_URI="mirror://sourceforge/unikey/${P}.tar.gz"
97 -
98 -LICENSE="GPL-2"
99 -SLOT="0"
100 -KEYWORDS="amd64 x86"
101 -IUSE=""
102 -
103 -S="${WORKDIR}/${PN}"
104 -
105 -src_prepare() {
106 - epatch "${FILESDIR}"/${P}-gcc43.patch
107 - epatch "${FILESDIR}"/${P}-ldflags.patch
108 -}
109 -
110 -src_compile() {
111 - emake CXX="$(tc-getCXX)" OPTFLAGS="${CFLAGS}" -C uvconvert
112 -}
113 -
114 -src_install() {
115 - dobin uvconvert/${PN}
116 - doman uvconv.1
117 - dodoc readme.txt AUTHORS CREDITS changes.txt
118 -}
119
120 diff --git a/profiles/package.mask b/profiles/package.mask
121 index 8f37bb70b3d..c1db41eef79 100644
122 --- a/profiles/package.mask
123 +++ b/profiles/package.mask
124 @@ -182,12 +182,6 @@ dev-java/swidgets
125 # Testing x32 patch backports from 3.9
126 =dev-util/cmake-3.7.2-r10
127
128 -# David Seifert <soap@g.o> (12 Mar 2017)
129 -# Awful codebase, lots of widechars stored in chars,
130 -# invokes undefined behaviour, last release in 2004.
131 -# Masked for removal in 30 days. Bug #593942, #593976.
132 -app-text/uvconv
133 -
134 # Michael Palimaka <kensington@g.o> (11 Mar 2017)
135 # Fails to build. Dead upstream.
136 # Masked for removal in 30 days. Bug #592184.