diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-04-09 22:14:51 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-04-09 22:14:51 +0000 |
commit | 714f5ca98af34d496e91329999f43b2a83de162a (patch) | |
tree | 69ae10d3111e9d93dbb3737471098bad41cc71c7 /xfce-extra/mousepad/mousepad-0.2.2.ebuild | |
parent | adding missing upstream dhfile and rsafile. a little ebuild code cleanup (diff) | |
download | gentoo-2-714f5ca98af34d496e91329999f43b2a83de162a.tar.gz gentoo-2-714f5ca98af34d496e91329999f43b2a83de162a.tar.bz2 gentoo-2-714f5ca98af34d496e91329999f43b2a83de162a.zip |
version bump
(Portage version: 2.0.51.19)
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 |