diff options
author | 2006-01-23 23:39:31 +0000 | |
---|---|---|
committer | 2006-01-23 23:39:31 +0000 | |
commit | e014c3d90b2ae8a81381d0b1cc76ddb580e3b06b (patch) | |
tree | 1fc958f00333949364020d84f53a605c32368652 /sys-apps/initng | |
parent | new revision to force use of new bootstrap and to match new eselect-gnat loca... (diff) | |
download | gentoo-2-e014c3d90b2ae8a81381d0b1cc76ddb580e3b06b.tar.gz gentoo-2-e014c3d90b2ae8a81381d0b1cc76ddb580e3b06b.tar.bz2 gentoo-2-e014c3d90b2ae8a81381d0b1cc76ddb580e3b06b.zip |
old
Diffstat (limited to 'sys-apps/initng')
-rw-r--r-- | sys-apps/initng/files/digest-initng-0.4.8 | 1 | ||||
-rw-r--r-- | sys-apps/initng/files/digest-initng-0.5.0 | 1 | ||||
-rw-r--r-- | sys-apps/initng/initng-0.4.8.ebuild | 36 | ||||
-rw-r--r-- | sys-apps/initng/initng-0.5.0.ebuild | 36 |
4 files changed, 0 insertions, 74 deletions
diff --git a/sys-apps/initng/files/digest-initng-0.4.8 b/sys-apps/initng/files/digest-initng-0.4.8 deleted file mode 100644 index 1bcb1a07691f..000000000000 --- a/sys-apps/initng/files/digest-initng-0.4.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 004ebe3504defa9fa2486d35e4900c11 initng-0.4.8.tar.bz2 631218 diff --git a/sys-apps/initng/files/digest-initng-0.5.0 b/sys-apps/initng/files/digest-initng-0.5.0 deleted file mode 100644 index bb4eeb4dfd63..000000000000 --- a/sys-apps/initng/files/digest-initng-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f32b927079e268dc386af59af2dafe14 initng-0.5.0.tar.bz2 686598 diff --git a/sys-apps/initng/initng-0.4.8.ebuild b/sys-apps/initng/initng-0.4.8.ebuild deleted file mode 100644 index 851140111691..000000000000 --- a/sys-apps/initng/initng-0.4.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/initng-0.4.8.ebuild,v 1.1 2005/12/23 00:13:54 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." -} diff --git a/sys-apps/initng/initng-0.5.0.ebuild b/sys-apps/initng/initng-0.5.0.ebuild deleted file mode 100644 index e3d8f0847e30..000000000000 --- a/sys-apps/initng/initng-0.5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/initng-0.5.0.ebuild,v 1.1 2005/12/24 19:18:35 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." -} |