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 6D0DE138334 for ; Sat, 4 Aug 2018 09:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C83CE07ED; Sat, 4 Aug 2018 09:55:37 +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 2220DE07ED for ; Sat, 4 Aug 2018 09:55:37 +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 5C22C335CCD for ; Sat, 4 Aug 2018 09:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03DFA380 for ; Sat, 4 Aug 2018 09:55:33 +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: <1533376525.4b8f64a1cb9edd384cf0977c3698b87813aa5c6d.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/cogre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/cogre/Manifest app-xemacs/cogre/cogre-1.04.ebuild X-VCS-Directories: app-xemacs/cogre/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 4b8f64a1cb9edd384cf0977c3698b87813aa5c6d X-VCS-Branch: master Date: Sat, 4 Aug 2018 09:55:33 +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: bcd262dc-0c97-4b99-ac18-166a58652118 X-Archives-Hash: 9d0ca8f5ab12ad63de770d5ba45dfe0d commit: 4b8f64a1cb9edd384cf0977c3698b87813aa5c6d Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 4 09:54:35 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 4 09:55:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8f64a1 app-xemacs/cogre: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/cogre/Manifest | 1 + app-xemacs/cogre/cogre-1.04.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app-xemacs/cogre/Manifest b/app-xemacs/cogre/Manifest index e75fb947626..03036dbdb96 100644 --- a/app-xemacs/cogre/Manifest +++ b/app-xemacs/cogre/Manifest @@ -1 +1,2 @@ DIST cogre-1.02-pkg.tar.gz 47588 BLAKE2B 6ce7f40e5aafa2aeaedbb5f17b4624decd0c87ec4fb38f186e0419c5496109d0b6fc267d6f484eb84fdd22f5f59c70451241e92c7bf7dc26c956e3ae6a95e7b7 SHA512 a3256df974d92440cb63b612e30807088450854cb157e1ba01e0362c36262fcdef11d5f1240796091ee2a6869f4dec06e9ab55dabd55ada5d2c7e7410e0e537c +DIST cogre-1.04-pkg.tar.gz 47657 BLAKE2B fc211320bcfeb6aeb1b59e4ab1a68eec77752504106657229392c6d717427811f3afb81ae5911143a1db8c63fa3366f1fb4edcd7be6a785d54560bd484f655f3 SHA512 63db2e7a2942993661c729624d60938610117e3cfacc0734735958a6f9a5857cc881e65df6958638b56024a6cb5683031b7468d236311227cfec7013e54fe137 diff --git a/app-xemacs/cogre/cogre-1.04.ebuild b/app-xemacs/cogre/cogre-1.04.ebuild new file mode 100644 index 00000000000..a54c2ee0b72 --- /dev/null +++ b/app-xemacs/cogre/cogre-1.04.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="Graph editing mode" +XEMACS_PKG_CAT="standard" + +RDEPEND=" +app-xemacs/xemacs-base +app-xemacs/xemacs-devel +app-xemacs/edebug +app-xemacs/cedet-common +app-xemacs/eieio +app-xemacs/semantic +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages