18 lines
494 B
Bash
18 lines
494 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/rox-extra/edit/edit-2.1.ebuild,v 1.4 2012/06/14 07:33:03 xmw Exp $
|
|
|
|
ROX_LIB_VER=1.9.14
|
|
inherit rox
|
|
|
|
APPNAME=Edit
|
|
APPCATEGORY="Utility;TextEditor"
|
|
|
|
DESCRIPTION="Edit is a simple text editor for ROX Desktop"
|
|
HOMEPAGE="http://rox.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/rox/${P}.tar.bz2"
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc x86"
|
|
IUSE=""
|