public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdbg/
Date: Wed, 18 Jan 2017 13:19:18 +0000 (UTC)	[thread overview]
Message-ID: <1484745544.0858452d77d4ba19cfc01c81833c8952b0124a82.kensington@gentoo> (raw)

commit:     0858452d77d4ba19cfc01c81833c8952b0124a82
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 13:18:38 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 13:19:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0858452d

dev-util/kdbg: version bump 2.9.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/kdbg/Manifest          |  1 +
 dev-util/kdbg/kdbg-2.9.0.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-util/kdbg/Manifest b/dev-util/kdbg/Manifest
index d0f08cc..beeaccb 100644
--- a/dev-util/kdbg/Manifest
+++ b/dev-util/kdbg/Manifest
@@ -1 +1,2 @@
 DIST kdbg-2.5.6.tar.gz 418080 SHA256 69e0bdf8116cb11912b38cf248b7a1dbb8f36e4dc35b4a498043234979c724cb SHA512 2e8f8b98bed2f77b7a20f67e9d0750e508450b29ee6fdbfd35cc87b345021c8971411d67735906c36a7507ddd8424e20ca76c438412125784d79059ec21d5b87 WHIRLPOOL 880ed965d18f919e9123d75722e447a3327e6f944e2440537f115dc66b2b1777718797b7aee29c93e223458f4d2ab0db656f448aba17bb900e04f63ec19ca661
+DIST kdbg-2.9.0.tar.gz 428800 SHA256 46c8a35c354bd29c9cf2e7d4dfb53765c66f656e8390360b67e59ea502c76f8f SHA512 dd1a618e8188f44694797ee1f2106df714dfc9d1ca9fe9ddd453cb8aa39ad136e70fe21a2500ab154d38e3ad08bed6ac223f44426ea503c860faabb16a96a5f1 WHIRLPOOL 2738a90a824bebcb810624ae7c83b6b5f83f2b5cc9c3902da3a17f458b8087d722a6d587d9844647fcf83d7b61bfcb992e5d20a4f382b1f5231263d9d0484e3d

diff --git a/dev-util/kdbg/kdbg-2.9.0.ebuild b/dev-util/kdbg/kdbg-2.9.0.ebuild
new file mode 100644
index 00000000..3e259df
--- /dev/null
+++ b/dev-util/kdbg/kdbg-2.9.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_LINGUAS="cs da de es fr hr hu it ja nb nn pl pt ro ru sk sr sv tr zh_CN"
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="Graphical debugger interface"
+HOMEPAGE="http://www.kdbg.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="sys-devel/gdb"
+DEPEND="${RDEPEND}"
+
+DOCS=( BUGS README ReleaseNotes-${PV} TODO )
+
+src_prepare() {
+	# allow documentation to be handled by eclass
+	mv kdbg/doc . || die
+	sed -i -e '/add_subdirectory(doc)/d' kdbg/CMakeLists.txt || die
+	echo "add_subdirectory ( doc ) " >> CMakeLists.txt || die
+	kde4-base_src_prepare
+}
+
+src_install() {
+	kde4-base_src_install
+
+	# hack since ChangeLog-* is automagically installed by eclass
+	rm -f "${ED}"usr/share/doc/${PF}/ChangeLog-pre*
+}


             reply	other threads:[~2017-01-18 13:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 13:19 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-07 14:26 [gentoo-commits] repo/gentoo:master commit in: dev-util/kdbg/ Sebastian Pipping
2023-02-24 12:23 Jakov Smolić
2021-11-07 17:23 Andreas Sturmlechner
2020-05-20 22:18 Andreas Sturmlechner
2020-01-03 22:58 Andreas Sturmlechner
2019-12-09 11:21 Andreas Sturmlechner
2019-04-03 15:18 Andreas Sturmlechner
2018-12-16 16:01 Andreas Sturmlechner
2017-12-12 23:04 Andreas Sturmlechner
2017-12-12 23:04 Andreas Sturmlechner
2017-10-15 12:23 Andreas Sturmlechner
2017-08-26 12:22 Michael Palimaka
2017-08-26 12:22 Michael Palimaka
2016-10-16 12:49 Johannes Huber
2015-11-29 16:24 Michael Palimaka

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=1484745544.0858452d77d4ba19cfc01c81833c8952b0124a82.kensington@gentoo \
    --to=kensington@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