diff options
author | 2018-04-23 15:23:21 -0700 | |
---|---|---|
committer | 2018-04-23 15:47:49 -0700 | |
commit | c1aed37d53af8c8c83df88c88acbd2deef78fbfa (patch) | |
tree | 105e0153a0bfa8d95b28743a67a428ba0fff4582 /x11-proto | |
parent | x11-proto/fontsproto: Drop old version (diff) | |
download | gentoo-c1aed37d53af8c8c83df88c88acbd2deef78fbfa.tar.gz gentoo-c1aed37d53af8c8c83df88c88acbd2deef78fbfa.tar.bz2 gentoo-c1aed37d53af8c8c83df88c88acbd2deef78fbfa.zip |
x11-proto/glproto: Drop old version
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/glproto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/glproto/glproto-1.4.17-r1.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-proto/glproto/Manifest b/x11-proto/glproto/Manifest deleted file mode 100644 index b2bae0f68df6..000000000000 --- a/x11-proto/glproto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST glproto-1.4.17.tar.bz2 126969 BLAKE2B 09643a5e9de4aa0f7f9486998d41ff8b3e8cf84c55f785293d3fe224b5aee26e816b83983c380a0208db1269e6643986e04f8899c56f96917c640a6c074ceba5 SHA512 3e5bb1949ab9993e07d2ed7e829b9e0a8803eab476e9f4082fc01087c3dce01f3bcb9d55261eaf60e55977a689b326ed1dcf40f74d5e1fc660c83bea094b6754 diff --git a/x11-proto/glproto/glproto-1.4.17-r1.ebuild b/x11-proto/glproto/glproto-1.4.17-r1.ebuild deleted file mode 100644 index 124343f3b2f5..000000000000 --- a/x11-proto/glproto/glproto-1.4.17-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_MULTILIB=yes -inherit xorg-2 - -DESCRIPTION="X.Org GL protocol headers" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -LICENSE="SGI-B-2.0" -IUSE="" - -RDEPEND=">=app-eselect/eselect-opengl-1.3.0" -DEPEND="" - -src_install() { - xorg-2_src_install -} - -pkg_postinst() { - xorg-2_pkg_postinst - eselect opengl set --ignore-missing --use-old xorg-x11 -} |