public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
Date: Sat,  4 Jun 2016 19:51:54 +0000 (UTC)	[thread overview]
Message-ID: <1465068239.5746529f65101744d9dba9141cdffd398361c1ae.monsieurp@gentoo> (raw)

commit:     5746529f65101744d9dba9141cdffd398361c1ae
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 19:23:30 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 19:23:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5746529f

dev-util/cgdb: EAPI 6 bump.

Package-Manager: portage-2.2.28

 dev-util/cgdb/Manifest          |  1 +
 dev-util/cgdb/cgdb-0.6.8.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-util/cgdb/Manifest b/dev-util/cgdb/Manifest
index 4f9abaa..81f8bec 100644
--- a/dev-util/cgdb/Manifest
+++ b/dev-util/cgdb/Manifest
@@ -1,2 +1,3 @@
 DIST cgdb-0.6.6.tar.gz 954789 SHA256 cf9e9f60f6a4fcc93509dfeebbad86617fcd6788ff93e0392a30cc3b23415745 SHA512 9efd4e60f07f6e189fe3c91ef52c1b3c8d70623b11d08bac6d78c36e8f8f549071448212db973974b9604f84aafc73697d9d1305c3d9691fb5f19346d2e04e8f WHIRLPOOL 4e74e53cf760deaa9c5eabb0d5502ecfbffcf2c047bb157a986a8cc47b9c31f93017a4674a0917cf091d662d5d22f6e4b9717d6784e8dc76403102169aa8091d
 DIST cgdb-0.6.7.tar.gz 674132 SHA256 074ed31d1e827a04574add8c27d391447d75313e85ff938005d8ec939499fda9 SHA512 0a9d1cc3fb00c3cdaeb060d20d3312dd738b617ff1b188db33a074e2790f9721ca58e924ecc9929b84832c3ca22a334d7a66294439341a9b6868eef1baafca3e WHIRLPOOL 77eab90e1e71efb6dbcbad61b200cc75a7674cc76dbe2779e2e52b395a2d7e67f47958a293b7b1431dc39cfa5272dea7026fc3e459b2d615ef509988b3a06720
+DIST cgdb-0.6.8.zip 516043 SHA256 f766b71eaffde8d9d5c16da9f013d83f59e9f4d7a04eb6f56b8cfd1fb69b10cb SHA512 9ef64e9ca8f8a134faee05b1f8b2d98b018e398aa12d8afdcfa71c24060465079fa58fd04961a10f622af08cb75a63d4ee52e956217708da8ed9e60d1e4a7b33 WHIRLPOOL aed6774973a5642a285ae458cbc8a516bbfec2267b8f460d4c3a269b5af5b51c8297e9d9b41a7423ccd2ad52b9ff0c663838cb9092bf93ccf1411c1f7c530339

diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild
new file mode 100644
index 0000000..8f5ebe8
--- /dev/null
+++ b/dev-util/cgdb/cgdb-0.6.8.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib-minimal
+
+DESCRIPTION="A curses front-end for GDB, the GNU debugger"
+HOMEPAGE="http://cgdb.github.io/"
+SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+S="${WORKDIR}/${P}"
+
+DEPEND="
+	sys-libs/ncurses:0=
+	sys-libs/readline:0="
+
+RDEPEND="
+	${DEPEND}
+	sys-devel/gdb"
+
+src_prepare() {
+	default
+	./autogen.sh || die
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+	multilib-minimal_src_compile
+}
+
+src_install() {
+	multilib-minimal_src_install
+	dodoc AUTHORS ChangeLog INSTALL NEWS README.md TODO
+}


             reply	other threads:[~2016-06-04 19:52 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-04 19:51 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-06  6:12 [gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/ Göktürk Yüksek
2016-12-06  6:12 Göktürk Yüksek
2016-12-06  6:12 Göktürk Yüksek
2016-12-06 15:06 Göktürk Yüksek
2016-12-06 15:17 Göktürk Yüksek
2016-12-06 18:19 Göktürk Yüksek
2016-12-06 18:21 Göktürk Yüksek
2016-12-07  0:27 Göktürk Yüksek
2016-12-07  0:27 Göktürk Yüksek
2017-01-03 10:38 Agostino Sarubbo
2017-05-25 18:27 Patrice Clement
2017-08-11  3:54 Patrice Clement
2019-04-03  6:50 Michał Górny
2019-04-03  6:50 Michał Górny
2020-08-14 21:27 Jonas Stein
2020-09-05  7:54 Joonas Niilola
2020-09-05  7:54 Joonas Niilola
2020-09-05  7:54 Joonas Niilola
2020-09-05  9:21 Joonas Niilola
2020-09-16  1:52 Sam James
2020-09-17  6:06 Sam James
2020-09-18  7:29 Agostino Sarubbo
2020-09-18  7:45 Agostino Sarubbo
2020-09-18  7:54 Agostino Sarubbo
2020-09-18  8:26 Agostino Sarubbo
2020-10-02 13:57 Joonas Niilola
2020-10-06 21:08 Sam James
2020-10-07  6:50 Agostino Sarubbo
2020-10-07  6:53 Agostino Sarubbo
2020-10-12  9:06 Joonas Niilola
2022-01-24 22:30 Jakov Smolić
2023-03-17 16:13 Arthur Zamarin
2023-03-17 16:15 Arthur Zamarin
2023-03-17 16:36 Arthur Zamarin
2023-03-17 17:00 Sam James
2023-03-17 17:00 Sam James

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=1465068239.5746529f65101744d9dba9141cdffd398361c1ae.monsieurp@gentoo \
    --to=monsieurp@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