public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron W. Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_top/
Date: Mon, 30 Nov 2020 03:25:19 +0000 (UTC)	[thread overview]
Message-ID: <1606706603.ef5d69fa03126598af4ee4b1949fb7d9d4bb075f.titanofold@gentoo> (raw)

commit:     ef5d69fa03126598af4ee4b1949fb7d9d4bb075f
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 03:23:23 2020 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 03:23:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5d69fa

dev-db/pg_top: Don't ignore CFLAGS

Bug: https://bugs.gentoo.org/756049
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 dev-db/pg_top/pg_top-4.0.0-r1.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-db/pg_top/pg_top-4.0.0-r1.ebuild b/dev-db/pg_top/pg_top-4.0.0-r1.ebuild
new file mode 100644
index 00000000000..bb38e3056d7
--- /dev/null
+++ b/dev-db/pg_top/pg_top-4.0.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="'top' for PostgreSQL"
+HOMEPAGE="https://pg_top.gitlab.io/"
+SRC_URI="https://pg_top.gitlab.io/source/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-db/postgresql:="
+DEPEND="${RDEPEND}"
+
+DOCS=( HISTORY.rst README.rst TODO Y2K )
+
+src_prepare() {
+	sed 's/set(CMAKE_C_FLAGS "-Wall")//' -i CMakeLists.txt || die
+	cmake_src_prepare
+}


             reply	other threads:[~2020-11-30  3:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-30  3:25 Aaron W. Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-03 10:26 [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_top/ Sam James
2024-07-19  9:23 Patrick Lauer
2021-12-15  3:57 Sam James
2021-12-15  3:54 Sam James
2021-12-15  3:54 Sam James
2021-01-07 23:30 Aaron W. Swenson
2020-12-29 22:57 Sam James
2020-12-17 12:00 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-11-22  2:21 Aaron W. Swenson
2018-01-02  0:10 Mikle Kolyada
2017-12-19 15:46 Thomas Deutschmann

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=1606706603.ef5d69fa03126598af4ee4b1949fb7d9d4bb075f.titanofold@gentoo \
    --to=titanofold@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