diff options
Diffstat (limited to 'x11-plugins/desklet-gauges/desklet-gauges-0.52.ebuild')
-rw-r--r-- | x11-plugins/desklet-gauges/desklet-gauges-0.52.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-plugins/desklet-gauges/desklet-gauges-0.52.ebuild b/x11-plugins/desklet-gauges/desklet-gauges-0.52.ebuild deleted file mode 100644 index 1181d3591..000000000 --- a/x11-plugins/desklet-gauges/desklet-gauges-0.52.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit gdesklets - -DESKLET_NAME="gauges-desklet" -MY_P=${DESKLET_NAME}-${PV} - -DESCRIPTION="A Scalable, themeable, configurable, set of system monitors (automobile gauges look) for gdesklets." -HOMEPAGE="http://gdesklets.org/?mod=project/uview&pid=18" -SRC_URI="http://gentooexperimental.org/~genstef/dist/${MY_P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND=">=gnome-extra/gdesklets-core-0.34.3" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/Displays/${DESKLET_NAME} |