diff options
author | 2009-03-01 11:57:07 +0000 | |
---|---|---|
committer | 2009-03-01 11:57:07 +0000 | |
commit | 2a7e40180082551ba7551487362cf475bf1599ad (patch) | |
tree | eafe8ff5f049a33add4d49ebcff6c1a4572de73d /app-editors/adie/adie-1.6.35.ebuild | |
parent | version bump + remove unused versions (diff) | |
download | gentoo-2-2a7e40180082551ba7551487362cf475bf1599ad.tar.gz gentoo-2-2a7e40180082551ba7551487362cf475bf1599ad.tar.bz2 gentoo-2-2a7e40180082551ba7551487362cf475bf1599ad.zip |
bump, uses eapi=1 now
(Portage version: 2.1.6.7/cvs/Linux ppc)
Diffstat (limited to 'app-editors/adie/adie-1.6.35.ebuild')
-rw-r--r-- | app-editors/adie/adie-1.6.35.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-editors/adie/adie-1.6.35.ebuild b/app-editors/adie/adie-1.6.35.ebuild new file mode 100644 index 000000000000..3e09507b5714 --- /dev/null +++ b/app-editors/adie/adie-1.6.35.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.6.35.ebuild,v 1.1 2009/03/01 11:57:07 mabi Exp $ + +EAPI="1" + +inherit fox + +DESCRIPTION="Text editor based on the FOX Toolkit" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="x11-libs/fox:1.6" + +RDEPEND="${DEPEND}" |