diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-23 15:19:49 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-23 15:47:25 -0700 |
commit | d48412142b456fd59a4cc28b23eba7419d3b38da (patch) | |
tree | f083108dd1e339e03c30c4b23cd682b00584961a /x11-proto | |
parent | x11-proto/xproto: arm stable wrt bug #651286 (diff) | |
download | gentoo-d48412142b456fd59a4cc28b23eba7419d3b38da.tar.gz gentoo-d48412142b456fd59a4cc28b23eba7419d3b38da.tar.bz2 gentoo-d48412142b456fd59a4cc28b23eba7419d3b38da.zip |
x11-proto/bigreqsproto: Drop old version
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/bigreqsproto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-proto/bigreqsproto/Manifest b/x11-proto/bigreqsproto/Manifest deleted file mode 100644 index fec51c66cd5c..000000000000 --- a/x11-proto/bigreqsproto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bigreqsproto-1.1.2.tar.bz2 113218 BLAKE2B de595169050716e6474366221760845d61110cc4d71bb6b2b0ec7d28a211b4c6ed38e202e84802982f23a85fa140e36d78dda45fa499f5cba9418a39047e2c61 SHA512 9c2f98191169f7bca69601fcea5ddcb45d50b3a6bae087a2d6ee2d83f9729155b23268ad4c46a3cc99162cdacf4c8e3d7f061e58d73237da96f23123444f67d8 diff --git a/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild b/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild deleted file mode 100644 index 59da33e587a8..000000000000 --- a/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -XORG_DOC=doc -inherit xorg-2 - -DESCRIPTION="X.Org BigReqs protocol headers" - -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="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -pkg_setup() { - xorg-2_pkg_setup - - XORG_CONFIGURE_OPTIONS=( - $(use_enable doc specs) - $(use_with doc xmlto) - --without-fop - ) -} |