summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/bigreqsproto/ChangeLog5
-rw-r--r--x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/x11-proto/bigreqsproto/ChangeLog b/x11-proto/bigreqsproto/ChangeLog
index 3aad412812b3..3af2ca360c6a 100644
--- a/x11-proto/bigreqsproto/ChangeLog
+++ b/x11-proto/bigreqsproto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/bigreqsproto
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.59 2015/03/03 12:20:11 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.60 2015/04/12 18:51:04 mrueg Exp $
+
+ 12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -bigreqsproto-1.1.1.ebuild:
+ Remove old.
03 Mar 2015; Yixun Lan <dlan@gentoo.org> bigreqsproto-1.1.2.ebuild:
add arm64 support, tested on A53 board
diff --git a/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild b/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild
deleted file mode 100644
index 51dd66516622..000000000000
--- a/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild,v 1.8 2011/02/14 14:26:53 xarthisius Exp $
-
-EAPI=3
-inherit xorg-2
-
-DESCRIPTION="X.Org BigReqs protocol headers"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- doc? ( app-text/xmlto )"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- CONFIGURE_OPTIONS="$(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop"
-}