summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-06 18:27:01 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-06 18:27:01 +0000
commite73678132e3d0e780dd96c1ca816feca3bb6256d (patch)
treebb35ebd49a30d98b2109e236c467477ba245fe3d
parentStable on x86 wrt security bug #66543 (diff)
downloadhistorical-e73678132e3d0e780dd96c1ca816feca3bb6256d.tar.gz
historical-e73678132e3d0e780dd96c1ca816feca3bb6256d.tar.bz2
historical-e73678132e3d0e780dd96c1ca816feca3bb6256d.zip
initial import
-rw-r--r--sys-apps/netboot-base/ChangeLog8
-rw-r--r--sys-apps/netboot-base/Manifest14
-rw-r--r--sys-apps/netboot-base/files/digest-netboot-base-200410061
-rw-r--r--sys-apps/netboot-base/metadata.xml11
-rw-r--r--sys-apps/netboot-base/netboot-base-20041006.ebuild25
5 files changed, 59 insertions, 0 deletions
diff --git a/sys-apps/netboot-base/ChangeLog b/sys-apps/netboot-base/ChangeLog
new file mode 100644
index 000000000000..12acdc6dac90
--- /dev/null
+++ b/sys-apps/netboot-base/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netboot-base/ChangeLog,v 1.1 2004/10/06 18:27:01 vapier Exp $
+
+* (
+
+ ; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by
diff --git a/sys-apps/netboot-base/Manifest b/sys-apps/netboot-base/Manifest
new file mode 100644
index 000000000000..60a5df3ab8d1
--- /dev/null
+++ b/sys-apps/netboot-base/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 454ecf5e0751c31ac8d3bbbde27d0d30 ChangeLog 280
+MD5 a3f943a043e5a75a8395647db7f494bf netboot-base-20041006.ebuild 590
+MD5 607dc51d1f0bcebda4b8fe238ddb7734 metadata.xml 286
+MD5 bc230c15850cb66aee1f3015d6f88348 files/digest-netboot-base-20041006 72
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBZDj+HTu7gpaalycRAoz8AJ9lCjUre6SKyMXDcUBDfEL3PB/EyACfSqmD
+ZhzSPo3RGHO4RVpEmmPnLAg=
+=dEUI
+-----END PGP SIGNATURE-----
diff --git a/sys-apps/netboot-base/files/digest-netboot-base-20041006 b/sys-apps/netboot-base/files/digest-netboot-base-20041006
new file mode 100644
index 000000000000..fde3fa876bfe
--- /dev/null
+++ b/sys-apps/netboot-base/files/digest-netboot-base-20041006
@@ -0,0 +1 @@
+MD5 62f8918564cae4a601e6f6b99b6dde5e netboot-base-20041006.tar.bz2 3541
diff --git a/sys-apps/netboot-base/metadata.xml b/sys-apps/netboot-base/metadata.xml
new file mode 100644
index 000000000000..69e08cf05190
--- /dev/null
+++ b/sys-apps/netboot-base/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>base-system</herd>
+<maintainer>
+ <email>gmsoft@gentoo.org</email>
+</maintainer>
+<maintainer>
+ <email>vapier@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/sys-apps/netboot-base/netboot-base-20041006.ebuild b/sys-apps/netboot-base/netboot-base-20041006.ebuild
new file mode 100644
index 000000000000..b32a51315ffc
--- /dev/null
+++ b/sys-apps/netboot-base/netboot-base-20041006.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netboot-base/netboot-base-20041006.ebuild,v 1.1 2004/10/06 18:27:01 vapier Exp $
+
+DESCRIPTION="Baselayout for netboot systems"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="http://dev.gentoo.org/~vapier/${P}.tar.bz2
+ mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE="netboot"
+
+DEPEND=""
+
+S=${WORKDIR}
+
+pkg_setup() {
+ use netboot || die "This is only for creating netboot images"
+}
+
+src_install() {
+ cp -r * ${D}/
+}