summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-24 18:08:08 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-24 18:08:08 +0000
commit78a5ec32fbe914ac0d0b2e38cde53fd239c797c8 (patch)
tree1640aebd7e8f76f2f9f2ef05c308b15045693ebd /x11-apps/xlsclients
parentVersion bump (diff)
downloadgentoo-2-78a5ec32fbe914ac0d0b2e38cde53fd239c797c8.tar.gz
gentoo-2-78a5ec32fbe914ac0d0b2e38cde53fd239c797c8.tar.bz2
gentoo-2-78a5ec32fbe914ac0d0b2e38cde53fd239c797c8.zip
Version bump.
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xlsclients')
-rw-r--r--x11-apps/xlsclients/ChangeLog8
-rw-r--r--x11-apps/xlsclients/xlsclients-1.1.1.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-apps/xlsclients/ChangeLog b/x11-apps/xlsclients/ChangeLog
index 4b0acd94ca8b..5056d57c8349 100644
--- a/x11-apps/xlsclients/ChangeLog
+++ b/x11-apps/xlsclients/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xlsclients
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/ChangeLog,v 1.42 2010/09/19 19:47:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/ChangeLog,v 1.43 2010/09/24 18:08:08 scarabeus Exp $
+
+*xlsclients-1.1.1 (24 Sep 2010)
+
+ 24 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xlsclients-1.1.1.ebuild:
+ Version bump.
19 Sep 2010; Raúl Porcel <armin76@gentoo.org> xlsclients-1.1.0.ebuild:
ia64/s390/sh/sparc stable wrt #327777
diff --git a/x11-apps/xlsclients/xlsclients-1.1.1.ebuild b/x11-apps/xlsclients/xlsclients-1.1.1.ebuild
new file mode 100644
index 000000000000..b64ccd7e9028
--- /dev/null
+++ b/x11-apps/xlsclients/xlsclients-1.1.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 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.1 2010/09/24 18:08:08 scarabeus Exp $
+
+EAPI=3
+
+XORG_STATIC="no"
+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}"