diff options
author | 2005-05-19 20:10:21 +0000 | |
---|---|---|
committer | 2005-05-19 20:10:21 +0000 | |
commit | 6a4686057dff607f17a5764912aff3314ef9c374 (patch) | |
tree | dfd2848b59a32d44e8d4c4e4184ad344ef6e4c51 /sys-apps | |
parent | stable on hppa (diff) | |
download | historical-6a4686057dff607f17a5764912aff3314ef9c374.tar.gz historical-6a4686057dff607f17a5764912aff3314ef9c374.tar.bz2 historical-6a4686057dff607f17a5764912aff3314ef9c374.zip |
version bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/bootstrap_cmds/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/bootstrap_cmds/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/bootstrap_cmds/bootstrap_cmds-49.ebuild | 48 | ||||
-rw-r--r-- | sys-apps/bootstrap_cmds/files/digest-bootstrap_cmds-49 | 1 |
4 files changed, 58 insertions, 2 deletions
diff --git a/sys-apps/bootstrap_cmds/ChangeLog b/sys-apps/bootstrap_cmds/ChangeLog index dc2486b80402..5557ac03ad5f 100644 --- a/sys-apps/bootstrap_cmds/ChangeLog +++ b/sys-apps/bootstrap_cmds/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/bootstrap_cmds # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bootstrap_cmds/ChangeLog,v 1.2 2005/03/04 05:16:16 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bootstrap_cmds/ChangeLog,v 1.3 2005/05/19 20:10:20 kito Exp $ + +*bootstrap_cmds-49 (19 May 2005) + + 19 May 2005; Kito <kito@gentoo.org> +bootstrap_cmds-49.ebuild: + version bump. 03 Mar 2005; Kito <kito@gentoo.org> bootstrap_cmds-44.ebuild: stable on ppc-macos diff --git a/sys-apps/bootstrap_cmds/Manifest b/sys-apps/bootstrap_cmds/Manifest index 1dee1e9cd8f8..7f55bbdca701 100644 --- a/sys-apps/bootstrap_cmds/Manifest +++ b/sys-apps/bootstrap_cmds/Manifest @@ -1,4 +1,6 @@ -MD5 c8695de4c3824d5c689f0e01a596fc1e ChangeLog 418 +MD5 d7f5ea9600d585e2292b4e0298211ebc ChangeLog 534 MD5 ad894d5f7ff413600825aa95700547d9 bootstrap_cmds-44.ebuild 1372 +MD5 4b31943e1fecfdf69fd2f2368f32a9d5 bootstrap_cmds-49.ebuild 1362 MD5 e526e84277cb8eb1bcf73840117ff45a metadata.xml 220 MD5 476b98a9a8f0ba1fccda9ccdd2a58edc files/digest-bootstrap_cmds-44 69 +MD5 dae9b9721da57d030dc729cd574dc0cd files/digest-bootstrap_cmds-49 69 diff --git a/sys-apps/bootstrap_cmds/bootstrap_cmds-49.ebuild b/sys-apps/bootstrap_cmds/bootstrap_cmds-49.ebuild new file mode 100644 index 000000000000..eb33f7c4a5dd --- /dev/null +++ b/sys-apps/bootstrap_cmds/bootstrap_cmds-49.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bootstrap_cmds/bootstrap_cmds-49.ebuild,v 1.1 2005/05/19 20:10:20 kito Exp $ + +DESCRIPTION="Darwin bootstrap_cmds - config, decomment, mig, relpath" +HOMEPAGE="http://darwinsource.opendarwin.org/10.3.5/" +SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/${P}.tar.gz" + +LICENSE="APSL-2" + +SLOT="0" +KEYWORDS="~ppc-macos" +IUSE="build" +DEPEND="virtual/libc" + +src_unpack() { + unpack ${A} + + cd ${S} + sed -i -e 's:^NEXTSTEP_BUILD_OUTPUT_DIR = .*:NEXTSTEP_BUILD_OUTPUT_DIR = ${T}:' Makefile + + cd ${S}/config.tproj + sed -i -e '/raise/d' config.h + + cd ${S}/decomment.tproj + sed -i \ + -e 's:^NEXTSTEP_INSTALLDIR = .*:NEXTSTEP_INSTALLDIR = /usr/bin:' \ + -e 's:^NEXTSTEP_BUILD_OUTPUT_DIR = .*:NEXTSTEP_BUILD_OUTPUT_DIR = ${T}:' Makefile + + cd ${S}/relpath.tproj + sed -i \ + -e 's:^NEXTSTEP_INSTALLDIR = .*:NEXTSTEP_INSTALLDIR = /usr/bin:' \ + -e 's:^NEXTSTEP_BUILD_OUTPUT_DIR = .*:NEXTSTEP_BUILD_OUTPUT_DIR = ${T}:' Makefile + cd ${S} + rm Makefile.postamble config.tproj/Makefile.postamble decomment.tproj/Makefile.postamble \ + relpath.tproj/Makefile.postamble +} + +src_compile() { + : +} + +src_install() { + make install DSTROOT=${D} || die "make install failed" + + newbin vers_string.sh vers_string + use build || doman *.1 +} diff --git a/sys-apps/bootstrap_cmds/files/digest-bootstrap_cmds-49 b/sys-apps/bootstrap_cmds/files/digest-bootstrap_cmds-49 new file mode 100644 index 000000000000..e5c23f82bed1 --- /dev/null +++ b/sys-apps/bootstrap_cmds/files/digest-bootstrap_cmds-49 @@ -0,0 +1 @@ +MD5 358dccf4277b7a5fc6260c22dc50c28c bootstrap_cmds-49.tar.gz 142583 |