diff options
author | 2005-12-23 10:46:35 +0000 | |
---|---|---|
committer | 2005-12-23 10:46:35 +0000 | |
commit | a0297655e74f09646c45ecfe73fe20d452139b39 (patch) | |
tree | b10b8bcadbd0ecbd5f1bb886c6922f3e09139391 /x11-apps/xkill | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-a0297655e74f09646c45ecfe73fe20d452139b39.tar.gz gentoo-2-a0297655e74f09646c45ecfe73fe20d452139b39.tar.bz2 gentoo-2-a0297655e74f09646c45ecfe73fe20d452139b39.zip |
Bump for 7.0.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-apps/xkill')
-rw-r--r-- | x11-apps/xkill/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xkill/files/digest-xkill-1.0.1 | 1 | ||||
-rw-r--r-- | x11-apps/xkill/xkill-1.0.1.ebuild | 14 |
3 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xkill/ChangeLog b/x11-apps/xkill/ChangeLog index f35fdf22ac1b..6b62af20ea58 100644 --- a/x11-apps/xkill/ChangeLog +++ b/x11-apps/xkill/ChangeLog @@ -1,6 +1,11 @@ # 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.8 2005/12/18 19:41:55 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/ChangeLog,v 1.9 2005/12/23 10:41:50 spyderous Exp $ + +*xkill-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +xkill-1.0.1.ebuild: + Bump for 7.0. *xkill-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xkill/files/digest-xkill-1.0.1 b/x11-apps/xkill/files/digest-xkill-1.0.1 new file mode 100644 index 000000000000..8f2aefc8f3f9 --- /dev/null +++ b/x11-apps/xkill/files/digest-xkill-1.0.1 @@ -0,0 +1 @@ +MD5 f66d76abb0f75514ca32272e23cca757 xkill-1.0.1.tar.bz2 77172 diff --git a/x11-apps/xkill/xkill-1.0.1.ebuild b/x11-apps/xkill/xkill-1.0.1.ebuild new file mode 100644 index 000000000000..d071d7d9925f --- /dev/null +++ b/x11-apps/xkill/xkill-1.0.1.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-1.0.1.ebuild,v 1.1 2005/12/23 10:41:50 spyderous 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}" |