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 9667D138334 for ; Sat, 11 Aug 2018 06:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F61E07C9; Sat, 11 Aug 2018 06:49:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7AAD8E07C9 for ; Sat, 11 Aug 2018 06:49:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5D454335C71 for ; Sat, 11 Aug 2018 06:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFF72389 for ; Sat, 11 Aug 2018 06:49:16 +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: <1533969939.e3afe4af16b1fd3c3871ce8dfc2a5243d6c3a322.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/tooltalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/tooltalk/Manifest app-xemacs/tooltalk/tooltalk-1.17.ebuild X-VCS-Directories: app-xemacs/tooltalk/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: e3afe4af16b1fd3c3871ce8dfc2a5243d6c3a322 X-VCS-Branch: master Date: Sat, 11 Aug 2018 06:49:16 +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: 3fbd5237-aba6-4207-8cec-918ff7d11821 X-Archives-Hash: 5f440ab628825e9b82ec71b3983ee10b commit: e3afe4af16b1fd3c3871ce8dfc2a5243d6c3a322 Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 11 06:45:39 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 11 06:45:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3afe4af app-xemacs/tooltalk: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/tooltalk/Manifest | 1 + app-xemacs/tooltalk/tooltalk-1.17.ebuild | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/app-xemacs/tooltalk/Manifest b/app-xemacs/tooltalk/Manifest index db864c6de20..2a2dbc86334 100644 --- a/app-xemacs/tooltalk/Manifest +++ b/app-xemacs/tooltalk/Manifest @@ -1 +1,2 @@ DIST tooltalk-1.15-pkg.tar.gz 9749 BLAKE2B f483f8972c0d8514b8cb1bae0795a82eb02858a632f2929cce114a6c0c98d0a92c176556bd6d87fef926936770b7afbbaa9541e090a42af6c0a18b567279b963 SHA512 c884d357a8ba534f6a640cb9b5b0bee5138758181f53a66d8064c7cee9a7277b4e2a4c7d3d831404b4727bef724694882c1334ca7e0a39b1f934c4af966fb2aa +DIST tooltalk-1.17-pkg.tar.gz 9760 BLAKE2B 972b905c7ea92152528a00515d055975e5e3072f373977d33f70e7d88051c0864fbf5ead6590255486e50800af03fad2161bbce474aaea89dc94acdca1aff977 SHA512 3d83e9976b1364430f86b7d582e9110f83272692710c78642a92b1a489280658163c6566df54ee0bbf0b074716511569a6e61a124edf2174aa45b9779e52ce24 diff --git a/app-xemacs/tooltalk/tooltalk-1.17.ebuild b/app-xemacs/tooltalk/tooltalk-1.17.ebuild new file mode 100644 index 00000000000..0f684d3a183 --- /dev/null +++ b/app-xemacs/tooltalk/tooltalk-1.17.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Support for building with Tooltalk" +XEMACS_PKG_CAT="standard" + +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages