Portage is a package management system used by Gentoo Linux
# ChangeLog for app-admin/jinit
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/jinit/ChangeLog,v 1.14 2006/11/22 19:23:14 masterdriverz Exp $
22 Nov 2006; Charlie Shepherd
Remove old ebuild, fix up ebuild (including homepage - bug 91389), see cvs
log for full fixes
02 Sep 2006; Jason Wever
Changed stable SPARC keyword back to testing SPARC keyword wrt bug #142335.
06 Aug 2006; Tobias Scherbaum
move to ~ppc, bug #142335
01 Aug 2006; Joshua Jackson
Moving to ~x86 in prep for it being removed from the tree
19 Apr 2005; Elfyn McBratney
Remove retired developer from metadata.xml.
*jinit-0.1.12 (31 Dec 2004)
31 Dec 2004; Chris White
+jinit-0.1.12.ebuild:
Adding myself as placehold maintainer. Bump to .12 while I was at it.
*jinit-0.1.11 (24 May 2003)
24 May 2003; Martin Holzer
jinit-0.1.9-r1.ebuild, jinit-0.1.9-r1.ebuild:
Version bumped
06 Dec 2002; Rodney Rees
*jinit-0.1.9-r1 (1 Feb 2002)
13 Aug 2002; Pieter Van den Abeele
Added ppc keyword
1 Feb 2002; G.Bevin
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
DIST jinit-0.1.12.tar.gz 110745 RMD160 2a6b71f139762a0f3fa7dc0a76612485f1ef3c28 SHA1 7ab86f5a0f346279813356c2ea14171d3c70e8f5 SHA256 8db7e4cc34fd5f12b1803e910f1a01cffd0d945705467f2190472a8ec78c86b9
EBUILD jinit-0.1.12.ebuild 788 RMD160 3eaa7fd279b53bf30b2bd3b06e56822096eeb563 SHA1 998a1c538c620e5095962484345c89bb97fb04c8 SHA256 79db260c7265b103c6cdf1a3817d1b576172f4f19df192e46406ceee86f031b0
MISC ChangeLog 1858 RMD160 8e7b6977a377d64cec9ca06dbb267cbee5867857 SHA1 c85af1d7fbf8633e4cb4dfa38e35d0e3d7f976c5 SHA256 448183f88fe03a82b75248c27d54fd83d081cb05e47b06e6dc6f56673abe67b7
MISC metadata.xml 233 RMD160 d81ec1a0582856aeac5ef3bfec5c80d9850216f6 SHA1 9b94f113e7f382076b1749c2a856e409c96cade3 SHA256 dce03f6cdd96135caf3c971a5ca4a8c916f44532fe8cfb6df88b7bdade407e8b
# Copyright 1999-200666666 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/jinit/jinit-0.1.12.ebuild,v 1.3 2006/11/22 19:23:14 masterdriverz Exp $
DESCRIPTION="An alternative to sysvinit which supports the need(8) concept"
HOMEPAGE="http://john.fremlin.de/programs/linux/jinit/"
SRC_URI="http://john.fremlin.de/programs/linux/jinit/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
IUSE=""
DEPEND=""
RDEPEND=""
src_install() {
emake DESTDIR=${D} install || die
mv ${D}/usr/sbin ${D}/
mv ${D}/sbin/init ${D}/sbin/jinit
dodoc AUTHORS ChangeLog NEWS README TODO
cp -R example-setup ${D}/usr/share/doc/${PF}/
#find ${D}/usr/share/doc/${PF}/example-setup -name "Makefile*"
}