diff options
author | 2009-10-15 12:36:16 +0000 | |
---|---|---|
committer | 2009-10-15 12:36:16 +0000 | |
commit | 1ba3554c1b1cb0f9279b09a63a4fcab36c68efa0 (patch) | |
tree | f7fcb20eab2a82301098e6d3cf2fced2def1bf78 /x11-apps/xlsatoms | |
parent | Version bump. Sync deps with configure/makefile. (diff) | |
download | gentoo-2-1ba3554c1b1cb0f9279b09a63a4fcab36c68efa0.tar.gz gentoo-2-1ba3554c1b1cb0f9279b09a63a4fcab36c68efa0.tar.bz2 gentoo-2-1ba3554c1b1cb0f9279b09a63a4fcab36c68efa0.zip |
Version bump.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xlsatoms')
-rw-r--r-- | x11-apps/xlsatoms/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xlsatoms/xlsatoms-1.0.2.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xlsatoms/ChangeLog b/x11-apps/xlsatoms/ChangeLog index 17323524b37e..e8d7a1f4779d 100644 --- a/x11-apps/xlsatoms/ChangeLog +++ b/x11-apps/xlsatoms/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xlsatoms # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/ChangeLog,v 1.24 2009/10/11 11:08:26 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/ChangeLog,v 1.25 2009/10/15 12:36:16 scarabeus Exp $ + +*xlsatoms-1.0.2 (15 Oct 2009) + + 15 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + +xlsatoms-1.0.2.ebuild: + Version bump. 11 Oct 2009; nixnut <nixnut@gentoo.org> xlsatoms-1.0.1.ebuild: ppc stable #282290 diff --git a/x11-apps/xlsatoms/xlsatoms-1.0.2.ebuild b/x11-apps/xlsatoms/xlsatoms-1.0.2.ebuild new file mode 100644 index 000000000000..427a6859994c --- /dev/null +++ b/x11-apps/xlsatoms/xlsatoms-1.0.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/xlsatoms-1.0.2.ebuild,v 1.1 2009/10/15 12:36:16 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="list interned atoms defined on server" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libXmu" +DEPEND="${RDEPEND}" |