diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 04:11:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 04:11:05 +0000 |
commit | d7ce262232861ae5d138c6cbe902c429c8675a86 (patch) | |
tree | ca88db4603b40f1e67cacfe1cd0182e4c968244b /media-sound/splay | |
parent | fix license/repoman (diff) | |
download | gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.tar.gz gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.tar.bz2 gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.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" |