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 | c517e03920e420d55e3611bc7f2e41c9a56ea4b6 (patch) | |
tree | 28327ec65850ffff901a141b0a058546f436387c /media-sound/glame | |
parent | Version bump. See http://www.fltk.org/news.php?V87 for the list of (diff) | |
download | gentoo-2-c517e03920e420d55e3611bc7f2e41c9a56ea4b6.tar.gz gentoo-2-c517e03920e420d55e3611bc7f2e41c9a56ea4b6.tar.bz2 gentoo-2-c517e03920e420d55e3611bc7f2e41c9a56ea4b6.zip |
HOMEPAGE and SRC_URI updates
Diffstat (limited to 'media-sound/glame')
-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" |