diff options
author | 2005-01-22 10:29:25 +0000 | |
---|---|---|
committer | 2005-01-22 10:29:25 +0000 | |
commit | b51bb2aa25688abd77adf494a56c1c2abe1c2fd8 (patch) | |
tree | e7d6ed114cc83cc710218e60ff1526eb9cef4730 /sys-apps | |
parent | version bump, update metadata.xml (diff) | |
download | historical-b51bb2aa25688abd77adf494a56c1c2abe1c2fd8.tar.gz historical-b51bb2aa25688abd77adf494a56c1c2abe1c2fd8.tar.bz2 historical-b51bb2aa25688abd77adf494a56c1c2abe1c2fd8.zip |
version bump of stable 1.0 branch
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mindi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/mindi/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/mindi/files/digest-mindi-1.04 | 1 | ||||
-rw-r--r-- | sys-apps/mindi/mindi-1.04.ebuild | 63 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/Manifest | 30 |
5 files changed, 84 insertions, 21 deletions
diff --git a/sys-apps/mindi/ChangeLog b/sys-apps/mindi/ChangeLog index 7cd8743fdef7..9fe676ac541c 100644 --- a/sys-apps/mindi/ChangeLog +++ b/sys-apps/mindi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/mindi # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/ChangeLog,v 1.17 2005/01/22 10:24:42 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/ChangeLog,v 1.18 2005/01/22 10:29:25 wschlich Exp $ + +*mindi-1.04 (22 Jan 2005) + + 22 Jan 2005; Wolfram Schlich <wschlich@gentoo.org> +mindi-1.04.ebuild: + version bump of stable 1.0 branch *mindi-1.11 (22 Jan 2005) diff --git a/sys-apps/mindi/Manifest b/sys-apps/mindi/Manifest index 47b1ac8c846d..8c2a47ac83e5 100644 --- a/sys-apps/mindi/Manifest +++ b/sys-apps/mindi/Manifest @@ -2,10 +2,12 @@ MD5 7d6dd4071f7f66ab38db78c0ae618582 mindi-0.85.ebuild 1217 MD5 86563d1b856e4666e9862c161b72c0ee mindi-1.10.ebuild 1849 MD5 b5e3b488f3cafd186b096b7cd6a8e062 mindi-1.03.ebuild 1849 MD5 2e643b11b2f0020e863a801a6b1b46c2 mindi-0.86.ebuild 1359 +MD5 23e323bb771ee5438043d9855c1b6971 mindi-1.04.ebuild 1844 MD5 5f07d7fd9cce91c8327e107e1bc7053c metadata.xml 441 -MD5 1cd6ee43015135807cdd4d7912609290 ChangeLog 2583 +MD5 3054834eab3c7733fcbaefcaec45e48d ChangeLog 2720 MD5 8274689e97bfa4036fd060385cc5ea1f mindi-1.11.ebuild 1844 MD5 ee1e232f194b4562844a4eac0f91ab49 files/mindi-0.86-security.patch 7683 +MD5 101bf89d7e394be6e50d2a42e756c594 files/digest-mindi-1.04 60 MD5 1816016d2e374827fd0d6fb41fb9361c files/digest-mindi-0.86 59 MD5 8a29bf61bb5419e5f158300cff4c1c5e files/digest-mindi-1.10 60 MD5 a5b7000ca1c0b7c87e463f30963c0e48 files/digest-mindi-1.03 60 diff --git a/sys-apps/mindi/files/digest-mindi-1.04 b/sys-apps/mindi/files/digest-mindi-1.04 new file mode 100644 index 000000000000..1b23cdd18865 --- /dev/null +++ b/sys-apps/mindi/files/digest-mindi-1.04 @@ -0,0 +1 @@ +MD5 f5f496dc1b371f200b85a76ebd0e7b7c mindi-1.04.tgz 2823392 diff --git a/sys-apps/mindi/mindi-1.04.ebuild b/sys-apps/mindi/mindi-1.04.ebuild new file mode 100644 index 000000000000..b30a77f1204d --- /dev/null +++ b/sys-apps/mindi/mindi-1.04.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/mindi-1.04.ebuild,v 1.1 2005/01/22 10:29:25 wschlich Exp $ + +DESCRIPTION="A program that creates emergency boot disks/CDs using your kernel, tools and modules." +HOMEPAGE="http://www.mondorescue.org/" +SRC_URI="http://www.mondorescue.org/download/MondoCD/TGZS/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 -*" +IUSE="" + +DEPEND="virtual/libc" +RDEPEND=">=app-arch/bzip2-0.9 + >=sys-apps/mindi-kernel-1.0-r1 + app-cdr/cdrtools + sys-libs/ncurses + sys-devel/binutils + sys-fs/dosfstools + sys-apps/gawk" + +src_unpack() { + unpack ${A} || die "Failed to unpack ${A}" + cd ${S}/rootfs || die + tar xzf symlinks.tgz || die "Failed to unpack symlinks.tgz" + + # This will need to change when IA64 is tested. Onviously. + rm -f bin/busybox-ia64 sbin/parted2fdisk-ia64 + mv bin/busybox-i386 bin/busybox +} + +src_install() { + dodir /usr/sbin + + dodir /usr/share/mindi + exeinto /usr/share/mindi + doexe analyze-my-lvm mindi parted2fdisk.pl + + dosym /usr/share/mindi/mindi /usr/sbin/ + dosym /usr/share/mindi/analyze-my-lvm /usr/sbin/ + dosym /usr/share/mindi/parted2fdisk.pl /usr/sbin/ + + insinto /usr/share/mindi + doins deplist.txt dev.tgz isolinux-H.cfg isolinux.cfg \ + msg-txt sys-disk.raw.gz syslinux-H.cfg syslinux.cfg + + cp -a Mindi/ aux-tools/ rootfs/ ${D}/usr/share/mindi/ + + dodoc CHANGES INSTALL README TODO +} + +pkg_postinst() { + einfo "${P} was successfully installed." + einfo "Please read the associated docs for help." + einfo "Or visit the website @ ${HOMEPAGE}" + echo + ewarn "This package is still in unstable." + ewarn "Please report bugs to http://bugs.gentoo.org/" + ewarn "However, please do an advanced query to search for bugs" + ewarn "before reporting. This will keep down on duplicates." + echo +} diff --git a/sys-apps/mondo-rescue/Manifest b/sys-apps/mondo-rescue/Manifest index 700b2d8482b1..dc7b153ea166 100644 --- a/sys-apps/mondo-rescue/Manifest +++ b/sys-apps/mondo-rescue/Manifest @@ -1,22 +1,14 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 9ded35eb147301ebf3bf5dab68855d2b ChangeLog 2468 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 42c4de8b775c28d38baba2049a7d40f0 mondo-rescue-1.47.ebuild 1374 -MD5 1ab8bf1cad5d1f3518723024f3886d27 mondo-rescue-1.61.ebuild 1818 -MD5 1b5e4def95115a7ee83e01608ed66b27 mondo-rescue-1.65.ebuild 1851 -MD5 c6c40da8cdf3fdb09fb8b8bfdaa4c05e mondo-rescue-2.03.ebuild 1822 -MD5 102519f0ca92c03e54a0a61bbea110ae mondo-rescue-2.10.ebuild 1822 -MD5 793981ec5119c1dce63bcabfef5cab2a files/digest-mondo-rescue-1.47 69 +MD5 d7d5989a72a1ec182f490069832ff64b mondo-rescue-2.04.ebuild 1819 +MD5 0711e11c94ae0df8a3d0143afb7ce3ba mondo-rescue-2.03.ebuild 1824 +MD5 5f07d7fd9cce91c8327e107e1bc7053c metadata.xml 441 +MD5 91d9995720aff113bf49179f648387af mondo-rescue-1.65.ebuild 1853 +MD5 84e708533ddd02575fbd5c20a8e42fd7 ChangeLog 2636 +MD5 d107c9398895e58830600bfb04a124c1 mondo-rescue-1.47.ebuild 1374 +MD5 21a5352b1def83c0d2a9d3b016313930 mondo-rescue-2.10.ebuild 1824 +MD5 608744ace604d30dd05387b0770bdb03 mondo-rescue-1.61.ebuild 1818 MD5 f1e7eb21d8a8acea7d02ff3a7183d683 files/digest-mondo-rescue-1.61 60 -MD5 206daf65b2a21dedbf2f85d88ca50d8d files/digest-mondo-rescue-1.65 60 +MD5 e170f3b33e6837a7d9363745a5fd867f files/digest-mondo-rescue-2.04 60 MD5 7a9f6aa05d0ce8c5db022b3f25a93b13 files/digest-mondo-rescue-2.03 60 +MD5 793981ec5119c1dce63bcabfef5cab2a files/digest-mondo-rescue-1.47 69 MD5 1d28fb3b5cabc58bb39012cf6fe59b0d files/digest-mondo-rescue-2.10 60 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBdRoSHTu7gpaalycRAhFJAKDB7GJPrKVC11BmYqHZHtDuUbB6XACgjLho -lRP6QCLXFTxtvu56NJhGWzA= -=psle ------END PGP SIGNATURE----- +MD5 206daf65b2a21dedbf2f85d88ca50d8d files/digest-mondo-rescue-1.65 60 |