public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/jmbsvicetto:master commit in: sys-kernel/
@ 2014-04-05  2:21 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; only message in thread
From: Jorge Manuel B. S. Vicetto @ 2014-04-05  2:21 UTC (permalink / raw
  To: gentoo-commits

commit:     19fa3639916359d9976bf760cabd2da1cc584ca1
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 02:20:12 2014 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 02:20:12 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=19fa3639

Remove stray ebuild.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>

---
 sys-kernel/infra-kernel-1.0.ebuild | 65 --------------------------------------
 1 file changed, 65 deletions(-)

diff --git a/sys-kernel/infra-kernel-1.0.ebuild b/sys-kernel/infra-kernel-1.0.ebuild
deleted file mode 100644
index 4479e00..0000000
--- a/sys-kernel/infra-kernel-1.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit mount-boot
-
-KERNEL_SOURCES="hardened-sources"
-KERNEL_VERSION="3.13.2-r3"
-GENKERNEL_URI="genkernel-x86_64-${KERNEL_VERSION}"
-BUILD_DIR="/home/upload-kernel/"
-KERNEL_URI="mirror:://gentoo-infra/kernel-${GENKERNEL_URI}"
-INIT_URI="mirror:://gentoo-infra/initramfs-${GENKERNEL_URI}"
-
-SRC_URI="!build? ( ${KERNEL_URI} ${INIT_URI} )"
-DESCRIPTION="Package to build and or install kernel + initramfs for Gentoo infra boxes"
-HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Infrastructure"
-IUSE="build +install"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-REQUIRED_USE="!build? ( install )"
-
-DEPEND="sys-kernel/genkernel"
-RDEPEND="sys-boot/grub:2"
-
-S="${WORKDIR}"
-
-src_compile() {
-
-	if use build; then
-		# get genkernel to build the kernel + initramfs
-		echo "compile for use build"
-	fi
-}
-
-src_install() {
-
-	if use build && use install; then
-		# get genkernel to install the kernel + initramfs to ${D}
-		echo "install for use build + install"
-	fi
-}
-
-pkg_preinst() {
-
-	mount-boot_pkg_preinst
-
-	if !use build && use install; then
-		# copy the kernel and initramfs to boot
-		echo "preinst for use install and !build"
-	fi
-
-	# run grub to update the config file
-	grub2-mkconfig -o /boot/grub/grub.cfg
-
-	if use build; then
-		# mirror the built kernel + initramfs
-		echo "copy the files and get them mirrored"
-	fi
-
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-05  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05  2:21 [gentoo-commits] dev/jmbsvicetto:master commit in: sys-kernel/ Jorge Manuel B. S. Vicetto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox