From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E48C21382C5 for ; Sun, 18 Feb 2018 21:09:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C78CE08E5; Sun, 18 Feb 2018 21:09:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEC2CE08E5 for ; Sun, 18 Feb 2018 21:09:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EAA9335C02 for ; Sun, 18 Feb 2018 21:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E619A1C5 for ; Sun, 18 Feb 2018 21:09:15 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1518988148.65920648c0f178ebf5ad441b1a0742ac4d34bc68.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dietlibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/dietlibc/Manifest dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild X-VCS-Directories: dev-libs/dietlibc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 65920648c0f178ebf5ad441b1a0742ac4d34bc68 X-VCS-Branch: master Date: Sun, 18 Feb 2018 21:09:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c012331-01b5-4a56-853f-15a0af5225da X-Archives-Hash: d7a69bc5286135674042f0c5ca101ffd commit: 65920648c0f178ebf5ad441b1a0742ac4d34bc68 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Feb 18 20:51:37 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Feb 18 21:09:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65920648 dev-libs/dietlibc: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/dietlibc/Manifest | 1 - dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild | 67 ---------------------- 2 files changed, 68 deletions(-) diff --git a/dev-libs/dietlibc/Manifest b/dev-libs/dietlibc/Manifest index f9565cb0e81..5610c77f2ad 100644 --- a/dev-libs/dietlibc/Manifest +++ b/dev-libs/dietlibc/Manifest @@ -1,2 +1 @@ -DIST dietlibc-0.33_pre20110403.tar.gz 743758 BLAKE2B e6c4a6bf3198833ef309ce8035453d0c75b2e365dd4da3710c00200004ca6200f8f629bacfcaa1a4507dc43ab3b5c13ddc79ef285a77426a5c64608e308559fb SHA512 32f9d752a77bcca5703a388ba64dcb53de75999043c1b2fabe973eba05fce4e9f48a6bdb71e061939eee339ca723234d33d2acb3677a8030accaccba31a5932e DIST dietlibc-0.34_pre20140729.tar.bz2 670195 BLAKE2B 9479c97c09b0c8c7e5d85536afd962613e9f5fbcb1aff3ef9b2aace19d246b2d0b637f00c3abee0a2c06f170263e85ffba94247171afc47e40c8ab0e95fe5191 SHA512 a0bb5465f7fc985fd074dfcc4039003ec26b6b5fde5f2ccc53322067bd1a6459e742c9debeffda0b5146e287baa8e49f74f4a8ffafdf1daacacec4768d13db36 diff --git a/dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild b/dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild deleted file mode 100644 index 62b7fabdd9c..00000000000 --- a/dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit eutils flag-o-matic toolchain-funcs - -GITHUB_AUTHOR="hollow" -GITHUB_PROJECT="dietlibc" -GITHUB_COMMIT="4e86d5e" - -DESCRIPTION="A libc optimized for small size" -HOMEPAGE="http://www.fefe.de/dietlibc/" -SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ia64 ~mips sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT} - -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 -fno-strict-aliasing - - # only use -nopie on archs that support it - tc-enables-pie && append-flags -nopie -} - -src_compile() { - emake prefix="${EPREFIX}"${DIETHOME} \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - STRIP=":" \ - || die "make failed" -} - -src_install() { - emake prefix="${EPREFIX}"${DIETHOME} \ - DESTDIR="${D}" \ - install-bin \ - install-headers \ - || die "make install failed" - - dobin "${ED}"${DIETHOME}/bin/* || die "dobin failed" - doman "${ED}"${DIETHOME}/man/*/* || die "doman failed" - rm -r "${ED}"${DIETHOME}/{man,bin} - - dodoc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO PORTING -}