diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-02-05 05:55:06 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-02-05 05:55:06 +0000 |
commit | 728d3ddc54b165164961e17234dbafa00c65e5da (patch) | |
tree | bea72d418513b3e8d868f121d065ff5edae2406f /x11-plugins | |
parent | (non maintainer commit) [QA] fix HOMEPAGE, bug 248295 (diff) | |
download | gentoo-2-728d3ddc54b165164961e17234dbafa00c65e5da.tar.gz gentoo-2-728d3ddc54b165164961e17234dbafa00c65e5da.tar.bz2 gentoo-2-728d3ddc54b165164961e17234dbafa00c65e5da.zip |
(non maintainer commit) [QA] fix HOMEPAGE, bug 248295
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/desklet-newsgrab/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/desklet-newsgrab/desklet-newsgrab-1.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/desklet-newsgrab/ChangeLog b/x11-plugins/desklet-newsgrab/ChangeLog index f1066f24fccc..4cd127aea737 100644 --- a/x11-plugins/desklet-newsgrab/ChangeLog +++ b/x11-plugins/desklet-newsgrab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/desklet-newsgrab -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-newsgrab/ChangeLog,v 1.8 2007/02/21 23:18:01 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-newsgrab/ChangeLog,v 1.9 2009/02/05 05:55:06 darkside Exp $ + + 05 Feb 2009; Jeremy Olexa <darkside@gentoo.org> + desklet-newsgrab-1.5.ebuild: + (non maintainer commit) [QA] fix HOMEPAGE, bug 248295 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-plugins/desklet-newsgrab/desklet-newsgrab-1.5.ebuild b/x11-plugins/desklet-newsgrab/desklet-newsgrab-1.5.ebuild index 0c7c8ce3417a..ad845a79968c 100644 --- a/x11-plugins/desklet-newsgrab/desklet-newsgrab-1.5.ebuild +++ b/x11-plugins/desklet-newsgrab/desklet-newsgrab-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-newsgrab/desklet-newsgrab-1.5.ebuild,v 1.7 2006/10/14 16:08:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-newsgrab/desklet-newsgrab-1.5.ebuild,v 1.8 2009/02/05 05:55:06 darkside Exp $ inherit gdesklets @@ -10,7 +10,7 @@ S=${WORKDIR}/${DESKLET_NAME} DESCRIPTION="News Grab is a XML rss reader that displays the titles of each news item with a small description, and the date it was posted up." SRC_URI="http://gdesklets.gnomedesktop.org/files/${DESKLET_NAME}${PV}.tar.gz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=209" +HOMEPAGE="http://gdesklets.de/index.php?q=desklet/view/61" LICENSE="as-is" SLOT="0" |