diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-26 18:49:42 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-26 18:49:42 +0000 |
commit | 46b5247edb0a0889ca0675eeee8dd852aa247fe9 (patch) | |
tree | 99ccc6b1ae555b2ba67a90743211b3777765e92e /app-i18n | |
parent | Use multilib migrated libmodplug, libogg, libvorbis and gsm when abi_x86_32 i... (diff) | |
download | gentoo-2-46b5247edb0a0889ca0675eeee8dd852aa247fe9.tar.gz gentoo-2-46b5247edb0a0889ca0675eeee8dd852aa247fe9.tar.bz2 gentoo-2-46b5247edb0a0889ca0675eeee8dd852aa247fe9.zip |
Version bump, thanks to Vladimir Romanov
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/man-pages-ru/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/man-pages-ru/man-pages-ru-3.51.2170.1766.20130613.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/app-i18n/man-pages-ru/ChangeLog b/app-i18n/man-pages-ru/ChangeLog index 2d3b6fff6e35..c806713719b7 100644 --- a/app-i18n/man-pages-ru/ChangeLog +++ b/app-i18n/man-pages-ru/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/man-pages-ru # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-ru/ChangeLog,v 1.28 2013/06/10 12:16:53 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-ru/ChangeLog,v 1.29 2013/06/26 18:49:42 pinkbyte Exp $ + +*man-pages-ru-3.51.2170.1766.20130613 (26 Jun 2013) + + 26 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> + +man-pages-ru-3.51.2170.1766.20130613.ebuild: + Version bump, thanks to Vladimir Romanov *man-pages-ru-3.49.2170.1764.20130606 (10 Jun 2013) diff --git a/app-i18n/man-pages-ru/man-pages-ru-3.51.2170.1766.20130613.ebuild b/app-i18n/man-pages-ru/man-pages-ru-3.51.2170.1766.20130613.ebuild new file mode 100644 index 000000000000..6d64df89edaa --- /dev/null +++ b/app-i18n/man-pages-ru/man-pages-ru-3.51.2170.1766.20130613.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-ru/man-pages-ru-3.51.2170.1766.20130613.ebuild,v 1.1 2013/06/26 18:49:42 pinkbyte Exp $ + +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 ~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 +} |