From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-db/psequel/ Date: Fri, 5 Apr 2024 21:57:24 +0000 (UTC) [thread overview] Message-ID: <1712354231.3603f1f49eeda9b2d0b33e62d91128dbeb7d02b1.julien@gentoo> (raw) commit: 3603f1f49eeda9b2d0b33e62d91128dbeb7d02b1 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Fri Apr 5 21:42:48 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Fri Apr 5 21:57:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3603f1f4 dev-db/psequel: new package, add 0.1.8 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-db/psequel/Manifest | 1 + dev-db/psequel/metadata.xml | 31 ++++++++++++++++++++++++ dev-db/psequel/psequel-0.1.8.ebuild | 47 +++++++++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+) diff --git a/dev-db/psequel/Manifest b/dev-db/psequel/Manifest new file mode 100644 index 0000000000..1c49a4a574 --- /dev/null +++ b/dev-db/psequel/Manifest @@ -0,0 +1 @@ +DIST psequel-0.1.8.gh.tar.gz 1750537 BLAKE2B 6d170ea3b1cdfc441959cd536a69c12cff38234bc54db5c8e1b487837cb718a1a4370d73812160575effe7e231e8c1c066d9462370abc4b6363b133fb8fb072a SHA512 b4785c282bf9b10fc8d67620b81a89c9e673ac0fc12df2ba6f3fd33184bfccf800cb9bfee26ae876cade14c50b612c6c82d672dd564625db05f52743ae91bdfb diff --git a/dev-db/psequel/metadata.xml b/dev-db/psequel/metadata.xml new file mode 100644 index 0000000000..1823388b31 --- /dev/null +++ b/dev-db/psequel/metadata.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Julien Roy</name> + <email>julien@jroy.ca</email> + </maintainer> + <longdescription> +Small tool for quick sql query, specialized in PostgresSQL. Written in Vala for GNOME desktop in the hope to be useful. + +FeaturesL +Load and save connections. +Import and Export connections info +List schema info, tables, views. +View table columns info, indexes, foreign keys +View table data, sort by column +Write query +Query History +Hightlight current query +Export query data + </longdescription> + <upstream> + <maintainer> + <name>Pham Văn Phúc</name> + <email>phuclaplace@gmail.com</email> + </maintainer> + <bugs-to>https://github.com/ppvan/psequel/issues</bugs-to> + <changelog>https://github.com/ppvan/psequel/releases</changelog> + <remote-id type="github">ppvan/psequel</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-db/psequel/psequel-0.1.8.ebuild b/dev-db/psequel/psequel-0.1.8.ebuild new file mode 100644 index 0000000000..57ba860f03 --- /dev/null +++ b/dev-db/psequel/psequel-0.1.8.ebuild @@ -0,0 +1,47 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson gnome2-utils vala xdg + +DESCRIPTION="Run your SQL query" +HOMEPAGE="https://github.com/ppvan/psequel" +SRC_URI="https://github.com/ppvan/psequel/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-db/postgresql + gui-libs/gtk:4 + gui-libs/libadwaita:1 +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=dev-lang/vala-0.56 + >=gui-libs/gtk-4.10.0:4 + >=gui-libs/gtksourceview-5.0:5 + >=dev-libs/glib-2.74.0:2 + >=dev-libs/json-glib-1.6.0 + >=gui-libs/libadwaita-1.0:1 + >=dev-db/postgresql-15.3 +" + +src_prepare() { + default + vala_setup +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update + xdg_icon_cache_update +}
WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-db/psequel/ Date: Fri, 5 Apr 2024 22:20:44 +0000 (UTC) [thread overview] Message-ID: <1712354231.3603f1f49eeda9b2d0b33e62d91128dbeb7d02b1.julien@gentoo> (raw) Message-ID: <20240405222044.qlhy1oNKGRkAaPrcIs2F_AtcjaGEg5oxoLrFmmzpKz0@z> (raw) commit: 3603f1f49eeda9b2d0b33e62d91128dbeb7d02b1 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Fri Apr 5 21:42:48 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Fri Apr 5 21:57:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3603f1f4 dev-db/psequel: new package, add 0.1.8 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-db/psequel/Manifest | 1 + dev-db/psequel/metadata.xml | 31 ++++++++++++++++++++++++ dev-db/psequel/psequel-0.1.8.ebuild | 47 +++++++++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+) diff --git a/dev-db/psequel/Manifest b/dev-db/psequel/Manifest new file mode 100644 index 0000000000..1c49a4a574 --- /dev/null +++ b/dev-db/psequel/Manifest @@ -0,0 +1 @@ +DIST psequel-0.1.8.gh.tar.gz 1750537 BLAKE2B 6d170ea3b1cdfc441959cd536a69c12cff38234bc54db5c8e1b487837cb718a1a4370d73812160575effe7e231e8c1c066d9462370abc4b6363b133fb8fb072a SHA512 b4785c282bf9b10fc8d67620b81a89c9e673ac0fc12df2ba6f3fd33184bfccf800cb9bfee26ae876cade14c50b612c6c82d672dd564625db05f52743ae91bdfb diff --git a/dev-db/psequel/metadata.xml b/dev-db/psequel/metadata.xml new file mode 100644 index 0000000000..1823388b31 --- /dev/null +++ b/dev-db/psequel/metadata.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Julien Roy</name> + <email>julien@jroy.ca</email> + </maintainer> + <longdescription> +Small tool for quick sql query, specialized in PostgresSQL. Written in Vala for GNOME desktop in the hope to be useful. + +FeaturesL +Load and save connections. +Import and Export connections info +List schema info, tables, views. +View table columns info, indexes, foreign keys +View table data, sort by column +Write query +Query History +Hightlight current query +Export query data + </longdescription> + <upstream> + <maintainer> + <name>Pham Văn Phúc</name> + <email>phuclaplace@gmail.com</email> + </maintainer> + <bugs-to>https://github.com/ppvan/psequel/issues</bugs-to> + <changelog>https://github.com/ppvan/psequel/releases</changelog> + <remote-id type="github">ppvan/psequel</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-db/psequel/psequel-0.1.8.ebuild b/dev-db/psequel/psequel-0.1.8.ebuild new file mode 100644 index 0000000000..57ba860f03 --- /dev/null +++ b/dev-db/psequel/psequel-0.1.8.ebuild @@ -0,0 +1,47 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson gnome2-utils vala xdg + +DESCRIPTION="Run your SQL query" +HOMEPAGE="https://github.com/ppvan/psequel" +SRC_URI="https://github.com/ppvan/psequel/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-db/postgresql + gui-libs/gtk:4 + gui-libs/libadwaita:1 +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=dev-lang/vala-0.56 + >=gui-libs/gtk-4.10.0:4 + >=gui-libs/gtksourceview-5.0:5 + >=dev-libs/glib-2.74.0:2 + >=dev-libs/json-glib-1.6.0 + >=gui-libs/libadwaita-1.0:1 + >=dev-db/postgresql-15.3 +" + +src_prepare() { + default + vala_setup +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update + xdg_icon_cache_update +}
next reply other threads:[~2024-04-05 21:57 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-04-05 21:57 Julien Roy [this message] 2024-04-05 22:20 ` [gentoo-commits] repo/proj/guru:master commit in: dev-db/psequel/ Julien Roy -- strict thread matches above, loose matches on Subject: below -- 2024-04-05 22:20 Julien Roy 2024-04-05 22:17 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy 2024-04-06 12:57 Julien Roy 2024-04-07 15:25 Julien Roy 2024-05-24 19:03 [gentoo-commits] repo/proj/guru:master " Julien Roy 2024-05-24 19:00 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy 2024-11-19 14:01 Julien Roy 2024-11-21 17:40 Julien Roy
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=1712354231.3603f1f49eeda9b2d0b33e62d91128dbeb7d02b1.julien@gentoo \ --to=julien@jroy.ca \ --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: linkBe 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