diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:30:19 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:30:19 +0000 |
commit | 4135252f95c8d0ae5198ad92f34591fcef4fde65 (patch) | |
tree | 9da70395b7c8c5301cc01fc79eba9c830a207e77 /app-admin/qtsvc | |
parent | fix the libIDLConf-file so that gnome-config --cflags libIDL returns the corr... (diff) | |
download | historical-4135252f95c8d0ae5198ad92f34591fcef4fde65.tar.gz historical-4135252f95c8d0ae5198ad92f34591fcef4fde65.tar.bz2 historical-4135252f95c8d0ae5198ad92f34591fcef4fde65.zip |
don't do A=
Diffstat (limited to 'app-admin/qtsvc')
-rw-r--r-- | app-admin/qtsvc/qtsvc-0.1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/qtsvc/qtsvc-0.1-r1.ebuild b/app-admin/qtsvc/qtsvc-0.1-r1.ebuild index fd9d74da2f87..a66e73234071 100644 --- a/app-admin/qtsvc/qtsvc-0.1-r1.ebuild +++ b/app-admin/qtsvc/qtsvc-0.1-r1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-admin/qtsvc/qtsvc-0.1-r1.ebuild,v 1.1 2001/10/06 15:30:15 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/qtsvc/qtsvc-0.1-r1.ebuild,v 1.2 2001/11/10 02:30:19 hallski Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A QT frontend for svc" -SRC_URI="http://www.together.net/~plomp/${A}" +SRC_URI="http://www.together.net/~plomp/${P}.tar.gz" HOMEPAGE="http://www.together.net/~plomp/qtsvc.html" DEPEND=">=x11-libs/qt-x11-2.2.3" |