diff options
Diffstat (limited to 'app-editors/x2/x2-1.1.0.ebuild')
-rw-r--r-- | app-editors/x2/x2-1.1.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-editors/x2/x2-1.1.0.ebuild b/app-editors/x2/x2-1.1.0.ebuild new file mode 100644 index 000000000..742942df5 --- /dev/null +++ b/app-editors/x2/x2-1.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +DESCRIPTION="a micro-ide/text editor written in C/GTK+" +HOMEPAGE="http://gnomefiles.org/content/show.php/X2?content=145463" +SRC_URI="http://gnomefiles.org/CONTENT/content-files/145463-${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="x11-libs/gtksourceview:2.0 + x11-libs/vte:0" +DEPEND="${RDEPEND}" |