summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2004-06-08 20:03:47 +0000
committerMarius Mauch <genone@gentoo.org>2004-06-08 20:03:47 +0000
commit326e9073ab430a2ad6d33c7eaa37d8b1debb3b68 (patch)
tree31b5af489aeefad8d5a5fb1d0e689c869ab15625 /sys-devel
parentSwitched to games.eclass as suggested by Mr_Bones_ (Manifest recommit) (diff)
downloadgentoo-2-326e9073ab430a2ad6d33c7eaa37d8b1debb3b68.tar.gz
gentoo-2-326e9073ab430a2ad6d33c7eaa37d8b1debb3b68.tar.bz2
gentoo-2-326e9073ab430a2ad6d33c7eaa37d8b1debb3b68.zip
invalid package name, seems to be outdated and isn't in the rsync tree
anyway
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/ld.so/ChangeLog21
-rw-r--r--sys-devel/ld.so/Manifest5
-rw-r--r--sys-devel/ld.so/files/digest-ld.so-1.9.11-r21
-rw-r--r--sys-devel/ld.so/files/digest-ld.so-1.9.11-r31
-rw-r--r--sys-devel/ld.so/ld.so-1.9.11-r2.ebuild31
-rw-r--r--sys-devel/ld.so/ld.so-1.9.11-r3.ebuild33
6 files changed, 0 insertions, 92 deletions
diff --git a/sys-devel/ld.so/ChangeLog b/sys-devel/ld.so/ChangeLog
deleted file mode 100644
index a4534318de5e..000000000000
--- a/sys-devel/ld.so/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for sys-devel/ld.so
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ChangeLog,v 1.5 2003/02/12 09:15:10 vapier Exp $
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*ld.so-1.9.11-r3 (7 Nov 2002)
-
- 7 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :
-
- Fix ld.so to install only for ARCH=x86, and be a stub for all the rest.
-
-*ld.so-1.9.11-r2 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/sys-devel/ld.so/Manifest b/sys-devel/ld.so/Manifest
deleted file mode 100644
index 90cd4c32e531..000000000000
--- a/sys-devel/ld.so/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 25d888137732e75f4488fa6e4a59bb74 ChangeLog 916
-MD5 9d8736dbf28729a0d95f5cfe84c9800e ld.so-1.9.11-r2.ebuild 770
-MD5 e1feed5930c9983854615017b3e98b54 ld.so-1.9.11-r3.ebuild 850
-MD5 231a2574ab77aa8d32052313dec1fc66 files/digest-ld.so-1.9.11-r2 64
-MD5 231a2574ab77aa8d32052313dec1fc66 files/digest-ld.so-1.9.11-r3 64
diff --git a/sys-devel/ld.so/files/digest-ld.so-1.9.11-r2 b/sys-devel/ld.so/files/digest-ld.so-1.9.11-r2
deleted file mode 100644
index 6cfe0e596f07..000000000000
--- a/sys-devel/ld.so/files/digest-ld.so-1.9.11-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 419b97871a0c5127aceddbd13ccb25c2 ld.so-1.9.11.tar.gz 358278
diff --git a/sys-devel/ld.so/files/digest-ld.so-1.9.11-r3 b/sys-devel/ld.so/files/digest-ld.so-1.9.11-r3
deleted file mode 100644
index 6cfe0e596f07..000000000000
--- a/sys-devel/ld.so/files/digest-ld.so-1.9.11-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 419b97871a0c5127aceddbd13ccb25c2 ld.so-1.9.11.tar.gz 358278
diff --git a/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild b/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild
deleted file mode 100644
index 1856bfbc6269..000000000000
--- a/sys-devel/ld.so/ld.so-1.9.11-r2.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/sys-devel/ld.so/ld.so-1.9.11-r2.ebuild,v 1.15 2003/09/08 08:25:07 vapier Exp $
-
-DESCRIPTION="Linux dynamic loader & linker"
-HOMEPAGE="http://freshmeat.net/projects/ld.so/"
-SRC_URI="ftp://ftp.ods.com/pub/linux/${P}.tar.gz"
-
-LICENSE="LD.SO"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha"
-
-RDEPEND="sys-libs/lib-compat"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:usr/man:usr/share/man:g" instldso.sh
-}
-
-src_install() {
- PREFIX=${D} ./instldso.sh --force
-
- # Remove stuff that comes with glibc
- rm -rf ${D}/sbin ${D}/usr/bin
- rm ${D}/usr/share/man/man8/ldconfig*
-
- preplib /
-
- dodoc COPYRIGHT README ld-so/example/README*
-}
diff --git a/sys-devel/ld.so/ld.so-1.9.11-r3.ebuild b/sys-devel/ld.so/ld.so-1.9.11-r3.ebuild
deleted file mode 100644
index 56bc69ea725b..000000000000
--- a/sys-devel/ld.so/ld.so-1.9.11-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ld.so-1.9.11-r3.ebuild,v 1.5 2003/09/08 08:25:07 vapier Exp $
-
-DESCRIPTION="Linux dynamic loader & linker"
-HOMEPAGE="http://freshmeat.net/projects/ld.so/"
-SRC_URI="x86? ( ftp://ftp.ods.com/pub/linux/${P}.tar.gz )"
-
-LICENSE="LD.SO"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha"
-
-RDEPEND="sys-libs/lib-compat"
-
-src_unpack() {
- [ "${ARCH}" != "x86" ] && return 0
- unpack ${A}
- cd ${S}
- sed -i "s:usr/man:usr/share/man:g" instldso.sh
-}
-
-src_install() {
- [ "${ARCH}" != "x86" ] && return 0
- PREFIX=${D} ./instldso.sh --force
-
- # Remove stuff that comes with glibc
- rm -rf ${D}/sbin ${D}/usr/bin
- rm ${D}/usr/share/man/man8/ldconfig*
-
- preplib /
-
- dodoc COPYRIGHT README ld-so/example/README*
-}