From: "Aric Belsito" <lluixhi@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: dev-util/kbuild/
Date: Wed, 3 Jan 2018 18:43:06 +0000 (UTC) [thread overview]
Message-ID: <1514999933.8a33c21e1164ae6b223d08f4a4744ac142c1f9bc.lluixhi@gentoo> (raw)
commit: 8a33c21e1164ae6b223d08f4a4744ac142c1f9bc
Author: stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Wed Jan 3 17:18:53 2018 +0000
Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Wed Jan 3 17:18:53 2018 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=8a33c21e
dev-util/kbuild: sync with tree
.../kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild | 4 +-
dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild | 61 ----------------------
2 files changed, 2 insertions(+), 63 deletions(-)
diff --git a/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild b/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild
index d948fe2..5f74cf1 100644
--- a/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild
+++ b/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~polynomial-c/${MY_P}.tar.xz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DEPEND="sys-apps/texinfo
diff --git a/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild b/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild
deleted file mode 100644
index 18b1578..0000000
--- a/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools toolchain-funcs
-
-MY_P=kBuild-${PV/_/-}-src
-DESCRIPTION="A makefile framework for writing simple makefiles for complex tasks"
-HOMEPAGE="http://svn.netlabs.org/kbuild/wiki"
-#SRC_URI="ftp://ftp.netlabs.org/pub/${PN}/${MY_P}.tar.gz"
-SRC_URI="https://dev.gentoo.org/~polynomial-c/${MY_P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="sys-apps/texinfo
- sys-devel/flex
- sys-devel/gettext
- virtual/yacc"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P/-src}
-
-src_prepare() {
- rm -rf "${S}/kBuild/bin"
-
- epatch "${FILESDIR}/${PN}-unknown-configure-opt.patch" \
- "${FILESDIR}/${PN}-glibc-2.10.patch" \
- "${FILESDIR}/${PN}-0.1.5-gentoo-docdir.patch" \
- "${FILESDIR}/${PN}-0.1.9998_pre20120806-qa.patch" \
- "${FILESDIR}/${PN}-0.1.9998_pre20110817-kash-link-pthread.patch" \
- "${FILESDIR}/${PN}-0.1.9998_pre20110817-gold.patch" \
- "${FILESDIR}/${PN}-0.1.9998_pre20110817-gcc-4.7.patch" \
- "${FILESDIR}/${PN}-musl.patch" \
- "${FILESDIR}/${PN}-missing-headers.patch" \
- "${FILESDIR}/${PN}-non-glibc.patch"
-
- cd "${S}/src/kmk" || die
- eautoreconf
- cd "${S}/src/sed" || die
- # AM_CONFIG_HEADER is obsolete since automake-1.13 (bug #467104)
- sed 's@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@' -i configure.ac || die
- eautoreconf
-
- sed -e "s@_LDFLAGS\.${ARCH}*.*=@& ${LDFLAGS}@g" \
- -i "${S}"/Config.kmk || die #332225
- tc-export CC RANLIB #AR does not work here
-}
-
-src_compile() {
- kBuild/env.sh --full make -f bootstrap.gmk AUTORECONF=true AR="$(tc-getAR)" \
- || die "bootstrap failed"
-}
-
-src_install() {
- kBuild/env.sh kmk NIX_INSTALL_DIR=/usr PATH_INS="${D}" install \
- || die "install failed"
-}
next reply other threads:[~2018-01-03 18:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-03 18:43 Aric Belsito [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-05 10:58 [gentoo-commits] proj/musl:master commit in: dev-util/kbuild/ Sam James
2017-04-05 3:00 Aric Belsito
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=1514999933.8a33c21e1164ae6b223d08f4a4744ac142c1f9bc.lluixhi@gentoo \
--to=lluixhi@gmail.com \
--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