diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-31 05:53:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-31 05:53:31 +0000 |
commit | cee1f7b40e488f766e51c623740a30454f25eac1 (patch) | |
tree | 52d08d080acff0f3ac7d00a9ec15b8cdd2677b2e /sys-apps | |
parent | add ~amd64. (diff) | |
download | gentoo-2-cee1f7b40e488f766e51c623740a30454f25eac1.tar.gz gentoo-2-cee1f7b40e488f766e51c623740a30454f25eac1.tar.bz2 gentoo-2-cee1f7b40e488f766e51c623740a30454f25eac1.zip |
old
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/initng/files/digest-initng-0.5.3 | 1 | ||||
-rw-r--r-- | sys-apps/initng/initng-0.5.3.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/sys-apps/initng/files/digest-initng-0.5.3 b/sys-apps/initng/files/digest-initng-0.5.3 deleted file mode 100644 index 079d06619398..000000000000 --- a/sys-apps/initng/files/digest-initng-0.5.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 66c2ebc60416b83edae270c71fbdf9ba initng-0.5.3.tar.bz2 1008166 diff --git a/sys-apps/initng/initng-0.5.3.ebuild b/sys-apps/initng/initng-0.5.3.ebuild deleted file mode 100644 index fe5bb4020e86..000000000000 --- a/sys-apps/initng/initng-0.5.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/initng-0.5.3.ebuild,v 1.1 2006/01/23 23:39:55 vapier Exp $ - -DESCRIPTION="A next generation init replacement" -HOMEPAGE="http://initng.thinktux.net/" -SRC_URI="http://initng.thinktux.net/download/v${PV:0:3}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="debug" - -src_compile() { - econf \ - --prefix=/ \ - --with-splash \ - $(use_enable debug) \ - --with-doc-dir=/usr/share/doc/${PF} \ - || die - emake || die -} - -src_install() { - make install DESTDIR="${D}" || die - # Dont need libtool linker scripts, so punt em - find "${D}" -name '*.la' -exec rm {} \; - # other packages install these - rm "${D}"/sbin/{{ifplugd,wpa_cli}.action} || die - dodoc README FAQ AUTHORS ChangeLog NEWS TEMPLATE_HEADER TODO -} - -pkg_postinst() { - einfo "remember to add init=/sbin/initng in your grub or lilo config" - einfo "to use initng Happy testing." -} |