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 8BEAB1382C5 for ; Wed, 3 Mar 2021 13:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5185E086A; Wed, 3 Mar 2021 13:54:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CF517E086A for ; Wed, 3 Mar 2021 13:54:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F11F2340FD8 for ; Wed, 3 Mar 2021 13:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935D24F9 for ; Wed, 3 Mar 2021 13:54:39 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1614779671.96268bcff0a3ac09858094fdfc0252aed8b33189.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/po4a/po4a-0.61.ebuild X-VCS-Directories: app-text/po4a/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 96268bcff0a3ac09858094fdfc0252aed8b33189 X-VCS-Branch: master Date: Wed, 3 Mar 2021 13:54:39 +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: db1c2e36-23f4-48cb-a56f-6bb176915746 X-Archives-Hash: 8cbe96820f4438fad277e00ff7919278 commit: 96268bcff0a3ac09858094fdfc0252aed8b33189 Author: Akinori Hattori gentoo org> AuthorDate: Wed Mar 3 13:53:26 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Mar 3 13:54:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96268bcf app-text/po4a: drop old Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Akinori Hattori gentoo.org> app-text/po4a/po4a-0.61.ebuild | 51 ------------------------------------------ 1 file changed, 51 deletions(-) diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild deleted file mode 100644 index f17215b23e4..00000000000 --- a/app-text/po4a/po4a-0.61.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK" - -inherit l10n perl-module - -DESCRIPTION="Tools to ease the translation of documentation" -HOMEPAGE="https://po4a.org/" -SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="app-text/opensp - dev-libs/libxslt - dev-perl/Locale-gettext - dev-perl/SGMLSpm - dev-perl/TermReadKey - dev-perl/Text-WrapI18N - dev-perl/Unicode-LineBreak - dev-perl/YAML-Tiny - sys-devel/gettext" -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.1.2 - app-text/docbook-xsl-stylesheets - dev-perl/Module-Build - test? ( - app-text/docbook-sgml-dtd:4.1 - dev-perl/Test-Pod - virtual/latex-base - )" - -PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch ) - -DIST_TEST="do" - -src_prepare() { - l10n_find_plocales_changes "${S}/po/bin" '' '.po' - - rm_locale() { - PERL_RM_FILES+=( po/{bin,pod}/${1}.po ) - } - l10n_for_each_disabled_locale_do rm_locale - - perl-module_src_prepare -}