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 8970E138334 for ; Sat, 11 Aug 2018 07:05:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C19E087D; Sat, 11 Aug 2018 07:05:36 +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 CE397E087D for ; Sat, 11 Aug 2018 07:05:34 +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 F0062335C9A for ; Sat, 11 Aug 2018 07:05:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C03F3A2 for ; Sat, 11 Aug 2018 07:05:31 +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: <1533971050.f0f3458829574d7667765b75c5aa9c358849d2a9.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/zenirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/zenirc/Manifest app-xemacs/zenirc/zenirc-1.18.ebuild X-VCS-Directories: app-xemacs/zenirc/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: f0f3458829574d7667765b75c5aa9c358849d2a9 X-VCS-Branch: master Date: Sat, 11 Aug 2018 07:05:31 +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: bc52fc7d-e3cf-410f-8861-256f29a19759 X-Archives-Hash: 42cacabd823257e1949983001465af2b commit: f0f3458829574d7667765b75c5aa9c358849d2a9 Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 11 07:04:10 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 11 07:04:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f34588 app-xemacs/zenirc: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/zenirc/Manifest | 1 + app-xemacs/zenirc/zenirc-1.18.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/app-xemacs/zenirc/Manifest b/app-xemacs/zenirc/Manifest index 241ad978334..da272366692 100644 --- a/app-xemacs/zenirc/Manifest +++ b/app-xemacs/zenirc/Manifest @@ -1 +1,2 @@ DIST zenirc-1.16-pkg.tar.gz 277377 BLAKE2B 9d4bbe33bfa82ad1eb06ffdedb73e3eb52fe43a1eeb1b2da8692b877207a8e28a43d345472f67812b8531eb0222c17f9b99a40e3ad4bcaf14820dbbd377afd63 SHA512 2fd93791a94682bd26a2133a9a10b13587aa5a5d0b9a559c9589153f3132810c86d5fd7c6b607f2b777f22edf3aa4eab61d47ca161e0c2bf8b4a6f43ced2a07c +DIST zenirc-1.18-pkg.tar.gz 277811 BLAKE2B ab8e8ca711b04db52dc4139bd4f75cf661267d3fa629572960c07e1c0e5537e824f6179e8c3b252bd78315fdce043e97c2cd03dd7adfd014c017c18a6be47fad SHA512 f4440d02b65aff416dd8c6064e678c365cf2137e94ef2a701c4b5459612b295d35b14f93097cc896787d1d5b74e418e5326ee41eb0edfedd08e00c7e56d5546c diff --git a/app-xemacs/zenirc/zenirc-1.18.ebuild b/app-xemacs/zenirc/zenirc-1.18.ebuild new file mode 100644 index 00000000000..f06962cf26a --- /dev/null +++ b/app-xemacs/zenirc/zenirc-1.18.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="ZENIRC IRC Client" +XEMACS_PKG_CAT="standard" + +RDEPEND="" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages