public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-editors/efte/
@ 2017-12-10 17:34 Jonas Stein
  0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2017-12-10 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cbbfe1253b1d773e60a1611cbc664c577962337c
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 17:34:09 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 17:34:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbfe125

app-editors/efte: Project moved

The old SF page links now from
https://sourceforge.net/projects/efte/?source=directory
to https://github.com/lanurmi/efte

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 app-editors/efte/efte-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/efte/efte-1.1-r1.ebuild b/app-editors/efte/efte-1.1-r1.ebuild
index 6633eaf778a..9e1f72bdfde 100644
--- a/app-editors/efte/efte-1.1-r1.ebuild
+++ b/app-editors/efte/efte-1.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils cmake-utils fdo-mime
 
 DESCRIPTION="A fast text editor supporting folding, syntax highlighting, etc."
-HOMEPAGE="http://efte.sourceforge.net"
+HOMEPAGE="https://github.com/lanurmi/efte"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 Artistic )"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/efte/
@ 2018-04-05 14:12 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2018-04-05 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     bf0386b8aa5ff1d328b9c85fb0484dd7f4759d1e
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Tue Apr  3 23:26:02 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 14:12:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0386b8

app-editors/efte: fdo-mime xdg-utils migration

Also bumped EAPI, removed eutils, and removed banned use of
cmake-utils_use_build in EAPI=6.

Package-Manager: Portage-2.3.27, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7795

 app-editors/efte/efte-1.1-r1.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-editors/efte/efte-1.1-r1.ebuild b/app-editors/efte/efte-1.1-r1.ebuild
index 9e1f72bdfde..b62580bce0a 100644
--- a/app-editors/efte/efte-1.1-r1.ebuild
+++ b/app-editors/efte/efte-1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit eutils cmake-utils fdo-mime
+inherit cmake-utils xdg-utils
 
 DESCRIPTION="A fast text editor supporting folding, syntax highlighting, etc."
 HOMEPAGE="https://github.com/lanurmi/efte"
@@ -32,8 +32,8 @@ PATCHES=(
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_build gpm)
-		$(cmake-utils_use_build X)
+		-DUSE_GPM=$(usex gpm)
+		-DBUILD_X=$(usex X )
 	)
 	cmake-utils_src_configure
 }
@@ -45,9 +45,9 @@ src_install() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/efte/
@ 2017-12-10 14:16 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-12-10 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     04398b12f932f34510f232b2f4cc8f5960c51898
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 14:11:01 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 14:14:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04398b12

app-editors/efte: [QA] Fix dependency.missingslot

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-editors/efte/efte-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/efte/efte-1.1-r1.ebuild b/app-editors/efte/efte-1.1-r1.ebuild
index cc6ac21cffb..6633eaf778a 100644
--- a/app-editors/efte/efte-1.1-r1.ebuild
+++ b/app-editors/efte/efte-1.1-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="gpm X"
 
-RDEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses:0=
 	gpm? ( sys-libs/gpm )
 	X? (
 		x11-libs/libX11


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-05 14:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-10 17:34 [gentoo-commits] repo/gentoo:master commit in: app-editors/efte/ Jonas Stein
  -- strict thread matches above, loose matches on Subject: below --
2018-04-05 14:12 Andreas Sturmlechner
2017-12-10 14:16 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox