summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-02-06 14:18:00 +0000
committerChristoph Mende <angelos@gentoo.org>2008-02-06 14:18:00 +0000
commitb496a166f324b271549e2c585cf600d4bd08b823 (patch)
tree08870ee238f7003a63bcf800bd0208f377cf7525 /sys-apps/cinit
parentStable on amd64, remove old (diff)
downloadgentoo-2-b496a166f324b271549e2c585cf600d4bd08b823.tar.gz
gentoo-2-b496a166f324b271549e2c585cf600d4bd08b823.tar.bz2
gentoo-2-b496a166f324b271549e2c585cf600d4bd08b823.zip
Remove old
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-apps/cinit')
-rw-r--r--sys-apps/cinit/ChangeLog7
-rw-r--r--sys-apps/cinit/cinit-0.1.ebuild28
2 files changed, 5 insertions, 30 deletions
diff --git a/sys-apps/cinit/ChangeLog b/sys-apps/cinit/ChangeLog
index 81034bd94d62..9f3abccd9ee2 100644
--- a/sys-apps/cinit/ChangeLog
+++ b/sys-apps/cinit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/cinit
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cinit/ChangeLog,v 1.9 2007/09/27 14:20:23 angelos Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cinit/ChangeLog,v 1.10 2008/02/06 14:18:00 angelos Exp $
+
+ 06 Feb 2008; Christoph Mende <angelos@gentoo.org> -cinit-0.1.ebuild:
+ Remove old
27 Sep 2007; Christoph Mende <angelos@gentoo.org> cinit-0.2.1.ebuild:
Removed contrib+tools that didn't get installed anyways
diff --git a/sys-apps/cinit/cinit-0.1.ebuild b/sys-apps/cinit/cinit-0.1.ebuild
deleted file mode 100644
index 15701b9ff0b7..000000000000
--- a/sys-apps/cinit/cinit-0.1.ebuild
+++ /dev/null
@@ -1,28 +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/cinit/cinit-0.1.ebuild,v 1.2 2005/07/17 18:23:00 killerfox Exp $
-
-DESCRIPTION="fast executing, small and simple init with support for profiles"
-HOMEPAGE="http://linux.schottelius.org/cinit/"
-SRC_URI="http://linux.schottelius.org/cinit/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- emake \
- OPTIMIZE="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- STRIP=true \
- all || die "all failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- rm -f "${D}"/sbin/init
- dodoc Changelog README TODO `find doc -type f`
-}