diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-05-07 20:01:45 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-05-07 20:01:45 +0000 |
commit | d687ab8836dfed509ed5d0cef23a0d18f5f53267 (patch) | |
tree | 7e263936617a3fc5ceec45919ca241f2af7d787e /app-editors/adie/adie-1.5.4.ebuild | |
parent | Added Yaakov Selkowitz's eclass based fox ebuilds for testing. (diff) | |
download | historical-d687ab8836dfed509ed5d0cef23a0d18f5f53267.tar.gz historical-d687ab8836dfed509ed5d0cef23a0d18f5f53267.tar.bz2 historical-d687ab8836dfed509ed5d0cef23a0d18f5f53267.zip |
Added Yaakov Selkowitz's eclass based fox ebuilds for testing.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-editors/adie/adie-1.5.4.ebuild')
-rw-r--r-- | app-editors/adie/adie-1.5.4.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-editors/adie/adie-1.5.4.ebuild b/app-editors/adie/adie-1.5.4.ebuild new file mode 100644 index 000000000000..3ba73ad454d9 --- /dev/null +++ b/app-editors/adie/adie-1.5.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.5.4.ebuild,v 1.1 2005/05/07 20:01:45 rphillips Exp $ + +inherit fox + +DESCRIPTION="Text editor based on the FOX Toolkit" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc" +IUSE="" + +RDEPEND="~x11-libs/fox-${PV}" |