ChangeLog

# ChangeLog for app-admin/killproc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v 1.14 2007/02/21 19:41:46 peper Exp $

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

08 Dec 2006; Elfyn McBratney killproc-1.12-r2.ebuild:
Kill DEPEND (both libc and sed are part of system).

23 Jul 2004; Jeremy Huddleston
killproc-1.12-r2.ebuild:
Stable amd64

29 Jun 2004; Aron Griffis killproc-1.12-r2.ebuild:
add sed-4 dep

15 Jun 2004; Jeremy Huddleston +metadata.xml:
Added ~amd64.

12 Mar 2004; Michael Sterrett
killproc-1.12-r2.ebuild:
Don't assign default to S; header fix

*killproc-1.12-r2 (1 Feb 2002)

09 Feb 2003; Seemant Kulleen killproc-1.12-r2.ebuild :

Changed sed expression delimiters to : instead of /, closing bug #15006 by
Blu3

06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords

29 Jul 2002; Calum Selkirk killproc-1.12-r2.ebuild :

Added an if [ ${ARCH} = "x86" ] for -m486 flag > Makefile to make non arch
dependent.
Added RDEPEND
Added RDEPEND.

1 Feb 2002; G.Bevin ChangeLog :

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.

Manifest

DIST killproc-1.12.tar.gz 26414 RMD160 e64f1319b66645d200de947b97bf50df704a03f2 SHA1 199e6aead7476b927bf0c9f483bc982c6a6eddb8 SHA256 7ee58e80467e40c659e0a4aebd6ba28c6ef675679d33e98bd6a9f8e9df632f6e
EBUILD killproc-1.12-r2.ebuild 708 RMD160 1968fcbe884c9a52dccecd2482d823ff5fd970de SHA1 9831f738112dd6d7913b00ae01ac5b0f3f06069f SHA256 74e206cfc3ecb41806fade3d41a23930558c5612b24e8ba66dafe76013ab830b
MISC ChangeLog 1777 RMD160 e0d1c31e71352c020a399118d2a7a5bb91e4f3c2 SHA1 3bac0f51674cf3944f0acf93e3d296d5dd00add8 SHA256 fc4160f925180127b1a10d03b7027cd8bb30d6c46a3c26d9a6bc167c908d54c5
MISC metadata.xml 259 RMD160 d1f5ea37202987c54db9697175a55e5609386654 SHA1 d7234631415b27fa166f13d440f0ea6e4d3f1044 SHA256 14f1bab6a31d434eda6319b2783239e50179d75501edb6e255bb6c3e665418cf

killproc-1.12-r2.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-1.12-r2.ebuild,v 1.23 2006/12/08 21:08:24 beu Exp $

DESCRIPTION="killproc and assorted tools for boot scripts"
HOMEPAGE="http://www.suse.de/"
SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
IUSE=""

src_unpack() {
unpack ${A}
cd ${S}
sed -i \
-e "s:-O2:${CFLAGS}:" \
-e "s:-m486::" \
Makefile || die "sed failed"
}

src_compile() {
make || die
}

src_install() {
into /
dosbin checkproc startproc killproc || die
into /usr
doman *.8
dodoc README *.lsm
}

metadata.xml




no-herd

eradicator@gentoo.org
Jeremy Huddleston