public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-dev:uclibc commit in: virtual/libc/, sys-libs/musl/
@ 2012-08-03 16:24 Anthony G. Basile
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2012-08-03 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1e5765227c9e5abd08dd840c4d04b1aa65b2e84d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  3 16:24:19 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Aug  3 16:24:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=1e576522

Move musl related work to musl branch

---
 sys-libs/musl/metadata.xml      |    9 -------
 sys-libs/musl/musl-0.9.3.ebuild |   49 ---------------------------------------
 virtual/libc/ChangeLog          |   12 ---------
 virtual/libc/libc-0.ebuild      |   24 -------------------
 virtual/libc/metadata.xml       |    7 -----
 5 files changed, 0 insertions(+), 101 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 31f921d..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="LGPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~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/ChangeLog b/virtual/libc/ChangeLog
deleted file mode 100644
index e06c42a..0000000
--- a/virtual/libc/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for virtual/libc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.4 2011/09/25 21:43:59 ulm Exp $
-
-  25 Sep 2011; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
-  Remove myself as maintainer.
-
-*libc-0 (20 Apr 2011)
-
-  20 Apr 2011; Ulrich Mueller <ulm@gentoo.org> +libc-0.ebuild, +metadata.xml:
-  Initial import, bug 359001.
-

diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild
deleted file mode 100644
index 717ecc7..0000000
--- a/virtual/libc/libc-0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.3 2011/05/09 20:13:07 ulm Exp $
-
-EAPI=1
-
-DESCRIPTION="Virtual for the C library"
-HOMEPAGE=""
-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"
-IUSE=""
-
-DEPEND=""
-# explicitly depend on SLOT 2.2 of glibc, because it sets
-# a different SLOT for cross-compiling
-RDEPEND="!prefix? (
-		elibc_glibc? ( sys-libs/glibc:2.2 )
-		elibc_uclibc? ( sys-libs/uclibc )
-		elibc_musl? ( sys-libc/musl )
-		elibc_FreeBSD? ( sys-freebsd/freebsd-lib )
-	)"

diff --git a/virtual/libc/metadata.xml b/virtual/libc/metadata.xml
deleted file mode 100644
index 7b307f7..0000000
--- a/virtual/libc/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>toolchain</herd>
-<herd>embedded</herd>
-<herd>bsd</herd>
-</pkgmetadata>


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

only message in thread, other threads:[~2012-08-03 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 16:24 [gentoo-commits] proj/hardened-dev:uclibc 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