From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdbg/
Date: Sat, 26 Aug 2017 12:22:41 +0000 (UTC) [thread overview]
Message-ID: <1503750153.4c8f8cc09cca072d816725e92fe7b6edceba7074.kensington@gentoo> (raw)
commit: 4c8f8cc09cca072d816725e92fe7b6edceba7074
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 12:20:55 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 12:22:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8f8cc0
dev-util/kdbg: version bump 2.9.1
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-util/kdbg/Manifest | 1 +
dev-util/kdbg/kdbg-2.9.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-util/kdbg/Manifest b/dev-util/kdbg/Manifest
index f1e01442555..4e4499014b7 100644
--- a/dev-util/kdbg/Manifest
+++ b/dev-util/kdbg/Manifest
@@ -1 +1,2 @@
DIST kdbg-2.9.0.tar.gz 428800 SHA256 46c8a35c354bd29c9cf2e7d4dfb53765c66f656e8390360b67e59ea502c76f8f SHA512 dd1a618e8188f44694797ee1f2106df714dfc9d1ca9fe9ddd453cb8aa39ad136e70fe21a2500ab154d38e3ad08bed6ac223f44426ea503c860faabb16a96a5f1 WHIRLPOOL 2738a90a824bebcb810624ae7c83b6b5f83f2b5cc9c3902da3a17f458b8087d722a6d587d9844647fcf83d7b61bfcb992e5d20a4f382b1f5231263d9d0484e3d
+DIST kdbg-2.9.1.tar.gz 428855 SHA256 fd1966b9b6cafb1d9ccafe7fbb7057bcf7102a9f18d726aaa2c3375c9470b3b3 SHA512 9e214129089d84a2f22c58334a3d1ea7666bffcd59f422983e4d9cccbd4c9f4c42da127a74cbd4abb4029c544ae4be6d7daeb2beeb4b4718f21fea9d161f6c50 WHIRLPOOL 28c390dca33a16f77a76af5043db9fa03a775afc3b86a6ff0b07650400f6ddb59842a2abfbcba084fc68995d297ad3f0009e7b757e99aa128975d4a864d65274
diff --git a/dev-util/kdbg/kdbg-2.9.1.ebuild b/dev-util/kdbg/kdbg-2.9.1.ebuild
new file mode 100644
index 00000000000..80d12283208
--- /dev/null
+++ b/dev-util/kdbg/kdbg-2.9.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+QT3SUPPORT_REQUIRED="true"
+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*
+}
next reply other threads:[~2017-08-26 12:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-26 12:22 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-01-18 13:19 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=1503750153.4c8f8cc09cca072d816725e92fe7b6edceba7074.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