diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2009-02-28 17:11:05 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2009-02-28 17:11:05 +0000 |
commit | 0bf2fc9efcf9782abd5810c3dca10a23987ab3aa (patch) | |
tree | 6d96fcb4371d3bf445ac61ef0d6b6f24d50e1d48 /gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild | |
parent | s390/sh stable (diff) | |
download | gentoo-2-0bf2fc9efcf9782abd5810c3dca10a23987ab3aa.tar.gz gentoo-2-0bf2fc9efcf9782abd5810c3dca10a23987ab3aa.tar.bz2 gentoo-2-0bf2fc9efcf9782abd5810c3dca10a23987ab3aa.zip |
Updated pkg_postinst() to reflect new location of archive of old desklets
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild')
-rw-r--r-- | gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild b/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild index 2ac69750d382..a0a441d27324 100644 --- a/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild +++ b/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild,v 1.14 2008/12/30 03:55:44 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild,v 1.15 2009/02/28 17:11:05 nixphoeni Exp $ # We want the latest autoconf and automake (the default) inherit gnome2 eutils multilib @@ -89,7 +89,7 @@ pkg_postinst() { elog "gDesklets Displays are required before the library" elog "will be usable. The Displays are found in -" elog " x11-plugins/desklet-* ," - elog "at http://www.gdesklets.de, or at http://gdesklets.zencomputer.ca" + elog "at http://www.gdesklets.de, or at http://archive.gdesklets.info" elog elog "Next you'll need to start gDesklets using" elog " ${ROOT}usr/bin/gdesklets start" |