From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/po4a/Manifest | 4 -- .../po4a/files/po4a-0.45-614122-no-dot-inc.patch | 26 ---------- app-text/po4a/metadata.xml | 5 -- app-text/po4a/po4a-0.47-r1.ebuild | 58 ---------------------- 4 files changed, 93 deletions(-) delete mode 100644 app-text/po4a/Manifest delete mode 100644 app-text/po4a/files/po4a-0.45-614122-no-dot-inc.patch delete mode 100644 app-text/po4a/metadata.xml delete mode 100644 app-text/po4a/po4a-0.47-r1.ebuild (limited to 'app-text/po4a') diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest deleted file mode 100644 index 3f57fb454ab6..000000000000 --- a/app-text/po4a/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX po4a-0.45-614122-no-dot-inc.patch 473 BLAKE2B 1ff10a5637d25c57500b6cb953442bf8e9ddd57f778e8772ffbed27e9d5a98be6d55f77e7665b0ab7fd975d886bd2893a432c6c9c9713a090a37727cecf0f3f7 SHA512 0a651b9de200b3ca08b3c849f24eba6cfbac93dd5f35911c9bf2aade174cbec27ad2c5a061a628db1b308dc9c576e2dad3db71da9a507d6337bed9ce620ad042 -DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc SHA512 9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a -EBUILD po4a-0.47-r1.ebuild 1650 BLAKE2B cd8722f1395fa346d5caeea4d93f589c52ac3f2090cd0aa7d8793fb859cb7527108daef206d4e9220cd41a0a3a44c59d606fd5f2a918e7b96ce42c52aef31b5b SHA512 28763203b7bd298066eeb6a5ce4d26b740a4a4012a22e3558c5d24896afc3ed001208dcfecc00e82417a55aa6b2827df695365b847cfc361f4d4722cbe2f3748 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-text/po4a/files/po4a-0.45-614122-no-dot-inc.patch b/app-text/po4a/files/po4a-0.45-614122-no-dot-inc.patch deleted file mode 100644 index 226fa0e9b6e2..000000000000 --- a/app-text/po4a/files/po4a-0.45-614122-no-dot-inc.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: Kent Fredric -Date: Tue, 13 Jun 2017 21:10:34 +1200 -Subject: [PATCH] Fix broken use of lib '.' - - "'.'" is not "." - -Bug: https://bugs.gentoo.org/614122 ---- - Build.PL | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Build.PL b/Build.PL -index 43c6f80..9ee443b 100644 ---- a/Build.PL -+++ b/Build.PL -@@ -1,6 +1,6 @@ - #!/usr/bin/perl - --use lib q('.'); -+use lib q(.); - use Po4aBuilder; - - my $build = Po4aBuilder->new --- -2.13.1 - diff --git a/app-text/po4a/metadata.xml b/app-text/po4a/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-text/po4a/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/app-text/po4a/po4a-0.47-r1.ebuild b/app-text/po4a/po4a-0.47-r1.ebuild deleted file mode 100644 index 94311ba3d578..000000000000 --- a/app-text/po4a/po4a-0.47-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="af ca cs da de eo es et eu fr hr id it ja kn ko nb nl pl pt_BR pt ru sl sv uk vi zh_CN zh_HK" -PLOCALES_BACKUP="en" - -inherit perl-module l10n - -DESCRIPTION="Tools for helping translation of documentation" -HOMEPAGE="https://po4a.org/" -SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/SGMLSpm - >=sys-devel/gettext-0.13 - app-text/openjade - dev-libs/libxslt - dev-perl/Locale-gettext - dev-perl/TermReadKey - dev-perl/Text-WrapI18N" -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.380.0 - app-text/docbook-xsl-stylesheets - app-text/docbook-xml-dtd:4.1.2 - test? ( app-text/docbook-sgml-dtd - app-text/docbook-sgml-utils - virtual/tex-base )" - -# Running tests in parallel fails -DIST_TEST="do" - -PATCHES=( - # Fix bad escaping of '.' in @INC modification - "${FILESDIR}/${PN}-0.45-614122-no-dot-inc.patch" -) -src_prepare() { - # Check against locale files in ${S}/pod/bin for mismatches - # with languages listed in PLOCALES - local locales_path="${S}/po/bin" - l10n_find_plocales_changes "${locales_path}" "" ".po" - - # Get rid of disabled locales - my_get_disabled_locales() { - PERL_RM_FILES=( "${PERL_RM_FILES[@]}" "po/bin/${1}.po" "po/pod/${1}.po" ) - } - - l10n_for_each_disabled_locale_do my_get_disabled_locales - - einfo "Your LINGUAS lists the following languages: ${LINGUAS}" - - perl-module_src_prepare -} -- cgit v1.2.3