Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/
Date: Tue, 17 Jul 2018 07:20:46
Message-Id: 1531812029.58200b528cf11dafb4df5b7958a90c24d1b533de.aballier@gentoo
1 commit: 58200b528cf11dafb4df5b7958a90c24d1b533de
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 07:16:56 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 07:20:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58200b52
7
8 media-libs/zimg: Remove old
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 media-libs/zimg/Manifest | 2 --
13 media-libs/zimg/zimg-2.5.1.ebuild | 36 ------------------------------------
14 media-libs/zimg/zimg-2.6.3.ebuild | 36 ------------------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/media-libs/zimg/Manifest b/media-libs/zimg/Manifest
18 index c33759e7dd8..21ec577a1e2 100644
19 --- a/media-libs/zimg/Manifest
20 +++ b/media-libs/zimg/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST zimg-2.5.1.tar.gz 213083 BLAKE2B d0ea74d409fa19b6e9ed946c70d2c41d0ee35e38955b8c14eba9c9f769405db97fc4884043ab378c2e4c36540fae524ce97173ecd2e30f6ecde12bc579327a88 SHA512 c16402ee7aff40b811cd8c69c1e5d5f13775e628f3d5300e82548b6cc97d17e5317fa58d498a0cb4f7699d4eb2d1f424c3f4d9858f4cfbdda36612d6693961a0
23 DIST zimg-2.5.tar.gz 213054 BLAKE2B 0532693c11c1b2bcc0d5bde3a0bc16bf4f736ceff5fcda5d9bf491fcebe7e8be538041cc536e40bc110e438370c8599ce0be35f71cea00429b16c6eeb680cb86 SHA512 7fc48c704b434d837c36d4bafc51b35789eaf90fc81a68dcd7ec546f1e82a3e41c53263f8d381541d5c0ce58e25dddf0adaf1c3575512842ae633b5581778938
24 -DIST zimg-2.6.3.tar.gz 238372 BLAKE2B 4651381c61b978bedd78871117fbe0b1be7e40e3b0d32b399ab47cab06d596befb61078a6f979f2a2ea962ba66046f776e18a2bbf304dee4a2428b303a3094a7 SHA512 497d3b5b0c004fe720c9be2460f251196789ed055a0081b774c78f8c311dc097c2b5d975cb0a7d41e819ca21527e961186b665b5791032787c3b30647011e7da
25 DIST zimg-2.7.4.tar.gz 246376 BLAKE2B b6a21a1f7ca5106810485a69bb4e8f1d59d67fe3a619fd0ac412b1e441fe2d8892f64826666fbdfa48ae441fa5a21512b5ba0977eeaca7dcb7e0fcc43447f6e4 SHA512 adbb525b2611ef5267a4c0d4e8c6dd164c2814241c4d58d5356545b23dcf0cbeabb140141ae6ff0e70ef8e0741e351cbfadbadd60923061ddd693a2c3d9e5fde
26
27 diff --git a/media-libs/zimg/zimg-2.5.1.ebuild b/media-libs/zimg/zimg-2.5.1.ebuild
28 deleted file mode 100644
29 index fe1991fc9e0..00000000000
30 --- a/media-libs/zimg/zimg-2.5.1.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -AUTOTOOLS_AUTORECONF=yes
39 -
40 -SCM=""
41 -
42 -if [ "${PV#9999}" != "${PV}" ] ; then
43 - SCM="git-r3"
44 - EGIT_REPO_URI="https://github.com/sekrit-twc/zimg"
45 -fi
46 -
47 -inherit autotools-multilib ${SCM}
48 -
49 -DESCRIPTION="Scaling, colorspace conversion, and dithering library"
50 -HOMEPAGE="https://github.com/sekrit-twc/zimg"
51 -
52 -if [ "${PV#9999}" = "${PV}" ] ; then
53 - SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
54 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
55 - S="${WORKDIR}/${PN}-release-${PV}/"
56 -fi
57 -
58 -LICENSE="WTFPL-2"
59 -SLOT="0"
60 -IUSE="static-libs cpu_flags_x86_sse"
61 -
62 -DEPEND=""
63 -RDEPEND="${DEPEND}"
64 -
65 -src_configure() {
66 - autotools-multilib_src_configure \
67 - $(use_enable cpu_flags_x86_sse x86simd)
68 -}
69
70 diff --git a/media-libs/zimg/zimg-2.6.3.ebuild b/media-libs/zimg/zimg-2.6.3.ebuild
71 deleted file mode 100644
72 index fe1991fc9e0..00000000000
73 --- a/media-libs/zimg/zimg-2.6.3.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -
81 -AUTOTOOLS_AUTORECONF=yes
82 -
83 -SCM=""
84 -
85 -if [ "${PV#9999}" != "${PV}" ] ; then
86 - SCM="git-r3"
87 - EGIT_REPO_URI="https://github.com/sekrit-twc/zimg"
88 -fi
89 -
90 -inherit autotools-multilib ${SCM}
91 -
92 -DESCRIPTION="Scaling, colorspace conversion, and dithering library"
93 -HOMEPAGE="https://github.com/sekrit-twc/zimg"
94 -
95 -if [ "${PV#9999}" = "${PV}" ] ; then
96 - SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
97 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
98 - S="${WORKDIR}/${PN}-release-${PV}/"
99 -fi
100 -
101 -LICENSE="WTFPL-2"
102 -SLOT="0"
103 -IUSE="static-libs cpu_flags_x86_sse"
104 -
105 -DEPEND=""
106 -RDEPEND="${DEPEND}"
107 -
108 -src_configure() {
109 - autotools-multilib_src_configure \
110 - $(use_enable cpu_flags_x86_sse x86simd)
111 -}