diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 12:32:28 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 12:32:28 +0000 |
commit | dec3f04f42cde87f0f353db686d37bf4c793118e (patch) | |
tree | 930fca45a4df3cf78d0b98c11b84dcf01cb70a8c /x11-apps/xconsole | |
parent | Version bump. (diff) | |
download | gentoo-2-dec3f04f42cde87f0f353db686d37bf4c793118e.tar.gz gentoo-2-dec3f04f42cde87f0f353db686d37bf4c793118e.tar.bz2 gentoo-2-dec3f04f42cde87f0f353db686d37bf4c793118e.zip |
Version bump.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xconsole')
-rw-r--r-- | x11-apps/xconsole/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xconsole/xconsole-1.0.4.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xconsole/ChangeLog b/x11-apps/xconsole/ChangeLog index 6e6bb5a39d69..1f1f6b7aad14 100644 --- a/x11-apps/xconsole/ChangeLog +++ b/x11-apps/xconsole/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xconsole # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.34 2010/02/04 11:12:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.35 2010/09/27 12:32:28 scarabeus Exp $ + +*xconsole-1.0.4 (27 Sep 2010) + + 27 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +xconsole-1.0.4.ebuild: + Version bump. 04 Feb 2010; Alexis Ballier <aballier@gentoo.org> xconsole-1.0.3-r1.ebuild: diff --git a/x11-apps/xconsole/xconsole-1.0.4.ebuild b/x11-apps/xconsole/xconsole-1.0.4.ebuild new file mode 100644 index 000000000000..74a4154d1808 --- /dev/null +++ b/x11-apps/xconsole/xconsole-1.0.4.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/xconsole/xconsole-1.0.4.ebuild,v 1.1 2010/09/27 12:32:28 scarabeus Exp $ + +EAPI=3 +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="monitor system console messages with X" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" |