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 D4A061381F3 for ; Sun, 16 Dec 2012 15:33:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0662CE0587; Sun, 16 Dec 2012 15:33:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65A9FE0587 for ; Sun, 16 Dec 2012 15:33:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 553E133DC7A for ; Sun, 16 Dec 2012 15:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EBD63E5442 for ; Sun, 16 Dec 2012 15:33:02 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1355671916.d4b9538c6ef274f1beccc642f55247ef98c89183.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-editors/ghex/ X-VCS-Repository: proj/gnome X-VCS-Files: app-editors/ghex/ghex-3.6.1.ebuild app-editors/ghex/ghex-9999.ebuild app-editors/ghex/metadata.xml X-VCS-Directories: app-editors/ghex/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d4b9538c6ef274f1beccc642f55247ef98c89183 X-VCS-Branch: master Date: Sun, 16 Dec 2012 15:33:02 +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: 18c3151f-415e-4c4a-84d7-4b5553289ff6 X-Archives-Hash: 583de0c98b5f859e08d5814d5942fc37 commit: d4b9538c6ef274f1beccc642f55247ef98c89183 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 16 15:29:46 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 16 15:31:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d4b9538c app-editors/ghex: moved to gx86 --- app-editors/ghex/ghex-3.6.1.ebuild | 44 ------------------------------------ app-editors/ghex/ghex-9999.ebuild | 4 +-- app-editors/ghex/metadata.xml | 5 ++++ 3 files changed, 6 insertions(+), 47 deletions(-) diff --git a/app-editors/ghex/ghex-3.6.1.ebuild b/app-editors/ghex/ghex-3.6.1.ebuild deleted file mode 100644 index 8bbba37..0000000 --- a/app-editors/ghex/ghex-3.6.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="Gnome hexadecimal editor" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2 FDL-1.1" -SLOT="2" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" -fi -IUSE="" - -RDEPEND=" - >=dev-libs/atk-1 - >=dev-libs/glib-2.31.10:2 - >=x11-libs/gtk+-3.3.8:3 -" -DEPEND="${RDEPEND} - >=app-text/gnome-doc-utils-0.9.0 - >=dev-util/intltool-0.41.1 - >=sys-devel/gettext-0.17 - virtual/pkgconfig -" - -src_configure() { - DOCS="AUTHORS NEWS README" - G2CONF="${G2CONF} - --disable-schemas-compile - --disable-static" - gnome2_src_configure -} \ No newline at end of file diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild index 8bbba37..ae9821f 100644 --- a/app-editors/ghex/ghex-9999.ebuild +++ b/app-editors/ghex/ghex-9999.ebuild @@ -37,8 +37,6 @@ DEPEND="${RDEPEND} src_configure() { DOCS="AUTHORS NEWS README" - G2CONF="${G2CONF} - --disable-schemas-compile - --disable-static" + G2CONF="${G2CONF} --disable-static" gnome2_src_configure } \ No newline at end of file diff --git a/app-editors/ghex/metadata.xml b/app-editors/ghex/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/app-editors/ghex/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +