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 | a95e4a86d290794725c4fe0748ceabfeb5a57843 (patch) | |
tree | c70e0ebf5321abf8c7d456a8d4b60c30cd0de8f8 /x11-plugins | |
parent | Delete calls to deprecated python_version(). (diff) | |
download | historical-a95e4a86d290794725c4fe0748ceabfeb5a57843.tar.gz historical-a95e4a86d290794725c4fe0748ceabfeb5a57843.tar.bz2 historical-a95e4a86d290794725c4fe0748ceabfeb5a57843.zip |
Updated to prepare for the new eclass
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins')
4 files changed, 21 insertions, 9 deletions
diff --git a/x11-plugins/desklet-ImageSlideShow/ChangeLog b/x11-plugins/desklet-ImageSlideShow/ChangeLog index e5ab0c8f6cfd..7ffe4083767b 100644 --- a/x11-plugins/desklet-ImageSlideShow/ChangeLog +++ b/x11-plugins/desklet-ImageSlideShow/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/desklet-ImageSlideShow -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-ImageSlideShow/ChangeLog,v 1.2 2009/09/10 02:19:55 nixphoeni Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-ImageSlideShow/ChangeLog,v 1.3 2010/05/08 21:28:15 nixphoeni Exp $ + + 08 May 2010; Joe Sapp <nixphoeni@gentoo.org> + desklet-ImageSlideShow-0.8-r1.ebuild: + Updated to prepare for the new eclass *desklet-ImageSlideShow-0.8-r1 (10 Sep 2009) diff --git a/x11-plugins/desklet-ImageSlideShow/desklet-ImageSlideShow-0.8-r1.ebuild b/x11-plugins/desklet-ImageSlideShow/desklet-ImageSlideShow-0.8-r1.ebuild index 7fcc65e2fc85..070903322192 100644 --- a/x11-plugins/desklet-ImageSlideShow/desklet-ImageSlideShow-0.8-r1.ebuild +++ b/x11-plugins/desklet-ImageSlideShow/desklet-ImageSlideShow-0.8-r1.ebuild @@ -1,7 +1,9 @@ -# 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-ImageSlideShow/desklet-ImageSlideShow-0.8-r1.ebuild,v 1.1 2009/09/10 02:19:55 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-ImageSlideShow/desklet-ImageSlideShow-0.8-r1.ebuild,v 1.2 2010/05/08 21:28:15 nixphoeni Exp $ +CONTROL_NAME="${PN#desklet-}" +# This only needs to stick around until the new eclass is committed DESKLET_NAME="${PN#desklet-}" inherit gdesklets @@ -18,5 +20,5 @@ DOCS="MANIFEST README" src_unpack() { unpack ${A} - epatch "${FILESDIR}/${DESKLET_NAME}-${PV}-cache-dir.patch" + epatch "${FILESDIR}/${CONTROL_NAME}-${PV}-cache-dir.patch" } 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 |