summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@gentoo.org>2006-10-23 17:46:54 +0000
committerEmanuele Giaquinta <exg@gentoo.org>2006-10-23 17:46:54 +0000
commit3fe45061f9c56b0c303e13a60faac66ec9b2561e (patch)
treed6a4115ae5ad2699e54a342946eb6c6b8ee1e4a2 /sys-apps
parentAdd dep on app-emulation/emul-linux-x86-soundlibs for amd64. (diff)
downloadhistorical-3fe45061f9c56b0c303e13a60faac66ec9b2561e.tar.gz
historical-3fe45061f9c56b0c303e13a60faac66ec9b2561e.tar.bz2
historical-3fe45061f9c56b0c303e13a60faac66ec9b2561e.zip
Remove no longer needed packages for darwin.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/baselayout-darwin/ChangeLog19
-rw-r--r--sys-apps/baselayout-darwin/Manifest7
-rw-r--r--sys-apps/baselayout-darwin/baselayout-darwin-1.11.11-r1.ebuild94
-rw-r--r--sys-apps/baselayout-darwin/baselayout-darwin-1.11.11.ebuild86
-rw-r--r--sys-apps/baselayout-darwin/files/digest-baselayout-darwin-1.11.111
-rw-r--r--sys-apps/baselayout-darwin/files/digest-baselayout-darwin-1.11.11-r11
-rw-r--r--sys-apps/baselayout-darwin/files/dont-destroy-path.patch32
-rw-r--r--sys-apps/baselayout-darwin/metadata.xml10
-rw-r--r--sys-apps/coreutils-darwin/ChangeLog41
-rw-r--r--sys-apps/coreutils-darwin/Manifest4
-rw-r--r--sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.ebuild145
-rw-r--r--sys-apps/coreutils-darwin/files/digest-coreutils-darwin-5.3.01
-rw-r--r--sys-apps/coreutils-darwin/metadata.xml10
13 files changed, 0 insertions, 451 deletions
diff --git a/sys-apps/baselayout-darwin/ChangeLog b/sys-apps/baselayout-darwin/ChangeLog
deleted file mode 100644
index 2ec7340735ec..000000000000
--- a/sys-apps/baselayout-darwin/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for sys-apps/baselayout-darwin
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-darwin/ChangeLog,v 1.3 2005/08/07 00:39:17 josejx Exp $
-
-*baselayout-darwin-1.11.11-r1 (07 Aug 2005)
-
- 07 Aug 2005; Joseph Jezak <josejx@gentoo.org>
- +files/dont-destroy-path.patch, +baselayout-darwin-1.11.11-r1.ebuild:
- Fixed less than stellar profile handling of PATH.
-
- 13 May 2005; <gongloo@gentoo.org> baselayout-darwin-1.11.11.ebuild:
- Fixed xargs command-line argument (--null to -0).
-
-*baselayout-darwin-1.11.11 (12 May 2005)
-
- 12 May 2005; Joseph Jezak <josejx@gentoo.org> +metadata.xml,
- +baselayout-darwin-1.11.11.ebuild:
- Initial commit.
-
diff --git a/sys-apps/baselayout-darwin/Manifest b/sys-apps/baselayout-darwin/Manifest
deleted file mode 100644
index 040919e31778..000000000000
--- a/sys-apps/baselayout-darwin/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-MD5 a4e2561f4befc5e7701a8d6264079451 ChangeLog 727
-MD5 d589f6f3e2aea56d03862a0ceb494ee0 baselayout-darwin-1.11.11-r1.ebuild 2303
-MD5 74582a2b01f982b22695517175786d31 baselayout-darwin-1.11.11.ebuild 2194
-MD5 195cf81f844cac1211a1b29cb1528bde files/digest-baselayout-darwin-1.11.11 76
-MD5 195cf81f844cac1211a1b29cb1528bde files/digest-baselayout-darwin-1.11.11-r1 76
-MD5 6dcd5d21a9f7a57cd54aa8f0ae4835a1 files/dont-destroy-path.patch 1253
-MD5 2852638de9da99968df1ba65a201d835 metadata.xml 227
diff --git a/sys-apps/baselayout-darwin/baselayout-darwin-1.11.11-r1.ebuild b/sys-apps/baselayout-darwin/baselayout-darwin-1.11.11-r1.ebuild
deleted file mode 100644
index d7e67fe3c0c3..000000000000
--- a/sys-apps/baselayout-darwin/baselayout-darwin-1.11.11-r1.ebuild
+++ /dev/null
@@ -1,94 +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/baselayout-darwin/baselayout-darwin-1.11.11-r1.ebuild,v 1.1 2005/08/07 00:39:17 josejx Exp $
-
-inherit eutils
-
-DESCRIPTION="Baselayout and init scripts (eventually)"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- http://dev.gentoo.org/~josejx/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-macos"
-IUSE=""
-DEPEND=""
-RDEPEND="sys-apps/coreutils-darwin"
-
-PROVIDE="virtual/baselayout"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/etc/
- epatch "${FILESDIR}/dont-destroy-path.patch"
-}
-
-src_compile() {
- einfo "Nothing to compile"
-}
-
-src_install() {
- local dir libdirs libdirs_env rcscripts_dir
-
- dodir /etc/env.d
- dodir /etc/init.d
-
- #
- # Setup files in /etc
- #
- insopts -m0644
- insinto /etc
- doins -r "${S}"/etc/*
-
- insinto /etc/env.d
- doins ${S}/etc/env.d/*
- insinto /etc/skel
- find ${S}/etc/skel -maxdepth 1 -type f -print0 | xargs -0 doins
-
- #
- # Setup files in /sbin
- #
- cd ${S}/sbin
- into /
- # These moved from /etc/init.d/ to /sbin to help newb systems
- # from breaking
- dosbin functions.sh
-
- # Compat symlinks between /etc/init.d and /sbin
- # (some stuff have hardcoded paths)
- dosym /sbin/functions.sh /etc/init.d/functions.sh
-
- # We can only install new, fast awk versions of scripts
- # if 'build' or 'bootstrap' is not in USE. This will
- # change if we have sys-apps/gawk-3.1.1-r1 or later in
- # the build image ...
- #if ! use build; then
- # This is for new depscan.sh and env-update.sh
- # written in awk
- #cd ${S}/sbin
- #into /
- #dosbin env-update.sh
- #insinto ${rcscripts_dir}/awk
- #doins ${S}/src/awk/*.awk
- #fi
-}
-
-pkg_postinst() {
- if [ -f /etc/profile ] && ! grep profile.gentoo /etc/profile > /dev/null; then
- einfo "Adding /etc/profile.gentoo to /etc/profile"
- echo "source /etc/profile.gentoo" >> /etc/profile
- fi
- if [ -f /etc/bashrc ] && ! grep skel /etc/bashrc > /dev/null; then
- einfo "Adding /etc/skel/.bashrc to /etc/bashrc"
- echo ". /etc/skel/.bashrc" >> /etc/bashrc
- fi
-
- echo
- einfo "Please be sure to update all pending '._cfg*' files in /etc,"
- einfo "else things might break at your next reboot! You can use 'etc-update'"
- einfo "to accomplish this:"
- einfo
- einfo " # etc-update"
- echo
-}
diff --git a/sys-apps/baselayout-darwin/baselayout-darwin-1.11.11.ebuild b/sys-apps/baselayout-darwin/baselayout-darwin-1.11.11.ebuild
deleted file mode 100644
index 1fa857bce7f2..000000000000
--- a/sys-apps/baselayout-darwin/baselayout-darwin-1.11.11.ebuild
+++ /dev/null
@@ -1,86 +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/baselayout-darwin/baselayout-darwin-1.11.11.ebuild,v 1.3 2005/05/13 20:14:16 gongloo Exp $
-
-DESCRIPTION="Baselayout and init scripts (eventually)"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- http://dev.gentoo.org/~josejx/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-macos"
-IUSE=""
-DEPEND=""
-RDEPEND="sys-apps/coreutils-darwin"
-
-PROVIDE="virtual/baselayout"
-
-src_compile() {
- einfo "Nothing to compile"
-}
-
-src_install() {
- local dir libdirs libdirs_env rcscripts_dir
-
- dodir /etc/env.d
- dodir /etc/init.d
-
- #
- # Setup files in /etc
- #
- insopts -m0644
- insinto /etc
- doins -r "${S}"/etc/*
-
- insinto /etc/env.d
- doins ${S}/etc/env.d/*
- insinto /etc/skel
- find ${S}/etc/skel -maxdepth 1 -type f -print0 | xargs -0 doins
-
- #
- # Setup files in /sbin
- #
- cd ${S}/sbin
- into /
- # These moved from /etc/init.d/ to /sbin to help newb systems
- # from breaking
- dosbin functions.sh
-
- # Compat symlinks between /etc/init.d and /sbin
- # (some stuff have hardcoded paths)
- dosym /sbin/functions.sh /etc/init.d/functions.sh
-
- # We can only install new, fast awk versions of scripts
- # if 'build' or 'bootstrap' is not in USE. This will
- # change if we have sys-apps/gawk-3.1.1-r1 or later in
- # the build image ...
- #if ! use build; then
- # This is for new depscan.sh and env-update.sh
- # written in awk
- #cd ${S}/sbin
- #into /
- #dosbin env-update.sh
- #insinto ${rcscripts_dir}/awk
- #doins ${S}/src/awk/*.awk
- #fi
-}
-
-pkg_postinst() {
- if [ -f /etc/profile ] && ! grep profile.gentoo /etc/profile > /dev/null; then
- einfo "Adding /etc/profile.gentoo to /etc/profile"
- echo "source /etc/profile.gentoo" >> /etc/profile
- fi
- if [ -f /etc/bashrc ] && ! grep skel /etc/bashrc > /dev/null; then
- einfo "Adding /etc/skel/.bashrc to /etc/bashrc"
- echo ". /etc/skel/.bashrc" >> /etc/bashrc
- fi
-
- echo
- einfo "Please be sure to update all pending '._cfg*' files in /etc,"
- einfo "else things might break at your next reboot! You can use 'etc-update'"
- einfo "to accomplish this:"
- einfo
- einfo " # etc-update"
- echo
-}
diff --git a/sys-apps/baselayout-darwin/files/digest-baselayout-darwin-1.11.11 b/sys-apps/baselayout-darwin/files/digest-baselayout-darwin-1.11.11
deleted file mode 100644
index 23aee387330f..000000000000
--- a/sys-apps/baselayout-darwin/files/digest-baselayout-darwin-1.11.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 03800363f730958bde5bc1539a5c6ee0 baselayout-darwin-1.11.11.tar.gz 11999
diff --git a/sys-apps/baselayout-darwin/files/digest-baselayout-darwin-1.11.11-r1 b/sys-apps/baselayout-darwin/files/digest-baselayout-darwin-1.11.11-r1
deleted file mode 100644
index 23aee387330f..000000000000
--- a/sys-apps/baselayout-darwin/files/digest-baselayout-darwin-1.11.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 03800363f730958bde5bc1539a5c6ee0 baselayout-darwin-1.11.11.tar.gz 11999
diff --git a/sys-apps/baselayout-darwin/files/dont-destroy-path.patch b/sys-apps/baselayout-darwin/files/dont-destroy-path.patch
deleted file mode 100644
index 62e118228ed6..000000000000
--- a/sys-apps/baselayout-darwin/files/dont-destroy-path.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- /var/tmp/portage/baselayout-darwin-1.11.11/work/baselayout-darwin-1.11.11/etc/profile.gentoo Wed May 11 22:35:20 2005
-+++ /etc/profile.gentoo Sat Aug 6 17:06:36 2005
-@@ -4,6 +4,8 @@
- # That this file is used by any Bourne-shell derivative to setup the
- # environment for login shells.
-
-+SAVEPATH=${PATH}
-+
- # Load environment settings from profile.env, which is created by
- # env-update from the files in /etc/env.d
- if [ -e "/etc/profile.env" ]; then
-@@ -13,19 +15,7 @@
- # 077 would be more secure, but 022 is generally quite realistic
- umask 022
-
--# Set up PATH depending on whether we're root or a normal user.
--# There's no real reason to exclude sbin paths from the normal user,
--# but it can make tab-completion easier when they aren't in the
--# user's PATH to pollute the executable namespace.
--#
--# It is intentional in the following line to use || instead of -o.
--# This way the evaluation can be short-circuited and calling whoami is
--# avoided.
--if [ "$EUID" = 0 ] || [ "`/usr/bin/whoami`" = 'root' ]; then
-- PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
--else
-- PATH="/usr/local/bin:/usr/bin:/bin:${PATH}"
--fi
-+PATH="/usr/local/sbin:/usr/local/bin:${SAVEPATH}:${PATH}"
- export PATH
- unset ROOTPATH
-
diff --git a/sys-apps/baselayout-darwin/metadata.xml b/sys-apps/baselayout-darwin/metadata.xml
deleted file mode 100644
index 24d66b3dca0e..000000000000
--- a/sys-apps/baselayout-darwin/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>
- osx@gentoo.org
- </email>
-</maintainer>
-</pkgmetadata>
diff --git a/sys-apps/coreutils-darwin/ChangeLog b/sys-apps/coreutils-darwin/ChangeLog
deleted file mode 100644
index ded038e65574..000000000000
--- a/sys-apps/coreutils-darwin/ChangeLog
+++ /dev/null
@@ -1,41 +0,0 @@
-# ChangeLog for sys-apps/coreutils-darwin
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils-darwin/ChangeLog,v 1.8 2005/06/26 03:44:59 j4rg0n Exp $
-
- 26 Jun 2005; Lina Pezzella <j4rg0n@gentoo.org>
- coreutils-darwin-5.3.0.ebuild:
- Moved groups and uptime to EXISTINGUSR. This is the setup on both my Panther
- and Tiger installs. See bug #95279 for details
-
- 28 May 2005; Joseph Jezak <josejx@gentoo.org>
- -coreutils-darwin-5.0.ebuild, coreutils-darwin-5.3.0.ebuild:
- Added man page fix, removed coreutils-5.0.
-
- 28 May 2005; Joseph Jezak <josejx@gentoo.org> coreutils-darwin-5.0.ebuild,
- coreutils-darwin-5.3.0.ebuild:
- Fixed more collisions.
-
- 28 May 2005; Joseph Jezak <josejx@gentoo.org>
- coreutils-darwin-5.3.0.ebuild:
- Fixed su issue.
-
- 13 May 2005; Joseph Jezak <josejx@gentoo.org>
- coreutils-darwin-5.3.0.ebuild:
- Fixed stupid typo.
-
- 13 May 2005; Joseph Jezak <josejx@gentoo.org>
- coreutils-darwin-5.3.0.ebuild:
- Added fix for 10.4
-
-*coreutils-darwin-5.3.0 (12 May 2005)
-
- 12 May 2005; Joseph Jezak <josejx@gentoo.org>
- +coreutils-darwin-5.3.0.ebuild:
- Added coreutils-5.3.0.
-
-*coreutils-darwin-5.0 (12 May 2005)
-
- 12 May 2005; Joseph Jezak <josejx@gentoo.org> +metadata.xml,
- +coreutils-darwin-5.0.ebuild:
- Initial commit.
-
diff --git a/sys-apps/coreutils-darwin/Manifest b/sys-apps/coreutils-darwin/Manifest
deleted file mode 100644
index d0db9477b85f..000000000000
--- a/sys-apps/coreutils-darwin/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 229de4cb94620807a2205f2c4d63b388 ChangeLog 1331
-MD5 687a95a2b7ef0f422bf0e63d66463bb9 coreutils-darwin-5.3.0.ebuild 3336
-MD5 fadcaa23c9484df6bd9dd2eefce42003 files/digest-coreutils-darwin-5.3.0 69
-MD5 2852638de9da99968df1ba65a201d835 metadata.xml 227
diff --git a/sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.ebuild b/sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.ebuild
deleted file mode 100644
index 863cd6802de1..000000000000
--- a/sys-apps/coreutils-darwin/coreutils-darwin-5.3.0.ebuild
+++ /dev/null
@@ -1,145 +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/coreutils-darwin/coreutils-darwin-5.3.0.ebuild,v 1.7 2005/06/26 03:44:59 j4rg0n Exp $
-
-inherit eutils
-
-DESCRIPTION="Standard GNU file utilities, text utilities, and shell utilities missing from Darwin."
-HOMEPAGE="http://www.gnu.org/software/coreutils/"
-SRC_URI="mirror://gentoo/coreutils-5.3.0.tar.bz2
- http://meyering.free.fr/coreutils/coreutils-5.3.0.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-macos"
-IUSE="nls build static"
-PROVIDES="virtual/coreutils"
-
-DEPEND=">=sys-apps/portage-2.0.49
- sys-devel/automake
- sys-devel/autoconf
- sys-apps/help2man
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/coreutils-${PV}
-
-# Existing utils
-
-EXISTINGUSR="basename chgrp cksum comm cut dirname \
- du env expand false fmt fold groups head install id join \
- logname mkfifo nice nohup od paste pr printenv \
- printf sort split stat su sum tail tee touch tr true \
- tsort tty uname unexpand uniq uptime users wc who whoami yes"
-EXISTINGBIN="cat chmod cp date dd df echo expr ln ls mkdir \
- mv pwd rm rmdir sleep stty sync test"
-EXISTINGUSBIN="chown chroot"
-EXISTINGSBIN="mknod"
-DONTLINK="[ kill hostname"
-TENFOURBIN="link unlink csplit nl"
-TENFOURUSBIN="pathchk readlink"
-
-src_compile() {
- cd ${S}
-
- econf \
- --bindir=/bin \
- `use_enable nls` || die
-
- if use static; then
- append-ldflags -static
- fi
- emake || die
-}
-
-src_install() {
-
- # Install the utils
- cd ${S}
- make install infodir=${D}usr/share/info mandir=${D}usr/share/man bindir=${D}bin || die
-
- cd ${D}
- dodir /usr/bin
- rm -rf usr/lib
-
- cd ${D}/bin
- if [ "$MACOSX_DEPLOYMENT_TARGET" == "10.4" ]; then
- rm ${TENFOURBIN} ${TENFOURUSBIN}
- fi
-
- rm ${EXISTINGBIN} ${EXISTINGUSR} ${EXISTINGUSBIN} ${EXISTINGSBIN} ${DONTLINK}
-
- # Move the non-critical pacakges to /usr/bin
- if [ "$MACOSX_DEPLOYMENT_TARGET" != "10.4" ]; then
- mv csplit nl pathchk ${D}usr/bin
- fi
- mv factor md5sum pinky sha1sum tac ${D}usr/bin
-
- # Link binaries
- cd ${D}/usr/bin
- for BINS in `ls ${D}/bin` ; do
- dosym ../../bin/${BINS} /usr/bin/${BINS}
- done
-
- for BINS in ${EXISTINGUSR} ; do
- dosym /usr/bin/${BINS} /bin/${BINS}
- done
-
- for BINS in ${EXISTINGBIN} ; do
- dosym /bin/${BINS} /usr/bin/${BINS}
- done
-
- for BINS in ${EXISTINGUSBIN} ; do
- dosym /usr/sbin/${BINS} /bin/${BINS}
- dosym /usr/sbin/${BINS} /usr/bin/${BINS}
- done
-
- for BINS in ${EXISTINGSBIN} ; do
- dosym /sbin/${BINS} /bin/${BINS}
- dosym /sbin/${BINS} /usr/bin/${BINS}
- done
-
- # Remove the redundant man pages
- cd ${D}/usr/share/man/man1
- for BINS in ${EXISTINGBIN} ${EXISTINGUSR} ${EXISTINGUSBIN} ${EXISTINGSBIN} ${DONTLINK}; do
- if [ -f ${BINS}.1 ]; then
- rm ${BINS}.1
- fi
- done
-
- if [ "$MACOSX_DEPLOYMENT_TARGET" == "10.4" ]; then
- for BINS in ${TENFOURBIN} ${TENFOURUSBIN}; do
- if [ -f ${BINS}.1 ]; then
- rm ${BINS}.1
- fi
- done
- fi
-
- if ! use build
- then
- cd ${S}
- dodoc AUTHORS ChangeLog* NEWS README* THANKS TODO
- else
- rm -rf ${D}/usr/share
- fi
-}
-
-pkg_postrm() {
- # Unlink binaries
- for BINS in ${EXISTINGUSR} ; do
- rm /bin/${BINS}
- done
-
- for BINS in ${EXISTINGBIN} ; do
- rm /usr/bin/${BINS}
- done
-
- for BINS in ${EXISTINGUSBIN} ; do
- rm /bin/${BINS}
- rm /usr/bin/${BINS}
- done
-
- for BINS in ${EXISTINGSBIN} ; do
- rm /bin/${BINS}
- rm /usr/bin/${BINS}
- done
-}
diff --git a/sys-apps/coreutils-darwin/files/digest-coreutils-darwin-5.3.0 b/sys-apps/coreutils-darwin/files/digest-coreutils-darwin-5.3.0
deleted file mode 100644
index ed89785aea13..000000000000
--- a/sys-apps/coreutils-darwin/files/digest-coreutils-darwin-5.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 903890208248639ac723d2c4988e04bd coreutils-5.3.0.tar.bz2 4473010
diff --git a/sys-apps/coreutils-darwin/metadata.xml b/sys-apps/coreutils-darwin/metadata.xml
deleted file mode 100644
index 24d66b3dca0e..000000000000
--- a/sys-apps/coreutils-darwin/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>
- osx@gentoo.org
- </email>
-</maintainer>
-</pkgmetadata>