summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-08-15 13:17:15 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-08-15 13:17:15 +0000
commit49bf5a6f2f2d2ebce4d22954d073c647ed320dc8 (patch)
tree0d5250ed7f64d4230897a84df0600b9e403b17cb /app-admin/ufed/ufed-0.3.ebuild
parentfixed ufed path (diff)
downloadgentoo-2-49bf5a6f2f2d2ebce4d22954d073c647ed320dc8.tar.gz
gentoo-2-49bf5a6f2f2d2ebce4d22954d073c647ed320dc8.tar.bz2
gentoo-2-49bf5a6f2f2d2ebce4d22954d073c647ed320dc8.zip
moved ufed from app-admin to app-portage
Diffstat (limited to 'app-admin/ufed/ufed-0.3.ebuild')
-rw-r--r--app-admin/ufed/ufed-0.3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-admin/ufed/ufed-0.3.ebuild b/app-admin/ufed/ufed-0.3.ebuild
deleted file mode 100644
index 494951a4977d..000000000000
--- a/app-admin/ufed/ufed-0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.4 2003/07/19 20:13:17 pvdabeel Exp $
-
-DESCRIPTION="Gentoo Linux USE flags editor"
-HOMEPAGE="http://www.gentoo.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2 http://cvs.gentoo.org/~robbat2/distfiles/${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() {
- #--- start of fixes
- #the man bit is because of a bug I made in the tarball
- mv ${S}/docs/ufed.8 ${S}
- #remove CVS dirs for the moment
- find ${S} -name CVS -xtype d -exec rm -rf \{} \; 2>/dev/null
- #--- end of fixes
-
- newsbin ufed.pl ufed
- doman ufed.8
- dodoc COPYING docs/* ChangeLog
-}