From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgmodeler/
Date: Fri, 26 Jun 2020 10:12:42 +0000 (UTC) [thread overview]
Message-ID: <1593166354.898041935ab652f131bb4a2bc4dd9c45827e3783.asturm@gentoo> (raw)
commit: 898041935ab652f131bb4a2bc4dd9c45827e3783
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 26 10:10:09 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 26 10:12:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89804193
dev-db/pgmodeler: Drop 0.9.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-db/pgmodeler/Manifest | 1 -
dev-db/pgmodeler/pgmodeler-0.9.1.ebuild | 61 ---------------------------------
2 files changed, 62 deletions(-)
diff --git a/dev-db/pgmodeler/Manifest b/dev-db/pgmodeler/Manifest
index 3917521f445..1f5e1a9bd7c 100644
--- a/dev-db/pgmodeler/Manifest
+++ b/dev-db/pgmodeler/Manifest
@@ -1,2 +1 @@
-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.1.ebuild b/dev-db/pgmodeler/pgmodeler-0.9.1.ebuild
deleted file mode 100644
index 93149728921..00000000000
--- a/dev-db/pgmodeler/pgmodeler-0.9.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-POSTGRES_COMPAT=( 9.{4..6} 10 )
-
-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
-}
next reply other threads:[~2020-06-26 10:12 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-26 10:12 Andreas Sturmlechner [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-05-26 3:35 Aaron W. Swenson
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=1593166354.898041935ab652f131bb4a2bc4dd9c45827e3783.asturm@gentoo \
--to=asturm@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