From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A381013828B for ; Sat, 28 May 2016 15:49:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E16AD14269; Sat, 28 May 2016 15:49:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD0ED14269 for ; Sat, 28 May 2016 15:49:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12226340C59 for ; Sat, 28 May 2016 15:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DF1016C4 for ; Sat, 28 May 2016 15:49:40 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1464450510.43032f245ca549514a65f1d1d3338eb3e11f8d52.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ghex/Manifest app-editors/ghex/ghex-3.18.1.ebuild X-VCS-Directories: app-editors/ghex/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 43032f245ca549514a65f1d1d3338eb3e11f8d52 X-VCS-Branch: master Date: Sat, 28 May 2016 15:49:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e0f9a06-abaa-469c-94d5-d304a3529aac X-Archives-Hash: c373dfee566ff6411b25b872dd81ff88 commit: 43032f245ca549514a65f1d1d3338eb3e11f8d52 Author: Pacho Ramos gentoo org> AuthorDate: Sat May 28 14:45:51 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat May 28 15:48:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43032f24 app-editors/ghex: Version bump Package-Manager: portage-2.3.0_rc1 app-editors/ghex/Manifest | 1 + app-editors/ghex/ghex-3.18.1.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index 9070f05..03902b2 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1 +1,2 @@ DIST ghex-3.18.0.tar.xz 1569372 SHA256 c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925 SHA512 41e05b649749b9523492794223357789e2b66192f96c45da34d91eff157e52b6d98898ce4f469d6c741ea3c79b0aa35f2e7ebc08527d5831f30bd0ee8b521c1e WHIRLPOOL 2fb54180162d94ee54f6cbcf8df2d195681e88193c2f3455dd7f380753be54c721038308c9c02a5bb19251ddf2ddbbf33a71561cc3175546c155ef33ea099a4d +DIST ghex-3.18.1.tar.xz 679720 SHA256 9ed8f6c4ea36605fba55f2463d833d5d8c223bce263a3f5479408a1487b7c7cb SHA512 fc65b665bc94c8b5dbedc68c72d3637ebfb8f67e21bbaf375ae1900952bcfcce459d0310e65718cfb8cecd243de422b2b63d950ef95b48de1002a729d56407a6 WHIRLPOOL a5bafd502525d38cd59cbc328bb6d9f7168a561eb931d7c0c436279a2652f931f9653cf9af4a414f70b957cbf771f38729ff2766ad33ca9769e71d53c09a095d diff --git a/app-editors/ghex/ghex-3.18.1.ebuild b/app-editors/ghex/ghex-3.18.1.ebuild new file mode 100644 index 0000000..bb9f3a1 --- /dev/null +++ b/app-editors/ghex/ghex-3.18.1.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 +"