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 186C613888F for ; Sat, 24 Oct 2015 08:08:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7510E079E; Sat, 24 Oct 2015 08:08:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50819E079E for ; Sat, 24 Oct 2015 08:08:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14B14340AF3 for ; Sat, 24 Oct 2015 08:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F7411736 for ; Sat, 24 Oct 2015 08:08:08 +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: <1445674082.b5c83f1856028ee0bbf03bace612461c7ed659e3.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.10.0.ebuild X-VCS-Directories: app-editors/ghex/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b5c83f1856028ee0bbf03bace612461c7ed659e3 X-VCS-Branch: master Date: Sat, 24 Oct 2015 08:08:08 +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: f1c699f3-a95c-4c6c-b1d0-9530828c3730 X-Archives-Hash: 4d4a59f01126edd5d1c6ccdcf8d598a5 commit: b5c83f1856028ee0bbf03bace612461c7ed659e3 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 24 08:08:02 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 24 08:08:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c83f18 app-editors/ghex: Drop old Package-Manager: portage-2.2.23 app-editors/ghex/Manifest | 1 - app-editors/ghex/ghex-3.10.0.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index 47d06bf..05278fa 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1,2 +1 @@ -DIST ghex-3.10.0.tar.xz 1287520 SHA256 9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255 SHA512 76c298a8156b778e8b1c0ee51a2388db51181b74270b898ebd5c720e6f1a88467bfe10578de74c8fde189706b62754a75ee9a1317a8e2b45c3ff32ec34a6da3a WHIRLPOOL ef2882d24a8148e06fa55a6a22f78148e8b565fc45cfe28a8630123a4f8e2f0fd243ad3a31f206a75926ddb262caa29eafa9ca210a01794ceb6926cf73f4a060 DIST ghex-3.10.1.tar.xz 1424308 SHA256 34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132 SHA512 bfb7f4af1c36698571ea176fd4bbba2ea11a337a8e02976da6b784bd5cc634a4b853e36918ebaeea382d680e796343838ce4709ac720da86755628894043c28c WHIRLPOOL f63bbd4256d4e6e3134e4f58a2b1667d3536aea62605f5762f0ed04191e192e986663c53c7537996553325003dec38f4419b1d9a84465f958e0f5f76cec6fe1e diff --git a/app-editors/ghex/ghex-3.10.0.ebuild b/app-editors/ghex/ghex-3.10.0.ebuild deleted file mode 100644 index fb8b5c6..0000000 --- a/app-editors/ghex/ghex-3.10.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="GNOME hexadecimal editor" -HOMEPAGE="https://live.gnome.org/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 -"