summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:09:08 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:09:08 +0000
commit46ef6a909fa38f23aed11366d7c652a79140226c (patch)
treeefd5eeb9c41c5734b6124813a2e0b651c627cf93 /x11-apps/xkill
parentBump for 7.0RC3. (diff)
downloadgentoo-2-46ef6a909fa38f23aed11366d7c652a79140226c.tar.gz
gentoo-2-46ef6a909fa38f23aed11366d7c652a79140226c.tar.bz2
gentoo-2-46ef6a909fa38f23aed11366d7c652a79140226c.zip
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xkill')
-rw-r--r--x11-apps/xkill/ChangeLog8
-rw-r--r--x11-apps/xkill/files/digest-xkill-0.99.21
-rw-r--r--x11-apps/xkill/xkill-0.99.2.ebuild14
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xkill/ChangeLog b/x11-apps/xkill/ChangeLog
index a5dc7418d605..3ecda63f8b45 100644
--- a/x11-apps/xkill/ChangeLog
+++ b/x11-apps/xkill/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xkill
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/ChangeLog,v 1.5 2005/11/17 13:30:54 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/ChangeLog,v 1.6 2005/12/04 22:09:08 joshuabaergen Exp $
+
+*xkill-0.99.2 (04 Dec 2005)
+
+ 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xkill-0.99.2.ebuild:
+ Bump for 7.0RC3.
17 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xkill-0.99.1.ebuild:
Marked ~amd64.
diff --git a/x11-apps/xkill/files/digest-xkill-0.99.2 b/x11-apps/xkill/files/digest-xkill-0.99.2
new file mode 100644
index 000000000000..25909188c2cc
--- /dev/null
+++ b/x11-apps/xkill/files/digest-xkill-0.99.2
@@ -0,0 +1 @@
+MD5 bfe44de60770d1ad4f4568b75d8934b8 xkill-0.99.2.tar.bz2 75965
diff --git a/x11-apps/xkill/xkill-0.99.2.ebuild b/x11-apps/xkill/xkill-0.99.2.ebuild
new file mode 100644
index 000000000000..b48663e335cf
--- /dev/null
+++ b/x11-apps/xkill/xkill-0.99.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/xkill-0.99.2.ebuild,v 1.1 2005/12/04 22:09:08 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xkill application"
+KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"