summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-08-05 19:52:20 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-08-05 19:52:20 +0000
commit4d174f8f752d1ccb09f5a7409831a1389d2e431b (patch)
tree0ad5ed51193e027cea9b29ef36adcfebbe626604
parentRetouches (diff)
downloadlu_zero-4d174f8f752d1ccb09f5a7409831a1389d2e431b.tar.gz
lu_zero-4d174f8f752d1ccb09f5a7409831a1389d2e431b.tar.bz2
lu_zero-4d174f8f752d1ccb09f5a7409831a1389d2e431b.zip
Ugly workaround
svn path=/; revision=39
-rw-r--r--app-emulation/systemsim-cell/Manifest8
-rw-r--r--app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/app-emulation/systemsim-cell/Manifest b/app-emulation/systemsim-cell/Manifest
index 2692346..27e22e2 100644
--- a/app-emulation/systemsim-cell/Manifest
+++ b/app-emulation/systemsim-cell/Manifest
@@ -4,10 +4,10 @@ RMD160 ea2b15133ae9f79da2a70a727505f889f96d75fa files/09systemsim-cell 74
SHA256 444b58b3f9abf7bca23c2a89a827bc10c0a89b30e79386d80de6293e73da490b files/09systemsim-cell 74
DIST systemsim-cell-1.1-6.i386.rpm 8904217 RMD160 76b6877b2b656f5e02fd63970a2668380a17cdbf SHA1 e1a5b5d45b034b75c8044aaaa7f501005d63702c SHA256 0cb3190cffd83b1b0cb4f5086208cbf0e01d8f97ef76d1badd5b8c67e89d1e1c
DIST systemsim-cell-1.1-6.ppc.rpm 9104380 RMD160 8995449790d274e05476c95edb60e71f05a67bf2 SHA1 2853d933d9433a3c217657245652a28fa984a3c8 SHA256 cd21554bba4057fda0173ed8099abb3cf9213c00de323dc11060a3b098035bbe
-EBUILD systemsim-cell-1.1.ebuild 1384 RMD160 c1ae2af97852d5a3a346000f49b3d73af43cf35f SHA1 9dca047e0cd3f957f2acfa9c1b7e94c8254132bd SHA256 4042262331e723f9a52c2912cbbc97d871cca3f11b539d82cc3f3496e00e6a37
-MD5 946cc4e1880f073800566a7a8c444860 systemsim-cell-1.1.ebuild 1384
-RMD160 c1ae2af97852d5a3a346000f49b3d73af43cf35f systemsim-cell-1.1.ebuild 1384
-SHA256 4042262331e723f9a52c2912cbbc97d871cca3f11b539d82cc3f3496e00e6a37 systemsim-cell-1.1.ebuild 1384
+EBUILD systemsim-cell-1.1.ebuild 1394 RMD160 9d3972a19b5ac54825f107c9b7d145fe76e6d787 SHA1 9a0da99a8e99a80e674e18985361ace822911ea0 SHA256 b3d744f8c4e90dee22b36a7a126c7335be31d926efa5fc2810d257a253f3e3fb
+MD5 7add9cbde4b89689d0144b47094ac088 systemsim-cell-1.1.ebuild 1394
+RMD160 9d3972a19b5ac54825f107c9b7d145fe76e6d787 systemsim-cell-1.1.ebuild 1394
+SHA256 b3d744f8c4e90dee22b36a7a126c7335be31d926efa5fc2810d257a253f3e3fb systemsim-cell-1.1.ebuild 1394
MD5 e5a34ae9485cca51c7c4b5b69d01f592 files/digest-systemsim-cell-1.1 539
RMD160 c2312b1928d0144ba440213b46e937c1724a7dfb files/digest-systemsim-cell-1.1 539
SHA256 dc4fb377b343a466a0b8f135d65982ac8526790a324f090f3d23ec3d49a341aa files/digest-systemsim-cell-1.1 539
diff --git a/app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild b/app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild
index 130cac7..72154d1 100644
--- a/app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild
+++ b/app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~ppc"
IUSE=""
SYSTEMSIM_DIR="/opt/IBM/systemsim-cell"
-IMAGE_PATH="/usr/share/${PN}/image/cell"
+IMAGE_PATH="/usr/share/${PN}/image"
DEPEND=">=dev-lang/tcl-8.4.10
>=dev-lang/tk-8.4.10"
@@ -39,12 +39,12 @@ src_install() {
doenvd ${FILESDIR}/09systemsim-cell
sed -i -e "s:\${SYSTEMSIM_TOP}/images:${IMAGE_PATH}:" \
${D}/${SYSTEMSIM_DIR}/bin/systemsim
- dodir ${IMAGE_PATH}
+ dodir ${IMAGE_PATH}/cell
echo "Put a system image with the name sysroot_disk and a kernel image with
- the name vmlinux there" > ${D}/${IMAGE_PATH}/README
+ the name vmlinux there" > ${D}/${IMAGE_PATH}/cell/README
}
pkg_postinst() {
elog "The provided systemsim doesn't have kernel and system images, please"
- elog "install them in ${IMAGE_PATH}"
+ elog "install them in ${IMAGE_PATH}/cell"
}