diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 02:08:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 02:08:09 +0000 |
commit | 214d97da02846f0f8f77c953b021cf502645969d (patch) | |
tree | 7d7c34fa17403de577c22d5778b94396caf98121 /media-sound | |
parent | Version bump. See http://www.fltk.org/news.php?V87 for the list of (diff) | |
download | historical-214d97da02846f0f8f77c953b021cf502645969d.tar.gz historical-214d97da02846f0f8f77c953b021cf502645969d.tar.bz2 historical-214d97da02846f0f8f77c953b021cf502645969d.zip |
HOMEPAGE and SRC_URI updates
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/glame/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/glame/glame-0.6.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/glame/ChangeLog b/media-sound/glame/ChangeLog index 2238bdfc9c76..78ce2bb19d39 100644 --- a/media-sound/glame/ChangeLog +++ b/media-sound/glame/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for media-sound/glame # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/ChangeLog,v 1.2 2002/08/06 04:26:04 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/ChangeLog,v 1.3 2002/09/21 02:08:09 vapier Exp $ *glame-0.6.4 (05 Aug 2002) @@ -9,6 +9,9 @@ *glame-0.6.0 (1 Feb 2002) + 20 Sep 2002; Mike Frysinger <vapier@gentoo.org> : + Updated SRC_URI (to use mirror://) and HOMEPAGE variables + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/media-sound/glame/glame-0.6.0.ebuild b/media-sound/glame/glame-0.6.0.ebuild index e190ece1904a..af674389d8b8 100644 --- a/media-sound/glame/glame-0.6.0.ebuild +++ b/media-sound/glame/glame-0.6.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.0.ebuild,v 1.3 2002/07/21 03:07:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.0.ebuild,v 1.4 2002/09/21 02:08:09 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Glame is an audio file editing utility." -SRC_URI="http://download.sourceforge.net/glame/${P}.tar.gz" -HOMEPAGE="http://glame.sourceforge.net/glame/" +SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" +HOMEPAGE="http://glame.sourceforge.net/" SLOT="0" LICENSE="GPL-2" |