From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39424138335 for ; Sat, 11 Aug 2018 06:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B125E0827; Sat, 11 Aug 2018 06:42:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB2A6E0827 for ; Sat, 11 Aug 2018 06:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86584335CA0 for ; Sat, 11 Aug 2018 06:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87E093A3 for ; Sat, 11 Aug 2018 06:42:34 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1533969616.0b26a318bceceea7e5641d671a73c87848beb6a5.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/strokes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/strokes/Manifest app-xemacs/strokes/strokes-1.12.ebuild X-VCS-Directories: app-xemacs/strokes/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 0b26a318bceceea7e5641d671a73c87848beb6a5 X-VCS-Branch: master Date: Sat, 11 Aug 2018 06:42:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 740ccf95-9147-4d7e-9fb4-4dcf66ec4884 X-Archives-Hash: d749d21c0046e400388a158d2e38ed8a commit: 0b26a318bceceea7e5641d671a73c87848beb6a5 Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 11 06:40:16 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 11 06:40:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b26a318 app-xemacs/strokes: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/strokes/Manifest | 1 + app-xemacs/strokes/strokes-1.12.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/app-xemacs/strokes/Manifest b/app-xemacs/strokes/Manifest index 2465a033a66..d020e4878a7 100644 --- a/app-xemacs/strokes/Manifest +++ b/app-xemacs/strokes/Manifest @@ -1 +1,2 @@ DIST strokes-1.10-pkg.tar.gz 43728 BLAKE2B 525fc8fabcbd23eb62730b2a31a962bb406712931867fcdc115c9fa96db7d5c4d9968063eadd9ec17208f54085023bce1467231a2f67c0e9839cb77d57df5640 SHA512 dc4c2e49cf5778122056cf10a20faea646598a4dbe24497b0feeaa341a6a05d845d1baf9dbd89afce1025e604f2b48b0e95abd7c5c0e749b3fb4aa0a524d924c +DIST strokes-1.12-pkg.tar.gz 43759 BLAKE2B 5d0a4e4545b4a1d50b13b7ef91f5b165094ece75c4ea5ea3c8c596cbd4753541e96367a859f89a766f25838b34a52e6677caf1456db35ad7dcbbdba3ccc22863 SHA512 6e4e94397d25cbaf1cba77589f64096cbf239de14ae2f29f6ac4ef876d4a44304d6fadf5c045bb5c08e5cba5f50480018dc6f4c1849a4e08a93c6eea648fdc44 diff --git a/app-xemacs/strokes/strokes-1.12.ebuild b/app-xemacs/strokes/strokes-1.12.ebuild new file mode 100644 index 00000000000..f2029ebca83 --- /dev/null +++ b/app-xemacs/strokes/strokes-1.12.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Mouse enhancement utility" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/text-modes +app-xemacs/edit-utils +app-xemacs/mail-lib +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages