diff options
author | Julien Roy <julien@jroy.ca> | 2024-11-21 11:59:42 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-11-21 11:59:42 -0500 |
commit | 61794435b11f882e60c745c6f3ad8a01a2a5dc6a (patch) | |
tree | c87e7757b3f481225a5c99c4a07d76f1fc88a752 | |
parent | x11-drivers/evdi: drop 1.14.6 1.14.7 (diff) | |
download | guru-dev.tar.gz guru-dev.tar.bz2 guru-dev.zip |
Closes: https://bugs.gentoo.org/928914
Closes: https://bugs.gentoo.org/928912
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r-- | dev-db/psequel/Manifest | 1 | ||||
-rw-r--r-- | dev-db/psequel/psequel-0.1.8-r1.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/dev-db/psequel/Manifest b/dev-db/psequel/Manifest index e99a5f565..ed26de475 100644 --- a/dev-db/psequel/Manifest +++ b/dev-db/psequel/Manifest @@ -1,2 +1 @@ -DIST psequel-0.1.8.gh.tar.gz 1750537 BLAKE2B 6d170ea3b1cdfc441959cd536a69c12cff38234bc54db5c8e1b487837cb718a1a4370d73812160575effe7e231e8c1c066d9462370abc4b6363b133fb8fb072a SHA512 b4785c282bf9b10fc8d67620b81a89c9e673ac0fc12df2ba6f3fd33184bfccf800cb9bfee26ae876cade14c50b612c6c82d672dd564625db05f52743ae91bdfb DIST psequel-0.2.0.gh.tar.gz 936421 BLAKE2B b1468917c626e734f469e75d8b491e4f41d0e0b724c91e196bfca5cfd6fdec5fd3bcca90bd397a202b785fded5c5bf43592c10b767a18ea486bd67ace1ee28f1 SHA512 8b58888c5f9ed4571f23d8458eb30271b7c120e2c60f49a7221a59155762d32def10a08d2130dc4c09d90e17bb1e607f0fa0d812dc5f303cd7d4f2002b4ec083 diff --git a/dev-db/psequel/psequel-0.1.8-r1.ebuild b/dev-db/psequel/psequel-0.1.8-r1.ebuild deleted file mode 100644 index 0d6ffa1b6..000000000 --- a/dev-db/psequel/psequel-0.1.8-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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 - dev-db/pg_query_vala - dev-libs/glib - dev-libs/json-glib - gui-libs/gtk:4 - gui-libs/gtksourceview - gui-libs/libadwaita:1 - x11-libs/pango -" -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 - dev-db/pg_query_vala - dev-util/blueprint-compiler -" - -src_prepare() { - default - vala_setup -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |