diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 04:12:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 04:12:06 +0000 |
commit | 373d148681238bc76d3328353664a70f5531deed (patch) | |
tree | 1e1634da73bbcf28d729defab5184e7869cf130c /media-sound/splay | |
parent | fix license/repoman (diff) | |
download | historical-373d148681238bc76d3328353664a70f5531deed.tar.gz historical-373d148681238bc76d3328353664a70f5531deed.tar.bz2 historical-373d148681238bc76d3328353664a70f5531deed.zip |
fix license/repoman
Diffstat (limited to 'media-sound/splay')
-rw-r--r-- | media-sound/splay/splay-0.9.5.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/splay/splay-0.9.5.2.ebuild b/media-sound/splay/splay-0.9.5.2.ebuild index 982a0650e3e4..0a12e7580238 100644 --- a/media-sound/splay/splay-0.9.5.2.ebuild +++ b/media-sound/splay/splay-0.9.5.2.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/splay/splay-0.9.5.2.ebuild,v 1.3 2003/07/12 20:30:59 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/splay/splay-0.9.5.2.ebuild,v 1.4 2003/08/07 04:06:52 vapier Exp $ DESCRIPTION="splay is an audio player, primarily for the console" HOMEPAGE="http://splay.sourceforge.net/" # Note non-standard sourceforge distribution location, so we can't use # mirror://sourceforge/... SRC_URI="http://splay.sourceforge.net/tgz/splay-0.9.5.2.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" DEPEND="virtual/glibc" |