From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1034098-garchives=archives.gentoo.org@lists.gentoo.org> 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 C0489138334 for <garchives@archives.gentoo.org>; Sun, 1 Jul 2018 14:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAE74E07EF; Sun, 1 Jul 2018 14:55:55 +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 81A12E07EF for <gentoo-commits@lists.gentoo.org>; Sun, 1 Jul 2018 14:55:55 +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 70911335C90 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Jul 2018 14:55:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDC762EB for <gentoo-commits@lists.gentoo.org>; Sun, 1 Jul 2018 14:55:51 +0000 (UTC) From: "Alfredo Tupone" <tupone@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" <tupone@gentoo.org> Message-ID: <1530456941.fc0b7bc6d1824d50ea72cbc5c665d1319f11c12a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatsymbolize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatsymbolize/Manifest dev-ada/gnatsymbolize/gnatsymbolize-2018.ebuild dev-ada/gnatsymbolize/metadata.xml X-VCS-Directories: dev-ada/gnatsymbolize/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: fc0b7bc6d1824d50ea72cbc5c665d1319f11c12a X-VCS-Branch: master Date: Sun, 1 Jul 2018 14:55:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c641aed4-71ae-48c4-9bda-44e6c172b581 X-Archives-Hash: 1ec52ee0e532ed2a83ac0b1940c55b9d commit: fc0b7bc6d1824d50ea72cbc5c665d1319f11c12a Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Jul 1 14:55:41 2018 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Jul 1 14:55:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0b7bc6 dev-ada/gnatsymbolize: Add to tree Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ada/gnatsymbolize/Manifest | 1 + dev-ada/gnatsymbolize/gnatsymbolize-2018.ebuild | 31 +++++++++++++++++++++++++ dev-ada/gnatsymbolize/metadata.xml | 12 ++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-ada/gnatsymbolize/Manifest b/dev-ada/gnatsymbolize/Manifest new file mode 100644 index 00000000000..ac35e2e328b --- /dev/null +++ b/dev-ada/gnatsymbolize/Manifest @@ -0,0 +1 @@ +DIST gnatsymbolize-gpl-2018-src.tar.gz 14286 BLAKE2B ac655b951b584224e64778fd800c082defee9abce4b3e7e1ac766a38c3b1ed8624c349f249714376e5984e37a9e9df256b6627b6ed2898f2f71fcaa8067cf36b SHA512 4fc21b45c32c08f9911cb7cdc0170e36f1c10d703244bbbfbd525386297b6e6779651751281402e8c4caee668df052e7c1ccc234e5cd88151ee471b8e3f06d0f diff --git a/dev-ada/gnatsymbolize/gnatsymbolize-2018.ebuild b/dev-ada/gnatsymbolize/gnatsymbolize-2018.ebuild new file mode 100644 index 00000000000..192b6956dbb --- /dev/null +++ b/dev-ada/gnatsymbolize/gnatsymbolize-2018.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit multiprocessing autotools + +MYP=${PN}-gpl-${PV}-src + +DESCRIPTION="Translates addresses into filename, line number, and function names" +HOMEPAGE="http://libre.adacore.com/" +SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819dfc7a447df26c27a6d -> + ${MYP}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="dev-lang/gnat-gpl:7.3.1" + +S="${WORKDIR}"/${MYP} + +src_compile() { + gnatmake-7.3.1 -v gnatsymbolize -cargs ${ADAFLAGS} || die +} + +src_install() { + dobin gnatsymbolize +} diff --git a/dev-ada/gnatsymbolize/metadata.xml b/dev-ada/gnatsymbolize/metadata.xml new file mode 100644 index 00000000000..51c5ca471d8 --- /dev/null +++ b/dev-ada/gnatsymbolize/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>tupone@gentoo.org</email> + <name>Tupone Alfredo</name> + </maintainer> + <longdescription lang="en"> + gnatsymbolize is a program which translates addresses into their + corresponding filename, line number, and function names. + </longdescription> +</pkgmetadata>