summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2009-08-10 10:21:40 +0000
committerBenedikt Boehm <hollow@gentoo.org>2009-08-10 10:21:40 +0000
commitf8f82506ce73179d218f9abf55202c3ab905a05b (patch)
treecc572e91e19d50e6aabbd9505700fbad50d33dda /dev-libs/dietlibc
parentbump libass requirement (diff)
downloadgentoo-2-f8f82506ce73179d218f9abf55202c3ab905a05b.tar.gz
gentoo-2-f8f82506ce73179d218f9abf55202c3ab905a05b.tar.bz2
gentoo-2-f8f82506ce73179d218f9abf55202c3ab905a05b.zip
version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-libs/dietlibc')
-rw-r--r--dev-libs/dietlibc/ChangeLog10
-rw-r--r--dev-libs/dietlibc/dietlibc-0.31_pre20070503.ebuild47
-rw-r--r--dev-libs/dietlibc/dietlibc-0.31_pre20070612.ebuild41
-rw-r--r--dev-libs/dietlibc/dietlibc-0.32.ebuild45
-rw-r--r--dev-libs/dietlibc/dietlibc-0.33_pre20090721.ebuild (renamed from dev-libs/dietlibc/dietlibc-0.32_pre20080829.ebuild)11
5 files changed, 15 insertions, 139 deletions
diff --git a/dev-libs/dietlibc/ChangeLog b/dev-libs/dietlibc/ChangeLog
index 4a0253095fa5..7c00db0c75b1 100644
--- a/dev-libs/dietlibc/ChangeLog
+++ b/dev-libs/dietlibc/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-libs/dietlibc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v 1.78 2009/08/10 06:29:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v 1.79 2009/08/10 10:21:40 hollow Exp $
+
+*dietlibc-0.33_pre20090721 (10 Aug 2009)
+
+ 10 Aug 2009; Benedikt Böhm <hollow@gentoo.org>
+ -dietlibc-0.31_pre20070503.ebuild, -dietlibc-0.31_pre20070612.ebuild,
+ -dietlibc-0.32_pre20080829.ebuild, -dietlibc-0.32.ebuild,
+ +dietlibc-0.33_pre20090721.ebuild:
+ version bump
*dietlibc-0.32 (10 Aug 2009)
diff --git a/dev-libs/dietlibc/dietlibc-0.31_pre20070503.ebuild b/dev-libs/dietlibc/dietlibc-0.31_pre20070503.ebuild
deleted file mode 100644
index e04c65fa0d5b..000000000000
--- a/dev-libs/dietlibc/dietlibc-0.31_pre20070503.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.31_pre20070503.ebuild,v 1.2 2007/05/22 16:06:53 phreak Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A minimal libc"
-HOMEPAGE="http://www.fefe.de/dietlibc/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentoo.org/~phreak/distfiles/${PN}-patches-${PVR}.tar.bz2
- http://dev.gentoo.org/~hollow/distfiles/${PN}-patches-${PVR}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DEPEND=""
-
-pkg_setup() {
- # Replace sparc64 related C[XX]FLAGS (see bug #45716)
- use sparc && replace-sparc64-flags
-
- # gcc-hppa suffers support for SSP, compilation will fail
- use hppa && strip-unsupported-flags
-
- # debug flags
- use debug && append-flags -g
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}"/patches/*.patch
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dobin "${D}"/usr/diet/bin/* || die "dobin failed"
- doman "${D}"/usr/diet/man/*/* || die "doman failed"
- rm -r "${D}"/usr/diet/{man,bin}
- dodoc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO PORTING
-}
diff --git a/dev-libs/dietlibc/dietlibc-0.31_pre20070612.ebuild b/dev-libs/dietlibc/dietlibc-0.31_pre20070612.ebuild
deleted file mode 100644
index d2b128e201e5..000000000000
--- a/dev-libs/dietlibc/dietlibc-0.31_pre20070612.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.31_pre20070612.ebuild,v 1.1 2007/06/12 07:00:16 hollow Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A minimal libc"
-HOMEPAGE="http://www.fefe.de/dietlibc/"
-SRC_URI="http://people.linux-vserver.org/~hollow/dietlibc/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DEPEND=""
-
-DIETHOME=/usr/diet
-
-pkg_setup() {
- # Replace sparc64 related C[XX]FLAGS (see bug #45716)
- use sparc && replace-sparc64-flags
-
- # gcc-hppa suffers support for SSP, compilation will fail
- use hppa && strip-unsupported-flags
-
- # debug flags
- use debug && append-flags -g
-}
-
-src_compile() {
- emake prefix=${DIETHOME} CFLAGS="${CFLAGS}" || die "make failed"
-}
-
-src_install() {
- emake prefix=${DIETHOME} DESTDIR="${D}" install || die "make install failed"
- dobin "${D}"${DIETHOME}/bin/* || die "dobin failed"
- doman "${D}"${DIETHOME}/man/*/* || die "doman failed"
- rm -r "${D}"${DIETHOME}/{man,bin}
- dodoc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO PORTING
-}
diff --git a/dev-libs/dietlibc/dietlibc-0.32.ebuild b/dev-libs/dietlibc/dietlibc-0.32.ebuild
deleted file mode 100644
index 6d5bc350f15e..000000000000
--- a/dev-libs/dietlibc/dietlibc-0.32.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.32.ebuild,v 1.1 2009/08/10 06:29:25 ssuominen Exp $
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="A minimal libc"
-HOMEPAGE="http://www.fefe.de/dietlibc/"
-SRC_URI="mirror://kernel/linux/libs/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DIETHOME=/usr/diet
-
-pkg_setup() {
- # Replace sparc64 related C[XX]FLAGS (see bug #45716)
- use sparc && replace-sparc64-flags
-
- # gcc-hppa suffers support for SSP, compilation will fail
- use hppa && strip-unsupported-flags
-
- # debug flags
- use debug && append-flags -g
-
- # Makefile does not append CFLAGS
- append-flags -nostdinc -W -Wall -Wextra -Wchar-subscripts \
- -Wmissing-prototypes -Wmissing-declarations -Wno-switch \
- -Wno-unused -Wredundant-decls
-}
-
-src_compile() {
- emake prefix=${DIETHOME} CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" -j1 || die "emake failed"
-}
-
-src_install() {
- emake prefix=${DIETHOME} DESTDIR="${D}" -j1 install || die "emake install failed"
- dobin "${D}"${DIETHOME}/bin/* || die "dobin failed"
- doman "${D}"${DIETHOME}/man/*/* || die "doman failed"
- rm -r "${D}"${DIETHOME}/{man,bin}
- dodoc AUTHOR BUGS CAVEAT FAQ CHANGES PORTING README* SECURITY THANKS TODO
-}
diff --git a/dev-libs/dietlibc/dietlibc-0.32_pre20080829.ebuild b/dev-libs/dietlibc/dietlibc-0.33_pre20090721.ebuild
index c0ce61079c75..224907626848 100644
--- a/dev-libs/dietlibc/dietlibc-0.32_pre20080829.ebuild
+++ b/dev-libs/dietlibc/dietlibc-0.33_pre20090721.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.32_pre20080829.ebuild,v 1.2 2008/09/03 10:11:40 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.33_pre20090721.ebuild,v 1.1 2009/08/10 10:21:40 hollow Exp $
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="A minimal libc"
HOMEPAGE="http://www.fefe.de/dietlibc/"
-SRC_URI="http://people.linux-vserver.org/~hollow/dietlibc/${P}.tar.bz2"
+SRC_URI="http://bb.xnull.de/projects/dietlibc/dist/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -14,6 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
DEPEND=""
+RDEPEND=""
DIETHOME=/usr/diet
@@ -34,7 +35,7 @@ pkg_setup() {
}
src_compile() {
- emake prefix=${DIETHOME} CFLAGS="${CFLAGS}" -j1 || die "make failed"
+ emake prefix=${DIETHOME} CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -j1 || die "make failed"
}
src_install() {