summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-11 14:48:07 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-11 14:48:07 +0000
commit4b258c93394c049135d2974798b8d9119faf3652 (patch)
treecd5521aea316668bc43e7d3575e2233e9c64cb4d /x11-apps
parentFix keyword comparison bug (diff)
downloadgentoo-2-4b258c93394c049135d2974798b8d9119faf3652.tar.gz
gentoo-2-4b258c93394c049135d2974798b8d9119faf3652.tar.bz2
gentoo-2-4b258c93394c049135d2974798b8d9119faf3652.zip
Version bump
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkill/ChangeLog7
-rw-r--r--x11-apps/xkill/xkill-1.0.3.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xkill/ChangeLog b/x11-apps/xkill/ChangeLog
index 1b4fd1c750eb..e272d85a1a79 100644
--- a/x11-apps/xkill/ChangeLog
+++ b/x11-apps/xkill/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xkill
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/ChangeLog,v 1.28 2010/09/10 22:41:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/ChangeLog,v 1.29 2010/11/11 14:48:07 scarabeus Exp $
+
+*xkill-1.0.3 (11 Nov 2010)
+
+ 11 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xkill-1.0.3.ebuild:
+ Version bump
10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xkill-1.0.1.ebuild:
rm
diff --git a/x11-apps/xkill/xkill-1.0.3.ebuild b/x11-apps/xkill/xkill-1.0.3.ebuild
new file mode 100644
index 000000000000..31f4a3bb2e52
--- /dev/null
+++ b/x11-apps/xkill/xkill-1.0.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/xkill-1.0.3.ebuild,v 1.1 2010/11/11 14:48:07 scarabeus Exp $
+
+EAPI=3
+
+inherit xorg-2
+
+DESCRIPTION="kill a client by its X resource"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-winnt"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"