From f1bc537f089cc8477a9a18db597cb349e1b00e91 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Jun 2018 05:02:38 +0100 Subject: gentoo resync : 16.06.2018 --- sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild') diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild index 4c712c8a69a8..32bb54180854 100644 --- a/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild @@ -1,20 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=0 - inherit eutils flag-o-matic multilib toolchain-funcs savedconfig - -MY_P=uClibc-${PV} -if [[ ${PV} == *9999* ]] ; then - EGIT_REPO_URI="https://git.busybox.net/uClibc" - EGIT_BRANCH="0.9.33" - inherit git-r3 -else - PATCH_VER="17" - SRC_URI="https://uclibc.org/downloads/${MY_P}.tar.bz2 - ${PATCH_VER:+mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2}" - KEYWORDS="-* amd64 arm m68k ~mips ppc sh sparc x86" +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://git.busybox.net/uClibc" + inherit git-2 fi export CBUILD=${CBUILD:-${CHOST}} @@ -25,8 +15,15 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi fi +MY_P=uClibc-${PV} DESCRIPTION="C library for developing embedded Linux systems" HOMEPAGE="https://www.uclibc.org/" +if [[ ${PV} != "9999" ]] ; then + PATCH_VER="17" + SRC_URI="https://uclibc.org/downloads/${MY_P}.tar.bz2 + ${PATCH_VER:+mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2}" + KEYWORDS="-* amd64 arm m68k ~mips ppc sh sparc x86" +fi LICENSE="LGPL-2" SLOT="0" @@ -235,8 +232,8 @@ src_config() { } src_unpack() { - if [[ ${PV} == *9999* ]] ; then - git-r3_src_unpack + if [[ ${PV} == "9999" ]] ; then + git-2_src_unpack else unpack ${A} fi -- cgit v1.2.3