summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Van Andel <fava@gentoo.org>2003-07-22 05:06:41 +0000
committerFred Van Andel <fava@gentoo.org>2003-07-22 05:06:41 +0000
commitc65032f044de4d342ddd41535d7db8d71545f2f6 (patch)
tree8148f2e8e0f7730c5c025b878517ee85c5e2476f /app-admin
parentfixed DEPEND in elisp (diff)
downloadhistorical-c65032f044de4d342ddd41535d7db8d71545f2f6.tar.gz
historical-c65032f044de4d342ddd41535d7db8d71545f2f6.tar.bz2
historical-c65032f044de4d342ddd41535d7db8d71545f2f6.zip
New version committed in stable, fixed bugs 22680 and 24670
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/ufed/ufed-0.33.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/app-admin/ufed/ufed-0.33.ebuild b/app-admin/ufed/ufed-0.33.ebuild
new file mode 100644
index 000000000000..5dcef22c95bf
--- /dev/null
+++ b/app-admin/ufed/ufed-0.33.ebuild
@@ -0,0 +1,31 @@
+# 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.33.ebuild,v 1.1 2003/07/22 05:06:41 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() {
+ #--- 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
+}