* [gentoo-commits] proj/hardened-dev:musl commit in: virtual/libc/, sys-libs/musl/
@ 2012-12-26 3:06 Anthony G. Basile
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2012-12-26 3:06 UTC (permalink / raw
To: gentoo-commits
commit: c10de55a640f76afa7912e6cec8852ef1b452bdd
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 26 03:06:20 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Dec 26 03:06:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=c10de55a
sys-libs/musl: lu_zero added it to the tree
---
sys-libs/musl/metadata.xml | 9 -------
sys-libs/musl/musl-0.9.3.ebuild | 49 ---------------------------------------
virtual/libc/libc-0.ebuild | 2 +-
3 files changed, 1 insertions(+), 59 deletions(-)
diff --git a/sys-libs/musl/metadata.xml b/sys-libs/musl/metadata.xml
deleted file mode 100644
index e217c37..0000000
--- a/sys-libs/musl/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>hardened</herd>
- <maintainer>
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sys-libs/musl/musl-0.9.3.ebuild b/sys-libs/musl/musl-0.9.3.ebuild
deleted file mode 100644
index 9922dd1..0000000
--- a/sys-libs/musl/musl-0.9.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.30.1-r1.ebuild,v 1.9 2011/04/20 18:10:38 ulm Exp $
-
-EAPI="4"
-
-DESCRIPTION="A new standard library of Linux-based devices"
-HOMEPAGE="http://www.etalabs.net/musl/"
-SRC_URI="http://www.etalabs.net/musl/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~mips ~x86"
-IUSE=""
-RESTRICT="strip"
-
-RDEPEND=""
-DEPEND=""
-
-export CTARGET=${CTARGET:-${CHOST}}
-
-MUSLLIBS="lib/musl"
-
-do_native_config() {
- einfo "Installing ${PN} as a native C library"
- econf --prefix=/usr --disable-gcc-wrapper
-}
-
-do_alternative_config() {
- einfo "Installing ${PN} as an alternative C library"
- econf --prefix=/usr/"${MUSLLIBS}"
-}
-
-src_configure() {
- if [ ${CTARGET} == ${CHOST} ] ; then
- case ${CHOST} in
- *-musl*) do_native_config ;;
- *) do_alternative_config ;;
- esac
- else
- die "TODO: set up cross compiling"
- fi
-}
-
-src_install () {
- emake DESTDIR="${D}" install
- mkdir "${D}"/usr/bin/
- ln -s "../${MUSLLIBS}"/bin/musl-gcc "${D}"/usr/bin/
-}
diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild
index 624f851..540ad24 100644
--- a/virtual/libc/libc-0.ebuild
+++ b/virtual/libc/libc-0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-26 3:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-26 3:06 [gentoo-commits] proj/hardened-dev:musl commit in: virtual/libc/, sys-libs/musl/ Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox