summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-10-15 12:36:16 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-10-15 12:36:16 +0000
commitb3df9ef6b2e8703f8dc1483964990db6cc10fca4 (patch)
treefa8120be89eb27865a6b99f5c89dc3e7aa656b75 /x11-apps
parentVersion bump. Sync deps with configure/makefile. (diff)
downloadhistorical-b3df9ef6b2e8703f8dc1483964990db6cc10fca4.tar.gz
historical-b3df9ef6b2e8703f8dc1483964990db6cc10fca4.tar.bz2
historical-b3df9ef6b2e8703f8dc1483964990db6cc10fca4.zip
Version bump.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xlsatoms/ChangeLog8
-rw-r--r--x11-apps/xlsatoms/xlsatoms-1.0.2.ebuild15
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}"