diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-20 03:41:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-20 03:41:45 +0000 |
commit | 91300ebe415bda3e83b0e623cc0f7fcc376ceeb6 (patch) | |
tree | cdcad5a037d47f5fa4dc9f9299f1759dfe4bdac9 /sys-apps | |
parent | Added new version. (diff) | |
download | gentoo-2-91300ebe415bda3e83b0e623cc0f7fcc376ceeb6.tar.gz gentoo-2-91300ebe415bda3e83b0e623cc0f7fcc376ceeb6.tar.bz2 gentoo-2-91300ebe415bda3e83b0e623cc0f7fcc376ceeb6.zip |
initial import #96381
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/cinit/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/cinit/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/cinit/cinit-0.0.8.ebuild | 31 | ||||
-rw-r--r-- | sys-apps/cinit/files/digest-cinit-0.0.8 | 1 |
4 files changed, 42 insertions, 0 deletions
diff --git a/sys-apps/cinit/ChangeLog b/sys-apps/cinit/ChangeLog new file mode 100644 index 000000000000..ed35303527d0 --- /dev/null +++ b/sys-apps/cinit/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sys-apps/cinit +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cinit/ChangeLog,v 1.1 2005/06/20 03:41:45 vapier Exp $ + +*cinit-0.0.8 (19 Jun 2005) + + 19 Jun 2005; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me #96381. diff --git a/sys-apps/cinit/Manifest b/sys-apps/cinit/Manifest new file mode 100644 index 000000000000..4c6fa00dd03a --- /dev/null +++ b/sys-apps/cinit/Manifest @@ -0,0 +1,2 @@ +MD5 99adfa4548dfbad7fc4e8a2e7dd21825 cinit-0.0.8.ebuild 444 +MD5 23d3591d17fc9401915a32d6cd4fbce8 files/digest-cinit-0.0.8 63 diff --git a/sys-apps/cinit/cinit-0.0.8.ebuild b/sys-apps/cinit/cinit-0.0.8.ebuild new file mode 100644 index 000000000000..2c8ecef692e0 --- /dev/null +++ b/sys-apps/cinit/cinit-0.0.8.ebuild @@ -0,0 +1,31 @@ +# 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.0.8.ebuild,v 1.1 2005/06/20 03:41:45 vapier 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 ~x86" +IUSE="" + +DEPEND="" + +src_compile() { + emake config.h || die "config.h failed" + emake \ + OPTIMIZE="${CFLAGS}" \ + LDFLAGS="${LDFLAGS}" \ + STRIP=true \ + all || die "all failed" +} + +src_install() { + echo ${D} > conf/destdir # retarded build system + dodir /sbin + make install || die + rm -f "${D}"/sbin/init + dodoc Changelog README TODO +} diff --git a/sys-apps/cinit/files/digest-cinit-0.0.8 b/sys-apps/cinit/files/digest-cinit-0.0.8 new file mode 100644 index 000000000000..9971050937eb --- /dev/null +++ b/sys-apps/cinit/files/digest-cinit-0.0.8 @@ -0,0 +1 @@ +MD5 983096af52b4a4a18993f8d00d08a3a3 cinit-0.0.8.tar.bz2 85971 |