summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-04-25 09:08:49 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-04-25 09:08:49 +0000
commit79c1b05a85d188d8b47b3857e1b154953fa9b621 (patch)
treebb056bef833c38e346374987a4efee18e18344ad /app-admin
parentready for resting! (diff)
downloadhistorical-79c1b05a85d188d8b47b3857e1b154953fa9b621.tar.gz
historical-79c1b05a85d188d8b47b3857e1b154953fa9b621.tar.bz2
historical-79c1b05a85d188d8b47b3857e1b154953fa9b621.zip
ready for resting!
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/ufed/Manifest2
-rw-r--r--app-admin/ufed/files/digest-ufed-0.31
-rw-r--r--app-admin/ufed/ufed-0.3.ebuild15
3 files changed, 14 insertions, 4 deletions
diff --git a/app-admin/ufed/Manifest b/app-admin/ufed/Manifest
index a5a3a1db1392..c0ae1d780965 100644
--- a/app-admin/ufed/Manifest
+++ b/app-admin/ufed/Manifest
@@ -1,4 +1,4 @@
-MD5 750af6d6aa9b72e18db4483411511a9c ufed-0.3.ebuild 870
+MD5 4d41c48bc0faba4a915fa1d1acc60097 ufed-0.3.ebuild 873
MD5 08be882d2c6ff783f007762407dd890c ufed-0.2.ebuild 548
MD5 6f2da6efa79d16173f1270ecf6925355 ChangeLog 1537
MD5 3c9522f1b19e002c5d7b6ac6f0211bcf files/digest-ufed-0.2 59
diff --git a/app-admin/ufed/files/digest-ufed-0.3 b/app-admin/ufed/files/digest-ufed-0.3
new file mode 100644
index 000000000000..eb8a3f173770
--- /dev/null
+++ b/app-admin/ufed/files/digest-ufed-0.3
@@ -0,0 +1 @@
+MD5 8478a0c95509fb44eab319f688999aa5 ufed-0.3.tar.bz2 14141
diff --git a/app-admin/ufed/ufed-0.3.ebuild b/app-admin/ufed/ufed-0.3.ebuild
index f400f3d6aa39..0b118d9710a2 100644
--- a/app-admin/ufed/ufed-0.3.ebuild
+++ b/app-admin/ufed/ufed-0.3.ebuild
@@ -1,13 +1,13 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ufed/ufed-0.3.ebuild,v 1.2 2003/04/25 09:08:46 robbat2 Exp $
DESCRIPTION="Gentoo Linux USE flags editor"
HOMEPAGE="http://www.gentoo.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+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"
+KEYWORDS="~x86 ~ppc ~sparc ~hppa ~arm ~alpha"
IUSE=""
RDEPEND="dev-lang/perl
@@ -18,5 +18,14 @@ 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
}