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 D69C3139085 for ; Fri, 23 Dec 2016 10:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA2CD234033; Fri, 23 Dec 2016 10:11:51 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94673234033 for ; Fri, 23 Dec 2016 10:11:51 +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 6FAD93413C3 for ; Fri, 23 Dec 2016 10:11:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C77B424FC for ; Fri, 23 Dec 2016 10:11:40 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1482487892.74a1e503e5cd96aac345fd2814e7ea724efab2dd.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/awesome/awesome-3.4.15.ebuild x11-wm/awesome/awesome-3.5.6-r1.ebuild x11-wm/awesome/awesome-3.5.6-r2.ebuild x11-wm/awesome/awesome-3.5.7.ebuild x11-wm/awesome/awesome-3.5.8.ebuild x11-wm/awesome/awesome-3.5.9.ebuild X-VCS-Directories: x11-wm/awesome/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 74a1e503e5cd96aac345fd2814e7ea724efab2dd X-VCS-Branch: master Date: Fri, 23 Dec 2016 10:11:40 +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: 7124b68c-6b0c-485f-b75d-03801c5bfc89 X-Archives-Hash: a80901b32b9dffab722b7bbf044d2688 commit: 74a1e503e5cd96aac345fd2814e7ea724efab2dd Author: Johannes Huber gentoo org> AuthorDate: Fri Dec 23 10:05:17 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Dec 23 10:11:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a1e503 x11-wm/awesome: Drop CMAKE_MIN_VERSION Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-wm/awesome/awesome-3.4.15.ebuild | 3 +-- x11-wm/awesome/awesome-3.5.6-r1.ebuild | 3 +-- x11-wm/awesome/awesome-3.5.6-r2.ebuild | 1 - x11-wm/awesome/awesome-3.5.7.ebuild | 1 - x11-wm/awesome/awesome-3.5.8.ebuild | 1 - x11-wm/awesome/awesome-3.5.9.ebuild | 1 - 6 files changed, 2 insertions(+), 8 deletions(-) diff --git a/x11-wm/awesome/awesome-3.4.15.ebuild b/x11-wm/awesome/awesome-3.4.15.ebuild index 57e7d2b..a060269 100644 --- a/x11-wm/awesome/awesome-3.4.15.ebuild +++ b/x11-wm/awesome/awesome-3.4.15.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="3" -CMAKE_MIN_VERSION="2.8" inherit cmake-utils eutils DESCRIPTION="A dynamic floating and tiling window manager" diff --git a/x11-wm/awesome/awesome-3.5.6-r1.ebuild b/x11-wm/awesome/awesome-3.5.6-r1.ebuild index 3b95151..93ceb6d 100644 --- a/x11-wm/awesome/awesome-3.5.6-r1.ebuild +++ b/x11-wm/awesome/awesome-3.5.6-r1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -CMAKE_MIN_VERSION="2.8" inherit cmake-utils eutils DESCRIPTION="A dynamic floating and tiling window manager" diff --git a/x11-wm/awesome/awesome-3.5.6-r2.ebuild b/x11-wm/awesome/awesome-3.5.6-r2.ebuild index eb30fbc..e6f05e9 100644 --- a/x11-wm/awesome/awesome-3.5.6-r2.ebuild +++ b/x11-wm/awesome/awesome-3.5.6-r2.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI="5" -CMAKE_MIN_VERSION="2.8" inherit cmake-utils eutils DESCRIPTION="A dynamic floating and tiling window manager" diff --git a/x11-wm/awesome/awesome-3.5.7.ebuild b/x11-wm/awesome/awesome-3.5.7.ebuild index cfc244f..35437fa 100644 --- a/x11-wm/awesome/awesome-3.5.7.ebuild +++ b/x11-wm/awesome/awesome-3.5.7.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI="5" -CMAKE_MIN_VERSION="2.8" inherit cmake-utils eutils DESCRIPTION="A dynamic floating and tiling window manager" diff --git a/x11-wm/awesome/awesome-3.5.8.ebuild b/x11-wm/awesome/awesome-3.5.8.ebuild index cfc244f..35437fa 100644 --- a/x11-wm/awesome/awesome-3.5.8.ebuild +++ b/x11-wm/awesome/awesome-3.5.8.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI="5" -CMAKE_MIN_VERSION="2.8" inherit cmake-utils eutils DESCRIPTION="A dynamic floating and tiling window manager" diff --git a/x11-wm/awesome/awesome-3.5.9.ebuild b/x11-wm/awesome/awesome-3.5.9.ebuild index cfc244f..35437fa 100644 --- a/x11-wm/awesome/awesome-3.5.9.ebuild +++ b/x11-wm/awesome/awesome-3.5.9.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI="5" -CMAKE_MIN_VERSION="2.8" inherit cmake-utils eutils DESCRIPTION="A dynamic floating and tiling window manager"