[arch-commits] Commit in man-pages-ru/repos/community-any (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:26:15 UTC 2014


    Date: Tuesday, July 1, 2014 @ 15:26:15
  Author: spupykin
Revision: 114075

archrelease: copy trunk to community-any

Added:
  man-pages-ru/repos/community-any/PKGBUILD
    (from rev 114074, man-pages-ru/trunk/PKGBUILD)
  man-pages-ru/repos/community-any/man-pages-ru.install
    (from rev 114074, man-pages-ru/trunk/man-pages-ru.install)
Deleted:
  man-pages-ru/repos/community-any/PKGBUILD
  man-pages-ru/repos/community-any/man-pages-ru.install

----------------------+
 PKGBUILD             |   58 ++++++++++++++++++++++++-------------------------
 man-pages-ru.install |   28 +++++++++++------------
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 13:26:05 UTC (rev 114074)
+++ PKGBUILD	2014-07-01 13:26:15 UTC (rev 114075)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=man-pages-ru
-pkgver=0.98
-pkgrel=6
-pkgdesc="Russian Linux man pages"
-arch=(any)
-#url="http://alexm.here.ru/manpages-ru/"
-url="http://www.linuxshare.ru/projects/trans/downloads.html"
-depends=(man)
-license=('FDL')
-#source=(http://alexm.here.ru/manpages-ru/download/manpages-ru-$pkgver.tar.gz)
-#source=(ftp://ftp.win.tue.nl/pub/linux-local/manpages/translations/man-pages-ru-$pkgver.tar.bz2)
-source=(http://www.linuxshare.ru/projects/trans/manpages-ru-$pkgver.tar.bz2)
-install=man-pages-ru.install
-md5sums=('2d452b93a2731eac8bb1767f61ff7557')
-
-build() {
-  cd $srcdir/manpages-ru-$pkgver
-  mkdir -p $pkgdir/usr/share/man/ru
-  mv man* $pkgdir/usr/share/man/ru/
-  cd $pkgdir/usr/share/man/ru
-  # this is included in shadow
-  rm -f man5/passwd.5*
-  # convert to utf8
-  find -type f | xargs -i123 -- sh -c "mv 123 123.old && iconv -f koi8-r -t utf8 123.old >123 && rm 123.old"
-}

Copied: man-pages-ru/repos/community-any/PKGBUILD (from rev 114074, man-pages-ru/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 13:26:15 UTC (rev 114075)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=man-pages-ru
+pkgver=0.98
+pkgrel=7
+pkgdesc="Russian Linux man pages"
+arch=(any)
+#url="http://alexm.here.ru/manpages-ru/"
+url="http://www.linuxshare.ru/projects/trans/downloads.html"
+depends=(man)
+license=('FDL')
+#source=(http://alexm.here.ru/manpages-ru/download/manpages-ru-$pkgver.tar.gz)
+#source=(ftp://ftp.win.tue.nl/pub/linux-local/manpages/translations/man-pages-ru-$pkgver.tar.bz2)
+source=(http://www.linuxshare.ru/projects/trans/manpages-ru-$pkgver.tar.bz2)
+install=man-pages-ru.install
+md5sums=('2d452b93a2731eac8bb1767f61ff7557')
+
+package() {
+  cd $srcdir/manpages-ru-$pkgver
+  mkdir -p $pkgdir/usr/share/man/ru
+  mv man* $pkgdir/usr/share/man/ru/
+  cd $pkgdir/usr/share/man/ru
+  # this is included in shadow
+  rm -f man5/passwd.5*
+  # convert to utf8
+  find -type f | xargs -i123 -- sh -c "mv 123 123.old && iconv -f koi8-r -t utf8 123.old >123 && rm 123.old"
+}

Deleted: man-pages-ru.install
===================================================================
--- man-pages-ru.install	2014-07-01 13:26:05 UTC (rev 114074)
+++ man-pages-ru.install	2014-07-01 13:26:15 UTC (rev 114075)
@@ -1,14 +0,0 @@
-pre_install() {
-  pre_upgrade
-}
-
-pre_upgrade() {
-  echo "-- Change /etc/man.conf"
-  echo "-- NROFF iconv -f utf8 -t koi8r | /usr/bin/nroff -Tlatin1 -mandoc -c | iconv -f koi8r -t utf8"
-  echo "-- and"
-  echo "-- export LESSCHARSET=UTF-8"
-}
-
-post_upgrade() {
-  echo "-- Since 0.98-3 version manpages use UTF-8!"
-}

Copied: man-pages-ru/repos/community-any/man-pages-ru.install (from rev 114074, man-pages-ru/trunk/man-pages-ru.install)
===================================================================
--- man-pages-ru.install	                        (rev 0)
+++ man-pages-ru.install	2014-07-01 13:26:15 UTC (rev 114075)
@@ -0,0 +1,14 @@
+pre_install() {
+  pre_upgrade
+}
+
+pre_upgrade() {
+  echo "-- Change /etc/man.conf"
+  echo "-- NROFF iconv -f utf8 -t koi8r | /usr/bin/nroff -Tlatin1 -mandoc -c | iconv -f koi8r -t utf8"
+  echo "-- and"
+  echo "-- export LESSCHARSET=UTF-8"
+}
+
+post_upgrade() {
+  echo "-- Since 0.98-3 version manpages use UTF-8!"
+}




More information about the arch-commits mailing list