summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-12 21:18:01 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-12 21:18:01 +0000
commit2afa38b68afee185dc29c3629e75cbc6a11d9f74 (patch)
tree5bb65fcc56d7e02c8334b4ef51b559e2c91735db /x11-proto
parentCPAL-1.0, gnuplot, CC-BY-*, and CC-BY-SA-* licenses are FSF approved now. Mov... (diff)
downloadgentoo-2-2afa38b68afee185dc29c3629e75cbc6a11d9f74.tar.gz
gentoo-2-2afa38b68afee185dc29c3629e75cbc6a11d9f74.tar.bz2
gentoo-2-2afa38b68afee185dc29c3629e75cbc6a11d9f74.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/recordproto/ChangeLog6
-rw-r--r--x11-proto/recordproto/recordproto-1.14.1.ebuild23
-rw-r--r--x11-proto/recordproto/recordproto-1.14.2.ebuild26
3 files changed, 5 insertions, 50 deletions
diff --git a/x11-proto/recordproto/ChangeLog b/x11-proto/recordproto/ChangeLog
index e2e1c7ccdeaf..05d8f9c2db43 100644
--- a/x11-proto/recordproto/ChangeLog
+++ b/x11-proto/recordproto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/recordproto
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/ChangeLog,v 1.68 2015/03/03 12:34:58 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/ChangeLog,v 1.69 2015/04/12 21:18:01 mrueg Exp $
+
+ 12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -recordproto-1.14.1.ebuild,
+ -recordproto-1.14.2.ebuild:
+ Remove old.
03 Mar 2015; Yixun Lan <dlan@gentoo.org> recordproto-1.14.2-r1.ebuild:
add arm64 support, tested on A53 board
diff --git a/x11-proto/recordproto/recordproto-1.14.1.ebuild b/x11-proto/recordproto/recordproto-1.14.1.ebuild
deleted file mode 100644
index 2f4a8ec2f7c0..000000000000
--- a/x11-proto/recordproto/recordproto-1.14.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/recordproto/recordproto-1.14.1.ebuild,v 1.8 2011/02/14 14:21:28 xarthisius Exp $
-
-EAPI=3
-inherit xorg-2
-
-DESCRIPTION="X.Org Record protocol headers"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="doc"
-
-RDEPEND="!<x11-libs/libXtst-1.0.99.2"
-DEPEND="${RDEPEND}
- doc? ( app-text/xmlto )"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- CONFIGURE_OPTIONS="$(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop"
-}
diff --git a/x11-proto/recordproto/recordproto-1.14.2.ebuild b/x11-proto/recordproto/recordproto-1.14.2.ebuild
deleted file mode 100644
index 08e7d25e9e63..000000000000
--- a/x11-proto/recordproto/recordproto-1.14.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/recordproto-1.14.2.ebuild,v 1.10 2013/02/21 18:01:26 zmedico Exp $
-
-EAPI=4
-
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org Record protocol headers"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND="!<x11-libs/libXtst-1.0.99.2"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop
- )
-}