diff options
author | Fred Van Andel <fava@gentoo.org> | 2003-04-25 03:47:29 +0000 |
---|---|---|
committer | Fred Van Andel <fava@gentoo.org> | 2003-04-25 03:47:29 +0000 |
commit | 3787afa250599bf5fc864b966f613f671c8038f7 (patch) | |
tree | c1fcab3e88554855e520fc782454eb70aee726ae /app-admin | |
parent | ufed block (diff) | |
download | historical-3787afa250599bf5fc864b966f613f671c8038f7.tar.gz historical-3787afa250599bf5fc864b966f613f671c8038f7.tar.bz2 historical-3787afa250599bf5fc864b966f613f671c8038f7.zip |
updated ebuild rot version 0.3
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ufed/ufed-0.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/ufed/ufed-0.3.ebuild b/app-admin/ufed/ufed-0.3.ebuild new file mode 100644 index 000000000000..f400f3d6aa39 --- /dev/null +++ b/app-admin/ufed/ufed-0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/ufed/ufed-0.3.ebuild,v 1.1 2003/04/25 03:47:29 fava Exp $ + +DESCRIPTION="Gentoo Linux USE flags editor" +HOMEPAGE="http://www.gentoo.org" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc hppa arm alpha" +IUSE="" + +RDEPEND="dev-lang/perl + dev-util/dialog + dev-perl/TermReadKey" +DEPEND="" + +S="${WORKDIR}/${P}" + +src_install() { + newsbin ufed.pl ufed +} |