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 0B5DB138334 for ; Sat, 11 Aug 2018 06:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B63E0823; Sat, 11 Aug 2018 06:42:39 +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 6611CE0822 for ; Sat, 11 Aug 2018 06:42:39 +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 105F4335C0D for ; Sat, 11 Aug 2018 06:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C24C83A7 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: <1533969672.584fb87ce926f489c2f169e815cb3840547933ad.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/texinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/texinfo/Manifest app-xemacs/texinfo/texinfo-1.32.ebuild X-VCS-Directories: app-xemacs/texinfo/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 584fb87ce926f489c2f169e815cb3840547933ad 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: cc68d81c-cd00-46bd-a95c-591fdc90ca89 X-Archives-Hash: 52e17820c16283753c886be8734d09e0 commit: 584fb87ce926f489c2f169e815cb3840547933ad Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 11 06:41:12 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 11 06:41:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584fb87c app-xemacs/texinfo: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/texinfo/Manifest | 1 + app-xemacs/texinfo/texinfo-1.32.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/app-xemacs/texinfo/Manifest b/app-xemacs/texinfo/Manifest index 029a580b99c..58a869b90ec 100644 --- a/app-xemacs/texinfo/Manifest +++ b/app-xemacs/texinfo/Manifest @@ -1 +1,2 @@ DIST texinfo-1.30-pkg.tar.gz 145763 BLAKE2B f4bdd2381fb2efa5e6d318431e8a8a56911b2f84b161f96610e2e43a8e49c9ba15c63915f3219b4b47901834c3cf51aaa4fbc1b51ce18ae0d574bf99baafcae6 SHA512 dadcbb0a2dbbdc311d19a4e796ac574f18234938ddeb16da1ac8b9e150459536bac46b00b1609b8cd837ef980cc5b13f77b8321edfb347614340d1db0f3f78c0 +DIST texinfo-1.32-pkg.tar.gz 145642 BLAKE2B 75372484fccb2f8de979a29c506e1e4479ce5371bc4a8c3c06de6b407c1bab132cb156281e458966e673d505ba2f7547e767aadc124df14299fedf1f7145970f SHA512 026d5749acfb4f34bbc6bdb8471419fc48ae537051808d73bc04d6a11cae404b5e877305b5b02e1eabb79292f1cb73795c7521e384350948937d9cc7033bda66 diff --git a/app-xemacs/texinfo/texinfo-1.32.ebuild b/app-xemacs/texinfo/texinfo-1.32.ebuild new file mode 100644 index 00000000000..bfceabdcd5d --- /dev/null +++ b/app-xemacs/texinfo/texinfo-1.32.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="XEmacs TeXinfo support" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/text-modes +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages