Gentoo Archives: gentoo-commits

From: Rafael Martins <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/squareball/
Date: Mon, 29 Feb 2016 00:17:33
Message-Id: 1456704992.0bbf96b990945b474626aa21c11995d4bcd3587b.rafaelmartins@gentoo
1 commit: 0bbf96b990945b474626aa21c11995d4bcd3587b
2 Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 00:16:14 2016 +0000
4 Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 00:16:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbf96b9
7
8 dev-libs/squareball: first release. updated live ebuild
9
10 Package-Manager: portage-2.2.26
11
12 dev-libs/squareball/Manifest | 1 +
13 .../{squareball-9999.ebuild => squareball-0.1.ebuild} | 10 +++++-----
14 dev-libs/squareball/squareball-9999.ebuild | 10 +++++-----
15 3 files changed, 11 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-libs/squareball/Manifest b/dev-libs/squareball/Manifest
18 new file mode 100644
19 index 0000000..f0b40e2
20 --- /dev/null
21 +++ b/dev-libs/squareball/Manifest
22 @@ -0,0 +1 @@
23 +DIST squareball-0.1.tar.xz 239784 SHA256 6af816486f9d6bc6ffe1375413b573047192cff935231269b1708c07356e0ecd SHA512 50e88af8ded3fdbf6d67de57931226740d1f66b370580ef3815443a0e95219a753f85bda111bb34874b32c267a5ce2ac5f7e4833d5c688b274e0459215c97a83 WHIRLPOOL 4202a381731df7313a1d57b0a67a8f7ef0a342fd54b32a6e6ae9f5d58bd3e36b2f87c847c1998a1823d8da0b615f6081be605b0d80a63e6e78bf9588ef471944
24
25 diff --git a/dev-libs/squareball/squareball-9999.ebuild b/dev-libs/squareball/squareball-0.1.ebuild
26 similarity index 87%
27 copy from dev-libs/squareball/squareball-9999.ebuild
28 copy to dev-libs/squareball/squareball-0.1.ebuild
29 index e1e1c16..2c9e5e3 100644
30 --- a/dev-libs/squareball/squareball-9999.ebuild
31 +++ b/dev-libs/squareball/squareball-0.1.ebuild
32 @@ -2,7 +2,7 @@
33 # Distributed under the terms of the GNU General Public License v2
34 # $Id$
35
36 -EAPI=5
37 +EAPI=6
38
39 if [[ ${PV} = *9999* ]]; then
40 EGIT_REPO_URI="
41 @@ -29,10 +29,9 @@ IUSE="doc test static-libs"
42
43 RDEPEND=""
44
45 -# pkg-config is used only to find cmocka libraries
46 -DEPEND="${DEPEND}
47 +DEPEND="
48 + virtual/pkgconfig
49 test? (
50 - virtual/pkgconfig
51 dev-util/cmocka )
52 doc? (
53 app-doc/doxygen )"
54 @@ -56,6 +55,7 @@ src_compile() {
55 }
56
57 src_install() {
58 + use doc && HTML_DOCS=( doc/build/html/* )
59 default
60 - use doc && dohtml -r doc/build/html/*
61 + prune_libtool_files --all
62 }
63
64 diff --git a/dev-libs/squareball/squareball-9999.ebuild b/dev-libs/squareball/squareball-9999.ebuild
65 index e1e1c16..2c9e5e3 100644
66 --- a/dev-libs/squareball/squareball-9999.ebuild
67 +++ b/dev-libs/squareball/squareball-9999.ebuild
68 @@ -2,7 +2,7 @@
69 # Distributed under the terms of the GNU General Public License v2
70 # $Id$
71
72 -EAPI=5
73 +EAPI=6
74
75 if [[ ${PV} = *9999* ]]; then
76 EGIT_REPO_URI="
77 @@ -29,10 +29,9 @@ IUSE="doc test static-libs"
78
79 RDEPEND=""
80
81 -# pkg-config is used only to find cmocka libraries
82 -DEPEND="${DEPEND}
83 +DEPEND="
84 + virtual/pkgconfig
85 test? (
86 - virtual/pkgconfig
87 dev-util/cmocka )
88 doc? (
89 app-doc/doxygen )"
90 @@ -56,6 +55,7 @@ src_compile() {
91 }
92
93 src_install() {
94 + use doc && HTML_DOCS=( doc/build/html/* )
95 default
96 - use doc && dohtml -r doc/build/html/*
97 + prune_libtool_files --all
98 }