diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-10-15 11:03:40 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-10-15 17:42:35 +0200 |
commit | 9d6cb9ecd6355087a3df565a34097f09f33bea92 (patch) | |
tree | a9163851eddfe23b16e3a0fb3df02623c3a2a12b /app-editors/ghex | |
parent | app-text/cutemarked: small fix (diff) | |
download | gentoo-9d6cb9ecd6355087a3df565a34097f09f33bea92.tar.gz gentoo-9d6cb9ecd6355087a3df565a34097f09f33bea92.tar.bz2 gentoo-9d6cb9ecd6355087a3df565a34097f09f33bea92.zip |
app-editors/ghex: version bump 3.18.2 → 3.18.3
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/Manifest | 1 | ||||
-rw-r--r-- | app-editors/ghex/ghex-3.18.3.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index 82cac5f7c10a..cd589f01b3da 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1,2 +1,3 @@ DIST ghex-3.18.1.tar.xz 1568796 SHA256 a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b SHA512 165a97b5b0da2dcbd0b4b4f811a5c28f64d5e25be2a1b976687d83eec73cf6728686e024c69e3517cf187aeaf656cfce9bebf98e564e2b0147d2438845d2c235 WHIRLPOOL f12923637955299e1626f8c99a6499b00f2e7a656d7b8e3ad7b063a2caedd4a49281cc711c61ba7a6fa7fd9cb9825923f9b8f15b779b4ed8a6d67f6f3b7eb513 DIST ghex-3.18.2.tar.xz 1570888 SHA256 ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf SHA512 345bc054477de3f3dac81237f622382d4b24cf3568cc69fb2094f712fb219a54c3e44595c27b831f90941cf0d3a18290d50db89412932d47be6f34e3ecf6a03b WHIRLPOOL a2dea9b594ce07927bd8013fa5e867ab6cba583036834422859b5cf9a58c2295bb82c7fa8c3f42762a3e6e009391fb05801d388d1d74cdcfc75af24ff5d2c44b +DIST ghex-3.18.3.tar.xz 1630720 SHA256 c67450f86f9c09c20768f1af36c11a66faf460ea00fbba628a9089a6804808d3 SHA512 e03b154a22db000a5994c68bb72280113e69e7ef210f86ab2c6578e77daabf50bac8eb620ffaad5a7eb776d23383478cbdc7fb317fa336cef55173f858519023 WHIRLPOOL 00d1c5bf88abac210be1a7a6c85e8dc4ec8db2d9063ad007c01ce67a3322de34ba38cfe13e88c96ad433f2831907987fc07cbe1490232c033848656a8896b12e diff --git a/app-editors/ghex/ghex-3.18.3.ebuild b/app-editors/ghex/ghex-3.18.3.ebuild new file mode 100644 index 000000000000..bb9f3a165fcd --- /dev/null +++ b/app-editors/ghex/ghex-3.18.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ~x86 ~x86-interix ~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 +" |