diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-23 15:23:00 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-23 15:47:47 -0700 |
commit | fbe4bfc599d0969e34dfe2a02a8815490f324ab8 (patch) | |
tree | 62666855615bf5a65e8bcf764a707a0bb5b92969 /x11-proto/fontsproto | |
parent | x11-proto/fixesproto: Drop old version (diff) | |
download | gentoo-fbe4bfc599d0969e34dfe2a02a8815490f324ab8.tar.gz gentoo-fbe4bfc599d0969e34dfe2a02a8815490f324ab8.tar.bz2 gentoo-fbe4bfc599d0969e34dfe2a02a8815490f324ab8.zip |
x11-proto/fontsproto: Drop old version
Diffstat (limited to 'x11-proto/fontsproto')
-rw-r--r-- | x11-proto/fontsproto/Manifest | 2 | ||||
-rw-r--r-- | x11-proto/fontsproto/fontsproto-2.1.2.ebuild | 25 | ||||
-rw-r--r-- | x11-proto/fontsproto/fontsproto-2.1.3.ebuild | 24 |
3 files changed, 0 insertions, 51 deletions
diff --git a/x11-proto/fontsproto/Manifest b/x11-proto/fontsproto/Manifest deleted file mode 100644 index eea5f4a194bd..000000000000 --- a/x11-proto/fontsproto/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST fontsproto-2.1.2.tar.bz2 141990 BLAKE2B 788d9029784b79baf8f5ac3ed76aecd750e67d008fe22dbf4f01df8a5afb55b4d3f2bcff2d03c92c99f3b8ba736d230bdfd3fbecbf8726d344a168fddedb156d SHA512 728d4df6d65b811cc2516cddcd1ba53aadf75521450baaad27ae10448e8eda66c4898369b4cff13874c26b5541cbac231190f7f32f873939aa6d4a72ee720050 -DIST fontsproto-2.1.3.tar.bz2 154087 BLAKE2B 44c64781e856a5c074faa38e9b68870d57162a57b73d681e9ce388b140700d14c57fd62a77cca095f59c9230ec6bc9aecec852d2590333e748ce62194b29420d SHA512 f46d5b733aa48644aa3aa75d4ed47231ef78cb60f747f7200d82331a1ba566190bf37b5b9926c690dec6356043ce7c85a5b59fc1b4b11667ef432518b5d4cc87 diff --git a/x11-proto/fontsproto/fontsproto-2.1.2.ebuild b/x11-proto/fontsproto/fontsproto-2.1.2.ebuild deleted file mode 100644 index 3bf074a35744..000000000000 --- a/x11-proto/fontsproto/fontsproto-2.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 Fonts protocol headers" - -KEYWORDS="alpha amd64 arm 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 ~x86-winnt" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -pkg_setup() { - xorg-2_pkg_setup - - XORG_CONFIGURE_OPTIONS=( - $(use_enable doc specs) - $(use_with doc xmlto) - --without-fop - ) -} diff --git a/x11-proto/fontsproto/fontsproto-2.1.3.ebuild b/x11-proto/fontsproto/fontsproto-2.1.3.ebuild deleted file mode 100644 index 9e03d6f36b2d..000000000000 --- a/x11-proto/fontsproto/fontsproto-2.1.3.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_DOC=doc -inherit xorg-2 - -DESCRIPTION="X.Org Fonts 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 ~x86-winnt" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable doc specs) - $(use_with doc xmlto) - --without-fop - ) - xorg-2_src_configure -} |