summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-09-08 13:40:33 +0300
committerMart Raudsepp <leio@gentoo.org>2019-09-08 13:46:52 +0300
commit043fee4b1237af6aea5a97684127356e8af1be94 (patch)
tree64f345c37eaf2c837c668e55c5a52990a606fc24
parentsys-libs/libhugetlbfs: Removed old (diff)
downloadgentoo-043fee4b.tar.gz
gentoo-043fee4b.tar.bz2
gentoo-043fee4b.zip
app-editors/ghex: remove old
Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r--app-editors/ghex/Manifest1
-rw-r--r--app-editors/ghex/ghex-3.18.3.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index b6e92fd684f9..7190209b5e9c 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1 @@
-DIST ghex-3.18.3.tar.xz 1630720 BLAKE2B dacca0b015dd73dca9ea7a5303de8b6ef981c7e4fd93dfdbb0782ac61f073381fef7d5a1dcb8a88f2d31319fd9583ac6f556ed6856b5ba7d3449bbf2af2c991f SHA512 e03b154a22db000a5994c68bb72280113e69e7ef210f86ab2c6578e77daabf50bac8eb620ffaad5a7eb776d23383478cbdc7fb317fa336cef55173f858519023
DIST ghex-3.18.4.tar.xz 1420268 BLAKE2B 70a3027a2c228481ecbc6ae44c0a707c9858453e3af7bfc268b6e32a8496722cf117c1b2ce4dd798795a429dccd24e1fa9cb9d1a8c9c8fb5998243369f76ccc4 SHA512 6121a5986ee7d7f96bf7f401e155f8aa37f076af455bc68e43d1b5b02b63bc9aed3eba5209511d1b659eb4c9093ab5d9601c14a5e868d979e92a6d0ca0cf9ce2
diff --git a/app-editors/ghex/ghex-3.18.3.ebuild b/app-editors/ghex/ghex-3.18.3.ebuild
deleted file mode 100644
index dbf011b8d722..000000000000
--- a/app-editors/ghex/ghex-3.18.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="2"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/atk-1
- >=dev-libs/glib-2.31.10:2
- >=x11-libs/gtk+-3.3.8:3
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.41.1
- >=sys-devel/gettext-0.17
- app-text/yelp-tools
- virtual/pkgconfig
-"