blob: 7473b1956ec0f53c039abdf145fe6d3b5c241c9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 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.5 2006/03/24 21:18:40 agriffis 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="~amd64 ~ia64 ~ppc x86"
LICENSE="GPL-2"
RDEPEND=">=gnome-extra/gdesklets-core-0.34.3"
|