diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 17:46:21 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 17:46:21 +0000 |
commit | ce540e56228b8084477572ee2129e2323b5063ab (patch) | |
tree | a23795532132d8ab584b6938d9a967e6dadf58f1 /x11-wm/twm/twm-1.0.6.ebuild | |
parent | Version bump (diff) | |
download | historical-ce540e56228b8084477572ee2129e2323b5063ab.tar.gz historical-ce540e56228b8084477572ee2129e2323b5063ab.tar.bz2 historical-ce540e56228b8084477572ee2129e2323b5063ab.zip |
Version bump
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/twm/twm-1.0.6.ebuild')
-rw-r--r-- | x11-wm/twm/twm-1.0.6.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-wm/twm/twm-1.0.6.ebuild b/x11-wm/twm/twm-1.0.6.ebuild new file mode 100644 index 000000000000..702a3c8169c5 --- /dev/null +++ b/x11-wm/twm/twm-1.0.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/twm/twm-1.0.6.ebuild,v 1.1 2011/01/15 17:46:21 scarabeus Exp $ + +EAPI=3 + +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="X.Org twm application" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXmu + x11-libs/libICE + x11-libs/libSM" +DEPEND="${RDEPEND} + sys-devel/bison" |