Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fim/, media-gfx/fim/files/
Date: Thu, 11 Apr 2019 22:18:08
Message-Id: 1555021056.4cc76e18945d3d9030d3c7cf18b5900b39ade4f2.soap@gentoo
1 commit: 4cc76e18945d3d9030d3c7cf18b5900b39ade4f2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 11 22:17:36 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 11 22:17:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc76e18
7
8 media-gfx/fim: Remove old
9
10 Closes: https://bugs.gentoo.org/651266
11 Closes: https://github.com/gentoo/gentoo/pull/11658
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 media-gfx/fim/Manifest | 1 -
16 media-gfx/fim/files/fim-0.4_rc3-gcc6.patch | 44 --------------
17 media-gfx/fim/fim-0.4_rc3-r2.ebuild | 94 ------------------------------
18 3 files changed, 139 deletions(-)
19
20 diff --git a/media-gfx/fim/Manifest b/media-gfx/fim/Manifest
21 index 590f31a3f2c..a9d84d33ea7 100644
22 --- a/media-gfx/fim/Manifest
23 +++ b/media-gfx/fim/Manifest
24 @@ -1,2 +1 @@
25 -DIST fim-0.4-rc3.tar.bz2 504681 BLAKE2B 6a161e5b278b980a4442300f1c7d90b5ab690f6379cb0f2e72d7b2b3478d1877f1c99f1f46f173f788390ea32d6185f13d570ea128d2f52ff351dff74c779737 SHA512 82a2b191c0cd26fb77b442df9ed104e51ae15f485390f07cf15a043725e6ee9b860ce903bf8355ad556adbbe076516a8807c0a6d937e89177e46c0068d5acabf
26 DIST fim-0.5-rc3.tar.bz2 564226 BLAKE2B 117e4a8644f1b7133f8a5337ce1a606017bee81180ff9a6fbd0c19d3056d2e670a84db20f2a0080ff5bf8e6e91108fdc952b77e4799f47968b38a108f145871e SHA512 946825e683a9020740b6e2115e44e4cd99b4d6bf59fde53d08d90666f00cdb8d98797d4e88b4513dd0e8d8fe5fbab3073cb1aae72117d129688050adf73da306
27
28 diff --git a/media-gfx/fim/files/fim-0.4_rc3-gcc6.patch b/media-gfx/fim/files/fim-0.4_rc3-gcc6.patch
29 deleted file mode 100644
30 index 7f5388b63b3..00000000000
31 --- a/media-gfx/fim/files/fim-0.4_rc3-gcc6.patch
32 +++ /dev/null
33 @@ -1,44 +0,0 @@
34 -Bug: https://bugs.gentoo.org/595832
35 -Commit: http://svn.savannah.gnu.org/viewvc/fbi-improved?view=revision&revision=735
36 -
37 ---- a/src/fim.cpp
38 -+++ b/src/fim.cpp
39 -@@ -114,7 +114,7 @@
40 - {"device", required_argument, NULL, 'd',"specify a {framebuffer device}","{framebuffer device}",
41 - "Framebuffer device to use. Default is the one your vc is mapped to (as in fbi)."
42 - },
43 -- {"dump-reference-help", optional_argument /*no_argument*/, NULL, 0xd15cbab3,"dump reference info","[=man]",
44 -+ {"dump-reference-help", optional_argument /*no_argument*/, NULL, 0x6472690a,"dump reference info","[=man]",
45 - "Will dump to stdout the language reference help."
46 - },
47 - {"dump-default-fimrc", no_argument, NULL, 'D',"dump on standard output the default configuration",NULL,
48 -@@ -182,7 +182,7 @@
49 - /* FIXME: shall document this */
50 - #endif /* FIM_WITH_LIBIMLIB2 */
51 - },
52 -- {"offset", required_argument, NULL, 0xFFD8FFE0,"will open the first image file at the specified offset","{bytes-offset}",
53 -+ {"offset", required_argument, NULL, 0x6f66660a, "will open the first image file at the specified offset","{bytes-offset}",
54 - "Will use the specified \\fBoffset\\fP (in bytes) for opening the specified files (useful for viewing images on damaged file systems; however, since the internal variables representation is sizeof(int) bytes based, you have a limited offset range: using already chopped image files may be a workaround to this limitation)."
55 - },/* NEW */
56 - {"text-reading", no_argument, NULL, 'P',"proceed scrolling as reading through a text document",NULL,
57 -@@ -979,9 +979,8 @@
58 - cc.pre_autocmd_add(FIM_VID_SCALE_STYLE"='1';" "autocmd \"" FIM_ACM_POSTSCALE "\" \"\" \"" FIM_FLT_DISPLAY "'resize';\";");
59 - #endif /* FIM_AUTOCMDS */
60 - break;
61 -- case 0xFFD8FFE0:
62 -- //fbi's
63 -- // NEW
64 -+ case 0x6f66660a:
65 -+ //fim's
66 - #ifdef FIM_AUTOCMDS
67 - {
68 - int ipeppe_offset;
69 -@@ -1191,7 +1190,7 @@
70 - }
71 - #endif /* FIM_WANT_OUTPUT_DEVICE_STRING_CASE_INSENSITIVE */
72 - break;
73 -- case 0xd15cbab3:
74 -+ case 0x6472690a:
75 - //fim's
76 - {
77 - args_t args;
78 \ No newline at end of file
79
80 diff --git a/media-gfx/fim/fim-0.4_rc3-r2.ebuild b/media-gfx/fim/fim-0.4_rc3-r2.ebuild
81 deleted file mode 100644
82 index 8f78c3df9c2..00000000000
83 --- a/media-gfx/fim/fim-0.4_rc3-r2.ebuild
84 +++ /dev/null
85 @@ -1,94 +0,0 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=5
90 -
91 -inherit eutils
92 -
93 -DESCRIPTION="Fbi-IMproved is a framebuffer image viewer based on Fbi and inspired from Vim"
94 -HOMEPAGE="https://savannah.nongnu.org/projects/fbi-improved"
95 -SRC_URI="http://download.savannah.gnu.org/releases/fbi-improved/${P/_rc/-rc}.tar.bz2"
96 -
97 -LICENSE="GPL-2"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~arm ~x86"
100 -IUSE="aalib dia djvu exif fbcon gif graphicsmagick imagemagick jpeg pdf png postscript readline sdl static svg tiff xfig"
101 -
102 -RDEPEND="media-fonts/terminus-font
103 - aalib? ( media-libs/aalib[slang] )
104 - dia? ( app-office/dia )
105 - djvu? ( app-text/djvu )
106 - exif? ( media-libs/libexif )
107 - gif? ( media-libs/giflib )
108 - graphicsmagick? ( media-gfx/graphicsmagick )
109 - imagemagick? ( virtual/imagemagick-tools )
110 - jpeg? ( virtual/jpeg:0 )
111 - pdf? ( >=app-text/poppler-0.31 )
112 - png? ( media-libs/libpng:0 )
113 - postscript? ( app-text/libspectre )
114 - readline? ( sys-libs/readline:0 )
115 - sdl? ( media-libs/libsdl )
116 - svg? ( media-gfx/inkscape )
117 - tiff? ( media-libs/tiff:0 )
118 - xfig? ( media-gfx/xfig )"
119 -DEPEND="${RDEPEND}
120 - sys-devel/bison
121 - sys-devel/flex"
122 -
123 -S=${WORKDIR}/${P/_rc/-rc}
124 -
125 -src_prepare() {
126 - epatch "${FILESDIR}/${P}-poppler031.patch"
127 - epatch "${FILESDIR}/${PN}-0.4_rc3-gcc6.patch"
128 -}
129 -
130 -src_configure() {
131 - econf \
132 - $(use_enable aalib aa) \
133 - $(use_enable dia) \
134 - $(use_enable djvu) \
135 - $(use_enable exif) \
136 - $(use_enable fbcon framebuffer) \
137 - $(use_enable gif) \
138 - $(use_enable graphicsmagick) \
139 - $(use_enable imagemagick convert) \
140 - $(use_enable pdf poppler) \
141 - $(use_enable png) \
142 - $(use_enable postscript ps) \
143 - $(use_enable readline) \
144 - $(use_enable sdl) \
145 - $(use_enable static) \
146 - $(use_enable svg inkscape) \
147 - $(use_enable tiff) \
148 - $(use_enable xfig) \
149 - --disable-hardcoded-font \
150 - --disable-imlib2 \
151 - --disable-matrices-rendering \
152 - --disable-xcftopnm \
153 - --enable-fimrc \
154 - --enable-history \
155 - --enable-loader-string-specification \
156 - --enable-mark-and-dump \
157 - --enable-output-console \
158 - --enable-raw-bits-rendering \
159 - --enable-read-dirs \
160 - --enable-recursive-dirs \
161 - --enable-resize-optimizations \
162 - --enable-scan-consolefonts \
163 - --enable-screen \
164 - --enable-scripting \
165 - --enable-seek-magic \
166 - --enable-stdin-image-reading \
167 - --enable-unicode \
168 - --enable-warnings \
169 - --enable-windows \
170 - --with-default-consolefont=/usr/share/consolefonts/ter-114n.psf.gz
171 -}
172 -
173 -src_compile() {
174 - emake -j1
175 -}
176 -
177 -src_install() {
178 - emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install
179 -}