Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qiv/
Date: Sun, 01 Jul 2018 15:11:59
Message-Id: 1530457609.7653fef78c95b11169860de40462f600199b3625.radhermit@gentoo
1 commit: 7653fef78c95b11169860de40462f600199b3625
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 15:02:29 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 15:06:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7653fef7
7
8 media-gfx/qiv: remove old
9
10 media-gfx/qiv/Manifest | 2 --
11 media-gfx/qiv/qiv-2.2.4.ebuild | 43 ----------------------------
12 media-gfx/qiv/qiv-2.3.1.ebuild | 63 ------------------------------------------
13 3 files changed, 108 deletions(-)
14
15 diff --git a/media-gfx/qiv/Manifest b/media-gfx/qiv/Manifest
16 index 7d53b345f3e..b1a72d480cc 100644
17 --- a/media-gfx/qiv/Manifest
18 +++ b/media-gfx/qiv/Manifest
19 @@ -1,3 +1 @@
20 -DIST qiv-2.2.4.tgz 98874 BLAKE2B 150ea07881d8225801156d395696cef397210e1f5c2f974d08197f3429e1a7e19ebf283037b92cec40a973aa6748f1562dbeba1a6e854438cf069c70781e1561 SHA512 744014ff70c9397d7a90e60740f482976713c9e5ff295a03684ae7b50ae70b86589d9e9066702fd43241bf2767c3537f582aab5ebbde25caea1663ec825f76a5
21 -DIST qiv-2.3.1.tgz 130621 BLAKE2B 7aa3a63fb83094d4b0a15c4d6422ccf35f34a16df2f0e644a2068c520024b2a22f724ed117ef90292359fb8372969511863b6b0a2ccb0d208bad12649333f993 SHA512 5a9b8ac082c78071c903e2f10a98effc412c0b6b940437b6592077978de03b5c7b6192e4d696f0389c12e99e0d3b5ca40c3be54ca2dfa5439121af2415f32812
22 DIST qiv-2.3.2.tar.gz 135164 BLAKE2B b6b82c3007cd3214bb0b812026d22ab0a3c7fce87e51c1f2e19634fe131656f7adc1e92d2e1fcdcc563f1fd8b7c298307e48823bb26e077b336a6983f31894ac SHA512 a6750ecf26bc5b78fbebfdfcfd7a8ab0a5d3ba4e4b19c4a5563e1631dfaf8cc98f7a0bc9449956bc06f8b98cb307b31f78178676ddc9df4fa03429fa31c174e8
23
24 diff --git a/media-gfx/qiv/qiv-2.2.4.ebuild b/media-gfx/qiv/qiv-2.2.4.ebuild
25 deleted file mode 100644
26 index f26a883e40e..00000000000
27 --- a/media-gfx/qiv/qiv-2.2.4.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=4
34 -inherit toolchain-funcs
35 -
36 -DESCRIPTION="Quick Image Viewer"
37 -HOMEPAGE="http://spiegl.de/qiv/"
38 -SRC_URI="http://spiegl.de/qiv/download/${P}.tgz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~mips ~x86"
43 -IUSE="xinerama"
44 -
45 -RDEPEND=">=x11-libs/gtk+-2.12:2
46 - media-libs/imlib2[X]
47 - !<media-gfx/pqiv-0.11
48 - xinerama? ( x11-libs/libXinerama )"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig"
51 -
52 -src_prepare() {
53 - sed -i \
54 - -e 's:$(CC) $(CFLAGS):$(CC) $(LDFLAGS) $(CFLAGS):' \
55 - Makefile || die
56 -
57 - if ! use xinerama; then
58 - sed -i \
59 - -e 's:-DGTD_XINERAMA::' \
60 - Makefile || die
61 - fi
62 -}
63 -
64 -src_compile() {
65 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
66 -}
67 -
68 -src_install() {
69 - dobin qiv
70 - doman qiv.1
71 - dodoc Changelog qiv-command.example README README.TODO
72 -}
73
74 diff --git a/media-gfx/qiv/qiv-2.3.1.ebuild b/media-gfx/qiv/qiv-2.3.1.ebuild
75 deleted file mode 100644
76 index 99141eb1eca..00000000000
77 --- a/media-gfx/qiv/qiv-2.3.1.ebuild
78 +++ /dev/null
79 @@ -1,63 +0,0 @@
80 -# Copyright 1999-2018 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=5
84 -inherit eutils gnome2-utils toolchain-funcs xdg-utils
85 -
86 -DESCRIPTION="Quick Image Viewer"
87 -HOMEPAGE="http://spiegl.de/qiv/"
88 -SRC_URI="http://spiegl.de/qiv/download/${P}.tgz"
89 -
90 -LICENSE="GPL-2"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~mips ~x86"
93 -IUSE="exif lcms magic"
94 -
95 -RDEPEND=">=x11-libs/gtk+-2.12:2
96 - media-libs/imlib2[X]
97 - exif? ( media-libs/libexif )
98 - lcms? ( media-libs/lcms:2 )
99 - magic? ( sys-apps/file )"
100 -DEPEND="${RDEPEND}
101 - virtual/pkgconfig"
102 -
103 -src_prepare() {
104 - sed -i \
105 - -e 's:$(CC) $(CFLAGS):$(CC) $(LDFLAGS) $(CFLAGS):' \
106 - Makefile || die
107 -
108 - if ! use exif ; then
109 - sed -i 's/^EXIF =/#\0/' Makefile || die
110 - fi
111 -
112 - if ! use lcms ; then
113 - sed -i 's/^LCMS =/#\0/' Makefile || die
114 - fi
115 -
116 - if ! use magic ; then
117 - sed -i 's/^MAGIC =/#\0/' Makefile || die
118 - fi
119 -}
120 -
121 -src_compile() {
122 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
123 -}
124 -
125 -src_install() {
126 - dobin qiv
127 - doman qiv.1
128 - dodoc Changelog contrib/qiv-command.example README README.TODO
129 -
130 - domenu qiv.desktop
131 - doicon qiv.png
132 -}
133 -
134 -pkg_postinst() {
135 - xdg_desktop_database_update
136 - gnome2_icon_cache_update
137 -}
138 -
139 -pkg_postrm() {
140 - xdg_desktop_database_update
141 - gnome2_icon_cache_update
142 -}