mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-libs/libgedit-tepl: drop 6.11.0, 6.12.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST libgedit-tepl-6.11.0.tar.xz 173836 BLAKE2B ef31ad6e9c63d4e593d7f0416beea417fce4fc661ec9b9c22cc4d11317713e6a9be69bf68cdf7fe9de1fa51fcf8d45e83701f4249a8fc8d4e8ccca9334c43272 SHA512 1137ca24d8395fba4a5959b37a3b4dae2400853b9cc09f5411df8d1a448b33caae5c347eb8f50e3caae880015ad620c49fbfc0c081b80067e0abad3a63b59e0f
|
||||
DIST libgedit-tepl-6.12.0.tar.xz 187632 BLAKE2B b4dc7e403ac61166325fd5f8caf30afb28984ba7d67c9a450f137db46456f2ae3d55cb34715f34f3c08184bd2b15a019ba02f74a5cff100221a31d836189a64a SHA512 3a3c9a7b09b4ae624c637df6b9da254bbb1d79dfd2b1e28fa3d2b3b9bf3530d7e2014a0daeb96624d3aeda0fe0949e15737d0acc7179dbb4d21589a076583295
|
||||
DIST libgedit-tepl-6.13.0.tar.bz2 187425 BLAKE2B c7a1a07148c5202294c96efbd689b0813d75d20d1e93c25de089b6533c8b67d4423d526ed5d0d0cd395f33e013c3e340d9b54d4eea1d474a00f0ffb315a15bb1 SHA512 b9630348a54e4a816ab147ec53d39e081d83ed72308d6ac7186444dd689c23c347962a72bb3d9544a7839b29dd9628f487131351c9a21255b46a988c2b21b5a7
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome.org meson virtualx
|
||||
|
||||
DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-tepl"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="6/4"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="gtk-doc"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
!gui-libs/tepl
|
||||
>=dev-libs/glib-2.74:2
|
||||
>=x11-libs/gtk+-3.22:3[introspection]
|
||||
>=gui-libs/libgedit-gtksourceview-299.1.0:300
|
||||
>=gui-libs/libgedit-amtk-5.0:5=[introspection]
|
||||
gui-libs/libgedit-gfls
|
||||
dev-libs/icu:=
|
||||
gnome-base/gsettings-desktop-schemas
|
||||
>=dev-libs/gobject-introspection-1.82.0-r2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/glib-utils
|
||||
gtk-doc? (
|
||||
>=dev-util/gtk-doc-1.25
|
||||
app-text/docbook-xml-dtd:4.3
|
||||
)
|
||||
>=sys-devel/gettext-0.19.6
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dgobject_introspection=true
|
||||
$(meson_use gtk-doc gtk_doc)
|
||||
$(meson_use test tests)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx meson_src_test
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome.org meson virtualx
|
||||
|
||||
DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-tepl"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="6/4"
|
||||
KEYWORDS="~amd64 ~loong ~riscv"
|
||||
IUSE="gtk-doc"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
!gui-libs/tepl
|
||||
>=dev-libs/glib-2.74:2
|
||||
>=x11-libs/gtk+-3.22:3[introspection]
|
||||
>=gui-libs/libgedit-gtksourceview-299.1.0:300
|
||||
>=gui-libs/libgedit-amtk-5.0:5=[introspection]
|
||||
gui-libs/libgedit-gfls
|
||||
dev-libs/icu:=
|
||||
gnome-base/gsettings-desktop-schemas
|
||||
>=dev-libs/gobject-introspection-1.82.0-r2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/glib-utils
|
||||
gtk-doc? (
|
||||
>=dev-util/gtk-doc-1.25
|
||||
app-text/docbook-xml-dtd:4.3
|
||||
)
|
||||
>=sys-devel/gettext-0.19.6
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dgobject_introspection=true
|
||||
$(meson_use gtk-doc gtk_doc)
|
||||
$(meson_use test tests)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx meson_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user