diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2010-05-08 22:56:23 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2010-05-08 22:56:23 +0000 |
commit | 5d2f98065e776ecad00521b946c41f528f9c60f5 (patch) | |
tree | 6d98b35323b57924bb5f67f0a9117a1ae468e81d /x11-plugins/desklet-Mouse | |
parent | Removed RDEPEND that is contained in gdesklets.eclass (diff) | |
download | gentoo-2-5d2f98065e776ecad00521b946c41f528f9c60f5.tar.gz gentoo-2-5d2f98065e776ecad00521b946c41f528f9c60f5.tar.bz2 gentoo-2-5d2f98065e776ecad00521b946c41f528f9c60f5.zip |
Removed old variable DESKLET_NAME and old SRC_URI
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/desklet-Mouse')
-rw-r--r-- | x11-plugins/desklet-Mouse/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-plugins/desklet-Mouse/ChangeLog b/x11-plugins/desklet-Mouse/ChangeLog index aedf677945a6..3453a6118b6e 100644 --- a/x11-plugins/desklet-Mouse/ChangeLog +++ b/x11-plugins/desklet-Mouse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/desklet-Mouse -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-Mouse/ChangeLog,v 1.2 2009/11/24 13:05:29 nixphoeni Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-Mouse/ChangeLog,v 1.3 2010/05/08 22:56:23 nixphoeni Exp $ + + 08 May 2010; Joe Sapp <nixphoeni@gentoo.org> desklet-Mouse-0.1.ebuild: + Removed old variable DESKLET_NAME and old SRC_URI 24 Nov 2009; Joe Sapp <nixphoeni@gentoo.org> desklet-Mouse-0.1.ebuild: Fixed SRC_URI (bug #294114); keyworded ~ARCH for all supported by diff --git a/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild b/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild index 565190ac880e..45e65221f8b5 100644 --- a/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild +++ b/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild @@ -1,18 +1,14 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild,v 1.2 2009/11/24 13:05:29 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild,v 1.3 2010/05/08 22:56:23 nixphoeni Exp $ CONTROL_NAME="${PN#desklet-}" -# This only needs to stick around until the new eclass is committed -DESKLET_NAME="${PN#desklet-}" inherit gdesklets DESCRIPTION="Control for gDesklets that reports information about the cursor" HOMEPAGE="http://gdesklets.de/?q=control/view/101" LICENSE="GPL-2" -# This also only needs to stick around until the new eclass is committed -SRC_URI="${SRC_URI/\/desklets//controls}" SLOT="0" IUSE="" |