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 | ab6be81e98a485fb4f7d8a6c12dcde6cd02b0d47 (patch) | |
tree | b3e4cda9562f5d752c761e99716f8ff989a7ee6d /x11-plugins/wmsvencd | |
parent | Changed HOMEPAGE and SRC_URI to dockapps.org one. Closes bug #367183. (diff) | |
download | gentoo-2-ab6be81e98a485fb4f7d8a6c12dcde6cd02b0d47.tar.gz gentoo-2-ab6be81e98a485fb4f7d8a6c12dcde6cd02b0d47.tar.bz2 gentoo-2-ab6be81e98a485fb4f7d8a6c12dcde6cd02b0d47.zip |
Fixed non existent HOMEPAGE and SRC_URI (no replacements available). Closes bug #367181.
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmsvencd')
-rw-r--r-- | x11-plugins/wmsvencd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/x11-plugins/wmsvencd/ChangeLog b/x11-plugins/wmsvencd/ChangeLog index 105ded9ae32f..3ace02bd25bc 100644 --- a/x11-plugins/wmsvencd/ChangeLog +++ b/x11-plugins/wmsvencd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsvencd -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.8 2010/08/31 10:51:13 s4t4n Exp $ +# Copyright 1999-2001 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.9 2011/05/26 13:07:49 s4t4n Exp $ + + 26 May 2011; Michele Noberasco <s4t4n@gentoo.org> wmsvencd-0.5.0.ebuild: + Fixed non existent HOMEPAGE and SRC_URI (no replacements available). Closes bug #367181. 31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmsvencd-0.5.0.ebuild: Honour LDFLAGS. Closes bug #334613. 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" |