summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-12-29 02:12:42 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-12-29 02:12:42 +0000
commiteb29554188700741fcd2cf5db420036e9d6296af (patch)
treefb93ebe4af711acd1391cfbe6ba069278adee01d /app-admin/ufed/ufed-0.2.ebuild
parentfixed SRC_URI (diff)
downloadhistorical-eb29554188700741fcd2cf5db420036e9d6296af.tar.gz
historical-eb29554188700741fcd2cf5db420036e9d6296af.tar.bz2
historical-eb29554188700741fcd2cf5db420036e9d6296af.zip
new version
Diffstat (limited to 'app-admin/ufed/ufed-0.2.ebuild')
-rw-r--r--app-admin/ufed/ufed-0.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/ufed/ufed-0.2.ebuild b/app-admin/ufed/ufed-0.2.ebuild
new file mode 100644
index 000000000000..5e25e1a38f3c
--- /dev/null
+++ b/app-admin/ufed/ufed-0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ufed/ufed-0.2.ebuild,v 1.1 2002/12/29 02:12:42 blizzy Exp $
+
+DESCRIPTION="Gentoo Linux USE flags editor"
+HOMEPAGE="http://www.gentoo.org"
+SRC_URI="http://cvs.gentoo.org/~blizzy/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc"
+IUSE=""
+
+RDEPEND="sys-devel/perl
+ dev-util/dialog
+ dev-perl/TermReadKey"
+DEPEND=""
+
+S="${WORKDIR}/${P}"
+
+src_install() {
+ newsbin ufed.pl ufed
+}