diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-24 19:18:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-24 19:18:35 +0000 |
commit | a511e67e5b0dd50bc2e0ae55156b3f62349a7d3c (patch) | |
tree | 9ced49a43305c1369caa27be0c80959d01be8367 /sys-apps/initng | |
parent | old (diff) | |
download | historical-a511e67e5b0dd50bc2e0ae55156b3f62349a7d3c.tar.gz historical-a511e67e5b0dd50bc2e0ae55156b3f62349a7d3c.tar.bz2 historical-a511e67e5b0dd50bc2e0ae55156b3f62349a7d3c.zip |
Version bump #116574 by Lorenzo Villani.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sys-apps/initng')
-rw-r--r-- | sys-apps/initng/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/initng/Manifest | 12 | ||||
-rw-r--r-- | sys-apps/initng/files/digest-initng-0.5.0 | 1 | ||||
-rw-r--r-- | sys-apps/initng/initng-0.5.0.ebuild | 36 |
4 files changed, 49 insertions, 7 deletions
diff --git a/sys-apps/initng/ChangeLog b/sys-apps/initng/ChangeLog index 9b160f3dc76c..a018074c4671 100644 --- a/sys-apps/initng/ChangeLog +++ b/sys-apps/initng/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/initng # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/ChangeLog,v 1.32 2005/12/23 00:13:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/ChangeLog,v 1.33 2005/12/24 19:18:35 vapier Exp $ + +*initng-0.5.0 (24 Dec 2005) + + 24 Dec 2005; Mike Frysinger <vapier@gentoo.org> +initng-0.5.0.ebuild: + Version bump #116574 by Lorenzo Villani. *initng-0.4.8 (23 Dec 2005) diff --git a/sys-apps/initng/Manifest b/sys-apps/initng/Manifest index 7f69b1c06240..0e4e3336b640 100644 --- a/sys-apps/initng/Manifest +++ b/sys-apps/initng/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 8021fefe7556af254f868e95de653136 ChangeLog 4554 -MD5 9519afbfe66e8a88784254e1bd3486f2 files/digest-initng-0.4.7 65 +MD5 d3157170dc1a6a950fbc608330bbae00 ChangeLog 4699 MD5 52888c1ddea3503d1f16812d80652239 files/digest-initng-0.4.8 65 +MD5 b37889d0f566463fc626894e03ea2100 files/digest-initng-0.5.0 65 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-initng-9999 0 -MD5 34582f01ef68476ca647e5df4b53aa63 initng-0.4.7.ebuild 1045 MD5 36e7ed98384bbce1cd77ad70483e8512 initng-0.4.8.ebuild 1045 +MD5 a47c6104b1ae9919b61ea6015ba666f9 initng-0.5.0.ebuild 1045 MD5 9f58d80fecdef9a298916a25b32e06a6 initng-9999.ebuild 1129 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDq0F62+ySkm8kpY0RAgOcAKCIAhs885HRszHoaZ+BD/i5/HdZNgCggZJP -2R9B892gdzMjUeA0ho48lrI= -=76Hy +iD8DBQFDrZ8Z2+ySkm8kpY0RAhr2AJ9XSNuvtSswqfUzxQBsEIbr6ZymzACfXOrM +Ig2YKrQwc4UgTrJgYhv0f28= +=4d14 -----END PGP SIGNATURE----- diff --git a/sys-apps/initng/files/digest-initng-0.5.0 b/sys-apps/initng/files/digest-initng-0.5.0 new file mode 100644 index 000000000000..bb4eeb4dfd63 --- /dev/null +++ b/sys-apps/initng/files/digest-initng-0.5.0 @@ -0,0 +1 @@ +MD5 f32b927079e268dc386af59af2dafe14 initng-0.5.0.tar.bz2 686598 diff --git a/sys-apps/initng/initng-0.5.0.ebuild b/sys-apps/initng/initng-0.5.0.ebuild new file mode 100644 index 000000000000..e3d8f0847e30 --- /dev/null +++ b/sys-apps/initng/initng-0.5.0.ebuild @@ -0,0 +1,36 @@ +# 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." +} |