summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-30 02:11:33 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-30 02:11:33 +0000
commit1b6b031a94a8b3689220452ca045cef11537c0b5 (patch)
tree2d4561ef897178cc8994351d68cdf75ff8e71d5e /sys-apps/miscfiles
parentupdate hpn patch (diff)
downloadhistorical-1b6b031a94a8b3689220452ca045cef11537c0b5.tar.gz
historical-1b6b031a94a8b3689220452ca045cef11537c0b5.tar.bz2
historical-1b6b031a94a8b3689220452ca045cef11537c0b5.zip
old
Diffstat (limited to 'sys-apps/miscfiles')
-rw-r--r--sys-apps/miscfiles/files/digest-miscfiles-1.3-r11
-rw-r--r--sys-apps/miscfiles/files/tasks.info.diff14
-rw-r--r--sys-apps/miscfiles/miscfiles-1.3-r1.ebuild44
3 files changed, 0 insertions, 59 deletions
diff --git a/sys-apps/miscfiles/files/digest-miscfiles-1.3-r1 b/sys-apps/miscfiles/files/digest-miscfiles-1.3-r1
deleted file mode 100644
index e53257ea21a4..000000000000
--- a/sys-apps/miscfiles/files/digest-miscfiles-1.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a319c2d15c8d4d4e4149f2742f040c1f miscfiles-1.3.tar.gz 2205613
diff --git a/sys-apps/miscfiles/files/tasks.info.diff b/sys-apps/miscfiles/files/tasks.info.diff
deleted file mode 100644
index 4a558a3df9b4..000000000000
--- a/sys-apps/miscfiles/files/tasks.info.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- tasks.texi.orig Thu Jan 3 17:50:09 2002
-+++ tasks.texi Thu Jan 3 17:56:18 2002
-@@ -6,6 +6,11 @@
- @set lastupdate September 17, 2000
- @c %**end of header
-
-+@dircategory Miscellaneous
-+@direntry
-+* GNU Task List: (tasks). The GNU Task List.
-+@end direntry
-+
- @setchapternewpage off
-
- @titlepage
diff --git a/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild b/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild
deleted file mode 100644
index 4b44c4fe5d62..000000000000
--- a/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.3-r1.ebuild,v 1.15 2005/05/30 02:41:49 solar Exp $
-
-inherit eutils
-
-DESCRIPTION="Miscellaneous files"
-HOMEPAGE="http://www.gnu.org/directory/miscfiles.html"
-SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND="elibc_uclibc? ( app-arch/gzip )"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/tasks.info.diff
- epatch ${FILESDIR}/${P}-Makefile.diff
-}
-
-src_install() {
- einstall || die
- dodoc GNU* NEWS ORIGIN README dict-README
-
- if use elibc_uclibc ; then
- cd ${D}/usr/share/dict
- # need to remove the hardlinks, else gzip won't work
- rm -f words extra.words README
- gzip -9 *
- ln -s web2.gz words
- ln -s web2a.gz extra.words
- cd ..
- # which app uses these?
- rm -rf misc state rfc
- #rm -f misc/GNU-manifesto
- #gzip -9 misc/* state/* rfc/*
- cd ${S}
- fi
-}