Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmwaw/
Date: Tue, 29 Nov 2016 20:49:06
Message-Id: 1480452534.6bcd4f96bf81b18fccba2e6beff35406af3bce0e.dilfridge@gentoo
1 commit: 6bcd4f96bf81b18fccba2e6beff35406af3bce0e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 20:42:48 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 20:48:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcd4f96
7
8 app-text/libmwaw: Version bump
9
10 Package-Manager: portage-2.3.2
11
12 app-text/libmwaw/Manifest | 1 +
13 app-text/libmwaw/{libmwaw-9999.ebuild => libmwaw-0.3.9.ebuild} | 7 ++++---
14 app-text/libmwaw/libmwaw-9999.ebuild | 7 ++++---
15 3 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
18 index e908d57..fdf6791 100644
19 --- a/app-text/libmwaw/Manifest
20 +++ b/app-text/libmwaw/Manifest
21 @@ -1 +1,2 @@
22 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c WHIRLPOOL 77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158
23 +DIST libmwaw-0.3.9.tar.xz 1226044 SHA256 f7fca4d31510e52cda94f1272147f385e372448c0aaef16f07a5e8b3ceb5b2a0 SHA512 41ed9adbe4d73f0554629394f33b20c11ead86b1922af37451fa8c7179d55d61b09da72d676fb0ce123818675450048a87b9f4d67ad2e8070269724bd2cd0051 WHIRLPOOL 88eac9a04707249ebb874504b2012786b2b21f1e2fd42f07d3a809bef343b6a1ad5cb3ffebb484c2da52bc47ff3050f98d8e64dacabe8caca1e7a5e75b4f8d90
24
25 diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-0.3.9.ebuild
26 similarity index 89%
27 copy from app-text/libmwaw/libmwaw-9999.ebuild
28 copy to app-text/libmwaw/libmwaw-0.3.9.ebuild
29 index d1a3989..a8a3aae 100644
30 --- a/app-text/libmwaw/libmwaw-9999.ebuild
31 +++ b/app-text/libmwaw/libmwaw-0.3.9.ebuild
32 @@ -1,15 +1,15 @@
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 +EAPI=6
40
41 EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
42 inherit eutils
43 [[ ${PV} == 9999 ]] && inherit autotools git-r3
44
45 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
46 -HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/"
47 +HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/"
48 [[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
49
50 LICENSE="LGPL-2.1"
51 @@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
52 "
53
54 src_prepare() {
55 + default
56 [[ ${PV} == 9999 ]] && eautoreconf
57 }
58
59
60 diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild
61 index d1a3989..a8a3aae 100644
62 --- a/app-text/libmwaw/libmwaw-9999.ebuild
63 +++ b/app-text/libmwaw/libmwaw-9999.ebuild
64 @@ -1,15 +1,15 @@
65 -# Copyright 1999-2015 Gentoo Foundation
66 +# Copyright 1999-2016 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 # $Id$
69
70 -EAPI=5
71 +EAPI=6
72
73 EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
74 inherit eutils
75 [[ ${PV} == 9999 ]] && inherit autotools git-r3
76
77 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
78 -HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/"
79 +HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/"
80 [[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
81
82 LICENSE="LGPL-2.1"
83 @@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
84 "
85
86 src_prepare() {
87 + default
88 [[ ${PV} == 9999 ]] && eautoreconf
89 }