diff options
Diffstat (limited to 'x11-plugins/desklet-regexp/desklet-regexp-1.0.ebuild')
-rw-r--r-- | x11-plugins/desklet-regexp/desklet-regexp-1.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-plugins/desklet-regexp/desklet-regexp-1.0.ebuild b/x11-plugins/desklet-regexp/desklet-regexp-1.0.ebuild new file mode 100644 index 000000000000..3a33a243316d --- /dev/null +++ b/x11-plugins/desklet-regexp/desklet-regexp-1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-regexp/desklet-regexp-1.0.ebuild,v 1.1 2005/04/23 05:14:02 nixphoeni Exp $ + +inherit gdesklets + +DESKLET_NAME="regexpcontrol" + +S=${WORKDIR} + +DESCRIPTION="The RegExp Control for gDesklets" +HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=227" +SRC_URI="http://gdesklets.gnomedesktop.org/files/${DESKLET_NAME}.tar.gz" + +SLOT="0" +IUSE="" +KEYWORDS="~x86" +LICENSE="GPL-2" + +RDEPEND=">=gnome-extra/gdesklets-core-0.34.3" + |