diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-31 10:32:41 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-31 10:32:41 +0000 |
commit | dc355fda2fb7a673307711a7103ac6c9e45ccac5 (patch) | |
tree | 38329d1453cb70affba2e82699cd227278df48a0 /x11-apps/xev | |
parent | Use libexec to fix multilib-strict, bug #454758 (diff) | |
download | gentoo-2-dc355fda2fb7a673307711a7103ac6c9e45ccac5.tar.gz gentoo-2-dc355fda2fb7a673307711a7103ac6c9e45ccac5.tar.bz2 gentoo-2-dc355fda2fb7a673307711a7103ac6c9e45ccac5.zip |
Version bump. Switch to EAPI=5 and drop old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xev')
-rw-r--r-- | x11-apps/xev/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xev/xev-1.1.0.ebuild | 15 | ||||
-rw-r--r-- | x11-apps/xev/xev-1.2.1.ebuild | 17 |
3 files changed, 25 insertions, 18 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog index e356c92ac9d5..da7592741ea2 100644 --- a/x11-apps/xev/ChangeLog +++ b/x11-apps/xev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xev -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.63 2012/08/26 16:41:42 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.64 2013/01/31 10:32:41 chithanh Exp $ + +*xev-1.2.1 (31 Jan 2013) + + 31 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xev-1.2.1.ebuild, -xev-1.1.0.ebuild: + Version bump. Switch to EAPI=5 and drop old. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xev-1.2.0.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -217,4 +223,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xev-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xev/xev-1.1.0.ebuild b/x11-apps/xev/xev-1.1.0.ebuild deleted file mode 100644 index fd67608763fe..000000000000 --- a/x11-apps/xev/xev-1.1.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.1.0.ebuild,v 1.10 2011/08/10 15:18:42 mduft Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="print contents of X events" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" diff --git a/x11-apps/xev/xev-1.2.1.ebuild b/x11-apps/xev/xev-1.2.1.ebuild new file mode 100644 index 000000000000..a42c98ef4963 --- /dev/null +++ b/x11-apps/xev/xev-1.2.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.1.ebuild,v 1.1 2013/01/31 10:32:41 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="print contents of X events" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXrandr" +DEPEND="${RDEPEND} + x11-proto/xproto" |