Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/
Date: Thu, 30 Apr 2020 12:59:59
Message-Id: 1588251521.87827fc8f7223dbb4f3f09e488131c5f54e4f136.hattya@gentoo
1 commit: 87827fc8f7223dbb4f3f09e488131c5f54e4f136
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 12:58:41 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 12:58:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87827fc8
7
8 media-libs/libsixel: drop old
9
10 Bug: https://bugs.gentoo.org/674620
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13
14 media-libs/libsixel/Manifest | 2 --
15 media-libs/libsixel/libsixel-1.8.1.ebuild | 49 -------------------------------
16 media-libs/libsixel/libsixel-1.8.2.ebuild | 49 -------------------------------
17 3 files changed, 100 deletions(-)
18
19 diff --git a/media-libs/libsixel/Manifest b/media-libs/libsixel/Manifest
20 index 5d7be2386fb..0fae304e52a 100644
21 --- a/media-libs/libsixel/Manifest
22 +++ b/media-libs/libsixel/Manifest
23 @@ -1,3 +1 @@
24 -DIST libsixel-1.8.1.tar.gz 4777791 BLAKE2B de96029990acc00e0c5fa81e6f892153000a93841b8e152ecc2ae3db0e7ca1dbe5063fdbf69f79f23c82095b253206c7bea0f638ed7536ebcf3d0d23a1137965 SHA512 af38b47aac443bfb443aa7b12041ecc1496722afbc861ad8572e90c34c7c1ed4ee04241d5d5f3abb7d8be945fac2a1f718494c4fbd023a6a7b9f6d912f90554c
25 -DIST libsixel-1.8.2.tar.gz 4778776 BLAKE2B a43ff76e271b27337fa4144bd89170f33bfae535696f5107cc77b3adef370e89d9da950746621ec7002b201f68dba873f99463d8b2183c319b62f2574f0562a3 SHA512 f0287b7b7a190f0f964e27fc65aa816a78c09de5e50045a25eb05f9b430c74f779a7d5eb591b3430a82a06621d53719bf115bcdd0b99acc9afe3cb9ab6fde271
26 DIST libsixel-1.8.6.tar.gz 4791628 BLAKE2B 5fa197d0d759eecd4040c4c1101e6d85fb9af7405ccdff75be571b3ac6b2b0aab6415bc3fdbb37157795f89190fcc1d0fea1bdf705e83a34762e2b05f5588c69 SHA512 460a5d46bada705b4a7ec2e250e2bde7f4b8ba155281fa5a102d1121f79c1c79145f042cd1f4bf93a2fc29e784e89afd539e963470663fc659d4fe72ea49fdaf
27
28 diff --git a/media-libs/libsixel/libsixel-1.8.1.ebuild b/media-libs/libsixel/libsixel-1.8.1.ebuild
29 deleted file mode 100644
30 index 29e9737626b..00000000000
31 --- a/media-libs/libsixel/libsixel-1.8.1.ebuild
32 +++ /dev/null
33 @@ -1,49 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="6"
38 -
39 -inherit bash-completion-r1
40 -
41 -DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec"
42 -HOMEPAGE="https://github.com/saitoha/libsixel"
43 -SRC_URI="https://github.com/saitoha/${PN}/releases/download/v${PV}/${P}.tar.gz"
44 -
45 -LICENSE="MIT public-domain"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~ia64 x86"
48 -IUSE="curl gd gtk jpeg png static-libs"
49 -
50 -RDEPEND="curl? ( net-misc/curl )
51 - gd? ( media-libs/gd )
52 - gtk? ( x11-libs/gdk-pixbuf:2 )
53 - jpeg? ( virtual/jpeg:0 )
54 - png? ( media-libs/libpng:0 )"
55 -DEPEND="${RDEPEND}
56 - virtual/pkgconfig"
57 -
58 -src_configure() {
59 - econf \
60 - $(use_with curl libcurl) \
61 - $(use_with gd) \
62 - $(use_with gtk gdk-pixbuf2) \
63 - $(use_with jpeg) \
64 - $(use_with png) \
65 - $(use_enable static-libs static) \
66 - --with-bashcompletiondir=$(get_bashcompdir) \
67 - --disable-python
68 -}
69 -
70 -src_test() {
71 - emake test
72 -}
73 -
74 -src_install() {
75 - default
76 - use static-libs || find "${ED}" -name '*.la' -delete || die
77 -
78 - cd images
79 - docompress -x /usr/share/doc/${PF}/images
80 - docinto images
81 - dodoc egret.jpg map{8,16}.png snake.jpg vimperator3.png
82 -}
83
84 diff --git a/media-libs/libsixel/libsixel-1.8.2.ebuild b/media-libs/libsixel/libsixel-1.8.2.ebuild
85 deleted file mode 100644
86 index c05386adb4e..00000000000
87 --- a/media-libs/libsixel/libsixel-1.8.2.ebuild
88 +++ /dev/null
89 @@ -1,49 +0,0 @@
90 -# Copyright 1999-2018 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI="6"
94 -
95 -inherit bash-completion-r1
96 -
97 -DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec"
98 -HOMEPAGE="https://github.com/saitoha/libsixel"
99 -SRC_URI="https://github.com/saitoha/${PN}/releases/download/v${PV}/${P}.tar.gz"
100 -
101 -LICENSE="MIT public-domain"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~ia64 ~x86"
104 -IUSE="curl gd gtk jpeg png static-libs"
105 -
106 -RDEPEND="curl? ( net-misc/curl )
107 - gd? ( media-libs/gd )
108 - gtk? ( x11-libs/gdk-pixbuf:2 )
109 - jpeg? ( virtual/jpeg:0 )
110 - png? ( media-libs/libpng:0 )"
111 -DEPEND="${RDEPEND}
112 - virtual/pkgconfig"
113 -
114 -src_configure() {
115 - econf \
116 - $(use_with curl libcurl) \
117 - $(use_with gd) \
118 - $(use_with gtk gdk-pixbuf2) \
119 - $(use_with jpeg) \
120 - $(use_with png) \
121 - $(use_enable static-libs static) \
122 - --with-bashcompletiondir=$(get_bashcompdir) \
123 - --disable-python
124 -}
125 -
126 -src_test() {
127 - emake test
128 -}
129 -
130 -src_install() {
131 - default
132 - use static-libs || find "${ED}" -name '*.la' -delete || die
133 -
134 - cd images
135 - docompress -x /usr/share/doc/${PF}/images
136 - docinto images
137 - dodoc egret.jpg map{8,16}.png snake.jpg vimperator3.png
138 -}