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 23975138335 for ; Sat, 11 Aug 2018 06:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 768C2E0828; Sat, 11 Aug 2018 06:49:21 +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 4E610E0828 for ; Sat, 11 Aug 2018 06:49:21 +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 2EF61335C71 for ; Sat, 11 Aug 2018 06:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 502C83A5 for ; Sat, 11 Aug 2018 06:49:17 +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: <1533970065.218f2dd585eefecc438f8af475737e69fd4519b0.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/vhdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/vhdl/Manifest app-xemacs/vhdl/vhdl-1.24.ebuild X-VCS-Directories: app-xemacs/vhdl/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 218f2dd585eefecc438f8af475737e69fd4519b0 X-VCS-Branch: master Date: Sat, 11 Aug 2018 06:49:17 +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: a90dc809-1aec-4591-8a7f-bc868fd0573c X-Archives-Hash: a9704fd78ea63d68ffe7b741f1fdfd54 commit: 218f2dd585eefecc438f8af475737e69fd4519b0 Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 11 06:47:45 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 11 06:47:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218f2dd5 app-xemacs/vhdl: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/vhdl/Manifest | 1 + app-xemacs/vhdl/vhdl-1.24.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app-xemacs/vhdl/Manifest b/app-xemacs/vhdl/Manifest index 1a8103390db..a09a0d5d144 100644 --- a/app-xemacs/vhdl/Manifest +++ b/app-xemacs/vhdl/Manifest @@ -1 +1,2 @@ DIST vhdl-1.22-pkg.tar.gz 302693 BLAKE2B c0ae6c5b079cf8e394a6e09eccaf327eb8729521f7982797e9ffe11cb150cd309752f79635a2f88845ce0888c562aa5fe1e23f491966c205a7c98ebfd0a2a3ec SHA512 3b0d6995f69d7dee47d4d5ab108be3c58f7911b37d31b6a46242eb678623275e32c3ee55393c5671237e11f3b84a56d8f1fa3b8f6492032aeb9f590bb1ad0848 +DIST vhdl-1.24-pkg.tar.gz 302748 BLAKE2B 9c5616c4eed1e14c89bfe950d0a58c7d33189b275da9ed57953ddab4b7c326c5799c1470c2775b6e5b13dc93d0a2877250937d664eb665eec50659b555f77075 SHA512 31b9f7d2d091f6eb5e1b872f5c923db402d68655017c727faaf6b40c0eb101b103f5c1ba838e1a0f346b8a3b9f0c976000de2052a6cc1b4065a490a25290185c diff --git a/app-xemacs/vhdl/vhdl-1.24.ebuild b/app-xemacs/vhdl/vhdl-1.24.ebuild new file mode 100644 index 00000000000..6eac4a1d358 --- /dev/null +++ b/app-xemacs/vhdl/vhdl-1.24.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Support for VHDL" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/edit-utils +app-xemacs/c-support +app-xemacs/speedbar +app-xemacs/ps-print +app-xemacs/os-utils +app-xemacs/cedet-common +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages