Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/
Date: Fri, 23 Dec 2016 10:12:03
Message-Id: 1482487892.c0cefff99132228c64b975b01b68d5fb359194e6.johu@gentoo
1 commit: c0cefff99132228c64b975b01b68d5fb359194e6
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 23 09:59:25 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 10:11:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cefff9
7
8 www-plugins/freshplayerplugin: Drop CMAKE_MIN_VERSION
9
10 Covered by cmake-utils eclass now.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild | 2 --
15 www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r3.ebuild | 2 --
16 2 files changed, 4 deletions(-)
17
18 diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild
19 index e1f78b3..69992df 100644
20 --- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild
21 +++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild
22 @@ -4,8 +4,6 @@
23
24 EAPI=6
25
26 -CMAKE_MIN_VERSION="2.8.8"
27 -
28 inherit cmake-utils
29
30 LICENSE="MIT"
31
32 diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r3.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r3.ebuild
33 index 81b5c85..eddd229 100644
34 --- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r3.ebuild
35 +++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r3.ebuild
36 @@ -4,8 +4,6 @@
37
38 EAPI=6
39
40 -CMAKE_MIN_VERSION="2.8.8"
41 -
42 inherit cmake-utils
43
44 LICENSE="MIT"