From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DE111382C5 for ; Sun, 18 Apr 2021 13:50:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6DCEE07D7; Sun, 18 Apr 2021 13:50:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D025E07D7 for ; Sun, 18 Apr 2021 13:50:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5402E33BF54 for ; Sun, 18 Apr 2021 13:50:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59FD5C9 for ; Sun, 18 Apr 2021 13:50:52 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1618753838.a507b6ea2d8d6ab26bf22ffacfd6f234b540b193.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fictionup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/fictionup/Manifest app-text/fictionup/fictionup-0.1.ebuild X-VCS-Directories: app-text/fictionup/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: a507b6ea2d8d6ab26bf22ffacfd6f234b540b193 X-VCS-Branch: master Date: Sun, 18 Apr 2021 13:50:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3847c848-b5c1-42e2-8abc-305f1d4e8f12 X-Archives-Hash: 3182ac267f5619b214fc7011d9d60f6b commit: a507b6ea2d8d6ab26bf22ffacfd6f234b540b193 Author: Andrey Grozin gentoo org> AuthorDate: Sun Apr 18 13:50:07 2021 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sun Apr 18 13:50:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a507b6ea app-text/fictionup: drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrey Grozin gentoo.org> app-text/fictionup/Manifest | 1 - app-text/fictionup/fictionup-0.1.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-text/fictionup/Manifest b/app-text/fictionup/Manifest index 3c81bb58cf8..fbb4b3516ad 100644 --- a/app-text/fictionup/Manifest +++ b/app-text/fictionup/Manifest @@ -1,2 +1 @@ -DIST fictionup-0.1.tar.gz 322407 BLAKE2B 73b464b73f58d725a1973450c2ecb79e140d2a2a4f6a563ea9d5fc1c25ff417a98f487fd26f1c578234007ccb52902390e6292fd3f1b3ec0331a31d00e25e9c3 SHA512 375dbfb27cab05693197b0774875ebbafdb5c4a1bc67db318e00712b821d37fc647b5047fbca083ad145847aa61b81486e4f5192524c233d3facdec3447beb6e DIST fictionup-0.2.1.tar.gz 375892 BLAKE2B 1aa80517116e2154227fbc374efe6f051c665c7a2cbc0b2f7c71373a1f535ea41189db4528134b0031f754507d214e6f787df3b571443b6dc5d17f60535069c6 SHA512 c6fadac5bfbd88356dd90b4d2673d2d3dd4d7b5cc26d0b0e1141862143d79b8cfbb71cbbe1c82fe52e4777aed43a677efba1479d14ac64d3931d6bcf31dbc127 diff --git a/app-text/fictionup/fictionup-0.1.ebuild b/app-text/fictionup/fictionup-0.1.ebuild deleted file mode 100644 index 08b5f531577..00000000000 --- 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" -}