diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
commit | f516638b7fe9592837389826a6152a7e1b251c54 (patch) | |
tree | 8bfecb640b7b6403d7a3d662d923eed630033da7 /app-i18n/man-pages-pl | |
parent | 1a61119f9f7b057830e2ce0563f913ec86f282ad (diff) |
gentoo resync : 30.05.2020
Diffstat (limited to 'app-i18n/man-pages-pl')
-rw-r--r-- | app-i18n/man-pages-pl/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/man-pages-pl/man-pages-pl-0.7-r1.ebuild | 31 | ||||
-rw-r--r-- | app-i18n/man-pages-pl/man-pages-pl-0.7.ebuild | 29 | ||||
-rw-r--r-- | app-i18n/man-pages-pl/metadata.xml | 15 |
4 files changed, 0 insertions, 79 deletions
diff --git a/app-i18n/man-pages-pl/Manifest b/app-i18n/man-pages-pl/Manifest deleted file mode 100644 index 12ecf53c3aaa..000000000000 --- a/app-i18n/man-pages-pl/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST manpages-pl-0.7.tar.bz2 3791061 BLAKE2B 81809280c78ecafc67c59a5353a589c119fe6b590c9d655dae4accb5247a178df9f3f186822834f3426b0d41ed9ab83f335204eb654acf2cf5a472dd7ca4cafb SHA512 79293e1bbfbaed5f97e63cb86fc1b445ea960fdee96567899ba9f6836d4188e0d80d4788180c29fdca3d358359b6fd3768c195857657819534942ece2c43694b -EBUILD man-pages-pl-0.7-r1.ebuild 774 BLAKE2B ba82a8059064d61ce8f433d25abe00a000fed83857c0f6c4ebfdaa40e6af2bb494e995161125bd99f249c5729aa2cd37216719da95257b462f6711adec3c213e SHA512 bcf6069555e7de2c7ab39b77ab677eedb68bb8cf28f1376e9fabb5d51cf51b932025542617de654a4886adc0879807d1bf5e8c17e04019a5710074e02e2706d2 -EBUILD man-pages-pl-0.7.ebuild 729 BLAKE2B 34d969250f694f90d47fff4f8bc89883f3aaca376436adf7174c0b15013e79ebad574bdbad399413f3d3d2c15e3ea260b0f1d5d84b6e9a28a552677e324992a5 SHA512 c519003af9d0433ed0e17cf793726ea79dfaadc1d9a3cee37f96e600c78e3c9fe41b361586067cbff87afd1878dc50cae5f664c68c7e7406fe70e1467188233e -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 deleted file mode 100644 index 822ed83e0f5b..000000000000 --- a/app-i18n/man-pages-pl/man-pages-pl-0.7-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 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 ~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=: -} diff --git a/app-i18n/man-pages-pl/man-pages-pl-0.7.ebuild b/app-i18n/man-pages-pl/man-pages-pl-0.7.ebuild deleted file mode 100644 index 6d996a06feb0..000000000000 --- a/app-i18n/man-pages-pl/man-pages-pl-0.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 sparc x86" - -DOCS=( AUTHORS README ) - -S="${WORKDIR}/${MY_PKG}" - -src_prepare() { - default - - #mans provided by other packages - rm generated/man1/groups.1 po/man1/groups.1.po || die "Failed to clean up duplicates from build directory!" -} - -src_install() { - emake install DESTDIR="${D}" COMPRESSOR=: -} diff --git a/app-i18n/man-pages-pl/metadata.xml b/app-i18n/man-pages-pl/metadata.xml deleted file mode 100644 index 0023617aeee6..000000000000 --- a/app-i18n/man-pages-pl/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>yoshi3@autograf.pl</email> - <name>Marcin Kowalski</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">manpages-pl</remote-id> - </upstream> -</pkgmetadata> |