diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-04 10:24:18 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-04 10:24:18 +0000 |
commit | 4671a25cbd2b6d728e15636b2c983f356434be6f (patch) | |
tree | 2fb58f4a20d813cb2fa14133376e92808378b113 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-4671a25cbd2b6d728e15636b2c983f356434be6f.tar.gz gentoo-2-4671a25cbd2b6d728e15636b2c983f356434be6f.tar.bz2 gentoo-2-4671a25cbd2b6d728e15636b2c983f356434be6f.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xlsatoms/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/xlsatoms/ChangeLog b/x11-apps/xlsatoms/ChangeLog index e2f5797a70af..73686286eab3 100644 --- a/x11-apps/xlsatoms/ChangeLog +++ b/x11-apps/xlsatoms/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xlsatoms # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/ChangeLog,v 1.55 2015/04/11 21:51:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/ChangeLog,v 1.56 2015/07/04 10:24:18 mrueg Exp $ + +*xlsatoms-1.1.2 (04 Jul 2015) + + 04 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xlsatoms-1.1.2.ebuild: + Version bump. 11 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -xlsatoms-1.1.0.ebuild: Remove old. diff --git a/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild b/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild new file mode 100644 index 000000000000..35c7f9f4e211 --- /dev/null +++ b/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild,v 1.1 2015/07/04 10:24:18 mrueg Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="list interned atoms defined on server" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libxcb" +DEPEND="${RDEPEND}" |