Received: by mail.netbsd.org (Postfix, from userid 605) id 7115984EB4; Sat, 11 May 2019 06:36:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC2F784DE9 for ; Sat, 11 May 2019 06:36:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Tt0hJduJsgoP for ; Sat, 11 May 2019 06:36:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4E35B84DCB for ; Sat, 11 May 2019 06:36:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 459C1FB16; Sat, 11 May 2019 06:36:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557556563114890" MIME-Version: 1.0 Date: Sat, 11 May 2019 06:36:03 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/inputmethod/ibus-array To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20190511063603.459C1FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1557556563114890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat May 11 06:36:03 UTC 2019 Added Files: pkgsrc/inputmethod/ibus-array: PLIST.py27 PLIST.py3 Log Message: (inputmethod/ibus-array) Supporting PLIST variation for py 27 36 37 (Missing files added) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/inputmethod/ibus-array/PLIST.py27 \ pkgsrc/inputmethod/ibus-array/PLIST.py3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557556563114890 Content-Disposition: inline Content-Length: 903 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/inputmethod/ibus-array/PLIST.py27 diff -u /dev/null pkgsrc/inputmethod/ibus-array/PLIST.py27:1.1 --- /dev/null Sat May 11 06:36:03 2019 +++ pkgsrc/inputmethod/ibus-array/PLIST.py27 Sat May 11 06:36:03 2019 @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST.py27,v 1.1 2019/05/11 06:36:03 mef Exp $ +share/ibus-array/setup/config.pyc +share/ibus-array/setup/config.pyo +share/ibus-array/setup/main.pyc +share/ibus-array/setup/main.pyo Index: pkgsrc/inputmethod/ibus-array/PLIST.py3 diff -u /dev/null pkgsrc/inputmethod/ibus-array/PLIST.py3:1.1 --- /dev/null Sat May 11 06:36:03 2019 +++ pkgsrc/inputmethod/ibus-array/PLIST.py3 Sat May 11 06:36:03 2019 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.py3,v 1.1 2019/05/11 06:36:03 mef Exp $ +share/ibus-array/setup/__pycache__/config.cpython-${PYPKGPREFIX_NO}.opt-1.pyc +share/ibus-array/setup/__pycache__/config.cpython-${PYPKGPREFIX_NO}.pyc --_----------=_1557556563114890--