Gentoo Archives: gentoo-commits

From: Rafael Martins <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/
Date: Sun, 21 Feb 2016 15:12:39
Message-Id: 1456067482.3383ebb997e410b7ce130f3939e554210dfcb859.rafaelmartins@gentoo
1 commit: 3383ebb997e410b7ce130f3939e554210dfcb859
2 Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 15:10:45 2016 +0000
4 Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 15:11:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3383ebb9
7
8 app-text/blogc: version bump and minor ebuild fixes
9
10 Package-Manager: portage-2.2.26
11
12 app-text/blogc/Manifest | 2 +-
13 .../blogc/{blogc-0.7.3.ebuild => blogc-0.7.4.ebuild} | 16 +++++-----------
14 app-text/blogc/blogc-9999.ebuild | 16 +++++-----------
15 3 files changed, 11 insertions(+), 23 deletions(-)
16
17 diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
18 index 99fd232..27bb9c0 100644
19 --- a/app-text/blogc/Manifest
20 +++ b/app-text/blogc/Manifest
21 @@ -1 +1 @@
22 -DIST blogc-0.7.3.tar.xz 265260 SHA256 100333ebb8faa63b5d1587ec7f41b3296a0544dc42c65c669fe9cb437d7afee5 SHA512 a1ff348b7acf129358b6a1e61a7a6bc908dd716bcf187c89d9ff371fc7b79add028a0cfc5892bea9e2c24ec38737eecb7f0d3292dc124b9fda230da34130dce0 WHIRLPOOL 7ac5b32d25907532510b1d2b82ef86efc753463e4f36925b5e54a920dcb66886d9a0a4403a40f24facd5ae2f6930713a2be60f03c1ad45518c7bd46f63bad167
23 +DIST blogc-0.7.4.tar.xz 265400 SHA256 4798f4a8eeed0f9f6644eb72dfd395423a18e7e83a99465bb3551b03d5b2b74a SHA512 426715507fdb5abd4f1a6a94221c507636b63a6ab1a9b5b1f8437f88137003685a8660dad9177c93d38cced1fed00b1f9cf902e9e5f5b034d27e78005a576273 WHIRLPOOL e030333710fac1485ad0ef24053cd6470e100cdf476f7e2f839f2c69e342f1e70e4c1fd7d9cd75286596d8bfca154a4b705e1ead1a5f95dad32c82bea4cf3cec
24
25 diff --git a/app-text/blogc/blogc-0.7.3.ebuild b/app-text/blogc/blogc-0.7.4.ebuild
26 similarity index 73%
27 rename from app-text/blogc/blogc-0.7.3.ebuild
28 rename to app-text/blogc/blogc-0.7.4.ebuild
29 index ecc0d6a..7b46063 100644
30 --- a/app-text/blogc/blogc-0.7.3.ebuild
31 +++ b/app-text/blogc/blogc-0.7.4.ebuild
32 @@ -1,11 +1,12 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 +# Copyright 1999-2016 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 # $Id$
37
38 EAPI=5
39
40 if [[ ${PV} = *9999* ]]; then
41 - EGIT_REPO_URI="git://github.com/blogc/blogc.git
42 + EGIT_REPO_URI="
43 + git://github.com/blogc/blogc.git
44 https://github.com/blogc/blogc.git"
45 inherit git-r3 autotools
46 fi
47 @@ -15,19 +16,12 @@ inherit eutils
48 DESCRIPTION="A blog compiler"
49 HOMEPAGE="http://blogc.org/"
50
51 -MY_PV="${PV/_/-}"
52 -MY_PV="${MY_PV/beta/beta.}"
53 -
54 -MY_P="${PN}-${MY_PV}"
55 -
56 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.xz"
57 +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
58 KEYWORDS="~amd64 ~x86"
59 if [[ ${PV} = *9999* ]]; then
60 SRC_URI=""
61 KEYWORDS=""
62 DEPEND="app-text/ronn"
63 -else
64 - S="${WORKDIR}/${MY_P}"
65 fi
66
67 LICENSE="BSD"
68 @@ -37,7 +31,7 @@ IUSE="test"
69 RDEPEND=""
70
71 # pkg-config is used only to find cmocka libraries
72 -DEPEND="${DEPEND}
73 +DEPEND="${RDEPEND}
74 test? (
75 virtual/pkgconfig
76 dev-util/cmocka )"
77
78 diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
79 index ecc0d6a..7b46063 100644
80 --- a/app-text/blogc/blogc-9999.ebuild
81 +++ b/app-text/blogc/blogc-9999.ebuild
82 @@ -1,11 +1,12 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 +# Copyright 1999-2016 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Id$
87
88 EAPI=5
89
90 if [[ ${PV} = *9999* ]]; then
91 - EGIT_REPO_URI="git://github.com/blogc/blogc.git
92 + EGIT_REPO_URI="
93 + git://github.com/blogc/blogc.git
94 https://github.com/blogc/blogc.git"
95 inherit git-r3 autotools
96 fi
97 @@ -15,19 +16,12 @@ inherit eutils
98 DESCRIPTION="A blog compiler"
99 HOMEPAGE="http://blogc.org/"
100
101 -MY_PV="${PV/_/-}"
102 -MY_PV="${MY_PV/beta/beta.}"
103 -
104 -MY_P="${PN}-${MY_PV}"
105 -
106 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.xz"
107 +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
108 KEYWORDS="~amd64 ~x86"
109 if [[ ${PV} = *9999* ]]; then
110 SRC_URI=""
111 KEYWORDS=""
112 DEPEND="app-text/ronn"
113 -else
114 - S="${WORKDIR}/${MY_P}"
115 fi
116
117 LICENSE="BSD"
118 @@ -37,7 +31,7 @@ IUSE="test"
119 RDEPEND=""
120
121 # pkg-config is used only to find cmocka libraries
122 -DEPEND="${DEPEND}
123 +DEPEND="${RDEPEND}
124 test? (
125 virtual/pkgconfig
126 dev-util/cmocka )"