diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-24 07:52:17 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-24 07:52:17 +0000 |
commit | 61b7e64f75bd87c0c932ca085770f51803012430 (patch) | |
tree | 9a3fa7ad9b762f978d588d269fe57e3364974476 /x11-apps/xmore/xmore-1.0.2.ebuild | |
parent | removing old versions, which does not compile anymore (bug #193690) (diff) | |
download | historical-61b7e64f75bd87c0c932ca085770f51803012430.tar.gz historical-61b7e64f75bd87c0c932ca085770f51803012430.tar.bz2 historical-61b7e64f75bd87c0c932ca085770f51803012430.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xmore/xmore-1.0.2.ebuild')
-rw-r--r-- | x11-apps/xmore/xmore-1.0.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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}" |