diff options
Diffstat (limited to 'app-admin/systemconfigurator')
-rw-r--r-- | app-admin/systemconfigurator/systemconfigurator-2.0.9.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-admin/systemconfigurator/systemconfigurator-2.0.9.ebuild b/app-admin/systemconfigurator/systemconfigurator-2.0.9.ebuild index 52f653ed20f1..2708e6d82486 100644 --- a/app-admin/systemconfigurator/systemconfigurator-2.0.9.ebuild +++ b/app-admin/systemconfigurator/systemconfigurator-2.0.9.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/systemconfigurator/systemconfigurator-2.0.9.ebuild,v 1.2 2004/03/01 08:12:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/systemconfigurator/systemconfigurator-2.0.9.ebuild,v 1.3 2004/03/04 18:24:35 vapier Exp $ inherit perl-module -SLOT="0" -KEYWORDS="~x86" -S="${WORKDIR}/${P}" -DESCRIPTION="Provide a consistant API for the configuration of system related items." -SRC_URI="mirror://sourceforge/systemconfig/${P}.tar.gz" +DESCRIPTION="Provide a consistant API for the configuration of system related items" HOMEPAGE="http://sisuite.org/systemconfig/" +SRC_URI="mirror://sourceforge/systemconfig/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + DEPEND="dev-lang/perl - dev-perl/AppConfig" -RDEPEND="${DEPEND}" + dev-perl/AppConfig" |