public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/
@ 2016-12-22 18:26 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2016-12-22 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c24a923be0a9211ac66a8719b4254a592987b6bb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 17:46:36 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 18:25:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24a923b

app-editors/juffed: Depend on x11-libs/qscintilla[qt4]

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3188

 app-editors/juffed/{juffed-0.10.ebuild => juffed-0.10-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/juffed/juffed-0.10.ebuild b/app-editors/juffed/juffed-0.10-r1.ebuild
similarity index 91%
rename from app-editors/juffed/juffed-0.10.ebuild
rename to app-editors/juffed/juffed-0.10-r1.ebuild
index 068d98c..6535a8c 100644
--- a/app-editors/juffed/juffed-0.10.ebuild
+++ b/app-editors/juffed/juffed-0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ RDEPEND="
 	dev-qt/qtcore:4
 	dev-qt/qtgui:4
 	dev-qt/qtsingleapplication[qt4(+),X]
-	x11-libs/qscintilla:=
+	x11-libs/qscintilla:=[qt4(-)]
 "
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/
@ 2017-08-06  9:37 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-08-06  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c512a1e18ad7e74fbd8d9e5e11839739883e816c
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Aug  6 08:51:05 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 09:37:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c512a1e1

app-editors/juffed: Update HOMEPAGE

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

diff --git a/app-editors/juffed/juffed-0.10-r1.ebuild b/app-editors/juffed/juffed-0.10-r1.ebuild
index 8a09a19b8f6..fdfcff670cd 100644
--- a/app-editors/juffed/juffed-0.10-r1.ebuild
+++ b/app-editors/juffed/juffed-0.10-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit cmake-utils
 
 DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
-HOMEPAGE="http://juffed.com/"
+HOMEPAGE="http://juffed.com/en/"
 SRC_URI="mirror://sourceforge/${PN}/${P}-1054.tar.bz2"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/
@ 2018-02-22 10:51 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2018-02-22 10:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f856f8484a88af842db2cfa4e31df1e64855067f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 20:13:11 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 10:47:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f856f848

app-editors/juffed: Prepare for qtsingleapplication dropping qt5

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../{juffed-0.10_p20160323.ebuild => juffed-0.10_p20160323-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/juffed/juffed-0.10_p20160323.ebuild b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
similarity index 94%
rename from app-editors/juffed/juffed-0.10_p20160323.ebuild
rename to app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
index 15de97ca1b1..e8118beedc9 100644
--- a/app-editors/juffed/juffed-0.10_p20160323.ebuild
+++ b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtprintsupport:5
-	dev-qt/qtsingleapplication[qt5,X]
+	dev-qt/qtsingleapplication[qt5(+),X]
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 	>=x11-libs/qscintilla-2.9.4:=[qt5(+)]


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/
@ 2019-12-22 10:54 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-12-22 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0cd977c79d67f4a6275b79f57a43748776df98a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 10:34:32 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 10:53:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd977c7

app-editors/juffed: EAPI-7 bump, drop vcs-snapshot, use xdg.eclass

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-editors/juffed/juffed-0.10_p20160323-r1.ebuild | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
index 1c1f52f7c75..ef84d7ef461 100644
--- a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
+++ b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 COMMIT=5ba17f90ec173e773470bc80ea26bca9a3f093fd
-inherit cmake-utils vcs-snapshot xdg-utils
+inherit cmake-utils xdg
 
 DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
 HOMEPAGE="http://juffed.com/en/"
@@ -29,6 +29,8 @@ DEPEND="${RDEPEND}"
 
 DOCS=( ChangeLog README )
 
+S="${WORKDIR}/Mezomish-${PN}-5ba17f9"
+
 PATCHES=(
 	"${FILESDIR}/${P}-qscintilla-2.10.patch"
 	"${FILESDIR}/${P}-qt-5.11.patch"
@@ -54,13 +56,3 @@ src_configure() {
 	)
 	cmake-utils_src_configure
 }
-
-pkg_postinst() {
-	xdg_mimeinfo_database_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_mimeinfo_database_update
-	xdg_desktop_database_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/
@ 2021-08-02  6:40 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2021-08-02  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b445e32c482eb30106ce1bc9f3ed09be1d92d54d
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon May 10 10:09:45 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 06:37:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b445e32c

app-editors/juffed: bump snapshot 20200103

Closes: https://bugs.gentoo.org/733130
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-editors/juffed/Manifest                     |  1 +
 app-editors/juffed/juffed-0.10_p20200103.ebuild | 52 +++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/app-editors/juffed/Manifest b/app-editors/juffed/Manifest
index b159d5aa78f..1b04dfd2b82 100644
--- a/app-editors/juffed/Manifest
+++ b/app-editors/juffed/Manifest
@@ -1 +1,2 @@
 DIST juffed-0.10_p20160323.tar.gz 1617451 BLAKE2B 497a117d587fb1d6eb819bdc1cc403a660b808fa07d03fbfa74362c195aafc98733653fa5d7e28803df2bd4d8acb34a3c0d979395c1a6122631cee40d37e2239 SHA512 a49837b199db35c5e7a7580aa4025a2c056b55cef6e98e22f239fc9e455cde3a451d6a0971fb02697c63f3f156d85aaf8021ea13ea3a9e6867ae419f772484b5
+DIST juffed-0.10_p20200103.tar.gz 1628731 BLAKE2B d49e6d8a9eab1edf8b4a74ec0dc9b2e4a4c7e99180c8faf1fdb73d406ee2055626623a72bf00e90f7af7e7380540f625bd9b5c53a662f5334edbebe298e40626 SHA512 6672dc68eb7e40d258dececc9b7389e8417709cad1346e1abb7cf97cf7f59394586c93bc40bb15096c2e5175256385595522dac8714ad5f37946e0bb7a3eb258

diff --git a/app-editors/juffed/juffed-0.10_p20200103.ebuild b/app-editors/juffed/juffed-0.10_p20200103.ebuild
new file mode 100644
index 00000000000..a53f1c7ee35
--- /dev/null
+++ b/app-editors/juffed/juffed-0.10_p20200103.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT=74ab7236a30be17351edc5b83eb3579affd96913
+inherit cmake xdg
+
+DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
+HOMEPAGE="http://juffed.com/en/ https://github.com/Mezomish/juffed"
+SRC_URI="https://github.com/Mezomish/juffed/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+	app-i18n/enca
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsingleapplication[X]
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	x11-libs/qscintilla
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+DOCS=( ChangeLog README )
+
+src_prepare() {
+	# Upstream version outdated/dysfunctional and CRLF terminated
+	cp "${FILESDIR}"/FindQtSingleApplication.cmake cmake/ || die
+
+	cmake_src_prepare
+
+	sed -i -e '/set(CMAKE_CXX_FLAGS/d' CMakeLists.txt || die
+}
+
+src_configure() {
+	local libdir=$(get_libdir)
+	local mycmakeargs=(
+		-DUSE_ENCA=ON
+		-DUSE_QT5=ON
+		-DUSE_SYSTEM_QTSINGLEAPPLICATION=ON
+		-DLIB_SUFFIX=${libdir/lib/}
+		-DQSCINTILLA_NAMES="qscintilla2;libqscintilla2;qscintilla2_qt5;qscintilla2_qt5"
+	)
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/
@ 2021-08-02  6:40 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2021-08-02  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0aa1bc9acd24f7e6465031975b1d8fc4361af481
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon May 10 10:11:50 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 06:37:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa1bc9a

app-editors/juffed: add github to metadata

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-editors/juffed/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-editors/juffed/metadata.xml b/app-editors/juffed/metadata.xml
index 5d63c46383a..f3d0db0262b 100644
--- a/app-editors/juffed/metadata.xml
+++ b/app-editors/juffed/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">juffed</remote-id>
+		<remote-id type="github">Mezomish/juffed</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/
@ 2024-04-16 16:30 Jimi Huotari
  0 siblings, 0 replies; 7+ messages in thread
From: Jimi Huotari @ 2024-04-16 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d9b91908a07d2cdecf6b4122dd85902b7ff77f9a
Author:     José P. R. N. Assis <espinafre <AT> gmail <DOT> com>
AuthorDate: Thu Feb  1 12:03:17 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 16:29:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b91908

app-editors/juffed: fix qscintilla dep #916232

Adding [qt5(+)] to the qscintilla dependency in preparation to supporting Qt5/Qt6
QScintilla multibuild. Bumped revision number. Keywords kept as-is.

Bug: https://bugs.gentoo.org/916232
Signed-off-by: José P. R. N. Assis <espinafre <AT> gmail.com>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 .../{juffed-0.10_p20200103.ebuild => juffed-0.10_p20200103-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/juffed/juffed-0.10_p20200103.ebuild b/app-editors/juffed/juffed-0.10_p20200103-r1.ebuild
similarity index 97%
rename from app-editors/juffed/juffed-0.10_p20200103.ebuild
rename to app-editors/juffed/juffed-0.10_p20200103-r1.ebuild
index a53f1c7ee35d..072f2f904791 100644
--- a/app-editors/juffed/juffed-0.10_p20200103.ebuild
+++ b/app-editors/juffed/juffed-0.10_p20200103-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 	dev-qt/qtsingleapplication[X]
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
-	x11-libs/qscintilla
+	x11-libs/qscintilla[qt5(+)]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="dev-qt/linguist-tools:5"


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

end of thread, other threads:[~2024-04-16 16:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-22 10:54 [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-04-16 16:30 Jimi Huotari
2021-08-02  6:40 Michał Górny
2021-08-02  6:40 Michał Górny
2018-02-22 10:51 Andreas Sturmlechner
2017-08-06  9:37 Michael Palimaka
2016-12-22 18:26 David Seifert

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