summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Sapp <nixphoeni@gentoo.org>2009-04-28 01:31:58 +0000
committerJoe Sapp <nixphoeni@gentoo.org>2009-04-28 01:31:58 +0000
commit4a41b2cc0c57aab160f1359f073912cc63d0e41a (patch)
tree98c93959004743acebb286898f1bf18624b4134a /x11-plugins
parentMY_P no longer needs to be defined since it's done in the eclass - just have ... (diff)
downloadgentoo-2-4a41b2cc0c57aab160f1359f073912cc63d0e41a.tar.gz
gentoo-2-4a41b2cc0c57aab160f1359f073912cc63d0e41a.tar.bz2
gentoo-2-4a41b2cc0c57aab160f1359f073912cc63d0e41a.zip
MY_P no longer needs to be defined since it's done in the eclass - just have to define DESKLET_NAME before inheriting it. RDEPEND does not need to be redefined since it's in the eclass too, so I removed it. I also quoted .
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/desklet-justanicon/ChangeLog10
-rw-r--r--x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild11
2 files changed, 12 insertions, 9 deletions
diff --git a/x11-plugins/desklet-justanicon/ChangeLog b/x11-plugins/desklet-justanicon/ChangeLog
index a3d22a0966b4..fe35db4b8cf1 100644
--- a/x11-plugins/desklet-justanicon/ChangeLog
+++ b/x11-plugins/desklet-justanicon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/desklet-justanicon
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog,v 1.7 2007/02/21 23:17:31 jokey Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog,v 1.8 2009/04/28 01:31:58 nixphoeni Exp $
+
+ 28 Apr 2009; Joe Sapp <nixphoeni@gentoo.org> desklet-justanicon-0.2:
+ MY_P no longer needs to be defined since it's done in the eclass - just
+ have to define DESKLET_NAME before inheriting it. RDEPEND does not need to
+ be redefined since it's in the eclass too, so I removed it. Also quoted
+ like a good dev.
21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild b/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild
index b87564179193..76473f094aa3 100644
--- a/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild
+++ b/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v 1.5 2006/10/06 13:17:30 nixnut Exp $
-
-inherit gdesklets
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v 1.6 2009/04/28 01:31:58 nixphoeni Exp $
DESKLET_NAME="JustAnIcon"
-MY_P="${DESKLET_NAME}-${PV}"
-S=${WORKDIR}/Displays/${DESKLET_NAME}
+inherit gdesklets
+
+S="${WORKDIR}/Displays/${DESKLET_NAME}"
DESCRIPTION="A configurable desktop icon"
HOMEPAGE="http://www.gdesklets.org/?mod=project/uview&pid=19"
@@ -17,5 +16,3 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~alpha ~ia64 ~ppc ~x86"
-
-RDEPEND=">=gnome-extra/gdesklets-core-0.34.3"