From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rn60h-0003tr-TF for garchives@archives.gentoo.org; Tue, 17 Jan 2012 10:11:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC73FE0656; Tue, 17 Jan 2012 10:11:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8E05AE0656 for ; Tue, 17 Jan 2012 10:11:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10A511B4029 for ; Tue, 17 Jan 2012 10:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2F7C780042 for ; Tue, 17 Jan 2012 10:11:10 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a1c7c1787527e9c5cf14a80ee3d63d9c3b0f1f90 Date: Tue, 17 Jan 2012 10:11:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4adebb18-a5e9-4c70-9a5f-0ca8117fba19 X-Archives-Hash: 0918abc93673caab07c008b98d9716bb commit: a1c7c1787527e9c5cf14a80ee3d63d9c3b0f1f90 Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 17 09:58:48 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 17 10:10:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Da1c7c178 [eclass] Drop kdeenablefinal build feature --- eclass/kde4-base.eclass | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index c108e76..e85b375 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -423,9 +423,6 @@ DEPEND+=3D" ${COMMONDEPEND}" RDEPEND+=3D" ${COMMONDEPEND}" unset COMMONDEPEND =20 -# Add experimental kdeenablefinal, masked by default -IUSE+=3D" kdeenablefinal" - # Fetch section - If the ebuild's category is not 'kde-base' and if it i= s not a # koffice ebuild, the URI should be set in the ebuild itself _calculate_src_uri() { @@ -759,10 +756,6 @@ kde4-base_src_configure() { # Build tests in src_test only, where we override this value local cmakeargs=3D(-DKDE4_BUILD_TESTS=3DOFF) =20 - if use_if_iuse kdeenablefinal; then - cmakeargs+=3D(-DKDE4_ENABLE_FINAL=3DON) - fi - if use_if_iuse debug; then # Set "real" debug mode CMAKE_BUILD_TYPE=3D"Debugfull" @@ -896,15 +889,6 @@ kde4-base_pkg_postinst() { buildsycoca =20 if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then - if use_if_iuse kdeenablefinal; then - echo - ewarn "WARNING! you have kdeenable final useflag enabled." - ewarn "This useflag needs to be enabled on ALL kde using packages and= " - ewarn "is known to cause issues." - ewarn "You are using this setup at your own risk and the kde team doe= s not" - ewarn "take responsibilities for dead kittens." - echo - fi if [[ ${BUILD_TYPE} =3D live ]]; then echo einfo "WARNING! This is an experimental live ebuild of ${CATEGORY}/${= PN}"