Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
Date: Tue, 09 Oct 2018 16:09:51
Message-Id: 1539101345.2e2043916ae5a3a506634bf7e324daa65d199c5a.mattst88@gentoo
1 commit: 2e2043916ae5a3a506634bf7e324daa65d199c5a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 16:06:24 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 16:09:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e204391
7
8 media-libs/libtxc_dxtn: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild | 35 -------------------
14 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild | 39 ----------------------
15 2 files changed, 74 deletions(-)
16
17 diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild
18 deleted file mode 100644
19 index 33b3c218982..00000000000
20 --- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild
21 +++ /dev/null
22 @@ -1,35 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -inherit autotools-multilib
29 -
30 -DESCRIPTION="Helper library for S3TC texture (de)compression"
31 -HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
32 -SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
37 -IUSE=""
38 -
39 -RDEPEND="media-libs/mesa"
40 -DEPEND="${RDEPEND}"
41 -
42 -RESTRICT="bindist"
43 -
44 -src_install() {
45 - autotools-multilib_src_install
46 -
47 - # libtxc_dxtn is installed as a module (plugin)
48 - prune_libtool_files --all
49 -}
50 -
51 -pkg_postinst() {
52 - ewarn "Depending on where you live, you might need a valid license for s3tc"
53 - ewarn "in order to be legally allowed to use the external library."
54 - ewarn "Redistribution in binary form might also be problematic."
55 - ewarn
56 - ewarn "You have been warned. Have a nice day."
57 -}
58
59 diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
60 deleted file mode 100644
61 index e44c81b3358..00000000000
62 --- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
63 +++ /dev/null
64 @@ -1,39 +0,0 @@
65 -# Copyright 1999-2017 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -
70 -inherit ltprune multilib-minimal
71 -
72 -DESCRIPTION="Helper library for S3TC texture (de)compression"
73 -HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
74 -SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
75 -
76 -LICENSE="MIT"
77 -SLOT="0"
78 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
79 -IUSE=""
80 -
81 -RDEPEND="media-libs/mesa[${MULTILIB_USEDEP}]"
82 -DEPEND="${RDEPEND}"
83 -
84 -RESTRICT="bindist"
85 -
86 -multilib_src_configure() {
87 - ECONF_SOURCE="${S}" econf
88 -}
89 -
90 -multilib_src_install_all() {
91 - default
92 -
93 - # libtxc_dxtn is installed as a module (plugin)
94 - prune_libtool_files --all
95 -}
96 -
97 -pkg_postinst() {
98 - ewarn "Depending on where you live, you might need a valid license for s3tc"
99 - ewarn "in order to be legally allowed to use the external library."
100 - ewarn "Redistribution in binary form might also be problematic."
101 - ewarn
102 - ewarn "You have been warned. Have a nice day."
103 -}