summaryrefslogtreecommitdiff
path: root/app-text/fictionup
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/fictionup')
-rw-r--r--app-text/fictionup/Manifest4
-rw-r--r--app-text/fictionup/fictionup-0.1.ebuild20
-rw-r--r--app-text/fictionup/fictionup-0.2.1.ebuild10
3 files changed, 7 insertions, 27 deletions
diff --git a/app-text/fictionup/Manifest b/app-text/fictionup/Manifest
index e5b0d2db6dfb..3138dc90591e 100644
--- a/app-text/fictionup/Manifest
+++ b/app-text/fictionup/Manifest
@@ -1,5 +1,3 @@
-DIST fictionup-0.1.tar.gz 322407 BLAKE2B 73b464b73f58d725a1973450c2ecb79e140d2a2a4f6a563ea9d5fc1c25ff417a98f487fd26f1c578234007ccb52902390e6292fd3f1b3ec0331a31d00e25e9c3 SHA512 375dbfb27cab05693197b0774875ebbafdb5c4a1bc67db318e00712b821d37fc647b5047fbca083ad145847aa61b81486e4f5192524c233d3facdec3447beb6e
DIST fictionup-0.2.1.tar.gz 375892 BLAKE2B 1aa80517116e2154227fbc374efe6f051c665c7a2cbc0b2f7c71373a1f535ea41189db4528134b0031f754507d214e6f787df3b571443b6dc5d17f60535069c6 SHA512 c6fadac5bfbd88356dd90b4d2673d2d3dd4d7b5cc26d0b0e1141862143d79b8cfbb71cbbe1c82fe52e4777aed43a677efba1479d14ac64d3931d6bcf31dbc127
-EBUILD fictionup-0.1.ebuild 514 BLAKE2B 80f508bdee2c8308d840fca9ec476e0252c32c25d2a64bb6e19b8430e1ff580ae632c26ee1fbbd1a9a2f69195aea0e0a11caf5edc5ee6da8edf9af692f18751e SHA512 ca95b1d8b0553d899c3c86d77c7f5175888d74d5b734ad6b66f90d3cf6eb916c851897cdad07706adb3ed83c2398a468257197ffc9344a641ee5ae8346f724dc
-EBUILD fictionup-0.2.1.ebuild 388 BLAKE2B ccbc1036f9dce129e3c88092852822b53f0b969094e7a837472e53192258c6a3131b2e34213cd091900aecced115e69eb272ae1b204f4cdc4a367e00859af780 SHA512 eb848b5bb9d9e36940ea980b866240c22b1b5fe890332cda30f6ca0bfb1ec9038c434131509df708105a4ab323ad25ab982ab35dd1baad394443f8fc7828b8b8
+EBUILD fictionup-0.2.1.ebuild 375 BLAKE2B 951c6bf5ee86c5fe81de7d179495122e293ac1362e0b54c15bc2e6dd6475ca5bc08719a834d4547292c4841fd13f2da95ba1b2710327902a9f1117a156aaccce SHA512 b2d4bcc8159b95d7e338adbceffd22823fecbe243c2d476a283111deb33a03b342633e15728c30f6f9270649d47d99ab8746b6d20bd0d345c35d0e17a54e7e7a
MISC metadata.xml 466 BLAKE2B 4e60cfd84216bde52c111ec55c721701e8c39e5628aa7dfbd64db39d730311ab4990a8741fac47937e1c50e82b120e204ca9d745b7fa6c1d060dc31ccb032981 SHA512 4a7d987b4fc9f9544ee6deef1773c319aceb13e0364ac11bfb4434a224ede3f25e7e2d84088d0f13551cbbe6f993d509a0f6d75bbc27b023e24f39d60bba08a5
diff --git a/app-text/fictionup/fictionup-0.1.ebuild b/app-text/fictionup/fictionup-0.1.ebuild
deleted file mode 100644
index 08b5f5315776..000000000000
--- a/app-text/fictionup/fictionup-0.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils
-
-DESCRIPTION="A command-line markdown to fb2 convertor"
-HOMEPAGE="http://cdslow.org.ru/fictionup/"
-SRC_URI="http://cdslow.org.ru/files/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-DEPEND="dev-libs/libyaml"
-RDEPEND="${DEPEND}"
-
-src_install() {
- cmake-utils_src_install
- mv "${D}"usr/share/doc/${PN} "${D}"usr/share/doc/${PF} || die "doc mv failed"
-}
diff --git a/app-text/fictionup/fictionup-0.2.1.ebuild b/app-text/fictionup/fictionup-0.2.1.ebuild
index fde9cbdf0fb8..8ed3f78991ae 100644
--- a/app-text/fictionup/fictionup-0.2.1.ebuild
+++ b/app-text/fictionup/fictionup-0.2.1.ebuild
@@ -1,15 +1,17 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils
-DESCRIPTION="A command-line markdown to fb2 convertor"
+inherit cmake
+
+DESCRIPTION="Command-line markdown to fb2 convertor"
HOMEPAGE="http://cdslow.org.ru/fictionup/"
SRC_URI="http://cdslow.org.ru/files/${PN}/${P}.tar.gz"
+
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
KEYWORDS="~amd64 ~x86"
+
DEPEND="dev-libs/libyaml"
RDEPEND="${DEPEND}"