diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-23 11:00:51 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-23 11:11:32 +0100 |
commit | c7e9e07cf5e621325bb5f52fdd3b390bfcbbdff5 (patch) | |
tree | 197ba4eb2f3af14a12f85b6951e68077e359b801 /www-servers | |
parent | www-plugins/freshplayerplugin: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-c7e9e07cf5e621325bb5f52fdd3b390bfcbbdff5.tar.gz gentoo-c7e9e07cf5e621325bb5f52fdd3b390bfcbbdff5.tar.bz2 gentoo-c7e9e07cf5e621325bb5f52fdd3b390bfcbbdff5.zip |
www-servers/hiawatha: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/hiawatha/hiawatha-9.14-r1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/hiawatha/hiawatha-9.14.ebuild | 4 | ||||
-rw-r--r-- | www-servers/hiawatha/hiawatha-9.15.ebuild | 4 | ||||
-rw-r--r-- | 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 f1a4466be723..8b33427b198b 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 deb62e55f701..2cc2837f692d 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 31650705f9c4..2530a851c28d 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 37ebe2492239..ae1f375daf7d 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" |