From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83F7D138359 for ; Tue, 18 Aug 2020 10:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDCE2E0885; Tue, 18 Aug 2020 10:17:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8CF3E0885 for ; Tue, 18 Aug 2020 10:17:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D02AF34EF3C for ; Tue, 18 Aug 2020 10:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CEF02D1 for ; Tue, 18 Aug 2020 10:17:21 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1597745828.cf3454fd8acc1891ff2e40ede1fb49c4ce57fcbb.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/tepl/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/tepl/tepl-4.2.1.ebuild gui-libs/tepl/tepl-4.4.0.ebuild X-VCS-Directories: gui-libs/tepl/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: cf3454fd8acc1891ff2e40ede1fb49c4ce57fcbb X-VCS-Branch: master Date: Tue, 18 Aug 2020 10:17:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c402424a-4a1f-43eb-9de0-733f13c69b2a X-Archives-Hash: 6cdb67ef99cbc73370a7d8ca78f662d4 commit: cf3454fd8acc1891ff2e40ede1fb49c4ce57fcbb Author: Mart Raudsepp gentoo org> AuthorDate: Tue Aug 18 10:13:38 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Aug 18 10:17:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3454fd gui-libs/tepl: fix DEPEND and HOMEPAGE Thanks-to: dantrell Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/tepl/tepl-4.2.1.ebuild | 4 ++-- gui-libs/tepl/tepl-4.4.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-libs/tepl/tepl-4.2.1.ebuild b/gui-libs/tepl/tepl-4.2.1.ebuild index ec3365a0e8c..7ed6fd412fe 100644 --- a/gui-libs/tepl/tepl-4.2.1.ebuild +++ b/gui-libs/tepl/tepl-4.2.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2 virtualx DESCRIPTION="GtkSourceView-based text editors and IDE helper library" -HOMEPAGE="https://wiki.gnome.org/Projects/Gtef" +HOMEPAGE="https://wiki.gnome.org/Projects/Tepl" LICENSE="LGPL-2.1+" SLOT="4" @@ -22,7 +22,7 @@ RDEPEND=" app-i18n/uchardet introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " -DEPEND="${DEPEND} +DEPEND="${RDEPEND} >=sys-devel/gettext-0.19.6 dev-util/glib-utils >=dev-util/gtk-doc-am-1.25 diff --git a/gui-libs/tepl/tepl-4.4.0.ebuild b/gui-libs/tepl/tepl-4.4.0.ebuild index d0bcaa5b3c3..c44f63db9a9 100644 --- a/gui-libs/tepl/tepl-4.4.0.ebuild +++ b/gui-libs/tepl/tepl-4.4.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2 virtualx DESCRIPTION="GtkSourceView-based text editors and IDE helper library" -HOMEPAGE="https://wiki.gnome.org/Projects/Gtef" +HOMEPAGE="https://wiki.gnome.org/Projects/Tepl" LICENSE="LGPL-2.1+" SLOT="4" @@ -22,7 +22,7 @@ RDEPEND=" app-i18n/uchardet introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " -DEPEND="${DEPEND} +DEPEND="${RDEPEND} >=sys-devel/gettext-0.19.6 dev-util/glib-utils >=dev-util/gtk-doc-am-1.25