Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fictionup/
Date: Sat, 29 Feb 2020 06:49:42
Message-Id: 1582958959.903b20b9ca9160354fe2e6800b361b39f68c3edf.grozin@gentoo
1 commit: 903b20b9ca9160354fe2e6800b361b39f68c3edf
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 29 06:49:19 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 29 06:49:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903b20b9
7
8 app-text/fictionup: bump to 0.2.1
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 app-text/fictionup/Manifest | 1 +
14 app-text/fictionup/fictionup-0.2.1.ebuild | 15 +++++++++++++++
15 2 files changed, 16 insertions(+)
16
17 diff --git a/app-text/fictionup/Manifest b/app-text/fictionup/Manifest
18 index 9746bf14619..3c81bb58cf8 100644
19 --- a/app-text/fictionup/Manifest
20 +++ b/app-text/fictionup/Manifest
21 @@ -1 +1,2 @@
22 DIST fictionup-0.1.tar.gz 322407 BLAKE2B 73b464b73f58d725a1973450c2ecb79e140d2a2a4f6a563ea9d5fc1c25ff417a98f487fd26f1c578234007ccb52902390e6292fd3f1b3ec0331a31d00e25e9c3 SHA512 375dbfb27cab05693197b0774875ebbafdb5c4a1bc67db318e00712b821d37fc647b5047fbca083ad145847aa61b81486e4f5192524c233d3facdec3447beb6e
23 +DIST fictionup-0.2.1.tar.gz 375892 BLAKE2B 1aa80517116e2154227fbc374efe6f051c665c7a2cbc0b2f7c71373a1f535ea41189db4528134b0031f754507d214e6f787df3b571443b6dc5d17f60535069c6 SHA512 c6fadac5bfbd88356dd90b4d2673d2d3dd4d7b5cc26d0b0e1141862143d79b8cfbb71cbbe1c82fe52e4777aed43a677efba1479d14ac64d3931d6bcf31dbc127
24
25 diff --git a/app-text/fictionup/fictionup-0.2.1.ebuild b/app-text/fictionup/fictionup-0.2.1.ebuild
26 new file mode 100644
27 index 00000000000..fde9cbdf0fb
28 --- /dev/null
29 +++ b/app-text/fictionup/fictionup-0.2.1.ebuild
30 @@ -0,0 +1,15 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +inherit cmake-utils
36 +
37 +DESCRIPTION="A command-line markdown to fb2 convertor"
38 +HOMEPAGE="http://cdslow.org.ru/fictionup/"
39 +SRC_URI="http://cdslow.org.ru/files/${PN}/${P}.tar.gz"
40 +LICENSE="GPL-3"
41 +SLOT="0"
42 +IUSE=""
43 +KEYWORDS="~amd64 ~x86"
44 +DEPEND="dev-libs/libyaml"
45 +RDEPEND="${DEPEND}"