mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-db/psequel: drop 0.1.8-r1
Closes: https://bugs.gentoo.org/928914 Closes: https://bugs.gentoo.org/928912 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user