diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-05-27 04:55:23 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-05-27 04:55:23 +0000 |
commit | bd9fc51b902d8728930f47ac7e8ab9e91d5dbb10 (patch) | |
tree | 3192ec916a832adc804f29bcfc05f271e26961ca /eclass | |
parent | Bump to include various bugfixes included upstream. Removes mmap and single-... (diff) | |
download | gentoo-2-bd9fc51b902d8728930f47ac7e8ab9e91d5dbb10.tar.gz gentoo-2-bd9fc51b902d8728930f47ac7e8ab9e91d5dbb10.tar.bz2 gentoo-2-bd9fc51b902d8728930f47ac7e8ab9e91d5dbb10.zip |
Include HOMEPAGE for xmms plugins.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xmms-plugin.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/xmms-plugin.eclass b/eclass/xmms-plugin.eclass index 4a00644a61cd..35e603e606cd 100644 --- a/eclass/xmms-plugin.eclass +++ b/eclass/xmms-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.16 2005/03/16 05:54:27 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.17 2005/05/27 04:55:23 eradicator Exp $ # # Jeremy Huddleston <eradicator@gentoo.org> @@ -30,6 +30,7 @@ inherit eutils ECLASS=xmms-plugin INHERITED="${INHERITED} ${ECLASS}" DESCRIPTION="Xmms Plugin: ${PN}" +HOMEPAGE="http://www.xmms.org" LICENSE="GPL-2" SRC_URI="http://www.xmms.org/files/1.2.x/xmms-${PV}.tar.bz2 |