Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libXcm/
Date: Sat, 23 Feb 2019 09:43:49
Message-Id: 1550914211.b52f5ba6709d299c55292d8940e9d24ee3094c54.pacho@gentoo
1 commit: b52f5ba6709d299c55292d8940e9d24ee3094c54
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 09:30:11 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 09:30:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52f5ba6
7
8 media-libs/libXcm: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 media-libs/libXcm/Manifest | 1 -
14 media-libs/libXcm/libXcm-0.5.2-r1.ebuild | 31 -------------------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/media-libs/libXcm/Manifest b/media-libs/libXcm/Manifest
18 index 4f6adeb0bf9..d017fe4b630 100644
19 --- a/media-libs/libXcm/Manifest
20 +++ b/media-libs/libXcm/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXcm-0.5.2.tar.bz2 301813 BLAKE2B b8823058a44cf8f1800e9f451d3efc641f6f66e059511b03c61c980426995fcc2fcd30df2bea9c601784c823e97f60b3bd026643b461f876fd69e2314c4f5477 SHA512 4d67218206ba319cb768c055c44a0537468232c12fa463525993c578b5a5a8ee82fc55463ef5e34e85dda221facd2517372bc1920bd025e951337fa84c72f6ab
23 DIST libXcm-0.5.4.tar.gz 397552 BLAKE2B 73fb9aa2e52f1b0a26108d6e07fc66afa9da6503aedd49a140692a467bf5665c4551ac34224f91305debb5e15384e29b93fd4a2ef9f233e0b4f5c6c0ab1bce27 SHA512 96d279aff907bbbe4e38d099b79ebbc3b3beaf242be296d10a16e36e721669086ae0b5252f5abc629cc1fd65e595e2eec70bb890ea6ca4bbd08e8ce91cb05b53
24
25 diff --git a/media-libs/libXcm/libXcm-0.5.2-r1.ebuild b/media-libs/libXcm/libXcm-0.5.2-r1.ebuild
26 deleted file mode 100644
27 index a07d828b9eb..00000000000
28 --- a/media-libs/libXcm/libXcm-0.5.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit autotools-multilib
37 -
38 -DESCRIPTION="reference implementation of the net-color spec"
39 -HOMEPAGE="http://www.oyranos.org/libxcm/"
40 -SRC_URI="mirror://sourceforge/oyranos/${PN}/${PN}-0.4.x/${P}.tar.bz2"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 ppc x86"
45 -IUSE="X static-libs"
46 -
47 -RDEPEND="X? (
48 - >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]
49 - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
50 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )"
51 -DEPEND="${RDEPEND}
52 - x11-base/xorg-proto"
53 -
54 -src_configure() {
55 - local myeconfargs=(
56 - --disable-silent-rules
57 - $(use_with X x11)
58 - $(use_enable static-libs static)
59 - )
60 - autotools-multilib_src_configure
61 -}