diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:17:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:17:40 +0000 |
commit | 08667038740bb970d0f38f33bac858712b6fc714 (patch) | |
tree | 6f8baa9a3eb292edd61241350c26d6ccbacb742f /app-admin/quickswitch | |
parent | repoman'd (diff) | |
download | gentoo-2-08667038740bb970d0f38f33bac858712b6fc714.tar.gz gentoo-2-08667038740bb970d0f38f33bac858712b6fc714.tar.bz2 gentoo-2-08667038740bb970d0f38f33bac858712b6fc714.zip |
repoman'd
Diffstat (limited to 'app-admin/quickswitch')
-rw-r--r-- | app-admin/quickswitch/quickswitch-0.10.ebuild | 11 | ||||
-rw-r--r-- | app-admin/quickswitch/quickswitch-1.0_pre1.ebuild | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/app-admin/quickswitch/quickswitch-0.10.ebuild b/app-admin/quickswitch/quickswitch-0.10.ebuild index a8f456412d29..de80fa528d8a 100644 --- a/app-admin/quickswitch/quickswitch-0.10.ebuild +++ b/app-admin/quickswitch/quickswitch-0.10.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/quickswitch-0.10.ebuild,v 1.6 2002/07/17 20:43:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/quickswitch-0.10.ebuild,v 1.7 2002/07/25 13:17:40 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Utility to switch network profiles on the fly" SRC_URI="mirror://sourceforge/quickswitch/${P}.tar.gz" +HOMEPAGE="http://edgesolutions.ca/" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" -HOMEPAGE="http://edgesolutions.ca/" - -DEPEND=">=sys-devel/perl-5.6.0" +DEPEND="sys-devel/perl" src_install () { diff --git a/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild b/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild index f6a051eb9393..8761df15c643 100644 --- a/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild +++ b/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild,v 1.3 2002/07/17 20:43:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild,v 1.4 2002/07/25 13:17:40 seemant Exp $ S=${WORKDIR}/quickwitch DESCRIPTION="Utility to switch network profiles on the fly" SRC_URI="mirror://sourceforge/quickswitch/quickwitch-1.0pre1.tar.gz" +HOMEPAGE="http://edgesolutions.ca/" + SLOT="0" LICENSE="GPL-2" -SLOT="0" +KEYWORDS="x86" -HOMEPAGE="http://edgesolutions.ca/" DEPEND=">=sys-devel/perl-5.6.0" -RDEPEND=${DEPEND} - src_install () { cd ${S} |