summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-02 04:34:28 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-02 04:34:28 +0000
commit24a9948344107f15502301771f7a69c85f805bd7 (patch)
treed3dab49f125cf08fcca589df3e988d34209bead4 /sys-apps/initng
parentSet --with-xdm-configdir correctly so files don't end up directly in /etc. (diff)
downloadgentoo-2-24a9948344107f15502301771f7a69c85f805bd7.tar.gz
gentoo-2-24a9948344107f15502301771f7a69c85f805bd7.tar.bz2
gentoo-2-24a9948344107f15502301771f7a69c85f805bd7.zip
old
Diffstat (limited to 'sys-apps/initng')
-rw-r--r--sys-apps/initng/files/digest-initng-0.3.21
-rw-r--r--sys-apps/initng/initng-0.3.2.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/initng/files/digest-initng-0.3.2 b/sys-apps/initng/files/digest-initng-0.3.2
deleted file mode 100644
index 345b098e1e72..000000000000
--- a/sys-apps/initng/files/digest-initng-0.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8831b3d783e90f2183aa6b9ea7420e7c initng-0.3.2.tar.bz2 677959
diff --git a/sys-apps/initng/initng-0.3.2.ebuild b/sys-apps/initng/initng-0.3.2.ebuild
deleted file mode 100644
index bfa4f66d31d3..000000000000
--- a/sys-apps/initng/initng-0.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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.3.2.ebuild,v 1.1 2005/10/10 14:13:23 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 \
- $(use_enable debug) \
- --with-doc-dir=/usr/share/doc/${PF} \
- --prefix=/ \
- || 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 -f "${D}"/sbin/{ifplugd,wpa_cli}.action
- 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."
-}