summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-01-17 20:26:37 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-01-17 20:28:53 +0300
commit58afed25e10cb4b364a47f7d162e6cb9bb9c53ca (patch)
tree0672e1245999da9f7e6d5102ae3d600a9b34bdbf
parentnet-misc/spice-gtk: fix live ebuild (diff)
downloadgentoo-58afed25e10cb4b364a47f7d162e6cb9bb9c53ca.tar.gz
gentoo-58afed25e10cb4b364a47f7d162e6cb9bb9c53ca.tar.bz2
gentoo-58afed25e10cb4b364a47f7d162e6cb9bb9c53ca.zip
app-misc/bottlerocket: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--app-misc/bottlerocket/bottlerocket-0.04c-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/app-misc/bottlerocket/bottlerocket-0.04c-r1.ebuild b/app-misc/bottlerocket/bottlerocket-0.04c-r1.ebuild
deleted file mode 100644
index 4bebb91dd777..000000000000
--- a/app-misc/bottlerocket/bottlerocket-0.04c-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit toolchain-funcs
-
-DESCRIPTION="CLI interface to the X-10 Firecracker Kit"
-HOMEPAGE="http://www.linuxha.com/bottlerocket/"
-SRC_URI="http://www.linuxha.com/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-src_prepare() {
- # inset LDFLAGS
- sed -i Makefile.in \
- -e 's| -O2 ||g' \
- -e '/ -o br /s|${CFLAGS}|& $(LDFLAGS)|g' \
- || die "sed Makefile.in"
-}
-
-src_configure() {
- econf --with-x10port=/dev/firecracker
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall"
- dodoc README
-}
-
-pkg_postinst() {
- elog
- elog "Be sure to create a /dev/firecracker symlink to the"
- elog "serial port that has the Firecracker serial interface"
- elog "installed on it."
- elog
-}