Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdmx/
Date: Sat, 29 Sep 2018 17:19:28
Message-Id: 1538241518.2912d7e4a9b7cdbb7fce7a5d1686edd4fde352f6.mattst88@gentoo
1 commit: 2912d7e4a9b7cdbb7fce7a5d1686edd4fde352f6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 17:03:32 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 17:18:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2912d7e4
7
8 x11-libs/libdmx: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libdmx/Manifest | 1 -
13 x11-libs/libdmx/libdmx-1.1.3-r1.ebuild | 14 --------------
14 2 files changed, 15 deletions(-)
15
16 diff --git a/x11-libs/libdmx/Manifest b/x11-libs/libdmx/Manifest
17 index fa83c7898bf..4470d278d9c 100644
18 --- a/x11-libs/libdmx/Manifest
19 +++ b/x11-libs/libdmx/Manifest
20 @@ -1,2 +1 @@
21 -DIST libdmx-1.1.3.tar.bz2 290859 BLAKE2B 3cf8094d7b1a3d82657ae5b4c41735738beed4ed5264f0d7dcdcf25c0741f9dc567d330f1a8b8bd1dbddfd87b7317a16692053379a0aebe62637614be96c3610 SHA512 551cbba06e87ddc6f9a1f4567de4b8c592a4b6f6b6c27970c67c644ffe5c7f396e3c64c6df564d83a73f1b3842ba0a29a2463580fc0a264c552d76fbcba5a021
22 DIST libdmx-1.1.4.tar.bz2 316517 BLAKE2B bede1dcf554fba15257277419c1a458125ab962365a4ae679b22a98d6a1e31584087fe09fc1a2e5a7e9b212c0fd332438cdf5c56c8a9d32b6ea755091026b6b0 SHA512 77aba6cadfd17db0cc7e1bc26f14d908223a0fdb135d46f86c3be34e3bc7e2f843f08d4d0ef773357e83b17122bffe56a0442d12908378c05a22177b10ae10e9
23
24 diff --git a/x11-libs/libdmx/libdmx-1.1.3-r1.ebuild b/x11-libs/libdmx/libdmx-1.1.3-r1.ebuild
25 deleted file mode 100644
26 index 95230370649..00000000000
27 --- a/x11-libs/libdmx/libdmx-1.1.3-r1.ebuild
28 +++ /dev/null
29 @@ -1,14 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit xorg-2
35 -
36 -DESCRIPTION="X.Org dmx library"
37 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
38 -IUSE=""
39 -
40 -RDEPEND="x11-base/xorg-proto
41 - x11-libs/libX11
42 - x11-libs/libXext"
43 -DEPEND="${RDEPEND}"