diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:21:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:21:33 +0000 |
commit | b2f6fddd170fd71fa7214687179a3c7cd79ab7d9 (patch) | |
tree | 6bd3a043e5b55474d16ff26e40c0ec54ca31e24d /app-admin/jinit | |
parent | dont install stupid COPYING file (diff) | |
download | historical-b2f6fddd170fd71fa7214687179a3c7cd79ab7d9.tar.gz historical-b2f6fddd170fd71fa7214687179a3c7cd79ab7d9.tar.bz2 historical-b2f6fddd170fd71fa7214687179a3c7cd79ab7d9.zip |
dont install stupid COPYING files among other things
Diffstat (limited to 'app-admin/jinit')
-rw-r--r-- | app-admin/jinit/jinit-0.1.11.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/jinit/jinit-0.1.11.ebuild b/app-admin/jinit/jinit-0.1.11.ebuild index 3122a5cc0138..ed90af39824d 100644 --- a/app-admin/jinit/jinit-0.1.11.ebuild +++ b/app-admin/jinit/jinit-0.1.11.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/jinit/jinit-0.1.11.ebuild,v 1.3 2004/04/28 18:55:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/jinit/jinit-0.1.11.ebuild,v 1.4 2004/05/31 19:21:32 vapier Exp $ DESCRIPTION="An alternative to sysvinit which supports the need(8) concept" +HOMEPAGE="http://homepage.ntlworld.com/john.fremlin/programs/linux/jinit/ http://www.atnf.csiro.au/~rgooch/linux/boot-scripts/" SRC_URI="http://homepage.ntlworld.com/john.fremlin/programs/linux/jinit/download/${P}.tar.gz" -HOMEPAGE="http://homepage.ntlworld.com/john.fremlin/programs/linux/jinit/ - http://www.atnf.csiro.au/~rgooch/linux/boot-scripts/" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc" +IUSE="" DEPEND="virtual/glibc" RDEPEND="" @@ -23,7 +23,7 @@ src_install() { make DESTDIR=${D} install || die mv ${D}/usr/sbin ${D} mv ${D}/sbin/init ${D}/sbin/jinit - dodoc AUTHORS COPYING ChangeLog NEWS README TODO + 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*" |