diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 20:19:11 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 20:19:11 +0000 |
commit | b5eefcf3701f99602722a97671328d465e5fa462 (patch) | |
tree | a2d1ccf3505b08f6498892bda31bcc05f987dda3 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-b5eefcf3701f99602722a97671328d465e5fa462.tar.gz gentoo-2-b5eefcf3701f99602722a97671328d465e5fa462.tar.bz2 gentoo-2-b5eefcf3701f99602722a97671328d465e5fa462.zip |
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xlsclients/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xlsclients/xlsclients-1.1.1.ebuild | 17 | ||||
-rw-r--r-- | x11-apps/xlsclients/xlsclients-1.1.3.ebuild | 17 |
3 files changed, 25 insertions, 20 deletions
diff --git a/x11-apps/xlsclients/ChangeLog b/x11-apps/xlsclients/ChangeLog index 46db902ff45c..4e953fd90c2a 100644 --- a/x11-apps/xlsclients/ChangeLog +++ b/x11-apps/xlsclients/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xlsclients -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/ChangeLog,v 1.63 2012/05/15 14:20:40 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/ChangeLog,v 1.64 2013/09/11 20:19:11 chithanh Exp $ + +*xlsclients-1.1.3 (11 Sep 2013) + + 11 Sep 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xlsclients-1.1.3.ebuild, -xlsclients-1.1.1.ebuild: + Version bump. 15 May 2012; Alexis Ballier <aballier@gentoo.org> xlsclients-1.1.2.ebuild: keyword ~amd64-fbsd @@ -237,4 +243,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xlsclients-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xlsclients/xlsclients-1.1.1.ebuild b/x11-apps/xlsclients/xlsclients-1.1.1.ebuild deleted file mode 100644 index 43a269cdc253..000000000000 --- a/x11-apps/xlsclients/xlsclients-1.1.1.ebuild +++ /dev/null @@ -1,17 +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/xlsclients/xlsclients-1.1.1.ebuild,v 1.10 2011/02/14 18:43:22 xarthisius Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="X.Org xlsclients application" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=" - x11-libs/libxcb - x11-libs/xcb-util -" -DEPEND="${RDEPEND}" diff --git a/x11-apps/xlsclients/xlsclients-1.1.3.ebuild b/x11-apps/xlsclients/xlsclients-1.1.3.ebuild new file mode 100644 index 000000000000..01eedfcf798e --- /dev/null +++ b/x11-apps/xlsclients/xlsclients-1.1.3.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/xlsclients/xlsclients-1.1.3.ebuild,v 1.1 2013/09/11 20:19:11 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X.Org xlsclients application" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=" + >=x11-libs/libxcb-1.7 + >=x11-libs/xcb-util-0.3.8 +" +DEPEND="${RDEPEND}" |