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/pgmodeler/
Date: Tue, 26 May 2020 03:35:27 +0000 (UTC)	[thread overview]
Message-ID: <1590464086.a10a9f84e206f8995951a8d30e77e7981a52c7b7.titanofold@gentoo> (raw)

commit:     a10a9f84e206f8995951a8d30e77e7981a52c7b7
Author:     Jaak Ristioja <jaak <AT> ristioja <DOT> ee>
AuthorDate: Thu May  7 15:31:24 2020 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue May 26 03:34:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10a9f84

dev-db/pgmodeler: Bump to 0.9.2

Closes: https://bugs.gentoo.org/701326
Signed-off-by: Jaak Ristioja <jaak <AT> ristioja.ee>
Closes: https://github.com/gentoo/gentoo/pull/15683
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 dev-db/pgmodeler/Manifest               |  1 +
 dev-db/pgmodeler/pgmodeler-0.9.2.ebuild | 61 +++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/dev-db/pgmodeler/Manifest b/dev-db/pgmodeler/Manifest
index e0673a6a927..3917521f445 100644
--- a/dev-db/pgmodeler/Manifest
+++ b/dev-db/pgmodeler/Manifest
@@ -1 +1,2 @@
 DIST pgmodeler-0.9.1.tar.gz 3569027 BLAKE2B 4d91d430554f739b585ed155aa2d87dc648ea5d2d6a1c22ddd9ae829afb63654fe052091de5dea51b0fee20ef2ccaf5b77587f036c4072bbc623bffba9a67b27 SHA512 bb6f093e00f0e41a9dd2a9b7e3723459af759e79835b73ab67b01c23ae6b29f1453b5cf61e987c6f1a2a3908e700d048f0a7dcbed3ac1636493d6b6e657917ba
+DIST pgmodeler-0.9.2.tar.gz 3930988 BLAKE2B 36d89c3bb400cd82199492208acf40fb872cb832a4911f818581672478d80e43bf56246a4485dd9b3a65a378bc261ad1c4b40243f1007aa2e67e75b62233ded4 SHA512 1bc48998623e39139e930c028095aace808084bb05d837273386a96aaeccd292890bbee58059b27710331f87d6e89a79005f2b0cdf901d229be6f777958fe051

diff --git a/dev-db/pgmodeler/pgmodeler-0.9.2.ebuild b/dev-db/pgmodeler/pgmodeler-0.9.2.ebuild
new file mode 100644
index 00000000000..bb15a8302a3
--- /dev/null
+++ b/dev-db/pgmodeler/pgmodeler-0.9.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 9.{5..6} 10 11 12 )
+
+inherit desktop postgres qmake-utils
+
+MY_PV=${PV/_/-}
+
+DESCRIPTION="PostgreSQL Database Modeler"
+HOMEPAGE="https://pgmodeler.io"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="${POSTGRES_DEP}
+	dev-libs/icu:=
+	dev-libs/libxml2:=
+	dev-qt/qtcore:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md RELEASENOTES.md )
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_configure() {
+	eqmake5 \
+		PREFIX="${EPREFIX}/usr" \
+		PLUGINSDIR="${EPREFIX}/usr/$(get_libdir)/${PN}/plugins" \
+		PRIVATEBINDIR="${EPREFIX}/usr/$(get_libdir)/${PN}/bin" \
+		PRIVATELIBDIR="${EPREFIX}/usr/$(get_libdir)/${PN}" \
+		NO_UPDATE_CHECK=1 \
+		-r ${PN}.pro
+}
+
+src_test() {
+	cd "${S}/tests" || die
+	eqmake5 tests.pro
+	emake
+	emake check
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	rm "${D}"/usr/share/${PN}/{CHANGELOG.md,LICENSE,README.md,RELEASENOTES.md}
+
+	einstalldocs
+
+	doicon conf/${PN}_logo.png
+	make_desktop_entry ${PN} ${PN} ${PN}_logo Development
+}


             reply	other threads:[~2020-05-26  3:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26  3:35 Aaron W. Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-06 14:34 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgmodeler/ Sam James
2025-09-06 14:34 Sam James
2025-06-26 19:55 Sam James
2025-05-01 22:36 Andreas Sturmlechner
2025-05-01 22:36 Andreas Sturmlechner
2025-05-01 22:36 Andreas Sturmlechner
2025-05-01 22:36 Andreas Sturmlechner
2025-01-03 13:51 Andreas Sturmlechner
2022-02-14  7:31 罗百科
2021-08-22 21:53 David Seifert
2020-06-26 10:12 Andreas Sturmlechner
2019-06-15 10:58 Aaron W. Swenson
2018-05-20 20:03 Aaron Swenson

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=1590464086.a10a9f84e206f8995951a8d30e77e7981a52c7b7.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