summaryrefslogtreecommitdiff
path: root/app-i18n/man-pages-pl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /app-i18n/man-pages-pl
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'app-i18n/man-pages-pl')
-rw-r--r--app-i18n/man-pages-pl/Manifest1
-rw-r--r--app-i18n/man-pages-pl/man-pages-pl-0.7-r1.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-i18n/man-pages-pl/Manifest b/app-i18n/man-pages-pl/Manifest
index 0b44af3fa1eb..57140145e72a 100644
--- a/app-i18n/man-pages-pl/Manifest
+++ b/app-i18n/man-pages-pl/Manifest
@@ -1,3 +1,4 @@
DIST manpages-pl-0.7.tar.bz2 3791061 BLAKE2B 81809280c78ecafc67c59a5353a589c119fe6b590c9d655dae4accb5247a178df9f3f186822834f3426b0d41ed9ab83f335204eb654acf2cf5a472dd7ca4cafb SHA512 79293e1bbfbaed5f97e63cb86fc1b445ea960fdee96567899ba9f6836d4188e0d80d4788180c29fdca3d358359b6fd3768c195857657819534942ece2c43694b
+EBUILD man-pages-pl-0.7-r1.ebuild 778 BLAKE2B 4ead2f0ea3800f14708b05ddadbe639d1ec90b435dfec039ea4795f035f86f6ed1729c5d664c7ae502a0d68ca857874b3c2209cdce121fad991173ea924e61ff SHA512 8e73e048523614fdd028adfccfa31bd8439cdb6441d8a4b15d8df54516abe25045d0632bdb4149b99562f9c5d1b855ae444ba342a3b2bf94c1f9aa330fe903e8
EBUILD man-pages-pl-0.7.ebuild 732 BLAKE2B 91faed4eccc606e7b8686dae73f60695bf70478a447edc43089362653b4daa435febe66e552050f5c92536ddfbbbe4514b0639f9be6b3e4587e680ba0a69a19b SHA512 2e394024477ddab0bcb80a816957ccea20fd3cec938ea75fcfc01b32cb80942ad6eacf0b8f6b9bb1dd2f1e2b291f8c2a2a6701e94ac622ea8c8acac074efa989
MISC metadata.xml 447 BLAKE2B e8f0a2348cf7a9937b9aeaf647ed1da769201f131b377f965ac3965ee0d86a5fec00b61b804f4145e0c31c274a850481f756c8510e6ed49a951d533a94a427ce SHA512 ce47231649316f102bc2b2318d51b548efd9159b3c2df9edfc0e17dda5710cac2a39c1cd86961d842f627c4b6b83fcf32da0b6194518109b7fd69355ec337f54
diff --git a/app-i18n/man-pages-pl/man-pages-pl-0.7-r1.ebuild b/app-i18n/man-pages-pl/man-pages-pl-0.7-r1.ebuild
new file mode 100644
index 000000000000..ef7e788c0ad6
--- /dev/null
+++ b/app-i18n/man-pages-pl/man-pages-pl-0.7-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PKG=manpages-pl-${PV}
+
+DESCRIPTION="A collection of Polish translations of Linux manual pages"
+HOMEPAGE="https://sourceforge.net/projects/manpages-pl/"
+SRC_URI="mirror://sourceforge/manpages-pl/${MY_PKG}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
+
+DOCS=( AUTHORS README )
+
+S="${WORKDIR}/${MY_PKG}"
+
+src_prepare() {
+ default
+
+ #mans provided by other packages
+ rm generated/man1/{free,groups,uptime}.1 \
+ po/man1/{free,groups,uptime}.1.po \
+ || die "Failed to clean up duplicates from build directory!"
+}
+
+src_install() {
+ emake install DESTDIR="${D}" COMPRESSOR=:
+}