diff options
author | 2002-07-17 20:43:18 +0000 | |
---|---|---|
committer | 2002-07-17 20:43:18 +0000 | |
commit | d5a373878b27e3acf141f7032c4626c70bdd661f (patch) | |
tree | fedfbd0f748f624df8e8be14073962d5c254c327 /app-admin/qtsvc | |
parent | changes and eclasses for upcomnig kde cvs ebuilds. they won't live in portage... (diff) | |
download | historical-d5a373878b27e3acf141f7032c4626c70bdd661f.tar.gz historical-d5a373878b27e3acf141f7032c4626c70bdd661f.tar.bz2 historical-d5a373878b27e3acf141f7032c4626c70bdd661f.zip |
Added SLOT
Diffstat (limited to 'app-admin/qtsvc')
-rw-r--r-- | app-admin/qtsvc/qtsvc-0.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/qtsvc/qtsvc-0.1-r1.ebuild b/app-admin/qtsvc/qtsvc-0.1-r1.ebuild index 743e54e23b09..cfda9c81cd98 100644 --- a/app-admin/qtsvc/qtsvc-0.1-r1.ebuild +++ b/app-admin/qtsvc/qtsvc-0.1-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/qtsvc/qtsvc-0.1-r1.ebuild,v 1.6 2002/07/11 06:30:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/qtsvc/qtsvc-0.1-r1.ebuild,v 1.7 2002/07/17 20:43:17 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A QT frontend for svc" SRC_URI="http://www.together.net/~plomp/${P}.tar.gz" +SLOT="0" HOMEPAGE="http://www.together.net/~plomp/qtsvc.html" LICENSE="BSD|Artistic" |