diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2010-05-08 21:29:07 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2010-05-08 21:29:07 +0000 |
commit | 0ebd626735fa4105ead268cc701261e23c97b44d (patch) | |
tree | 5c0c01836e7538eaeeb0b7d6db696ccbf4a76113 | |
parent | Updated to prepare for the new eclass (diff) | |
download | gentoo-2-0ebd626735fa4105ead268cc701261e23c97b44d.tar.gz gentoo-2-0ebd626735fa4105ead268cc701261e23c97b44d.tar.bz2 gentoo-2-0ebd626735fa4105ead268cc701261e23c97b44d.zip |
Updated to prepare for the new eclass
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | x11-plugins/desklet-iCalendarEvent/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-plugins/desklet-iCalendarEvent/ChangeLog b/x11-plugins/desklet-iCalendarEvent/ChangeLog index 648e53f799f3..d89a864d0d55 100644 --- a/x11-plugins/desklet-iCalendarEvent/ChangeLog +++ b/x11-plugins/desklet-iCalendarEvent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/desklet-iCalendarEvent -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v 1.1 2009/09/15 01:31:33 nixphoeni Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v 1.2 2010/05/08 21:29:07 nixphoeni Exp $ + + 08 May 2010; Joe Sapp <nixphoeni@gentoo.org> + desklet-iCalendarEvent-0.3.ebuild: + Updated to prepare for the new eclass *desklet-iCalendarEvent-0.3 (15 Sep 2009) diff --git a/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild b/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild index 61502f18921d..f248fbd5d8bc 100644 --- a/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild +++ b/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild @@ -1,9 +1,11 @@ -# 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-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild,v 1.1 2009/09/15 01:31:33 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild,v 1.2 2010/05/08 21:29:07 nixphoeni Exp $ EAPI=2 +CONTROL_NAME="${PN#desklet-}" +# This only needs to stick around until the new eclass is committed DESKLET_NAME="${PN#desklet-}" inherit gdesklets |