[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)
Felix Yan
fyan at archlinux.org
Mon Jan 5 03:30:41 UTC 2015
Date: Monday, January 5, 2015 @ 04:30:39
Author: fyan
Revision: 125373
archrelease: copy trunk to community-any
Added:
skk-jisyo/repos/community-any/PKGBUILD
(from rev 125372, skk-jisyo/trunk/PKGBUILD)
skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 125372, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
skk-jisyo/repos/community-any/PKGBUILD
skk-jisyo/repos/community-any/skk-jisyo.install
-------------------+
PKGBUILD | 62 ++++++++++++++++++++++++++--------------------------
skk-jisyo.install | 20 ++++++++--------
2 files changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-05 03:30:17 UTC (rev 125372)
+++ PKGBUILD 2015-01-05 03:30:39 UTC (rev 125373)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: jeneshicc <jeneshicc at gmail.com>
-
-pkgname=skk-jisyo
-pkgver=20141229
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/"
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
- http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
- http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
- http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
- http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('7aa6256efe862e57b82e9b71ba9f2699'
- 'bb8930b2b1b05d25fdde7ce4f3283c3c'
- 'a0469d915fb73bb08804add46c941994'
- 'a46ab045e69ccc25c9c647362f8d3fa1'
- '4758567e8a60e57df95dfd7e4faf1e55')
-
-package() {
- cd "$srcdir"
-
- for t in L jinmei geo propernoun station; do
- install -D -m 644 "$srcdir/SKK-JISYO.$t" "$pkgdir/usr/share/skk/SKK-JISYO.$t"
- done
-}
Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 125372, skk-jisyo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-05 03:30:39 UTC (rev 125373)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: jeneshicc <jeneshicc at gmail.com>
+
+pkgname=skk-jisyo
+pkgver=20150104
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/"
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+ http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+ http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+ http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+ http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('433d043e74c2e1a8be5eba150b7ecabd'
+ 'bb8930b2b1b05d25fdde7ce4f3283c3c'
+ 'a0469d915fb73bb08804add46c941994'
+ 'a46ab045e69ccc25c9c647362f8d3fa1'
+ '4758567e8a60e57df95dfd7e4faf1e55')
+
+package() {
+ cd "$srcdir"
+
+ for t in L jinmei geo propernoun station; do
+ install -D -m 644 "$srcdir/SKK-JISYO.$t" "$pkgdir/usr/share/skk/SKK-JISYO.$t"
+ done
+}
Deleted: skk-jisyo.install
===================================================================
--- skk-jisyo.install 2015-01-05 03:30:17 UTC (rev 125372)
+++ skk-jisyo.install 2015-01-05 03:30:39 UTC (rev 125373)
@@ -1,10 +0,0 @@
-post_install() {
- echo ">>> If you want to merge dictionaries, use skktools"
- echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into SKK-JISYO.XL:"
- echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
- post_install $1
-}
-# vim:set ts=2 sw=2 et:
Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 125372, skk-jisyo/trunk/skk-jisyo.install)
===================================================================
--- skk-jisyo.install (rev 0)
+++ skk-jisyo.install 2015-01-05 03:30:39 UTC (rev 125373)
@@ -0,0 +1,10 @@
+post_install() {
+ echo ">>> If you want to merge dictionaries, use skktools"
+ echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into SKK-JISYO.XL:"
+ echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+ post_install $1
+}
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list