summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-07-24 07:52:17 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-07-24 07:52:17 +0000
commitda3db48873ec6802a9c971a73b4dabdd0974a15a (patch)
treef0b96f36a890c7fee525187dc239752ee0c619f3 /x11-apps
parentremoving old versions, which does not compile anymore (bug #193690) (diff)
downloadgentoo-2-da3db48873ec6802a9c971a73b4dabdd0974a15a.tar.gz
gentoo-2-da3db48873ec6802a9c971a73b4dabdd0974a15a.tar.bz2
gentoo-2-da3db48873ec6802a9c971a73b4dabdd0974a15a.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xmore/ChangeLog7
-rw-r--r--x11-apps/xmore/xmore-1.0.2.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/xmore/ChangeLog b/x11-apps/xmore/ChangeLog
index fd5527f560a5..60ddae7dd4ff 100644
--- a/x11-apps/xmore/ChangeLog
+++ b/x11-apps/xmore/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xmore
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.23 2010/01/17 22:45:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.24 2010/07/24 07:52:17 scarabeus Exp $
+
+*xmore-1.0.2 (24 Jul 2010)
+
+ 24 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xmore-1.0.2.ebuild:
+ Version bump
17 Jan 2010; Jeroen Roovers <jer@gentoo.org> xmore-1.0.1-r1.ebuild:
Stable for HPPA (bug #294958).
diff --git a/x11-apps/xmore/xmore-1.0.2.ebuild b/x11-apps/xmore/xmore-1.0.2.ebuild
new file mode 100644
index 000000000000..58383f6ee2fb
--- /dev/null
+++ b/x11-apps/xmore/xmore-1.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.2.ebuild,v 1.1 2010/07/24 07:52:17 scarabeus Exp $
+
+EAPI=3
+
+XORG_STATIC=no
+inherit xorg-2
+
+DESCRIPTION="plain text display program for the X Window System"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXt
+"
+DEPEND="${RDEPEND}"