public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatmem/
Date: Tue, 13 Feb 2018 19:30:40 +0000 (UTC)	[thread overview]
Message-ID: <1518550232.6ba5c90d0c19184a8289664643ba743a141fea08.tupone@gentoo> (raw)

commit:     6ba5c90d0c19184a8289664643ba743a141fea08
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 19:30:32 2018 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 19:30:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba5c90d

dev-ada/gnatmem: 2017 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ada/gnatmem/Manifest            |  1 -
 dev-ada/gnatmem/gnatmem-2016.ebuild | 41 -------------------------------------
 dev-ada/gnatmem/gnatmem-2017.ebuild |  5 +++--
 3 files changed, 3 insertions(+), 44 deletions(-)

diff --git a/dev-ada/gnatmem/Manifest b/dev-ada/gnatmem/Manifest
index 4e74a9f5fdd..b72ab672e2d 100644
--- a/dev-ada/gnatmem/Manifest
+++ b/dev-ada/gnatmem/Manifest
@@ -1,2 +1 @@
-DIST gnatmem-gpl-2016-src.tar.gz 80104 BLAKE2B c7ccdf4a8b2c91117550592763c467a32befc00ad3fa6488963635be283d6e84dd572123d9586166af215dd845aa785f5953dae7fadca6e49fbb6004af0576fa SHA512 bc711af9eda55e89a22fee9dbe506a60fbdd718a9f47141a8d13ad4b97c4520c3988e3a55b6c85bb53098e542f655de9572aeefc99d88c41a2645d9f01b2828b
 DIST gnatmem-gpl-2017-src.tar.gz 80106 BLAKE2B 81f5b2fe4cacf383a39230bf3ebbbbfce0cd0a774b0289a78774dacedbfa0f2ca385b5538e1d12a075383158ff3c657d3a645f8f08be62fe6a437c9f7cd4b971 SHA512 52ba2cfb24314f481ec07e351ff6d8883753dcfe5d0489a78536bf0b841d931055be02271a5d93b2ec15c52fd775d4b177a17de52f9472cc8f352bf044b28897

diff --git a/dev-ada/gnatmem/gnatmem-2016.ebuild b/dev-ada/gnatmem/gnatmem-2016.ebuild
deleted file mode 100644
index 1b7bae00d06..00000000000
--- a/dev-ada/gnatmem/gnatmem-2016.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multiprocessing autotools
-
-MYP=${PN}-gpl-${PV}-src
-
-DESCRIPTION="Monitors dynamic allocation and deallocation activity in a program"
-HOMEPAGE="http://libre.adacore.com/"
-SRC_URI="http://mirrors.cdn.adacore.com/art/573995c8c7a447658e0affa2 -> ${MYP}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+gnat_2016 gnat_2017"
-
-RDEPEND=""
-DEPEND="dev-ada/gprbuild[gnat_2016=,gnat_2017=]"
-
-REQUIRED_USE="^^ ( gnat_2016 gnat_2017 )"
-
-S="${WORKDIR}"/${MYP}
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_prepare() {
-	default
-	mv configure.in configure.ac
-	eautoreconf
-}
-
-src_compile() {
-	gprbuild -Pgnatmem.gpr -j$(makeopts_jobs) \
-		-cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS}
-}
-
-src_install() {
-	dobin obj/gnatmem
-}

diff --git a/dev-ada/gnatmem/gnatmem-2017.ebuild b/dev-ada/gnatmem/gnatmem-2017.ebuild
index c9a384fa74d..f5b63e51484 100644
--- a/dev-ada/gnatmem/gnatmem-2017.ebuild
+++ b/dev-ada/gnatmem/gnatmem-2017.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,8 @@ MYP=${PN}-gpl-${PV}-src
 
 DESCRIPTION="Monitors dynamic allocation and deallocation activity in a program"
 HOMEPAGE="http://libre.adacore.com/"
-SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed033 -> ${MYP}.tar.gz"
+SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed033 ->
+	${MYP}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


             reply	other threads:[~2018-02-13 19:30 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-13 19:30 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-10 13:53 [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatmem/ Alfredo Tupone
2018-04-22  7:41 Alfredo Tupone
2018-07-01 13:56 Alfredo Tupone
2018-07-21 20:34 Alfredo Tupone
2018-11-10 16:26 Alfredo Tupone
2019-02-07  6:51 Alfredo Tupone
2019-06-18  6:53 Alfredo Tupone
2019-08-27 10:20 Alfredo Tupone
2019-08-29  6:37 Alfredo Tupone
2019-09-17  7:19 Alfredo Tupone
2019-10-18 17:06 Alfredo Tupone
2019-11-09 19:52 Alfredo Tupone
2020-08-05 11:57 Alfredo Tupone
2021-06-02 10:14 Alfredo Tupone
2021-06-05 13:23 Alfredo Tupone
2021-07-20  6:33 Agostino Sarubbo
2021-09-19 12:58 Alfredo Tupone
2021-12-19 22:09 Agostino Sarubbo
2022-10-06  7:40 Alfredo Tupone
2022-11-21 18:16 Alfredo Tupone
2022-12-21  7:53 Alfredo Tupone
2023-03-21  7:25 Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-12-26 15:38 Alfredo Tupone
2024-03-21 20:33 Alfredo Tupone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1518550232.6ba5c90d0c19184a8289664643ba743a141fea08.tupone@gentoo \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox