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 7DBB8138334 for ; Sat, 4 Aug 2018 10:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B9DAE0806; Sat, 4 Aug 2018 10:03:06 +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 7600CE0806 for ; Sat, 4 Aug 2018 10:03:06 +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 44495335CCB for ; Sat, 4 Aug 2018 10:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82DAB379 for ; Sat, 4 Aug 2018 10:03:03 +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: <1533376972.0a6d0b171b6356cba57c8a3d0d54dc469cacf5e4.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/debug/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/debug/Manifest app-xemacs/debug/debug-1.20.ebuild X-VCS-Directories: app-xemacs/debug/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 0a6d0b171b6356cba57c8a3d0d54dc469cacf5e4 X-VCS-Branch: master Date: Sat, 4 Aug 2018 10:03:03 +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: 6576690b-dbdd-4c46-9f0a-2e36ecce99fe X-Archives-Hash: 60ec9418f0786379d0c648e68b0f0b9b commit: 0a6d0b171b6356cba57c8a3d0d54dc469cacf5e4 Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 4 10:02:52 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 4 10:02:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6d0b17 app-xemacs/debug: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/debug/Manifest | 1 + app-xemacs/debug/debug-1.20.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/app-xemacs/debug/Manifest b/app-xemacs/debug/Manifest index 12a981c0276..d13b1c8bf0d 100644 --- a/app-xemacs/debug/Manifest +++ b/app-xemacs/debug/Manifest @@ -1 +1,2 @@ DIST debug-1.18-pkg.tar.gz 107997 BLAKE2B 06873ef6d3886c8b5e9659084bb3a50db955e27ab5104d0f29271ebcfa2e5c298c1bee59f46dac0d4d10f8c0dd89c4b0c99e23bef2c449da697d22641d15bb6f SHA512 0bbd5496636bf6b850d44f953865ca7c23bb5f5040be0d8f6ec385a590ffaa6d5e325b24aac7f07b0b6c8ba0abf3fc3b7214f06a09d20eabc6bdf940237106a1 +DIST debug-1.20-pkg.tar.gz 107953 BLAKE2B 90af70a49f6d62224248a73907dec986ba9671a99782aa84cdf9024426f192fca74781ced10f539da9c3115586cc1fe6ecfbe91fef536228d259280c251fb6f3 SHA512 3985447986f5129a8789d1f9058a662cef5dbbe0e9d565f00973e79a6d32139581fef777f0e6d683ad5338896cc679bea3ffaf18d51976a5a2e27ba5484cd9c9 diff --git a/app-xemacs/debug/debug-1.20.ebuild b/app-xemacs/debug/debug-1.20.ebuild new file mode 100644 index 00000000000..07d8f44bb54 --- /dev/null +++ b/app-xemacs/debug/debug-1.20.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="GUD, gdb, dbx debugging support" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + +inherit xemacs-packages