summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Van Andel <fava@gentoo.org>2003-04-29 06:17:01 +0000
committerFred Van Andel <fava@gentoo.org>2003-04-29 06:17:01 +0000
commite46dcf5367d1b5c191d0f43cfa42a410dc997f57 (patch)
treefe7a0a2d4497a28e5a5bee95b77d32cd88233dc6 /app-admin
parent*** empty log message *** (diff)
downloadhistorical-e46dcf5367d1b5c191d0f43cfa42a410dc997f57.tar.gz
historical-e46dcf5367d1b5c191d0f43cfa42a410dc997f57.tar.bz2
historical-e46dcf5367d1b5c191d0f43cfa42a410dc997f57.zip
ufed-0.31 comitted in unstable
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/ufed/files/digest-ufed-0.311
-rw-r--r--app-admin/ufed/ufed-0.31.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-admin/ufed/files/digest-ufed-0.31 b/app-admin/ufed/files/digest-ufed-0.31
new file mode 100644
index 000000000000..6ce53f4eb0de
--- /dev/null
+++ b/app-admin/ufed/files/digest-ufed-0.31
@@ -0,0 +1 @@
+MD5 ef99cb4ad2389b6cb6bbae7177f4e1af ufed-0.31.tar.bz2 15204
diff --git a/app-admin/ufed/ufed-0.31.ebuild b/app-admin/ufed/ufed-0.31.ebuild
new file mode 100644
index 000000000000..99cc241f5b43
--- /dev/null
+++ b/app-admin/ufed/ufed-0.31.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.31.ebuild,v 1.1 2003/04/29 06:17:01 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
+}