diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-01 22:43:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-01 22:43:48 +0000 |
commit | 5fd970cdd122ba8c7e689db826fb4a8c12d9e99c (patch) | |
tree | 61d7ea6566fcfc148b58e3d34de398bbb7ec1ea3 /sys-apps/einit | |
parent | Version bump. (diff) | |
download | gentoo-2-5fd970cdd122ba8c7e689db826fb4a8c12d9e99c.tar.gz gentoo-2-5fd970cdd122ba8c7e689db826fb4a8c12d9e99c.tar.bz2 gentoo-2-5fd970cdd122ba8c7e689db826fb4a8c12d9e99c.zip |
old
Diffstat (limited to 'sys-apps/einit')
-rw-r--r-- | sys-apps/einit/einit-0.14.0.500.ebuild | 50 | ||||
-rw-r--r-- | sys-apps/einit/files/digest-einit-0.14.0.500 | 3 |
2 files changed, 0 insertions, 53 deletions
diff --git a/sys-apps/einit/einit-0.14.0.500.ebuild b/sys-apps/einit/einit-0.14.0.500.ebuild deleted file mode 100644 index 384e0bcb1bec..000000000000 --- a/sys-apps/einit/einit-0.14.0.500.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/einit/einit-0.14.0.500.ebuild,v 1.1 2006/12/30 02:45:43 vapier Exp $ - -inherit multilib - -DESCRIPTION="an alternate /sbin/init" -HOMEPAGE="http://einit.sourceforge.net/" -SRC_URI="mirror://sourceforge/einit/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="doc" - -RDEPEND="dev-libs/expat" -DEPEND="${RDEPEND} - doc? ( app-text/docbook-sgml app-doc/doxygen )" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e "/MODDIR/s:/lib/:/$(get_libdir)/:" configure -} - -src_compile() { - econf \ - --enable-linux \ - --use-posix-regex \ - --prefix=/ \ - || die - emake || die - if use doc ; then - emake documentation-html ||die - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog - if use doc ; then - dohtml build/documentation/html/*.html - fi -} - -pkg_postinst() { - einfo "You can always find the latest documentation at" - einfo "http://einit.sourceforge.net/documentation/users/" - einfo -} diff --git a/sys-apps/einit/files/digest-einit-0.14.0.500 b/sys-apps/einit/files/digest-einit-0.14.0.500 deleted file mode 100644 index fa4ce2b3a479..000000000000 --- a/sys-apps/einit/files/digest-einit-0.14.0.500 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4921196c7adac12b207afa333f6cae3c einit-0.14.0.500.tar.bz2 152982 -RMD160 7e5ef06ce5cea3d8ffa44275e694f251d96b52e4 einit-0.14.0.500.tar.bz2 152982 -SHA256 3fd504ae2a6c5a748ed7f5754b11af4dd3a83001b9f35f602defa3d91d62d246 einit-0.14.0.500.tar.bz2 152982 |