diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-i18n/man-pages-ru | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-i18n/man-pages-ru')
5 files changed, 103 insertions, 0 deletions
diff --git a/app-i18n/man-pages-ru/Manifest b/app-i18n/man-pages-ru/Manifest new file mode 100644 index 000000000000..e4ffbd3d406a --- /dev/null +++ b/app-i18n/man-pages-ru/Manifest @@ -0,0 +1,3 @@ +DIST man-pages-ru_3.54-2171-1790-20131020.tar.bz2 764794 SHA256 ff2140c48bfcdce930189a9122ed2eda9e61170352daa48dac2a2fa4bc51dc5a SHA512 3dc4194fef836b3fb4fdcc85de0b80f29a805d0ca5a88207e11a2296726b2bd0023853c986dba4ae61a533cef7372314b05fb476d55d84007fc1355ebf8c5494 WHIRLPOOL cbc305f57b866ddff58e3730311d8534eb64bc726760eb89f60c0fbe66154a3ac6a8fbbd6d9a8fc71748a2a7cc7977c87ee6a2545c270a9c6b7a47d2034a521d +DIST man-pages-ru_3.56-2172-1866-20140202.tar.bz2 833650 SHA256 23f7387dfcf0431c20d915584f07033648fda534d5b9228a62323aedb3b89cca SHA512 6b765585041bb52cddf1c5707240840d26dfe2d4eee9fa7b3ed156c7e863a112f95fb6af75aa95f9b1dff29a2178e2adfe714048b221853d83c7dc26075d4839 WHIRLPOOL 1114c9389e135ed8de1bcf386a2ac9f8116d8fd4b4418770e698cf00e65e90941be116cb7d2f3f438cacfbd2881e156934c7b91dcbe6c3585bdc57f3fecb6a03 +DIST man-pages-ru_3.71-2209-1992-20140911.tar.bz2 1009646 SHA256 b6f599776a175c7fff8b8b37be8be0ab8ecd5df55c382b7a687dcf6bca8d478f SHA512 c6585323ef9cece674fe4144ff1e73e2d4d831e3f8766b5091f57b7e7c13d9c68c446323515f85f4c7fd956987e40d1d22a81c0cba21593133030e1f968fde12 WHIRLPOOL a41d141be4d6d9663829ccbced477bec11adad718cd95098c74e37e82b2317c38251dc399b7531454e48ce9d56604870c0a372f24eb8e6ab2b36a56dbf8b910f diff --git a/app-i18n/man-pages-ru/man-pages-ru-3.54.2171.1790.20131020.ebuild b/app-i18n/man-pages-ru/man-pages-ru-3.54.2171.1790.20131020.ebuild new file mode 100644 index 000000000000..3b626c039983 --- /dev/null +++ b/app-i18n/man-pages-ru/man-pages-ru-3.54.2171.1790.20131020.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit versionator + +MY_PV="$(replace_version_separator 1 . $(replace_all_version_separators -))" + +DESCRIPTION="A collection of Russian translations of Linux manual pages" +HOMEPAGE="http://man-pages-ru.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.tar.bz2" + +LICENSE="FDL-1.3" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" + +DEPEND="" +RDEPEND="virtual/man" + +S="${WORKDIR}/${PN}_${MY_PV}" + +src_install() { + insinto /usr/share/man/ru + doins -r man* + dodoc README +} diff --git a/app-i18n/man-pages-ru/man-pages-ru-3.56.2172.1866.20140202.ebuild b/app-i18n/man-pages-ru/man-pages-ru-3.56.2172.1866.20140202.ebuild new file mode 100644 index 000000000000..44c90dfe10f2 --- /dev/null +++ b/app-i18n/man-pages-ru/man-pages-ru-3.56.2172.1866.20140202.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit versionator + +MY_PV="$(replace_version_separator 1 . $(replace_all_version_separators -))" + +DESCRIPTION="A collection of Russian translations of Linux manual pages" +HOMEPAGE="http://man-pages-ru.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.tar.bz2" + +LICENSE="FDL-1.3" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" + +DEPEND="" +RDEPEND="virtual/man" + +S="${WORKDIR}/${PN}_${MY_PV}" + +src_install() { + insinto /usr/share/man/ru + doins -r man* + dodoc README +} diff --git a/app-i18n/man-pages-ru/man-pages-ru-3.71.2209.1992.20140911.ebuild b/app-i18n/man-pages-ru/man-pages-ru-3.71.2209.1992.20140911.ebuild new file mode 100644 index 000000000000..fe61b9656cb5 --- /dev/null +++ b/app-i18n/man-pages-ru/man-pages-ru-3.71.2209.1992.20140911.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit versionator + +MY_PV="$(replace_version_separator 1 . $(replace_all_version_separators -))" + +DESCRIPTION="A collection of Russian translations of Linux manual pages" +HOMEPAGE="http://man-pages-ru.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.tar.bz2" + +LICENSE="FDL-1.3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + +DEPEND="" +RDEPEND="virtual/man" + +S="${WORKDIR}/${PN}_${MY_PV}" + +src_install() { + insinto /usr/share/man/ru + doins -r man* + dodoc README +} diff --git a/app-i18n/man-pages-ru/metadata.xml b/app-i18n/man-pages-ru/metadata.xml new file mode 100644 index 000000000000..6df3f05d4a73 --- /dev/null +++ b/app-i18n/man-pages-ru/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>pinkbyte@gentoo.org</email> + <name>Sergey Popov</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">man-pages-ru</remote-id> + <maintainer> + <email>azamat.hackimov@gmail.com</email> + <name>Azamat Hackimov</name> + <description>Upstream contact, translation coordinator</description> + </maintainer> + </upstream> +</pkgmetadata> |