diff options
Diffstat (limited to 'xfce-extra/mousepad/mousepad-0.2.2.ebuild')
-rw-r--r-- | xfce-extra/mousepad/mousepad-0.2.2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xfce-extra/mousepad/mousepad-0.2.2.ebuild b/xfce-extra/mousepad/mousepad-0.2.2.ebuild new file mode 100644 index 000000000000..6505c36eda90 --- /dev/null +++ b/xfce-extra/mousepad/mousepad-0.2.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2005 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.1 2005/04/09 22:14:51 bcowan 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 |