diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:07:48 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:54:45 -0400 |
commit | 40e621d54ee5a1fcc14ae9aa1947b4f1267179c7 (patch) | |
tree | 6a2380d2e6af4400409865bafcbcd844201fd3b1 /app-editors | |
parent | app-crypt/gcr: Drop old versions (diff) | |
download | gentoo-40e621d54ee5a1fcc14ae9aa1947b4f1267179c7.tar.gz gentoo-40e621d54ee5a1fcc14ae9aa1947b4f1267179c7.tar.bz2 gentoo-40e621d54ee5a1fcc14ae9aa1947b4f1267179c7.zip |
app-editors/ghex: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/Manifest | 2 | ||||
-rw-r--r-- | app-editors/ghex/ghex-43.1.ebuild | 66 | ||||
-rw-r--r-- | app-editors/ghex/ghex-44.0.ebuild | 66 |
3 files changed, 0 insertions, 134 deletions
diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index 32c2c4153343..b649fdb0b369 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1,3 +1 @@ -DIST ghex-43.1.tar.xz 1021548 BLAKE2B 18e9ee5287180475ccb03343fa3d59d17578c0251e03362f2ea43bf26529fdd1691b71c7d66c18fea7d1146fa05a17c3e3e1267d897887c2cd4a766b67044803 SHA512 8ec171921084faa9fce2fe42459dc53b0217a67c775cfbb547096d095820f0a39c5683f441de9b32de178443f39d58fc49dc94bffcdf92c0540b8e5e1fe86ef3 -DIST ghex-44.0.tar.xz 1070300 BLAKE2B 9226cd7d499c159341864b13293d4517de83d51be49445b99cf0376c4ab84f8dbd229e59c4a81fe582b5a433d9734747f97c9ac4dde1627b74bee60da8510c98 SHA512 2c199daa37eb30d3c9e50f972fa5aeff5e6e4e8420dc6cac89abb8c400e74b10bd5586e30aa137f41adb5f9e151849a3dd4397b74fdf7930923f07a2420f1974 DIST ghex-44.1.tar.xz 895780 BLAKE2B 553dc5002a3524ad4642d4f7693d7ee69a0c94bbc2976c1fae640d7d71eb84e145bd764c7acc946735b0b45235b6229a269c12ccb8566e591a83311c6d6177d5 SHA512 4239af382ed3bce0a932db875b1ccc8e1666cfc2827cd13b65afc8310de9107e3f106553dbde4c2663aaf6f0bbc906c51d9f8b61d9af661baf6cbb6b6e2be675 diff --git a/app-editors/ghex/ghex-43.1.ebuild b/app-editors/ghex/ghex-43.1.ebuild deleted file mode 100644 index 426c793f459d..000000000000 --- a/app-editors/ghex/ghex-43.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="GNOME hexadecimal editor" -HOMEPAGE="https://wiki.gnome.org/Apps/Ghex" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git" - SRC_URI="" -else - KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" -fi - -LICENSE="GPL-2+ FDL-1.1+" -IUSE="gtk-doc test" -RESTRICT="!test? ( test )" -SLOT="4" - -RDEPEND=" - >=dev-libs/glib-2.68.0:2 - >=gui-libs/gtk-4.4.0:4 - gui-libs/libadwaita:1 - dev-libs/gobject-introspection - !app-editors/ghex:2 -" -DEPEND="${RDEPEND}" -BDEPEND=" - gtk-doc? ( dev-util/gi-docgen ) - test? ( - dev-util/desktop-file-utils - dev-libs/appstream-glib - ) - dev-util/gtk-update-icon-cache - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/ - -Ddevelopment=false - -Dmmap-buffer-backend=true - -Ddirect-buffer-backend=true - -Dintrospection=enabled - $(meson_use gtk-doc gtk_doc) - -Dstatic-html-help=false - -Dvapi=false - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-editors/ghex/ghex-44.0.ebuild b/app-editors/ghex/ghex-44.0.ebuild deleted file mode 100644 index 7d5199d0588b..000000000000 --- a/app-editors/ghex/ghex-44.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="GNOME hexadecimal editor" -HOMEPAGE="https://wiki.gnome.org/Apps/Ghex" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git" - SRC_URI="" -else - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" -fi - -LICENSE="GPL-2+ FDL-1.1+" -IUSE="gtk-doc test" -RESTRICT="!test? ( test )" -SLOT="4" - -RDEPEND=" - >=dev-libs/glib-2.68.0:2 - >=gui-libs/gtk-4.4.0:4 - gui-libs/libadwaita:1 - dev-libs/gobject-introspection - !app-editors/ghex:2 -" -DEPEND="${RDEPEND}" -BDEPEND=" - gtk-doc? ( dev-util/gi-docgen ) - test? ( - dev-util/desktop-file-utils - dev-libs/appstream-glib - ) - dev-util/gtk-update-icon-cache - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/ - -Ddevelopment=false - -Dmmap-buffer-backend=true - -Ddirect-buffer-backend=true - -Dintrospection=enabled - $(meson_use gtk-doc gtk_doc) - -Dstatic-html-help=false - -Dvapi=false - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |