summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2005-06-12 13:32:56 +0000
committerBrian Jackson <iggy@gentoo.org>2005-06-12 13:32:56 +0000
commit4c84b016ae60cbed9c3c0c0469c6f503b9cad30a (patch)
tree27628b122775de20e013c8b8b05e9c6b665adbb2 /sys-apps/baselayout-lite
parentStable on ppc. (diff)
downloadgentoo-2-4c84b016ae60cbed9c3c0c0469c6f503b9cad30a.tar.gz
gentoo-2-4c84b016ae60cbed9c3c0c0469c6f503b9cad30a.tar.bz2
gentoo-2-4c84b016ae60cbed9c3c0c0469c6f503b9cad30a.zip
removing pre2 ebuild since that branch is no longer actively developed
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/baselayout-lite')
-rw-r--r--sys-apps/baselayout-lite/ChangeLog6
-rw-r--r--sys-apps/baselayout-lite/baselayout-lite-1.0_pre2.ebuild74
-rw-r--r--sys-apps/baselayout-lite/files/digest-baselayout-lite-1.0_pre21
3 files changed, 5 insertions, 76 deletions
diff --git a/sys-apps/baselayout-lite/ChangeLog b/sys-apps/baselayout-lite/ChangeLog
index 8cbd68fd7abb..fb7b2fdf0d3d 100644
--- a/sys-apps/baselayout-lite/ChangeLog
+++ b/sys-apps/baselayout-lite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/baselayout-lite
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-lite/ChangeLog,v 1.8 2005/06/08 17:51:26 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-lite/ChangeLog,v 1.9 2005/06/12 13:32:56 iggy Exp $
+
+ 12 Jun 2005; Brian Jackson <iggy@gentoo.org>
+ -baselayout-lite-1.0_pre2.ebuild:
+ removing pre2 ebuild since that branch is no longer actively developed
08 Jun 2005; <solar@gentoo.org> baselayout-lite-1.0_pre2.ebuild:
- update baselayout-lite to be cross compile aware
diff --git a/sys-apps/baselayout-lite/baselayout-lite-1.0_pre2.ebuild b/sys-apps/baselayout-lite/baselayout-lite-1.0_pre2.ebuild
deleted file mode 100644
index 753efa934381..000000000000
--- a/sys-apps/baselayout-lite/baselayout-lite-1.0_pre2.ebuild
+++ /dev/null
@@ -1,74 +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-lite/baselayout-lite-1.0_pre2.ebuild,v 1.4 2005/06/08 17:51:26 solar Exp $
-
-inherit toolchain-funcs
-
-IUSE="build bootstrap"
-
-DESCRIPTION="Baselayout for embedded systems"
-HOMEPAGE="http://www.gentoo.org/proj/en/base/embedded/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentoo.org/~iggy/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-*"
-
-PROVIDE="virtual/baselayout"
-RDEPEND="!virtual/baselayout"
-DEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- # the new tarball has the layout we want, just copy it straight to the
- # output dir
- cp -a ${S}/image/* ${D}
- find ${D} -name CVS -exec rm -rf {} \;
-
- [ -f $ROOT/proc/cpuinfo ] && rm -f ${D}/proc/.keep
- use elibc_uclibc && rm -f ${D}/etc/nsswitch.conf
- chmod 755 ${D}/etc/init.d/*
-
- # compile the few things that need to be
- cd ${S}/src
- emake CC="$(tc-getCC)" || die "failed to compile the bits and pieces"
- into /
- dosbin rc runscript
-
- # device node creation stuff
- cd ${D}/dev || die
- einfo "Making device nodes (this could take a minute or so...)"
-
- MAKEDEV std
- mknod -m 0600 console c 5 1
- for i in 0 1 2 3 4; do
- mknod -m 0660 hda${i/0} b 3 ${i}
- mknod -m 0660 sda${i/0} b 8 ${i}
- mknod -m 0660 cfa${i/0} b 13 ${i}
- chown root:disk hda${i/0} sda${i/0}
- mknod -m 0600 tty${i} c 4 ${i}
- chown root:tty tty${i}
- done
-
- MAKEDEV ttyS0
-}
-
-pkg_postinst() {
- # Touching /etc/passwd and /etc/shadow after install can be fatal, as many
- # new users do not update them properly. thus remove all ._cfg files if
- # we are not busy with a build.
- if ! ( use build || use bootstrap )
- then
- ewarn "Removing invalid backup copies of critical config files..."
- rm -f ${ROOT}/etc/._cfg????_{passwd,shadow}
- fi
-
- # Doing device node creation here, since portage doesnt record
- # device nodes in CONTENTS
-
- # (Jul 23 2004 -solar)
- # Moved device node creation to src_install() so that we can get
- # the device nods into a binary package which can then be
- # installed on a host which does not have python/portage etc.
-}
diff --git a/sys-apps/baselayout-lite/files/digest-baselayout-lite-1.0_pre2 b/sys-apps/baselayout-lite/files/digest-baselayout-lite-1.0_pre2
deleted file mode 100644
index 7876f0c9af3e..000000000000
--- a/sys-apps/baselayout-lite/files/digest-baselayout-lite-1.0_pre2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9144094a3d05fc63b1d64ea6da6e6088 baselayout-lite-1.0_pre2.tar.bz2 14050