summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkill/ChangeLog7
-rw-r--r--x11-apps/xkill/xkill-1.0.2.ebuild14
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/xkill/ChangeLog b/x11-apps/xkill/ChangeLog
index 43bbd4bbf269..a765e25e580e 100644
--- a/x11-apps/xkill/ChangeLog
+++ b/x11-apps/xkill/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xkill
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/ChangeLog,v 1.17 2009/05/05 08:01:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/ChangeLog,v 1.18 2009/10/14 18:44:01 remi Exp $
+
+*xkill-1.0.2 (14 Oct 2009)
+
+ 14 Oct 2009; Rémi Cardona <remi@gentoo.org> +xkill-1.0.2.ebuild:
+ bump to 1.0.2
05 May 2009; Christian Faulhammer <fauli@gentoo.org> xkill-1.0.1.ebuild:
fix repoman warnings
diff --git a/x11-apps/xkill/xkill-1.0.2.ebuild b/x11-apps/xkill/xkill-1.0.2.ebuild
new file mode 100644
index 000000000000..ea608b68bf67
--- /dev/null
+++ b/x11-apps/xkill/xkill-1.0.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/xkill-1.0.2.ebuild,v 1.1 2009/10/14 18:44:01 remi Exp $
+
+inherit x-modular
+
+DESCRIPTION="kill a client by its X resource"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"