blob: fe90ec1b8daf4d594e3676a563a1bfa33fd6aefc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/mousepad/mousepad-0.2.2.ebuild,v 1.5 2006/05/23 20:33:36 corsair Exp $
DESCRIPTION="Small text editor for Xfce 4"
SRC_URI="http://erikharrison.net/software/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
RDEPEND="xfce-base/libxfce4mcs"
inherit xfce4
|