diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2011-05-26 13:12:45 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2011-05-26 13:12:45 +0000 |
commit | 8a676349ef14a38b81cd71eec86436061e523d4f (patch) | |
tree | 8891ffd210c800b41a3009256d5a2ff4f58ebfec /x11-plugins | |
parent | Fixed non existent HOMEPAGE and SRC_URI (no replacements available). Closes b... (diff) | |
download | gentoo-2-8a676349ef14a38b81cd71eec86436061e523d4f.tar.gz gentoo-2-8a676349ef14a38b81cd71eec86436061e523d4f.tar.bz2 gentoo-2-8a676349ef14a38b81cd71eec86436061e523d4f.zip |
Fixed HOMEPAGE and SRC_URI to dockapps.org ones. Closes bug #367177.
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmp3/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmmp3/wmmp3-0.12.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmmp3/ChangeLog b/x11-plugins/wmmp3/ChangeLog index 41c7dcd48e57..b9a8dde31670 100644 --- a/x11-plugins/wmmp3/ChangeLog +++ b/x11-plugins/wmmp3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmp3 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/ChangeLog,v 1.12 2009/06/04 00:31:52 tcunha Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/ChangeLog,v 1.13 2011/05/26 13:12:45 s4t4n Exp $ + + 26 May 2011; Michele Noberasco <s4t4n@gentoo.org> wmmp3-0.12.ebuild: + Fixed HOMEPAGE and SRC_URI to dockapps.org ones. Closes bug #367177. 04 Jun 2009; Tiago Cunha <tcunha@gentoo.org> wmmp3-0.12.ebuild: stable sparc, bug 215651 diff --git a/x11-plugins/wmmp3/wmmp3-0.12.ebuild b/x11-plugins/wmmp3/wmmp3-0.12.ebuild index cc8b11922fb3..0996d298997a 100644 --- a/x11-plugins/wmmp3/wmmp3-0.12.ebuild +++ b/x11-plugins/wmmp3/wmmp3-0.12.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/wmmp3-0.12.ebuild,v 1.12 2010/07/22 14:34:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/wmmp3-0.12.ebuild,v 1.13 2011/05/26 13:12:45 s4t4n Exp $ inherit eutils IUSE="" DESCRIPTION="Mp3 player dock app for WindowMaker; frontend to mpg123" -HOMEPAGE="http://www.dotfiles.com/software/wmmp3/" -SRC_URI="http://www.dotfiles.com/software/wmmp3/${P}.tar.gz" +HOMEPAGE="http://www.dockapps.org/file.php/id/60" +SRC_URI="http://www.dockapps.org/download.php/id/91/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |