mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ada/gnatsymbolize: Add to tree
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
1
dev-ada/gnatsymbolize/Manifest
Normal file
1
dev-ada/gnatsymbolize/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST gnatsymbolize-gpl-2018-src.tar.gz 14286 BLAKE2B ac655b951b584224e64778fd800c082defee9abce4b3e7e1ac766a38c3b1ed8624c349f249714376e5984e37a9e9df256b6627b6ed2898f2f71fcaa8067cf36b SHA512 4fc21b45c32c08f9911cb7cdc0170e36f1c10d703244bbbfbd525386297b6e6779651751281402e8c4caee668df052e7c1ccc234e5cd88151ee471b8e3f06d0f
|
||||
31
dev-ada/gnatsymbolize/gnatsymbolize-2018.ebuild
Normal file
31
dev-ada/gnatsymbolize/gnatsymbolize-2018.ebuild
Normal file
@@ -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
|
||||
}
|
||||
12
dev-ada/gnatsymbolize/metadata.xml
Normal file
12
dev-ada/gnatsymbolize/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user