blob: 51e7c15eb09a33ecee263ce2fbe7798b2dd90c7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2007 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-r1.ebuild,v 1.9 2007/03/03 14:36:24 nixnut Exp $
inherit xfce42
DESCRIPTION="Small text editor for Xfce 4"
SRC_URI="http://erikharrison.net/software/${P}.tar.gz"
HOMEPAGE="http://www.xfce.org"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86"
RDEPEND="xfce-base/libxfce4mcs
>=xfce-base/libxfcegui4-4.2.0
>=xfce-base/libxfce4util-4.2.0"
|