summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-13 00:09:30 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-13 00:09:30 +0000
commite68d52b0cd956bdbb7def1a5381ca812a5db132c (patch)
tree25db0243554572513d9e246e606c37dfa3e90a6f /x11-libs/libXtst
parentRemove old. (diff)
downloadgentoo-2-e68d52b0cd956bdbb7def1a5381ca812a5db132c.tar.gz
gentoo-2-e68d52b0cd956bdbb7def1a5381ca812a5db132c.tar.bz2
gentoo-2-e68d52b0cd956bdbb7def1a5381ca812a5db132c.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-libs/libXtst')
-rw-r--r--x11-libs/libXtst/ChangeLog6
-rw-r--r--x11-libs/libXtst/libXtst-1.2.0.ebuild28
-rw-r--r--x11-libs/libXtst/libXtst-1.2.1-r1.ebuild22
-rw-r--r--x11-libs/libXtst/libXtst-1.2.1.ebuild21
4 files changed, 5 insertions, 72 deletions
diff --git a/x11-libs/libXtst/ChangeLog b/x11-libs/libXtst/ChangeLog
index f4427dd885bb..b3237e319a5d 100644
--- a/x11-libs/libXtst/ChangeLog
+++ b/x11-libs/libXtst/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXtst
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/ChangeLog,v 1.94 2015/03/03 11:33:27 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/ChangeLog,v 1.95 2015/04/13 00:09:30 mrueg Exp $
+
+ 13 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -libXtst-1.2.0.ebuild,
+ -libXtst-1.2.1-r1.ebuild, -libXtst-1.2.1.ebuild:
+ Remove old.
03 Mar 2015; Yixun Lan <dlan@gentoo.org> libXtst-1.2.2.ebuild:
add arm64 support, tested on A53 board
diff --git a/x11-libs/libXtst/libXtst-1.2.0.ebuild b/x11-libs/libXtst/libXtst-1.2.0.ebuild
deleted file mode 100644
index 63172914e937..000000000000
--- a/x11-libs/libXtst/libXtst-1.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-1.2.0.ebuild,v 1.10 2014/04/15 18:39:03 vapier Exp $
-
-EAPI=3
-inherit xorg-2
-
-DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions library"
-
-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/libX11
- >=x11-libs/libXext-1.0.99.4
- x11-libs/libXi
- x11-proto/inputproto
- >=x11-proto/recordproto-1.13.99.1
- >=x11-proto/xextproto-7.0.99.3"
-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-libs/libXtst/libXtst-1.2.1-r1.ebuild b/x11-libs/libXtst/libXtst-1.2.1-r1.ebuild
deleted file mode 100644
index c816a4709146..000000000000
--- a/x11-libs/libXtst/libXtst-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-1.2.1-r1.ebuild,v 1.3 2014/06/18 21:12:32 mgorny Exp $
-
-EAPI=5
-
-XORG_DOC="doc"
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions library"
-
-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/libX11-1.6.2[${MULTILIB_USEDEP}]
- >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
- >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
- >=x11-proto/recordproto-1.14.2-r1[${MULTILIB_USEDEP}]
- >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
- >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
diff --git a/x11-libs/libXtst/libXtst-1.2.1.ebuild b/x11-libs/libXtst/libXtst-1.2.1.ebuild
deleted file mode 100644
index 70546e47783d..000000000000
--- a/x11-libs/libXtst/libXtst-1.2.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-1.2.1.ebuild,v 1.11 2014/04/15 18:39:03 vapier Exp $
-
-EAPI=4
-
-XORG_DOC="doc"
-inherit xorg-2
-
-DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions library"
-
-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/libX11
- >=x11-libs/libXext-1.0.99.4
- x11-libs/libXi
- >=x11-proto/recordproto-1.13.99.1
- >=x11-proto/xextproto-7.0.99.3
- x11-proto/inputproto"
-DEPEND="${RDEPEND}"