diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-04-01 20:30:43 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-01 20:56:50 -0400 |
commit | eb62b997051c2f2d902c0db0e9ac8c6025e2354a (patch) | |
tree | eb90a2ab07b5083fd74721ffc00b2927527f02f5 /gui-apps | |
parent | gnome-extra/zenity: Drop old versions (diff) | |
download | gentoo-eb62b997051c2f2d902c0db0e9ac8c6025e2354a.tar.gz gentoo-eb62b997051c2f2d902c0db0e9ac8c6025e2354a.tar.bz2 gentoo-eb62b997051c2f2d902c0db0e9ac8c6025e2354a.zip |
gui-apps/gnome-console: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/gnome-console/Manifest | 2 | ||||
-rw-r--r-- | gui-apps/gnome-console/gnome-console-43.0.ebuild | 47 | ||||
-rw-r--r-- | gui-apps/gnome-console/gnome-console-44_beta.ebuild | 55 |
3 files changed, 0 insertions, 104 deletions
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest index 8bc20d4eeac6..d7055a23367c 100644 --- a/gui-apps/gnome-console/Manifest +++ b/gui-apps/gnome-console/Manifest @@ -1,3 +1 @@ -DIST gnome-console-43.0.tar.xz 161916 BLAKE2B 9790026541e61d0ae303831363fec15efce242c35bde2e628eec7b9c405095de9301dec344feaf83e035a5343ee8cb71dbece951def6d145555de40c73d9acc4 SHA512 b4da0f0c1e35bb468f5db8080b762c652358bd96d95dfbbc0d9b5c02d47c513c8adc23b1b38653873ab3a817e82bad5776ceeb6568d2041ab026ca460a7c3808 DIST gnome-console-44.0.tar.xz 160764 BLAKE2B db8438cf90ae7d54a359faa6cdda15dfcf4f47ba350d7b62febe71b9ade39b52e2da8883705ef7e31886eca7aa2940a1a9d4813460ef8a04402b829bb21f5ba5 SHA512 c53435f303d1625730174f3ec36c554c2090a5e64796b03642bb2ccc7edc301219f324d929b77dd8b4bfe12553c089103b2b57b6e1062b504b0d0007c2079f28 -DIST gnome-console-44.beta.tar.xz 159476 BLAKE2B 00430483a2cd5cc606d8d17468b172757151f683860bc922585f609b159bc17db87e8e8ae82211c9092406dcd218bc3240811f3ae863c4d629ef8b1830ec3867 SHA512 30eaa6fbd3acc02980475be7612e6d2a8652239eb3480835e09a86ba700198637f17003de3053cda034900c7c9eee61bbcd4f034662dff69c7af3fa61f94dc5e diff --git a/gui-apps/gnome-console/gnome-console-43.0.ebuild b/gui-apps/gnome-console/gnome-console-43.0.ebuild deleted file mode 100644 index c4b376a3f0ff..000000000000 --- a/gui-apps/gnome-console/gnome-console-43.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop" -HOMEPAGE="https://gitlab.gnome.org/GNOME/console" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.72:2 - >=gui-libs/gtk-4.6:4 - >=gui-libs/libadwaita-1.2:1 - >=gui-libs/vte-0.70.0:2.91-gtk4 - gnome-base/libgtop:2= - >=dev-libs/libpcre2-10.32:0= - gnome-base/gsettings-desktop-schemas - - x11-libs/pango -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local emesonargs=( - -Ddevel=false - $(meson_use test tests) - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/gui-apps/gnome-console/gnome-console-44_beta.ebuild b/gui-apps/gnome-console/gnome-console-44_beta.ebuild deleted file mode 100644 index 8e311b1d863f..000000000000 --- a/gui-apps/gnome-console/gnome-console-44_beta.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop" -HOMEPAGE="https://gitlab.gnome.org/GNOME/console" -SRC_URI="https://download.gnome.org/sources/${PN}/44/${PN}-44.beta.tar.xz" -S="${WORKDIR}/${PN}-44.beta" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.72:2 - >=gui-libs/gtk-4.6:4 - >=gui-libs/libadwaita-1.3_rc:1 - >=gui-libs/vte-0.70.0:2.91-gtk4 - gnome-base/libgtop:2= - >=dev-libs/libpcre2-10.32:0= - gnome-base/gsettings-desktop-schemas - - x11-libs/pango -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - test? ( - dev-util/desktop-file-utils - dev-libs/appstream-glib - ) -" - -src_configure() { - local emesonargs=( - -Ddevel=false - $(meson_use test tests) - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |