public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/netboot/
Date: Wed,  9 Feb 2022 22:57:32 +0000 (UTC)	[thread overview]
Message-ID: <1644447406.b62843bb1feb6e778c2bb8abcec99790e76fe764.conikost@gentoo> (raw)

commit:     b62843bb1feb6e778c2bb8abcec99790e76fe764
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  9 21:39:23 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 22:56:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62843bb

sys-boot/netboot: drop 0.10.2-r2

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-boot/netboot/netboot-0.10.2-r2.ebuild | 78 -------------------------------
 1 file changed, 78 deletions(-)

diff --git a/sys-boot/netboot/netboot-0.10.2-r2.ebuild b/sys-boot/netboot/netboot-0.10.2-r2.ebuild
deleted file mode 100644
index 13f09cb9284e..000000000000
--- a/sys-boot/netboot/netboot-0.10.2-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Allows to remote boot a computer over an IP network"
-HOMEPAGE="http://netboot.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="berkdb +bootrom +lzo odbc static-libs"
-
-DEPEND="
-	berkdb? ( sys-libs/db:= )
-	lzo? ( dev-libs/lzo:2= )
-	odbc? ( dev-db/unixODBC:= )
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-ldflags.patch"
-	"${FILESDIR}/${P}-slibtool.patch"
-)
-
-src_prepare() {
-	default
-
-	# Don't	install	support	binaries into libdir
-	sed -e "152s:nblibdir:bindir:" -e "153s:nblibdir:bindir:" -i misc/Makefile || die
-
-	# Don't install perl script into libdir
-	sed -e 's/nblibdir/nbmiscdir/g' -i mknbi-dos/utils/Makefile || die
-
-	# Don't install vim syntax file, as it will be installed manually
-	sed -e '/mgl.vim/d' -i mknbi-mgl/Makefile || die
-}
-
-src_configure() {
-	local myeconfargs=(
-		--datadir="/usr/share/netboot"
-		$(use_with berkdb berkeley-db)
-		$(use_enable bootrom)
-		$(use_with lzo)
-		$(use_with odbc)
-		$(use_enable static-libs static)
-		# Disable compilation of 16-bit assembler files,
-		# since it's broken on x86 and not supported on x86_64.
-		--with-gnu-as86="no"
-		--with-gnu-cc86="no"
-		--with-gnu-ld86="no"
-	)
-
-	econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-	# mknbi fails with parallel build
-	emake -j1
-}
-
-src_install() {
-	emake DESTDIR="${ED}" install
-
-	insinto /usr/share/vim/vimfiles/syntax
-	doins "${S}"/mknbi-mgl/misc/mgl.vim
-
-	dodoc README doc/{HISTORY,PROBLEMS,README.*,Spec.doc}
-
-	docinto flashcard
-	dodoc FlashCard/README FlashCard/*.ps
-
-	find "${D}" -name '*.la' -type f -delete || die
-}


             reply	other threads:[~2022-02-09 22:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-09 22:57 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-09 22:57 [gentoo-commits] repo/gentoo:master commit in: sys-boot/netboot/ Conrad Kostecki
2020-09-02  1:13 Sam James
2020-08-30 19:10 Thomas Deutschmann
2020-08-28 21:14 Conrad Kostecki
2020-08-28 21:14 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-08-03 12:21 Aaron Bauman
2019-04-09  8:07 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1644447406.b62843bb1feb6e778c2bb8abcec99790e76fe764.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox