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/libXxf86dga/
Date: Wed, 01 May 2019 20:47:42
Message-Id: 1556743347.e2663c52c458af824081faa7b70c1561ea380c26.mattst88@gentoo
1 commit: e2663c52c458af824081faa7b70c1561ea380c26
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:42:27 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:42:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2663c52
7
8 x11-libs/libXxf86dga: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/libXxf86dga/Manifest | 1 -
14 x11-libs/libXxf86dga/libXxf86dga-1.1.4-r1.ebuild | 17 -----------------
15 2 files changed, 18 deletions(-)
16
17 diff --git a/x11-libs/libXxf86dga/Manifest b/x11-libs/libXxf86dga/Manifest
18 index 88ea0284726..224a62d1967 100644
19 --- a/x11-libs/libXxf86dga/Manifest
20 +++ b/x11-libs/libXxf86dga/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXxf86dga-1.1.4.tar.bz2 280216 BLAKE2B e67a1e2fafc91cdce5b1d4f4ad2083080656f27fceaf167fcf6626c641f1dd7fa14ebe4f8508042ef0489e0fd689b05f6088487b9eda65995888158452898546 SHA512 58d81a7850275fc8382018bcc56dbc65b4200828b1f1379dcee3da1878f12a83ee681a9d474bcd564d99bf93bedfeb7b243370e0ebb89177652b37cee158a3f2
23 DIST libXxf86dga-1.1.5.tar.bz2 301685 BLAKE2B 8c70299e52cd2f34b4dbfa0d56707df20f7b368ab92321cf9e8c0fe15402a3b4e1b8eb62d0e53fd3321e95521bb4f35479493e412710a74779ac98ffaef966bd SHA512 0e77c4003aeba737b10c17d55aeefa935fc57c4ba9e8f79a834f3f8c690d6a1d98f69ad707eded784346c1cf40c41829719d257283b5eae3207147fb4c79ed89
24
25 diff --git a/x11-libs/libXxf86dga/libXxf86dga-1.1.4-r1.ebuild b/x11-libs/libXxf86dga/libXxf86dga-1.1.4-r1.ebuild
26 deleted file mode 100644
27 index 435d1ae79aa..00000000000
28 --- a/x11-libs/libXxf86dga/libXxf86dga-1.1.4-r1.ebuild
29 +++ /dev/null
30 @@ -1,17 +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 -XORG_MULTILIB=yes
37 -inherit xorg-2
38 -
39 -DESCRIPTION="X.Org Xxf86dga library"
40 -
41 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
42 -IUSE=""
43 -
44 -RDEPEND="x11-base/xorg-proto
45 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
46 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]"
47 -DEPEND="${RDEPEND}"