diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 01:35:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 01:35:25 +0000 |
commit | b86c7e321ac8c7fce61aaf9877309fa693843521 (patch) | |
tree | b8f193974f6a4703fd2b951796ff90f736e9a2b9 /sys-apps | |
parent | Initial import of supertab vim plugin, submitted by Ciaran McCreesh in bug 27782 (diff) | |
download | historical-b86c7e321ac8c7fce61aaf9877309fa693843521.tar.gz historical-b86c7e321ac8c7fce61aaf9877309fa693843521.tar.bz2 historical-b86c7e321ac8c7fce61aaf9877309fa693843521.zip |
repoman: whitespace cleanup
Diffstat (limited to 'sys-apps')
22 files changed, 212 insertions, 213 deletions
diff --git a/sys-apps/devfsd/Manifest b/sys-apps/devfsd/Manifest index 7730ac7c359c..c67848027b04 100644 --- a/sys-apps/devfsd/Manifest +++ b/sys-apps/devfsd/Manifest @@ -1,17 +1,17 @@ MD5 d998397ef94008540ca75200d1f2a2d9 ChangeLog 2695 -MD5 7c8b7d9b08e62b9b0b09fba4ed36bb55 devfsd-1.3.24.ebuild 1008 -MD5 5eed4f11f5003c5fd52713e7c113a44b devfsd-1.3.25-r1.ebuild 1161 -MD5 9e1df48a916d6f6579ff25f1e1bdd212 devfsd-1.3.25-r2.ebuild 1165 -MD5 c4e302648be3e15fb8b7e0a6e14384f6 devfsd-1.3.25-r3.ebuild 1184 -MD5 4fa737118752a34785d4d8d70cc643a9 devfsd-1.3.25-r4.ebuild 1191 -MD5 dcaa13d0db29d8f08f91c439fb43547b devfsd-1.3.25.ebuild 1030 +MD5 57c98a0c7f64170b23084f40e7218edb devfsd-1.3.24.ebuild 1003 +MD5 c18b83b0b5bb15e06d35de4ba09c07d1 devfsd-1.3.25-r1.ebuild 1156 +MD5 c10d4ed0fc1f94651991fad39161eedd devfsd-1.3.25-r2.ebuild 1160 +MD5 2130f5a65e510eb2c2c9beab1e98c63e devfsd-1.3.25-r3.ebuild 1183 +MD5 38d40ce73a0f97134e210191db1ff923 devfsd-1.3.25.ebuild 1025 +MD5 286d41b507268ca8cbbaae14cd125ea8 devfsd-1.3.25-r4.ebuild 1188 MD5 ebcf65c3f4a7675a7214fb8e28ba9f6d files/devfsd.conf 1555 MD5 d580e9efc3658a0e71a165b3b531d415 files/devfsd 245 -MD5 b64f47136c8298cec42e00df32c4276f files/devfsd-1.3.25-kernel-2.5.patch.bz2 1556 MD5 a07c9024e5217528c12e9af075dfbb0d files/devfsd-1.3.25-shutup-modprobe.patch 828 MD5 f59c1fb784ac9e8f41530ecd2036e33e files/digest-devfsd-1.3.24 65 MD5 b8ec7858c1ac54c47302ca839a52188f files/digest-devfsd-1.3.25 65 MD5 b8ec7858c1ac54c47302ca839a52188f files/digest-devfsd-1.3.25-r1 65 MD5 b8ec7858c1ac54c47302ca839a52188f files/digest-devfsd-1.3.25-r2 65 MD5 b8ec7858c1ac54c47302ca839a52188f files/digest-devfsd-1.3.25-r3 65 +MD5 b64f47136c8298cec42e00df32c4276f files/devfsd-1.3.25-kernel-2.5.patch.bz2 1556 MD5 b8ec7858c1ac54c47302ca839a52188f files/digest-devfsd-1.3.25-r4 65 diff --git a/sys-apps/devfsd/devfsd-1.3.24.ebuild b/sys-apps/devfsd/devfsd-1.3.24.ebuild index aec330409d5a..88d457cfec6f 100644 --- a/sys-apps/devfsd/devfsd-1.3.24.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.24.ebuild,v 1.10 2003/07/16 13:38:13 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.24.ebuild,v 1.11 2003/09/07 01:35:22 msterret Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Daemon for the Linux Device Filesystem" @@ -13,8 +13,8 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" src_unpack() { - unpack ${A} - + unpack ${A} + cd ${S} cp GNUmakefile GNUmakefile.orig sed -e "s:-O2:${CFLAGS}:g" \ @@ -34,6 +34,6 @@ src_install() { #config file is handled in baselayout rm -f ${D}/etc/devfsd.conf - + dodoc devfsd.conf COPYING* INSTALL } diff --git a/sys-apps/devfsd/devfsd-1.3.25-r1.ebuild b/sys-apps/devfsd/devfsd-1.3.25-r1.ebuild index 46437bcf79fd..b33f94e0d471 100644 --- a/sys-apps/devfsd/devfsd-1.3.25-r1.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.25-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25-r1.ebuild,v 1.3 2003/07/16 13:38:13 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25-r1.ebuild,v 1.4 2003/09/07 01:35:22 msterret Exp $ IUSE="" @@ -18,8 +18,8 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" src_unpack() { - unpack ${A} - + unpack ${A} + cd ${S} cp GNUmakefile GNUmakefile.orig sed -e "s:-O2:${CFLAGS}:g" \ @@ -42,6 +42,6 @@ src_install() { #config file is handled in baselayout rm -f ${D}/etc/devfsd.conf - + dodoc devfsd.conf COPYING* INSTALL } diff --git a/sys-apps/devfsd/devfsd-1.3.25-r2.ebuild b/sys-apps/devfsd/devfsd-1.3.25-r2.ebuild index 06a517e1adda..689fec8f7e1b 100644 --- a/sys-apps/devfsd/devfsd-1.3.25-r2.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.25-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25-r2.ebuild,v 1.4 2003/07/16 13:38:13 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25-r2.ebuild,v 1.5 2003/09/07 01:35:22 msterret Exp $ IUSE="" @@ -18,8 +18,8 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" src_unpack() { - unpack ${A} - + unpack ${A} + cd ${S} cp GNUmakefile GNUmakefile.orig sed -e "s:-O2:${CFLAGS}:g" \ @@ -42,6 +42,6 @@ src_install() { #config file is handled in baselayout rm -f ${D}/etc/devfsd.conf - + dodoc devfsd.conf COPYING* INSTALL } diff --git a/sys-apps/devfsd/devfsd-1.3.25-r3.ebuild b/sys-apps/devfsd/devfsd-1.3.25-r3.ebuild index db9994a1b1f7..71be3688e531 100644 --- a/sys-apps/devfsd/devfsd-1.3.25-r3.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.25-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25-r3.ebuild,v 1.8 2003/09/06 16:01:40 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25-r3.ebuild,v 1.9 2003/09/07 01:35:22 msterret Exp $ IUSE="" @@ -18,7 +18,7 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" src_unpack() { - unpack ${A} + unpack ${A} # http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml has_version 'sys-devel/hardened-gcc' && append-flags '-yet_exec' @@ -42,6 +42,6 @@ src_install() { #config file is handled in baselayout rm -f ${D}/etc/devfsd.conf - + dodoc devfsd.conf COPYING* INSTALL } diff --git a/sys-apps/devfsd/devfsd-1.3.25-r4.ebuild b/sys-apps/devfsd/devfsd-1.3.25-r4.ebuild index d70412a19793..3cf1fd6c3397 100644 --- a/sys-apps/devfsd/devfsd-1.3.25-r4.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.25-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25-r4.ebuild,v 1.3 2003/09/06 22:44:02 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25-r4.ebuild,v 1.4 2003/09/07 01:35:23 msterret Exp $ IUSE="" @@ -18,11 +18,11 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" src_unpack() { - unpack ${A} + unpack ${A} # http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml has_version 'sys-devel/hardened-gcc' && append-flags '-yet_exec' - + cd ${S} epatch ${FILESDIR}/${P}-kernel-2.5.patch.bz2 @@ -43,6 +43,6 @@ src_install() { #config file is handled in baselayout rm -f ${D}/etc/devfsd.conf - + dodoc devfsd.conf COPYING* INSTALL } diff --git a/sys-apps/devfsd/devfsd-1.3.25.ebuild b/sys-apps/devfsd/devfsd-1.3.25.ebuild index e5c6e0863701..f3c4e3d55f28 100644 --- a/sys-apps/devfsd/devfsd-1.3.25.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25.ebuild,v 1.16 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.25.ebuild,v 1.17 2003/09/07 01:35:23 msterret Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Daemon for the Linux Device Filesystem" @@ -13,8 +13,8 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" src_unpack() { - unpack ${A} - + unpack ${A} + cd ${S} cp GNUmakefile GNUmakefile.orig sed -e "s:-O2:${CFLAGS}:g" \ @@ -34,6 +34,6 @@ src_install() { #config file is handled in baselayout rm -f ${D}/etc/devfsd.conf - + dodoc devfsd.conf COPYING* INSTALL } diff --git a/sys-apps/hdparm/Manifest b/sys-apps/hdparm/Manifest index d425e52865be..12c37a7293fd 100644 --- a/sys-apps/hdparm/Manifest +++ b/sys-apps/hdparm/Manifest @@ -1,12 +1,12 @@ MD5 cfc81f9e7c89f5bda34afb9697379349 ChangeLog 3661 -MD5 436aee7bfecd1312b437366c7888b196 hdparm-5.2-r3.ebuild 856 -MD5 5676d5cd97e739a90a9e43ea144f9b20 hdparm-5.3-r1.ebuild 809 -MD5 286b196db4e0c65fab70c36eef7bb7a2 hdparm-5.3-r2.ebuild 1086 -MD5 80708aec672a254655b12af0134c5c28 hdparm-5.4.ebuild 1059 +MD5 e584aac79d5e0707320d814fec4968e4 hdparm-5.2-r3.ebuild 854 +MD5 de345e6967f324a0fe927bfd2684e935 hdparm-5.3-r1.ebuild 807 +MD5 4070c0febd8673c35c11d8d7793af6c6 hdparm-5.3-r2.ebuild 1077 +MD5 f797fa93523ae7be66012d00e0899a4d hdparm-5.4.ebuild 1054 MD5 550ca4c2cb3569de0c9a31035e6962a4 files/digest-hdparm-5.2-r3 61 MD5 a6bccb876455636b364c093460cbb994 files/digest-hdparm-5.3-r1 61 MD5 a6bccb876455636b364c093460cbb994 files/digest-hdparm-5.3-r2 61 -MD5 300982c72dc0f865d5ad6c542e3b6c4c files/digest-hdparm-5.4 61 MD5 e5329109e5d4913db5d99dea05ea7cb7 files/hdparm-conf.d 526 MD5 5ad61cfc6a0abd8ceb1f62f96df56cf5 files/hdparm-init 387 MD5 df3bbc02ab2c6ca068c93193d0e8d4d6 files/hdparm-new-init 2080 +MD5 300982c72dc0f865d5ad6c542e3b6c4c files/digest-hdparm-5.4 61 diff --git a/sys-apps/hdparm/hdparm-5.2-r3.ebuild b/sys-apps/hdparm/hdparm-5.2-r3.ebuild index c535b98d6373..e9d0d717db91 100644 --- a/sys-apps/hdparm/hdparm-5.2-r3.ebuild +++ b/sys-apps/hdparm/hdparm-5.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-5.2-r3.ebuild,v 1.10 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-5.2-r3.ebuild,v 1.11 2003/09/07 01:31:20 msterret Exp $ inherit flag-o-matic @@ -26,10 +26,10 @@ src_compile() { src_install() { into / dosbin hdparm contrib/idectl - + exeinto /etc/init.d newexe ${FILESDIR}/hdparm-init hdparm - + doman hdparm.8 dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig } diff --git a/sys-apps/hdparm/hdparm-5.3-r1.ebuild b/sys-apps/hdparm/hdparm-5.3-r1.ebuild index 1fab959ea598..161379de4e5b 100644 --- a/sys-apps/hdparm/hdparm-5.3-r1.ebuild +++ b/sys-apps/hdparm/hdparm-5.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-5.3-r1.ebuild,v 1.8 2003/07/16 13:48:58 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-5.3-r1.ebuild,v 1.9 2003/09/07 01:31:20 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utility to change hard drive performance parameters" @@ -21,10 +21,10 @@ src_compile() { src_install() { into / dosbin hdparm contrib/idectl - + exeinto /etc/init.d newexe ${FILESDIR}/hdparm-init hdparm - + doman hdparm.8 dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig } diff --git a/sys-apps/hdparm/hdparm-5.3-r2.ebuild b/sys-apps/hdparm/hdparm-5.3-r2.ebuild index d0ed5c2fdd0c..a0e665c40f2b 100644 --- a/sys-apps/hdparm/hdparm-5.3-r2.ebuild +++ b/sys-apps/hdparm/hdparm-5.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-5.3-r2.ebuild,v 1.10 2003/07/16 13:48:58 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-5.3-r2.ebuild,v 1.11 2003/09/07 01:31:20 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utility to change hard drive performance parameters" @@ -19,21 +19,20 @@ src_compile() { einfo "The rc-script for hdparm has been updated, so make sure " einfo "that you etc-update. The script is much more configurable" einfo "for details please see /etc/conf.d/hdparm" - einfo "" + einfo "" emake || die "compile error" } src_install() { into / dosbin hdparm contrib/idectl - + exeinto /etc/init.d newexe ${FILESDIR}/hdparm-new-init hdparm - + insinto /etc/conf.d newins ${FILESDIR}/hdparm-conf.d hdparm - doman hdparm.8 - dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig + doman hdparm.8 + dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig } - diff --git a/sys-apps/hdparm/hdparm-5.4.ebuild b/sys-apps/hdparm/hdparm-5.4.ebuild index 192b7df7317d..36fe29bbb997 100644 --- a/sys-apps/hdparm/hdparm-5.4.ebuild +++ b/sys-apps/hdparm/hdparm-5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-5.4.ebuild,v 1.5 2003/08/28 11:03:57 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-5.4.ebuild,v 1.6 2003/09/07 01:31:20 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utility to change hard drive performance parameters" @@ -18,20 +18,20 @@ src_compile() { einfo "The rc-script for hdparm has been updated, so make sure " einfo "that you etc-update. The script is much more configurable" einfo "for details please see /etc/conf.d/hdparm" - einfo "" + einfo "" emake || die "compile error" } src_install() { into / dosbin hdparm contrib/idectl - + exeinto /etc/init.d newexe ${FILESDIR}/hdparm-new-init hdparm - + insinto /etc/conf.d newins ${FILESDIR}/hdparm-conf.d hdparm - doman hdparm.8 - dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig + doman hdparm.8 + dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig } diff --git a/sys-apps/hfsutils/Manifest b/sys-apps/hfsutils/Manifest index 6289112c819e..b1fe8c32d0ea 100644 --- a/sys-apps/hfsutils/Manifest +++ b/sys-apps/hfsutils/Manifest @@ -1,7 +1,7 @@ MD5 d0d0942f3fddae7a8d6da6aa6b2e0b46 ChangeLog 1104 -MD5 5f07ec44b296cf80872d3c5a51211f97 hfsutils-3.2.6-r1.ebuild 856 -MD5 98336d8284cc67ade8cd90228951e809 hfsutils-3.2.6-r2.ebuild 944 -MD5 6a84fc794e16bb38573459ea2fa8bbc6 hfsutils-3.2.6-r3.ebuild 1051 +MD5 4f710f218d8381b8482e6008b86dc68f hfsutils-3.2.6-r1.ebuild 848 +MD5 3a53f23cec548953fb9fd4435ae424c6 hfsutils-3.2.6-r2.ebuild 935 +MD5 04d8d612a7e3e50ead27a5bae4523b14 hfsutils-3.2.6-r3.ebuild 1042 MD5 5a636b11717282aae9dc8c40d7424138 hfsutils-3.2.6.ebuild 724 MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6 66 MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6-r1 66 diff --git a/sys-apps/hfsutils/hfsutils-3.2.6-r1.ebuild b/sys-apps/hfsutils/hfsutils-3.2.6-r1.ebuild index cc923de1690d..27d0a2cb608a 100644 --- a/sys-apps/hfsutils/hfsutils-3.2.6-r1.ebuild +++ b/sys-apps/hfsutils/hfsutils-3.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hfsutils/hfsutils-3.2.6-r1.ebuild,v 1.5 2003/07/16 17:50:29 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hfsutils/hfsutils-3.2.6-r1.ebuild,v 1.6 2003/09/07 01:34:03 msterret Exp $ DESCRIPTION="HFS FS Access utils" SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc - tcltk? ( dev-lang/tcl dev-lang/tk )" + tcltk? ( dev-lang/tcl dev-lang/tk )" RDEPEND="" MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man' @@ -20,7 +20,7 @@ MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man' src_compile() { local myconf use tcltk && myconf="--with-tcl --with-tk" - + econf ${myconf} || die emake || die } diff --git a/sys-apps/hfsutils/hfsutils-3.2.6-r2.ebuild b/sys-apps/hfsutils/hfsutils-3.2.6-r2.ebuild index 9eb210c97e5f..4447aa58e549 100644 --- a/sys-apps/hfsutils/hfsutils-3.2.6-r2.ebuild +++ b/sys-apps/hfsutils/hfsutils-3.2.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hfsutils/hfsutils-3.2.6-r2.ebuild,v 1.4 2003/07/16 17:50:29 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hfsutils/hfsutils-3.2.6-r2.ebuild,v 1.5 2003/09/07 01:34:03 msterret Exp $ DESCRIPTION="HFS FS Access utils" SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc - tcltk? ( dev-lang/tcl dev-lang/tk )" + tcltk? ( dev-lang/tcl dev-lang/tk )" RDEPEND="" MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man' @@ -20,13 +20,13 @@ MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man' src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/hfsutils-3.2.6-errno.patch + epatch ${FILESDIR}/hfsutils-3.2.6-errno.patch } src_compile() { local myconf use tcltk && myconf="--with-tcl --with-tk" - + econf ${myconf} || die emake || die } diff --git a/sys-apps/hfsutils/hfsutils-3.2.6-r3.ebuild b/sys-apps/hfsutils/hfsutils-3.2.6-r3.ebuild index b0773eaa5caa..ab68059d8ce2 100644 --- a/sys-apps/hfsutils/hfsutils-3.2.6-r3.ebuild +++ b/sys-apps/hfsutils/hfsutils-3.2.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hfsutils/hfsutils-3.2.6-r3.ebuild,v 1.4 2003/07/16 17:50:29 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hfsutils/hfsutils-3.2.6-r3.ebuild,v 1.5 2003/09/07 01:34:03 msterret Exp $ DESCRIPTION="HFS FS Access utils" SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc - tcltk? ( dev-lang/tcl dev-lang/tk )" + tcltk? ( dev-lang/tcl dev-lang/tk )" RDEPEND="" MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man' @@ -20,13 +20,13 @@ MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man' src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/hfsutils-3.2.6-errno.patch + epatch ${FILESDIR}/hfsutils-3.2.6-errno.patch } src_compile() { local myconf use tcltk && myconf="--with-tcl --with-tk" - + econf ${myconf} || die emake || die cd ${S}/hfsck diff --git a/sys-apps/lilo/Manifest b/sys-apps/lilo/Manifest index 0c8c74f0a9d5..facde3c4c764 100644 --- a/sys-apps/lilo/Manifest +++ b/sys-apps/lilo/Manifest @@ -1,18 +1,18 @@ MD5 4728550cb28e0201154fe39c9f10fccd ChangeLog 5636 -MD5 a0c025ab9651ddaf0f1dc593a48df94a lilo-22.1-r3.ebuild 1582 +MD5 69ded17592f9b6efa8bc67ba9e268c12 lilo-22.1-r3.ebuild 1583 MD5 9d48349e4847a7aa2a6824848c57e8f2 lilo-22.3.3-r1.ebuild 1998 MD5 7dd6ff54cf104acb2bf33b4c22b85460 lilo-22.3.4.ebuild 2003 -MD5 8ec15bb8ec2b6817648ff8bb53a4d4e2 lilo-22.5.1.ebuild 4677 -MD5 01bd0c419e2f78240949543992494dc8 lilo-22.5.6-r2.ebuild 3540 -MD5 f9f89e2d601b6c9f6acb95ce00759c78 lilo-22.5.6-r3.ebuild 3826 -MD5 8931b4eea8b52e3b73d177b465be3165 lilo-22.5.7.2.ebuild 4084 +MD5 b7a131091da3273481f41861e53fa3e7 lilo-22.5.7.2.ebuild 3982 +MD5 8f103f87dc17f98714de8b66024e8ecc lilo-22.5.6-r3.ebuild 3723 +MD5 00330f65a2830960c48511693c96eb7a lilo-22.5.1.ebuild 4575 +MD5 de524e597e1f7dca066a53678896ef2f lilo-22.5.6-r2.ebuild 3437 MD5 00de3473e03e180faad32ed00335cc7b files/digest-lilo-22.1-r3 61 MD5 0a868ea4abd215e2181c6c756173b618 files/digest-lilo-22.3.3-r1 133 MD5 93ff7a7535e7c8ff1327db52a3118bef files/digest-lilo-22.3.4 133 +MD5 e49971bcdc078d20a99ef4359d1fe78c files/lilo.conf 1718 +MD5 23a4be524696dfdaefa80c1bdac39fc7 files/digest-lilo-22.5.6-r3 63 MD5 8e75fea24b47485fd4185b9962745117 files/digest-lilo-22.5.1 63 MD5 23a4be524696dfdaefa80c1bdac39fc7 files/digest-lilo-22.5.6-r2 63 -MD5 23a4be524696dfdaefa80c1bdac39fc7 files/digest-lilo-22.5.6-r3 63 MD5 a7ac9497dc60c65e1622c310c3512800 files/lilo-22.5.6-animated-menu.patch 29938 MD5 ca44cc6ec0aecfe30c49c455f74aacec files/lilo-22.5.6-glibc233.patch 640 -MD5 e49971bcdc078d20a99ef4359d1fe78c files/lilo.conf 1718 MD5 89d3f49772308bc3fb195f51c9ff1035 files/digest-lilo-22.5.7.2 65 diff --git a/sys-apps/lilo/lilo-22.1-r3.ebuild b/sys-apps/lilo/lilo-22.1-r3.ebuild index a57d1a588b81..a130e1fdc1e7 100644 --- a/sys-apps/lilo/lilo-22.1-r3.ebuild +++ b/sys-apps/lilo/lilo-22.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.1-r3.ebuild,v 1.20 2003/07/18 20:43:06 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.1-r3.ebuild,v 1.21 2003/09/07 01:28:12 msterret Exp $ inherit mount-boot @@ -47,7 +47,7 @@ pkg_preinst() { if [ ! -L $ROOT/boot/boot.b -a -f $ROOT/boot/boot.b ] then echo "Saving old boot.b..." - mv $ROOT/boot/boot.b $ROOT/boot/boot.old; + mv $ROOT/boot/boot.b $ROOT/boot/boot.old; fi if [ ! -L $ROOT/boot/chain.b -a -f $ROOT/boot/chain.b ] diff --git a/sys-apps/lilo/lilo-22.5.1.ebuild b/sys-apps/lilo/lilo-22.5.1.ebuild index 7c0aa6c522f3..61870f6ed026 100644 --- a/sys-apps/lilo/lilo-22.5.1.ebuild +++ b/sys-apps/lilo/lilo-22.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.5.1.ebuild,v 1.11 2003/09/06 22:50:41 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.5.1.ebuild,v 1.12 2003/09/07 01:28:12 msterret Exp $ inherit mount-boot eutils @@ -26,7 +26,7 @@ src_unpack() { # Get all the loaders to install cp Makefile Makefile.orig sed -e 's:# $(BOOTS): $(BOOTS):' Makefile.orig > Makefile - + # This bootlogo patch is borrowed from SuSE Linux. # You should see Raphaël Quinet's (quinet@gamers.org) website, # http://www.gamers.org/~quinet/lilo/index.html @@ -50,14 +50,14 @@ src_install() { dosbin lilo activate mkrescue into /usr dosbin keytab-lilo.pl - + dodir /boot insinto /boot doins boot-text.b boot-menu.b boot-bmp.b chain.b mbr.b os2_d.b insinto /etc newins ${FILESDIR}/lilo.conf lilo.conf.example - + doman manPages/*.[5-8] dodoc CHANGES COPYING INCOMPAT README* docinto samples ; dodoc sample/* @@ -121,16 +121,16 @@ pkg_preinst() { lilocheck () { local bootpart= local rootpart="$(rdev 2> /dev/null | cut -d ' ' -f 1 2> /dev/null)" - + echo - einfon "Checking for LILO ..." - - if [ "$(whoami)" != "root" ] + einfon "Checking for LILO ..." + + if [ "$(whoami)" != "root" ] then echo; echo - eerror "Only root can check for LILO!" - return 1 - fi + eerror "Only root can check for LILO!" + return 1 + fi if [ -z "${rootpart}" ] then @@ -138,32 +138,32 @@ lilocheck () { eerror "Could not determine root partition!" return 1 fi - - if [ ! -f /etc/lilo.conf -o ! -x /sbin/lilo ] + + if [ ! -f /etc/lilo.conf -o ! -x /sbin/lilo ] then - echo " No" - return 1 - fi - - bootpart="$(perl -ne 'print $1 if /^\s*boot\s*=\s*(\S*)/' /etc/lilo.conf)" - - if [ -z "${bootpart}" ] + echo " No" + return 1 + fi + + bootpart="$(perl -ne 'print $1 if /^\s*boot\s*=\s*(\S*)/' /etc/lilo.conf)" + + if [ -z "${bootpart}" ] then - # lilo defaults to current root when 'boot=' is not present - bootpart="${rootpart}" - fi - - if ! dd if=${bootpart} ibs=16 count=1 2>&- | grep -q 'LILO' + # lilo defaults to current root when 'boot=' is not present + bootpart="${rootpart}" + fi + + if ! dd if=${bootpart} ibs=16 count=1 2>&- | grep -q 'LILO' then echo; echo - ewarn "Yes, but I couldn't find a LILO signature on ${bootpart}" - ewarn "Check your /etc/lilo.conf, or run /sbin/lilo by hand." - return 1 - fi - - echo " Yes, on ${bootpart}" - - return 0 + ewarn "Yes, but I couldn't find a LILO signature on ${bootpart}" + ewarn "Check your /etc/lilo.conf, or run /sbin/lilo by hand." + return 1 + fi + + echo " Yes, on ${bootpart}" + + return 0 } @@ -184,7 +184,7 @@ pkg_postinst() { echo ewarn "Running /sbin/lilo failed! Please check what the problem is" ewarn "before your next reboot." - + echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 sleep 5 diff --git a/sys-apps/lilo/lilo-22.5.6-r2.ebuild b/sys-apps/lilo/lilo-22.5.6-r2.ebuild index 32f650b362b8..3b91904e6281 100644 --- a/sys-apps/lilo/lilo-22.5.6-r2.ebuild +++ b/sys-apps/lilo/lilo-22.5.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.5.6-r2.ebuild,v 1.1 2003/07/17 21:10:26 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.5.6-r2.ebuild,v 1.2 2003/09/07 01:28:12 msterret Exp $ inherit mount-boot eutils @@ -39,10 +39,10 @@ src_install() { make ROOT=${D} install || die into /usr dosbin keytab-lilo.pl - + insinto /etc newins ${FILESDIR}/lilo.conf lilo.conf.example - + doman manPages/*.[5-8] dodoc CHANGES COPYING INCOMPAT README* docinto samples ; dodoc sample/* @@ -64,16 +64,16 @@ pkg_preinst() { lilocheck () { local bootpart= local rootpart="$(rdev 2> /dev/null | cut -d ' ' -f 1 2> /dev/null)" - + echo - einfon "Checking for LILO ..." - - if [ "$(whoami)" != "root" ] + einfon "Checking for LILO ..." + + if [ "$(whoami)" != "root" ] then echo; echo - eerror "Only root can check for LILO!" - return 1 - fi + eerror "Only root can check for LILO!" + return 1 + fi if [ -z "${rootpart}" ] then @@ -81,32 +81,32 @@ lilocheck () { eerror "Could not determine root partition!" return 1 fi - - if [ ! -f /etc/lilo.conf -o ! -x /sbin/lilo ] + + if [ ! -f /etc/lilo.conf -o ! -x /sbin/lilo ] then - echo " No" - return 1 - fi - - bootpart="$(perl -ne 'print $1 if /^\s*boot\s*=\s*(\S*)/' /etc/lilo.conf)" - - if [ -z "${bootpart}" ] + echo " No" + return 1 + fi + + bootpart="$(perl -ne 'print $1 if /^\s*boot\s*=\s*(\S*)/' /etc/lilo.conf)" + + if [ -z "${bootpart}" ] then - # lilo defaults to current root when 'boot=' is not present - bootpart="${rootpart}" - fi - - if ! dd if=${bootpart} ibs=16 count=1 2>&- | grep -q 'LILO' + # lilo defaults to current root when 'boot=' is not present + bootpart="${rootpart}" + fi + + if ! dd if=${bootpart} ibs=16 count=1 2>&- | grep -q 'LILO' then echo; echo - ewarn "Yes, but I couldn't find a LILO signature on ${bootpart}" - ewarn "Check your /etc/lilo.conf, or run /sbin/lilo by hand." - return 1 - fi - - echo " Yes, on ${bootpart}" - - return 0 + ewarn "Yes, but I couldn't find a LILO signature on ${bootpart}" + ewarn "Check your /etc/lilo.conf, or run /sbin/lilo by hand." + return 1 + fi + + echo " Yes, on ${bootpart}" + + return 0 } @@ -124,13 +124,13 @@ pkg_postinst() { einfo "Running LILO to complete the install ..." # do not redirect to /dev/null because it may display some input # prompt - /sbin/lilo + /sbin/lilo if [ "$?" -ne 0 ] then echo ewarn "Running /sbin/lilo failed! Please check what the problem is" ewarn "before your next reboot." - + echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 sleep 5 diff --git a/sys-apps/lilo/lilo-22.5.6-r3.ebuild b/sys-apps/lilo/lilo-22.5.6-r3.ebuild index 7587b27ea7d3..7662a4fd8638 100644 --- a/sys-apps/lilo/lilo-22.5.6-r3.ebuild +++ b/sys-apps/lilo/lilo-22.5.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.5.6-r3.ebuild,v 1.2 2003/08/03 21:02:20 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.5.6-r3.ebuild,v 1.3 2003/09/07 01:28:12 msterret Exp $ inherit mount-boot eutils @@ -49,10 +49,10 @@ src_install() { make ROOT=${D} install || die into /usr dosbin keytab-lilo.pl - + insinto /etc newins ${FILESDIR}/lilo.conf lilo.conf.example - + doman manPages/*.[5-8] dodoc CHANGES COPYING INCOMPAT README* docinto samples ; dodoc sample/* @@ -74,16 +74,16 @@ pkg_preinst() { lilocheck () { local bootpart= local rootpart="$(rdev 2> /dev/null | cut -d ' ' -f 1 2> /dev/null)" - + echo - einfon "Checking for LILO ..." - - if [ "$(whoami)" != "root" ] + einfon "Checking for LILO ..." + + if [ "$(whoami)" != "root" ] then echo; echo - eerror "Only root can check for LILO!" - return 1 - fi + eerror "Only root can check for LILO!" + return 1 + fi if [ -z "${rootpart}" ] then @@ -91,32 +91,32 @@ lilocheck () { eerror "Could not determine root partition!" return 1 fi - - if [ ! -f /etc/lilo.conf -o ! -x /sbin/lilo ] + + if [ ! -f /etc/lilo.conf -o ! -x /sbin/lilo ] then - echo " No" - return 1 - fi - - bootpart="$(perl -ne 'print $1 if /^\s*boot\s*=\s*(\S*)/' /etc/lilo.conf)" - - if [ -z "${bootpart}" ] + echo " No" + return 1 + fi + + bootpart="$(perl -ne 'print $1 if /^\s*boot\s*=\s*(\S*)/' /etc/lilo.conf)" + + if [ -z "${bootpart}" ] then - # lilo defaults to current root when 'boot=' is not present - bootpart="${rootpart}" - fi - - if ! dd if=${bootpart} ibs=16 count=1 2>&- | grep -q 'LILO' + # lilo defaults to current root when 'boot=' is not present + bootpart="${rootpart}" + fi + + if ! dd if=${bootpart} ibs=16 count=1 2>&- | grep -q 'LILO' then echo; echo - ewarn "Yes, but I couldn't find a LILO signature on ${bootpart}" - ewarn "Check your /etc/lilo.conf, or run /sbin/lilo by hand." - return 1 - fi - - echo " Yes, on ${bootpart}" - - return 0 + ewarn "Yes, but I couldn't find a LILO signature on ${bootpart}" + ewarn "Check your /etc/lilo.conf, or run /sbin/lilo by hand." + return 1 + fi + + echo " Yes, on ${bootpart}" + + return 0 } @@ -134,13 +134,13 @@ pkg_postinst() { einfo "Running LILO to complete the install ..." # do not redirect to /dev/null because it may display some input # prompt - /sbin/lilo + /sbin/lilo if [ "$?" -ne 0 ] then echo ewarn "Running /sbin/lilo failed! Please check what the problem is" ewarn "before your next reboot." - + echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 sleep 5 diff --git a/sys-apps/lilo/lilo-22.5.7.2.ebuild b/sys-apps/lilo/lilo-22.5.7.2.ebuild index 03aaaa2d6beb..d9621f92f577 100644 --- a/sys-apps/lilo/lilo-22.5.7.2.ebuild +++ b/sys-apps/lilo/lilo-22.5.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.5.7.2.ebuild,v 1.3 2003/09/06 22:50:41 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-22.5.7.2.ebuild,v 1.4 2003/09/07 01:28:12 msterret Exp $ inherit mount-boot eutils @@ -58,10 +58,10 @@ src_install() { make ROOT=${D} install || die into /usr dosbin keytab-lilo.pl - + insinto /etc newins ${FILESDIR}/lilo.conf lilo.conf.example - + doman manPages/*.[5-8] dodoc CHANGES COPYING INCOMPAT README* docinto samples ; dodoc sample/* @@ -83,16 +83,16 @@ pkg_preinst() { lilocheck () { local bootpart= local rootpart="$(rdev 2> /dev/null | cut -d ' ' -f 1 2> /dev/null)" - + echo - einfon "Checking for LILO ..." - - if [ "$(whoami)" != "root" ] + einfon "Checking for LILO ..." + + if [ "$(whoami)" != "root" ] then echo; echo - eerror "Only root can check for LILO!" - return 1 - fi + eerror "Only root can check for LILO!" + return 1 + fi if [ -z "${rootpart}" ] then @@ -100,32 +100,32 @@ lilocheck () { eerror "Could not determine root partition!" return 1 fi - - if [ ! -f /etc/lilo.conf -o ! -x /sbin/lilo ] + + if [ ! -f /etc/lilo.conf -o ! -x /sbin/lilo ] then - echo " No" - return 1 - fi - - bootpart="$(perl -ne 'print $1 if /^\s*boot\s*=\s*(\S*)/' /etc/lilo.conf)" - - if [ -z "${bootpart}" ] + echo " No" + return 1 + fi + + bootpart="$(perl -ne 'print $1 if /^\s*boot\s*=\s*(\S*)/' /etc/lilo.conf)" + + if [ -z "${bootpart}" ] then - # lilo defaults to current root when 'boot=' is not present - bootpart="${rootpart}" - fi - - if ! dd if=${bootpart} ibs=16 count=1 2>&- | grep -q 'LILO' + # lilo defaults to current root when 'boot=' is not present + bootpart="${rootpart}" + fi + + if ! dd if=${bootpart} ibs=16 count=1 2>&- | grep -q 'LILO' then echo; echo - ewarn "Yes, but I couldn't find a LILO signature on ${bootpart}" - ewarn "Check your /etc/lilo.conf, or run /sbin/lilo by hand." - return 1 - fi - - echo " Yes, on ${bootpart}" - - return 0 + ewarn "Yes, but I couldn't find a LILO signature on ${bootpart}" + ewarn "Check your /etc/lilo.conf, or run /sbin/lilo by hand." + return 1 + fi + + echo " Yes, on ${bootpart}" + + return 0 } @@ -143,13 +143,13 @@ pkg_postinst() { einfo "Running LILO to complete the install ..." # do not redirect to /dev/null because it may display some input # prompt - /sbin/lilo + /sbin/lilo if [ "$?" -ne 0 ] then echo ewarn "Running /sbin/lilo failed! Please check what the problem is" ewarn "before your next reboot." - + echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 sleep 5 |