diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2008-03-13 11:04:03 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2008-03-13 11:04:03 +0000 |
commit | 66e5b82bdf6c621ad2ee683f5493fae2a6f11190 (patch) | |
tree | 6db0514224bca2b3486e968a2f40e3a885889012 /sys-apps/mindi-kernel/mindi-kernel-1.0-r1.ebuild | |
parent | re-activation of package as per bugs #106497 and #176738 (diff) | |
download | gentoo-2-66e5b82bdf6c621ad2ee683f5493fae2a6f11190.tar.gz gentoo-2-66e5b82bdf6c621ad2ee683f5493fae2a6f11190.tar.bz2 gentoo-2-66e5b82bdf6c621ad2ee683f5493fae2a6f11190.zip |
removal of package as per bugs #106497 and #176738
Diffstat (limited to 'sys-apps/mindi-kernel/mindi-kernel-1.0-r1.ebuild')
-rw-r--r-- | sys-apps/mindi-kernel/mindi-kernel-1.0-r1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-apps/mindi-kernel/mindi-kernel-1.0-r1.ebuild b/sys-apps/mindi-kernel/mindi-kernel-1.0-r1.ebuild deleted file mode 100644 index 5e6da111a198..000000000000 --- a/sys-apps/mindi-kernel/mindi-kernel-1.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi-kernel/mindi-kernel-1.0-r1.ebuild,v 1.1 2004/08/12 21:28:10 pfeifer Exp $ - -DESCRIPTION="Mindi-kernel is a library of kernel modules, a kernel, and other bits and bobs -used by Mindi." -HOMEPAGE="http://www.mondorescue.org/" -SRC_URI="http://www.microwerks.net/~hugo/download/MondoCD/TGZS/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 -*" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - dodir /usr/share/mindi - insinto /usr/share/mindi - doins lib.tar.bz2 vmlinuz -} |