summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-29 00:14:44 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-29 00:14:44 +0000
commit77ab3ad8272bc4b6718e86667915e4a158f7ca4d (patch)
tree20b8be0cbb852a443351bcad630189068249bcc3 /sys-apps
parentdepend on virtual/php rather than mod_php #99085 (diff)
downloadgentoo-2-77ab3ad8272bc4b6718e86667915e4a158f7ca4d.tar.gz
gentoo-2-77ab3ad8272bc4b6718e86667915e4a158f7ca4d.tar.bz2
gentoo-2-77ab3ad8272bc4b6718e86667915e4a158f7ca4d.zip
old
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/initng/files/digest-initng-0.1.11
-rw-r--r--sys-apps/initng/files/digest-initng-0.1.21
-rw-r--r--sys-apps/initng/files/digest-initng-0.1.31
-rw-r--r--sys-apps/initng/files/digest-initng-0.1.41
-rw-r--r--sys-apps/initng/initng-0.1.1.ebuild37
-rw-r--r--sys-apps/initng/initng-0.1.2.ebuild42
-rw-r--r--sys-apps/initng/initng-0.1.3.ebuild42
-rw-r--r--sys-apps/initng/initng-0.1.4.ebuild35
8 files changed, 0 insertions, 160 deletions
diff --git a/sys-apps/initng/files/digest-initng-0.1.1 b/sys-apps/initng/files/digest-initng-0.1.1
deleted file mode 100644
index 221d4fbf5f80..000000000000
--- a/sys-apps/initng/files/digest-initng-0.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8c8a49280469bf308dcd7b9d1da38eaf initng-0.1.1.tar.bz2 250691
diff --git a/sys-apps/initng/files/digest-initng-0.1.2 b/sys-apps/initng/files/digest-initng-0.1.2
deleted file mode 100644
index c3f2a2fa6bfe..000000000000
--- a/sys-apps/initng/files/digest-initng-0.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eba10308254eade39b9311b6a48cb61a initng-0.1.2.tar.bz2 398009
diff --git a/sys-apps/initng/files/digest-initng-0.1.3 b/sys-apps/initng/files/digest-initng-0.1.3
deleted file mode 100644
index 2614d2e71ba9..000000000000
--- a/sys-apps/initng/files/digest-initng-0.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de9cb47d71792a1a9d47029549d0dfcc initng-0.1.3.tar.bz2 388707
diff --git a/sys-apps/initng/files/digest-initng-0.1.4 b/sys-apps/initng/files/digest-initng-0.1.4
deleted file mode 100644
index 8bebb68e3754..000000000000
--- a/sys-apps/initng/files/digest-initng-0.1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d400a75f1715302819c80ad06bf275c1 initng-0.1.4.tar.bz2 494598
diff --git a/sys-apps/initng/initng-0.1.1.ebuild b/sys-apps/initng/initng-0.1.1.ebuild
deleted file mode 100644
index a411067aa906..000000000000
--- a/sys-apps/initng/initng-0.1.1.ebuild
+++ /dev/null
@@ -1,37 +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.1.1.ebuild,v 1.1 2005/05/29 23:02:49 vapier Exp $
-
-DESCRIPTION="A next generation init replacement"
-HOMEPAGE="http://jw.dyndns.org/initng/"
-SRC_URI="http://www2.initng.thinktux.net/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~s390 ~x86"
-IUSE=""
-
-src_compile() {
- for d in ngcontrol src ; do
- emake -C ${d} CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "${d} failed"
- done
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- mv "${D}"/sbin/halt "${D}"/sbin/haltng
- mv "${D}"/sbin/reboot "${D}"/sbin/rebootng
- dodoc README FAQ AUTHORS ChangeLog NEWS TEMPLATE_HEADER TODO \
- doc/databases.txt doc/empty.conf doc/hard.conf doc/initng.txt
-}
-
-pkg_postinst() {
- einfo "The scripts /sbin/haltng and /sbin/rebootng can be used"
- einfo "to detect which init system is running and then call"
- einfo "the proper shutdown/reboot command."
- einfo "an exprimenatal usage of sysvinit tools to make initng shutdown"
- einfo "is provided now, thx to neuron"
- echo
- einfo "remember to add init=/sbin/initng in your grub or lilo config to use initng"
- einfo "Happy testing."
-}
diff --git a/sys-apps/initng/initng-0.1.2.ebuild b/sys-apps/initng/initng-0.1.2.ebuild
deleted file mode 100644
index b23b85933d62..000000000000
--- a/sys-apps/initng/initng-0.1.2.ebuild
+++ /dev/null
@@ -1,42 +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.1.2.ebuild,v 1.2 2005/06/08 08:45:05 dholm Exp $
-
-DESCRIPTION="A next generation init replacement"
-HOMEPAGE="http://initng.thinktux.net/"
-SRC_URI="http://www2.initng.thinktux.net/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~x86"
-IUSE=""
-
-src_compile() {
- for d in $(grep ^SUBDIR Makefile | sed 's:SUBDIRS =::') ; do
- emake \
- -C ${d} \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- || die "${d} failed"
- done
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- into /
- newsbin ngcontrol/halt haltng
- newsbin ngcontrol/reboot rebootng
- dodoc README FAQ AUTHORS ChangeLog NEWS TEMPLATE_HEADER TODO \
- doc/databases.txt doc/empty.conf doc/hard.conf doc/initng.txt
-}
-
-pkg_postinst() {
- einfo "The scripts /sbin/haltng and /sbin/rebootng can be used"
- einfo "to detect which init system is running and then call"
- einfo "the proper shutdown/reboot command."
- einfo "an exprimenatal usage of sysvinit tools to make initng shutdown"
- einfo "is provided now, thx to neuron"
- echo
- einfo "remember to add init=/sbin/initng in your grub or lilo config to use initng"
- einfo "Happy testing."
-}
diff --git a/sys-apps/initng/initng-0.1.3.ebuild b/sys-apps/initng/initng-0.1.3.ebuild
deleted file mode 100644
index 9ba429b90258..000000000000
--- a/sys-apps/initng/initng-0.1.3.ebuild
+++ /dev/null
@@ -1,42 +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.1.3.ebuild,v 1.1 2005/06/19 05:44:45 vapier Exp $
-
-DESCRIPTION="A next generation init replacement"
-HOMEPAGE="http://initng.thinktux.net/"
-SRC_URI="http://www2.initng.thinktux.net/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~x86"
-IUSE=""
-
-src_compile() {
- for d in $(grep ^SUBDIR Makefile | sed 's:SUBDIRS =::') ; do
- emake \
- -C ${d} \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- || die "${d} failed"
- done
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- into /
- newsbin ngcontrol/halt haltng
- newsbin ngcontrol/reboot rebootng
- dodoc README FAQ AUTHORS ChangeLog NEWS TEMPLATE_HEADER TODO \
- doc/databases.txt doc/empty.conf doc/hard.conf doc/initng.txt
-}
-
-pkg_postinst() {
- einfo "The scripts /sbin/haltng and /sbin/rebootng can be used"
- einfo "to detect which init system is running and then call"
- einfo "the proper shutdown/reboot command."
- einfo "an exprimenatal usage of sysvinit tools to make initng shutdown"
- einfo "is provided now, thx to neuron"
- echo
- einfo "remember to add init=/sbin/initng in your grub or lilo config to use initng"
- einfo "Happy testing."
-}
diff --git a/sys-apps/initng/initng-0.1.4.ebuild b/sys-apps/initng/initng-0.1.4.ebuild
deleted file mode 100644
index 7e5c70e75c47..000000000000
--- a/sys-apps/initng/initng-0.1.4.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.1.4.ebuild,v 1.2 2005/07/20 11:52:07 corsair Exp $
-
-DESCRIPTION="A next generation init replacement"
-HOMEPAGE="http://initng.thinktux.net/"
-SRC_URI="http://www2.initng.thinktux.net/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "/^docdir/s:=.*:=/usr/share/doc/${PF}:" \
- doc/Makefile.in || die
-}
-
-src_compile() {
- econf --prefix=/ || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- 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."
-}