summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-05-17 01:51:52 +0300
committerSergey Popov <pinkbyte@gentoo.org>2020-06-12 11:19:04 +0300
commit237e1f501751a589a92f51be50843a82666d0dee (patch)
treee610302f3392580d60d92db962a5a7636a0bd38b /app-i18n
parentapp-emulation/xen-tools: x86 stable wrt bug #727904 (diff)
downloadgentoo-237e1f501751a589a92f51be50843a82666d0dee.tar.gz
gentoo-237e1f501751a589a92f51be50843a82666d0dee.tar.bz2
gentoo-237e1f501751a589a92f51be50843a82666d0dee.zip
app-i18n/man-pages-ru: update to new version
Updated package to 5.03.2390.2390.20191017, migrated to EAPI=7, dropped usage of versionator.eclass. Closes: https://github.com/gentoo/gentoo/pull/15836 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/man-pages-ru/Manifest1
-rw-r--r--app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/app-i18n/man-pages-ru/Manifest b/app-i18n/man-pages-ru/Manifest
index 8b7cf7e77292..8eda79518d96 100644
--- a/app-i18n/man-pages-ru/Manifest
+++ b/app-i18n/man-pages-ru/Manifest
@@ -1 +1,2 @@
DIST man-pages-ru_4.16-2383-2383-20180422.tar.bz2 1682388 BLAKE2B 3707d972313ca1f96c3d5be3f8f74dd3e88322f3e9504799d49fb57c06f99d62f0cb88d545c90c4b47795b9aee92d1f89d55c777b0970070120b1496be0b3426 SHA512 df358c917ba55360b86e075097316c2eeb29eb9f9938ad7ee1ae6679690f1d736f448cee36643f2645c40a964274e1a3d0948f91ec0f99d81b4a29009704f009
+DIST man-pages-ru_5.03-2390-2390-20191017.tar.bz2 1725818 BLAKE2B 8ab0e5e6c0b7a0bda8e80e99202a9de38298a743ea7b356abb7f50840f222c5ef5397c96e490bfb1b37858fbaf50704e38cae7b2df5f81e0890efd7f73d3a909 SHA512 959ea5f206674b1bfbdac944a391a8d183b02d67ac26a9f33abb11637157cff6c60fd89f87669e2561eaa1c6c0bc2565deceb6f7e72e381d202a93773251fe7d
diff --git a/app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017.ebuild b/app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017.ebuild
new file mode 100644
index 000000000000..ad3504e68da6
--- /dev/null
+++ b/app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="$(ver_rs 2- -)"
+
+DESCRIPTION="A collection of Russian translations of Linux manual pages"
+HOMEPAGE="http://man-pages-ru.sourceforge.net/"
+SRC_URI="https://download.sourceforge.net/${PN}/source-tar/${PN}_${MY_PV}.tar.bz2"
+
+LICENSE="FDL-1.3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="virtual/man"
+
+S="${WORKDIR}/${PN}_${MY_PV}"
+
+src_install() {
+ insinto /usr/share/man/ru
+ doins -r man*
+ dodoc README
+}