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 AABF5138334 for ; Sat, 11 Aug 2018 06:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7E4EE0823; Sat, 11 Aug 2018 06:49:20 +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 90916E0823 for ; Sat, 11 Aug 2018 06:49:20 +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 4E534335CA3 for ; Sat, 11 Aug 2018 06:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 296613A3 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: <1533970024.ee8043870add9d90565d3059a73c879e5dea5701.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/vc-cc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/vc-cc/Manifest app-xemacs/vc-cc/vc-cc-1.24.ebuild X-VCS-Directories: app-xemacs/vc-cc/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: ee8043870add9d90565d3059a73c879e5dea5701 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: 4198ea27-4028-4971-b1bd-3465f931d50a X-Archives-Hash: 6e50d24d6b57677d5eb46b36a0af4e78 commit: ee8043870add9d90565d3059a73c879e5dea5701 Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 11 06:47:04 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 11 06:47:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee804387 app-xemacs/vc-cc: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/vc-cc/Manifest | 1 + app-xemacs/vc-cc/vc-cc-1.24.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/app-xemacs/vc-cc/Manifest b/app-xemacs/vc-cc/Manifest index b1313e95374..2c9c7727fa4 100644 --- a/app-xemacs/vc-cc/Manifest +++ b/app-xemacs/vc-cc/Manifest @@ -1 +1,2 @@ DIST vc-cc-1.22-pkg.tar.gz 95028 BLAKE2B 6ba8a0475d7a65d3f52982674f0d1eeebd262c7c9bcd939a3f4278324b7457ad9169352a3974627f03a12d9baee85908e27ec77100c3303ae186f2de1fea4a9a SHA512 34aec1f857220ff35c6aa3b428605c7d42e1f10d2e6d265a815e8a1940b3cc52ef937c22c6fbabf736e3e6363023250daacb151622f3791972ecc74d7f7e876b +DIST vc-cc-1.24-pkg.tar.gz 95024 BLAKE2B 0d9303bb80d72efa2d9850619b5f0023af6b58ffe0a1b04e1537621c343c25739e68f39a035ecd0e25890a2e12e5af9bd14d0658133e2e0f026900a758ff8218 SHA512 101eaabbf37dabbec710c20cc6aad76ce7ece962903a1284b1be72a41352ef00856bca9bcf72b9cefa520375e46f820a5c16a0067324cd79a2810d5b0b8211e9 diff --git a/app-xemacs/vc-cc/vc-cc-1.24.ebuild b/app-xemacs/vc-cc/vc-cc-1.24.ebuild new file mode 100644 index 00000000000..dfb7b5f0bc8 --- /dev/null +++ b/app-xemacs/vc-cc/vc-cc-1.24.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="Version Control for ClearCase (UnFree) systems" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/dired +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages