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 02EAB139085 for ; Mon, 30 Jan 2017 19:03:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9587E0CEA; Mon, 30 Jan 2017 19:03:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99E4AE0CE1 for ; Mon, 30 Jan 2017 19:03:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A5EF34165A for ; Mon, 30 Jan 2017 19:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A783B3E for ; Mon, 30 Jan 2017 19:03:50 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1485803023.97658afee8c05c1980a52397751cb096e325398e.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/realpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/realpath/realpath-1.17.ebuild app-misc/realpath/realpath-1.18.ebuild X-VCS-Directories: app-misc/realpath/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 97658afee8c05c1980a52397751cb096e325398e X-VCS-Branch: master Date: Mon, 30 Jan 2017 19:03:50 +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: b3232387-96c1-4be4-bb95-7fbe494605ba X-Archives-Hash: 586a52cb9385f4a86a8347934d352a5e commit: 97658afee8c05c1980a52397751cb096e325398e Author: Fabian Groffen gentoo org> AuthorDate: Mon Jan 30 19:03:15 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jan 30 19:03:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97658afe app-misc/realpath: drop unused IRIX and Interix code paths Package-Manager: portage-2.3.3 app-misc/realpath/realpath-1.17.ebuild | 6 ------ app-misc/realpath/realpath-1.18.ebuild | 6 ------ 2 files changed, 12 deletions(-) diff --git a/app-misc/realpath/realpath-1.17.ebuild b/app-misc/realpath/realpath-1.17.ebuild index 46e8cb5..568f99b 100644 --- a/app-misc/realpath/realpath-1.17.ebuild +++ b/app-misc/realpath/realpath-1.17.ebuild @@ -20,7 +20,6 @@ RDEPEND="!sys-freebsd/freebsd-bin nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - x86-interix? ( dev-libs/gnulib ) elibc_mintlib? ( virtual/libiconv )" src_unpack() { @@ -48,11 +47,6 @@ src_compile() { tc-export CC use nls && use !elibc_glibc && append-libs -lintl [[ ${CHOST} == *-mint* ]] && append-libs "-liconv" - if [[ ${CHOST} == *-irix* || ${CHOST} == *-interix[35]* ]] ; then - append-flags -I"${EPREFIX}"/usr/$(get_libdir)/gnulib/include - append-ldflags -L"${EPREFIX}"/usr/$(get_libdir)/gnulib/$(get_libdir) - append-libs -lgnu - fi local subdir for subdir in src man $(usex nls po ''); do diff --git a/app-misc/realpath/realpath-1.18.ebuild b/app-misc/realpath/realpath-1.18.ebuild index 40052f5..b28577d 100644 --- a/app-misc/realpath/realpath-1.18.ebuild +++ b/app-misc/realpath/realpath-1.18.ebuild @@ -22,7 +22,6 @@ RDEPEND=" nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - x86-interix? ( dev-libs/gnulib ) elibc_mintlib? ( virtual/libiconv )" src_unpack() { @@ -51,11 +50,6 @@ src_compile() { tc-export CC use nls && use !elibc_glibc && append-libs -lintl [[ ${CHOST} == *-mint* ]] && append-libs "-liconv" - if [[ ${CHOST} == *-irix* || ${CHOST} == *-interix[35]* ]] ; then - append-flags -I"${EPREFIX}"/usr/$(get_libdir)/gnulib/include - append-ldflags -L"${EPREFIX}"/usr/$(get_libdir)/gnulib/$(get_libdir) - append-libs -lgnu - fi local subdir for subdir in src man $(usex nls po ''); do