diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-06-13 09:36:37 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-06-13 09:36:37 -0700 |
commit | 768184854fa9e877c9986f3e5b5d32c409825078 (patch) | |
tree | 394181879d504e35e046563f04289e5a3fde69dc /x11-proto/xf86driproto | |
parent | gnome-base/gnome-vfs: Added sub-slot dep to ssl packages. (diff) | |
download | gentoo-768184854fa9e877c9986f3e5b5d32c409825078.tar.gz gentoo-768184854fa9e877c9986f3e5b5d32c409825078.tar.bz2 gentoo-768184854fa9e877c9986f3e5b5d32c409825078.zip |
x11-proto: Remove
ulm noted that since these packages install no files they can be removed
immediately without the 30 day waiting period. Additionally, that solves
the problem encountered by users telling them they cannot depclean the
masked package.
Closes: https://bugs.gentoo.org/656250
Diffstat (limited to 'x11-proto/xf86driproto')
-rw-r--r-- | x11-proto/xf86driproto/metadata.xml | 8 | ||||
-rw-r--r-- | x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild | 17 |
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-proto/xf86driproto/metadata.xml b/x11-proto/xf86driproto/metadata.xml deleted file mode 100644 index e943b72b8a48..000000000000 --- a/x11-proto/xf86driproto/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>x11@gentoo.org</email> - <name>X11</name> -</maintainer> -</pkgmetadata> diff --git a/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild b/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild deleted file mode 100644 index 1383f406557f..000000000000 --- a/x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit multilib-build - -DESCRIPTION="X.Org XF86DRI protocol headers" -HOMEPAGE="https://www.x.org/wiki/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="x11-base/xorg-proto" |