Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/tepl/
Date: Tue, 18 Aug 2020 10:17:24
Message-Id: 1597745828.cf3454fd8acc1891ff2e40ede1fb49c4ce57fcbb.leio@gentoo
1 commit: cf3454fd8acc1891ff2e40ede1fb49c4ce57fcbb
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 10:13:38 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 10:17:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3454fd
7
8 gui-libs/tepl: fix DEPEND and HOMEPAGE
9
10 Thanks-to: dantrell
11 Package-Manager: Portage-2.3.103, Repoman-2.3.20
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 gui-libs/tepl/tepl-4.2.1.ebuild | 4 ++--
15 gui-libs/tepl/tepl-4.4.0.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/gui-libs/tepl/tepl-4.2.1.ebuild b/gui-libs/tepl/tepl-4.2.1.ebuild
19 index ec3365a0e8c..7ed6fd412fe 100644
20 --- a/gui-libs/tepl/tepl-4.2.1.ebuild
21 +++ b/gui-libs/tepl/tepl-4.2.1.ebuild
22 @@ -6,7 +6,7 @@ EAPI=6
23 inherit gnome2 virtualx
24
25 DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
26 -HOMEPAGE="https://wiki.gnome.org/Projects/Gtef"
27 +HOMEPAGE="https://wiki.gnome.org/Projects/Tepl"
28
29 LICENSE="LGPL-2.1+"
30 SLOT="4"
31 @@ -22,7 +22,7 @@ RDEPEND="
32 app-i18n/uchardet
33 introspection? ( >=dev-libs/gobject-introspection-1.42:= )
34 "
35 -DEPEND="${DEPEND}
36 +DEPEND="${RDEPEND}
37 >=sys-devel/gettext-0.19.6
38 dev-util/glib-utils
39 >=dev-util/gtk-doc-am-1.25
40
41 diff --git a/gui-libs/tepl/tepl-4.4.0.ebuild b/gui-libs/tepl/tepl-4.4.0.ebuild
42 index d0bcaa5b3c3..c44f63db9a9 100644
43 --- a/gui-libs/tepl/tepl-4.4.0.ebuild
44 +++ b/gui-libs/tepl/tepl-4.4.0.ebuild
45 @@ -6,7 +6,7 @@ EAPI=6
46 inherit gnome2 virtualx
47
48 DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
49 -HOMEPAGE="https://wiki.gnome.org/Projects/Gtef"
50 +HOMEPAGE="https://wiki.gnome.org/Projects/Tepl"
51
52 LICENSE="LGPL-2.1+"
53 SLOT="4"
54 @@ -22,7 +22,7 @@ RDEPEND="
55 app-i18n/uchardet
56 introspection? ( >=dev-libs/gobject-introspection-1.42:= )
57 "
58 -DEPEND="${DEPEND}
59 +DEPEND="${RDEPEND}
60 >=sys-devel/gettext-0.19.6
61 dev-util/glib-utils
62 >=dev-util/gtk-doc-am-1.25