commit: c7e9e07cf5e621325bb5f52fdd3b390bfcbbdff5 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri Dec 23 10:00:51 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Fri Dec 23 10:11:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e9e07c
www-servers/hiawatha: Drop CMAKE_MIN_VERSION Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 www-servers/hiawatha/hiawatha-9.14-r1.ebuild | 4 +--- www-servers/hiawatha/hiawatha-9.14.ebuild | 4 +--- www-servers/hiawatha/hiawatha-9.15.ebuild | 4 +--- www-servers/hiawatha/hiawatha-9.8.ebuild | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/www-servers/hiawatha/hiawatha-9.14-r1.ebuild b/www-servers/hiawatha/hiawatha-9.14-r1.ebuild index f1a4466..8b33427 100644 --- a/www-servers/hiawatha/hiawatha-9.14-r1.ebuild +++ b/www-servers/hiawatha/hiawatha-9.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,6 @@ EAPI=5 -CMAKE_MIN_VERSION="2.8.4" - inherit cmake-utils systemd user DESCRIPTION="Advanced and secure webserver" diff --git a/www-servers/hiawatha/hiawatha-9.14.ebuild b/www-servers/hiawatha/hiawatha-9.14.ebuild index deb62e5..2cc2837 100644 --- a/www-servers/hiawatha/hiawatha-9.14.ebuild +++ b/www-servers/hiawatha/hiawatha-9.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,6 @@ EAPI=5 -CMAKE_MIN_VERSION="2.8.4" - inherit cmake-utils systemd user DESCRIPTION="Advanced and secure webserver" diff --git a/www-servers/hiawatha/hiawatha-9.15.ebuild b/www-servers/hiawatha/hiawatha-9.15.ebuild index 3165070..2530a85 100644 --- a/www-servers/hiawatha/hiawatha-9.15.ebuild +++ b/www-servers/hiawatha/hiawatha-9.15.ebuild @@ -1,11 +1,9 @@ -# 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.2" - inherit cmake-utils eutils systemd user DESCRIPTION="Advanced and secure webserver" diff --git a/www-servers/hiawatha/hiawatha-9.8.ebuild b/www-servers/hiawatha/hiawatha-9.8.ebuild index 37ebe24..ae1f375 100644 --- a/www-servers/hiawatha/hiawatha-9.8.ebuild +++ b/www-servers/hiawatha/hiawatha-9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,6 @@ EAPI=5 -CMAKE_MIN_VERSION="2.8.4" - inherit cmake-utils systemd user DESCRIPTION="Advanced and secure webserver"
