diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-13 02:25:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-13 02:25:16 +0000 |
commit | 72f6b812d87cf2adb6bdf9a41e9dbb6fd9cda952 (patch) | |
tree | d8d274859af34c4379b530d25bb8d278534e608c /sys-apps/baselayout | |
parent | Update to rc-scripts-1.4.7: - Fix bug 47218 (net.eth0 broken for vlans), patc... (diff) | |
download | historical-72f6b812d87cf2adb6bdf9a41e9dbb6fd9cda952.tar.gz historical-72f6b812d87cf2adb6bdf9a41e9dbb6fd9cda952.tar.bz2 historical-72f6b812d87cf2adb6bdf9a41e9dbb6fd9cda952.zip |
fix trailing whitespace
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/baselayout/baselayout-1.8.9.ebuild | 27 |
2 files changed, 15 insertions, 14 deletions
diff --git a/sys-apps/baselayout/Manifest b/sys-apps/baselayout/Manifest index 2ea223517644..c0c6faba293b 100644 --- a/sys-apps/baselayout/Manifest +++ b/sys-apps/baselayout/Manifest @@ -4,7 +4,7 @@ MD5 1fc3ffdb03670a6c96196c7093a260a0 baselayout-1.8.6.12-r5.ebuild 20586 MD5 b5938796f64e87611b93ea779df56adc baselayout-1.8.7.ebuild 17055 MD5 f58d48ea515bc310c363133aeaad1cef baselayout-1.8.6.10-r1.ebuild 19915 MD5 82a6b016b1380adea0d8bb850f9328c3 baselayout-1.8.6.13.ebuild 20615 -MD5 47866c3c2e2452720f50aded648dd1ef baselayout-1.8.9.ebuild 15430 +MD5 1c3216d5993dcf6274cf7f3ef52d2444 baselayout-1.8.9.ebuild 15421 MD5 57b40db55cddd1da79837866801773a0 baselayout-1.8.5.9.ebuild 15442 MD5 c1c42f7f3211e5a4f619c7a27370aa68 baselayout-1.8.6.12-r2.ebuild 20537 MD5 e5798bcad0eec8ece1397805ec0a82d6 baselayout-1.8.6.13-r1.ebuild 16890 diff --git a/sys-apps/baselayout/baselayout-1.8.9.ebuild b/sys-apps/baselayout/baselayout-1.8.9.ebuild index bd3aae01d45a..f37ec2f6f69d 100644 --- a/sys-apps/baselayout/baselayout-1.8.9.ebuild +++ b/sys-apps/baselayout/baselayout-1.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.8.9.ebuild,v 1.1 2004/04/13 02:18:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.8.9.ebuild,v 1.2 2004/04/13 02:25:16 agriffis Exp $ inherit flag-o-matic eutils @@ -29,8 +29,8 @@ DEPEND="virtual/os-headers # a c++ compiler during bootstrap, we cannot depend on it if "bootstrap" # or "build" are in USE. RDEPEND="${DEPEND} - !build? !bootstrap? ( - >=sys-apps/gawk-3.1.1-r2 + !build? !bootstrap? ( + >=sys-apps/gawk-3.1.1-r2 >=sys-apps/util-linux-2.11z-r6 )" @@ -64,7 +64,7 @@ src_unpack() { # Note that if sysvinit is ever built with USE=build, need to # refrain from building sulogin as it needs libcrypt which is - # not in the build image: + # not in the build image: # sed -i -e '/^PROGS/s/ sulogin//' Makefile || die # Selinux patch for sysvinit @@ -200,11 +200,11 @@ src_install() { kdir /mnt kdir -m 0700 /mnt/cdrom kdir -m 0700 /mnt/floppy - kdir /opt + kdir /opt kdir -o root -g uucp -m0755 /var/lock kdir /proc kdir -m 0700 /root - kdir /sbin + kdir /sbin kdir /usr kdir /usr/bin kdir /usr/include @@ -269,7 +269,7 @@ src_install() { # filesystem and config files still work dosym . /boot/boot - # + # # Setup files in /etc # dosym ../proc/filesystems /etc/filesystems @@ -313,7 +313,7 @@ src_install() { # rc-scripts version for testing of features that *should* be present echo "Gentoo Base System version ${SV}" > ${D}/etc/gentoo-release - # + # # Setup files related to /dev # into / @@ -337,12 +337,13 @@ src_install() { newins "${T}/devices-$$.tar.bz2" devices.tar.bz2 fi - # + # # Setup files in /bin + # cd ${S}/bin dobin rc-status - # + # # Setup files in /sbin # cd ${S}/sbin @@ -395,14 +396,14 @@ src_install() { dodoc ${FILESDIR}/copyright dodoc ${S}/ChangeLog - # + # # Install baselayout utilities # cd ${S}/src einfo "Installing utilities..." make DESTDIR="${D}" install || die "problem installing utilities" - # + # # Install sysvinit # if ! use build; then @@ -438,7 +439,7 @@ pkg_preinst() { ln -snf modules.autoload.d/kernel-2.4 ${ROOT}/etc/modules.autoload fi - if [[ -f "${ROOT}/lib/udev-state/devices.tar.bz2" && + if [[ -f "${ROOT}/lib/udev-state/devices.tar.bz2" && -e "${ROOT}/dev/.udev" ]]; then mv -f "${ROOT}/lib/udev-state/devices.tar.bz2" \ "${ROOT}/lib/udev-state/devices.tar.bz2.current" |