diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-24 00:16:19 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-24 00:16:19 +0000 |
commit | 0f3e5477dc6628ef07eeb35a8978768e4b6705c7 (patch) | |
tree | fd3c19dbf05637069f73fde6382a51d84b01d0e9 /x11-apps/xconsole | |
parent | Fix pkg-config files (bug #477948). (diff) | |
download | gentoo-2-0f3e5477dc6628ef07eeb35a8978768e4b6705c7.tar.gz gentoo-2-0f3e5477dc6628ef07eeb35a8978768e4b6705c7.tar.bz2 gentoo-2-0f3e5477dc6628ef07eeb35a8978768e4b6705c7.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xconsole')
-rw-r--r-- | x11-apps/xconsole/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xconsole/xconsole-1.0.6.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xconsole/ChangeLog b/x11-apps/xconsole/ChangeLog index bbdcec56ece8..35e4328e685d 100644 --- a/x11-apps/xconsole/ChangeLog +++ b/x11-apps/xconsole/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xconsole # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.43 2013/01/20 18:38:58 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.44 2013/07/24 00:16:19 chithanh Exp $ + +*xconsole-1.0.6 (24 Jul 2013) + + 24 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xconsole-1.0.6.ebuild: + Version bump. *xconsole-1.0.5 (20 Jan 2013) diff --git a/x11-apps/xconsole/xconsole-1.0.6.ebuild b/x11-apps/xconsole/xconsole-1.0.6.ebuild new file mode 100644 index 000000000000..bf533875ac5a --- /dev/null +++ b/x11-apps/xconsole/xconsole-1.0.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.6.ebuild,v 1.1 2013/07/24 00:16:19 chithanh Exp $ + +EAPI=5 + +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}" |