diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-02-12 01:23:19 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-02-12 01:23:19 +0000 |
commit | ece68cc85977c900aba1e32512034ebda640a045 (patch) | |
tree | 0e6b914aba3189937dfea196eff14d8cbfddefde /app-cdr/arson | |
parent | fixed a small typo (diff) | |
download | gentoo-2-ece68cc85977c900aba1e32512034ebda640a045.tar.gz gentoo-2-ece68cc85977c900aba1e32512034ebda640a045.tar.bz2 gentoo-2-ece68cc85977c900aba1e32512034ebda640a045.zip |
added SLOTS
Diffstat (limited to 'app-cdr/arson')
-rw-r--r-- | app-cdr/arson/arson-0.9.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/arson/arson-0.9.3.ebuild b/app-cdr/arson/arson-0.9.3.ebuild index ae6583f9f3b2..f61890563b8f 100644 --- a/app-cdr/arson/arson-0.9.3.ebuild +++ b/app-cdr/arson/arson-0.9.3.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/arson/arson-0.9.3.ebuild,v 1.1 2002/01/26 15:10:00 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/arson/arson-0.9.3.ebuild,v 1.2 2002/02/12 01:23:18 verwilst Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base need-kde 2.2 S=${WORKDIR}/${P} - +SLOT="0" DESCRIPTION="A KDE frontend to CD burning and CD ripping tools." SRC_URI="http://telia.dl.sourceforge.net/arson/${P}.tar.bz2" HOMEPAGE="http://arson.sourceforge.net/" |