diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-02-01 18:06:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-02-01 18:06:48 +0000 |
commit | 60f9f249d42a571fb1894a3b24a41942a4ca2f93 (patch) | |
tree | a476acccc9c21af244c9034963b75b37e22fcb23 /x11-apps | |
parent | Stable on amd64 wrt bug #301443 (diff) | |
download | gentoo-2-60f9f249d42a571fb1894a3b24a41942a4ca2f93.tar.gz gentoo-2-60f9f249d42a571fb1894a3b24a41942a4ca2f93.tar.bz2 gentoo-2-60f9f249d42a571fb1894a3b24a41942a4ca2f93.zip |
Version bump.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xmessage/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xmessage/xmessage-1.0.3.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-apps/xmessage/ChangeLog b/x11-apps/xmessage/ChangeLog index 63cf6aaacbf6..cf33573ae475 100644 --- a/x11-apps/xmessage/ChangeLog +++ b/x11-apps/xmessage/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xmessage -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/ChangeLog,v 1.40 2009/04/22 00:46:15 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/ChangeLog,v 1.41 2010/02/01 18:06:48 scarabeus Exp $ + +*xmessage-1.0.3 (01 Feb 2010) + + 01 Feb 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +xmessage-1.0.3.ebuild: + Version bump. 22 Apr 2009; Brent Baude <ranger@gentoo.org> ChangeLog: Marking xmessage-1.0.2-r1 ppc64 stable for bug 264982 diff --git a/x11-apps/xmessage/xmessage-1.0.3.ebuild b/x11-apps/xmessage/xmessage-1.0.3.ebuild new file mode 100644 index 000000000000..c8659df567ef --- /dev/null +++ b/x11-apps/xmessage/xmessage-1.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/xmessage-1.0.3.ebuild,v 1.1 2010/02/01 18:06:48 scarabeus Exp $ + +inherit x-modular + +DESCRIPTION="display a message or query in a window (X-based /bin/echo)" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt" +DEPEND="${RDEPEND}" |