diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2011-05-26 13:07:49 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2011-05-26 13:07:49 +0000 |
commit | 86862db0debc3be55d2ade6f0eeefc6ce36ddbce (patch) | |
tree | db53c6ccafcdad4e1ccbb705238c3ae3f298b490 /x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild | |
parent | Changed HOMEPAGE and SRC_URI to dockapps.org one. Closes bug #367183. (diff) | |
download | historical-86862db0debc3be55d2ade6f0eeefc6ce36ddbce.tar.gz historical-86862db0debc3be55d2ade6f0eeefc6ce36ddbce.tar.bz2 historical-86862db0debc3be55d2ade6f0eeefc6ce36ddbce.zip |
Fixed non existent HOMEPAGE and SRC_URI (no replacements available). Closes bug #367181.
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild')
-rw-r--r-- | x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild index ddbcab610cc8..1f34daceede0 100644 --- a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild +++ b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild @@ -1,18 +1,20 @@ -# 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/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.9 2010/08/31 10:51:13 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.10 2011/05/26 13:07:49 s4t4n Exp $ inherit eutils IUSE="" DESCRIPTION="Window Maker Dockable CD-Player with CDDB" -SRC_URI="http://www.harshbutfair.org/dl/${P}.tar.gz" -HOMEPAGE="http://www.harshbutfair.org/software/wmsvencd.html" +SRC_URI="mirror://gentoo/${P}.tar.gz" +HOMEPAGE="file:///dev/null" DEPEND="x11-wm/windowmaker x11-libs/libXpm" +RDEPEND="${DEPEND}" + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" |