public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/feathernotes/
@ 2024-04-24 18:33 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-04-24 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     682e46329e71d98a9938bda19da86c413a5f5314
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 18:33:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 18:33:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682e4632

app-text/feathernotes: new package, add 1.2.0, 9999

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/feathernotes/Manifest                  |  1 +
 app-text/feathernotes/feathernotes-1.2.0.ebuild | 35 +++++++++++++++++++++++++
 app-text/feathernotes/feathernotes-9999.ebuild  | 33 +++++++++++++++++++++++
 app-text/feathernotes/metadata.xml              | 17 ++++++++++++
 4 files changed, 86 insertions(+)

diff --git a/app-text/feathernotes/Manifest b/app-text/feathernotes/Manifest
new file mode 100644
index 000000000000..e7f3dcef6859
--- /dev/null
+++ b/app-text/feathernotes/Manifest
@@ -0,0 +1 @@
+DIST feathernotes-1.2.0.tar.gz 926273 BLAKE2B ae945ae6adb95d3cd8ef42becfcd68a591ef62f97f05d514f19a9c07e6900b2230e89361b65abfc2082797755bcb8b6c521b72a6406a21886ba6ab386f23295f SHA512 f6aabc0d4bee5f3af20a86035befbc27eddedc5ec37c9a353723a80fb0f691af6ad57d5f50a0e8504336c141822227f8287ed61e52d084b34e3b8ab5246315c0

diff --git a/app-text/feathernotes/feathernotes-1.2.0.ebuild b/app-text/feathernotes/feathernotes-1.2.0.ebuild
new file mode 100644
index 000000000000..3f3075fd6e7a
--- /dev/null
+++ b/app-text/feathernotes/feathernotes-1.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION=" Lightweight Qt Notes-Manager for Linux"
+HOMEPAGE="https://github.com/tsujan/FeatherNotes"
+SRC_URI="https://github.com/tsujan/FeatherNotes/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/FeatherNotes-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="spell X"
+
+RDEPEND="
+	dev-qt/qtbase:6[dbus,gui,network,widgets,xml,X?]
+	dev-qt/qtsvg:6
+	spell? ( app-text/hunspell:= )
+	X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+	X? ( x11-base/xorg-proto )
+"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITHOUT_X11=$(usex !X)
+		-DWITH_HUNSPELL=$(usex spell)
+	)
+	cmake_src_configure
+}

diff --git a/app-text/feathernotes/feathernotes-9999.ebuild b/app-text/feathernotes/feathernotes-9999.ebuild
new file mode 100644
index 000000000000..880fc704e847
--- /dev/null
+++ b/app-text/feathernotes/feathernotes-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3 cmake xdg
+
+DESCRIPTION=" Lightweight Qt Notes-Manager for Linux"
+HOMEPAGE="https://github.com/tsujan/FeatherNotes"
+EGIT_REPO_URI="https://github.com/tsujan/FeatherNotes"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="spell X"
+
+RDEPEND="
+	dev-qt/qtbase:6[dbus,gui,network,widgets,xml,X?]
+	dev-qt/qtsvg:6
+	spell? ( app-text/hunspell:= )
+	X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+	X? ( x11-base/xorg-proto )
+"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITHOUT_X11=$(usex !X)
+		-DWITH_HUNSPELL=$(usex spell)
+	)
+	cmake_src_configure
+}

diff --git a/app-text/feathernotes/metadata.xml b/app-text/feathernotes/metadata.xml
new file mode 100644
index 000000000000..25af69d6ae8f
--- /dev/null
+++ b/app-text/feathernotes/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>arthurzam@gentoo.org</email>
+		<name>Arthur Zamarin</name>
+	</maintainer>
+	<use>
+		<flag name="X">
+			Link application against X11 libraries which adds
+			support for virtual desktop awareness and tab DND
+		</flag>
+	</use>
+	<upstream>
+		<remote-id type="github">tsujan/FeatherNotes</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/feathernotes/
@ 2024-06-27 10:35 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-06-27 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d8bd703761f19feaa27f07f7e083fbab97f70849
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 10:28:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 10:28:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bd7037

app-text/feathernotes: add 1.3.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/feathernotes/Manifest                  |  1 +
 app-text/feathernotes/feathernotes-1.3.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-text/feathernotes/Manifest b/app-text/feathernotes/Manifest
index e7f3dcef6859..853797035663 100644
--- a/app-text/feathernotes/Manifest
+++ b/app-text/feathernotes/Manifest
@@ -1 +1,2 @@
 DIST feathernotes-1.2.0.tar.gz 926273 BLAKE2B ae945ae6adb95d3cd8ef42becfcd68a591ef62f97f05d514f19a9c07e6900b2230e89361b65abfc2082797755bcb8b6c521b72a6406a21886ba6ab386f23295f SHA512 f6aabc0d4bee5f3af20a86035befbc27eddedc5ec37c9a353723a80fb0f691af6ad57d5f50a0e8504336c141822227f8287ed61e52d084b34e3b8ab5246315c0
+DIST feathernotes-1.3.0.tar.gz 926547 BLAKE2B 5fe3475793a28a8e4c41c669c7fdde5785abdc4b93b14ca47bf531d5bf246c7ec064c3d5f756b184a45a39d5f02047cca90ad0c37c050c7a1ef363148705c592 SHA512 1036a4ed37e90cbf7e2e7839abcbe5d544a3e162839b05461ec0cea475a4cb3cce44941246e30f3aed6839e4fe9832392f33bfe87b19588d822ce19983dacc2e

diff --git a/app-text/feathernotes/feathernotes-1.3.0.ebuild b/app-text/feathernotes/feathernotes-1.3.0.ebuild
new file mode 100644
index 000000000000..3f3075fd6e7a
--- /dev/null
+++ b/app-text/feathernotes/feathernotes-1.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION=" Lightweight Qt Notes-Manager for Linux"
+HOMEPAGE="https://github.com/tsujan/FeatherNotes"
+SRC_URI="https://github.com/tsujan/FeatherNotes/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/FeatherNotes-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="spell X"
+
+RDEPEND="
+	dev-qt/qtbase:6[dbus,gui,network,widgets,xml,X?]
+	dev-qt/qtsvg:6
+	spell? ( app-text/hunspell:= )
+	X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+	X? ( x11-base/xorg-proto )
+"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITHOUT_X11=$(usex !X)
+		-DWITH_HUNSPELL=$(usex spell)
+	)
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/feathernotes/
@ 2024-08-21  9:19 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2024-08-21  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     85a0f02030d3cb81960e100dd9ca6f70847617c4
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Aug 21 06:53:50 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 09:19:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a0f020

app-text/feathernotes: remove leading whitespace in DESCRIPTION

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/feathernotes/feathernotes-1.3.0.ebuild | 2 +-
 app-text/feathernotes/feathernotes-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/feathernotes/feathernotes-1.3.0.ebuild b/app-text/feathernotes/feathernotes-1.3.0.ebuild
index 3f3075fd6e7a..162e2297324e 100644
--- a/app-text/feathernotes/feathernotes-1.3.0.ebuild
+++ b/app-text/feathernotes/feathernotes-1.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake xdg
 
-DESCRIPTION=" Lightweight Qt Notes-Manager for Linux"
+DESCRIPTION="Lightweight Qt Notes-Manager for Linux"
 HOMEPAGE="https://github.com/tsujan/FeatherNotes"
 SRC_URI="https://github.com/tsujan/FeatherNotes/archive/V${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/FeatherNotes-${PV}"

diff --git a/app-text/feathernotes/feathernotes-9999.ebuild b/app-text/feathernotes/feathernotes-9999.ebuild
index 880fc704e847..b729c5ce9a02 100644
--- a/app-text/feathernotes/feathernotes-9999.ebuild
+++ b/app-text/feathernotes/feathernotes-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit git-r3 cmake xdg
 
-DESCRIPTION=" Lightweight Qt Notes-Manager for Linux"
+DESCRIPTION="Lightweight Qt Notes-Manager for Linux"
 HOMEPAGE="https://github.com/tsujan/FeatherNotes"
 EGIT_REPO_URI="https://github.com/tsujan/FeatherNotes"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/feathernotes/
@ 2025-01-09 19:37 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2025-01-09 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     9ae63b03992bd45f73b1545b80d9248ebe40291a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  9 18:33:04 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 19:37:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae63b03

app-text/feathernotes: drop 1.2.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/feathernotes/Manifest                  |  1 -
 app-text/feathernotes/feathernotes-1.2.0.ebuild | 35 -------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-text/feathernotes/Manifest b/app-text/feathernotes/Manifest
index 853797035663..1f7a86f23be7 100644
--- a/app-text/feathernotes/Manifest
+++ b/app-text/feathernotes/Manifest
@@ -1,2 +1 @@
-DIST feathernotes-1.2.0.tar.gz 926273 BLAKE2B ae945ae6adb95d3cd8ef42becfcd68a591ef62f97f05d514f19a9c07e6900b2230e89361b65abfc2082797755bcb8b6c521b72a6406a21886ba6ab386f23295f SHA512 f6aabc0d4bee5f3af20a86035befbc27eddedc5ec37c9a353723a80fb0f691af6ad57d5f50a0e8504336c141822227f8287ed61e52d084b34e3b8ab5246315c0
 DIST feathernotes-1.3.0.tar.gz 926547 BLAKE2B 5fe3475793a28a8e4c41c669c7fdde5785abdc4b93b14ca47bf531d5bf246c7ec064c3d5f756b184a45a39d5f02047cca90ad0c37c050c7a1ef363148705c592 SHA512 1036a4ed37e90cbf7e2e7839abcbe5d544a3e162839b05461ec0cea475a4cb3cce44941246e30f3aed6839e4fe9832392f33bfe87b19588d822ce19983dacc2e

diff --git a/app-text/feathernotes/feathernotes-1.2.0.ebuild b/app-text/feathernotes/feathernotes-1.2.0.ebuild
deleted file mode 100644
index 3f3075fd6e7a..000000000000
--- a/app-text/feathernotes/feathernotes-1.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION=" Lightweight Qt Notes-Manager for Linux"
-HOMEPAGE="https://github.com/tsujan/FeatherNotes"
-SRC_URI="https://github.com/tsujan/FeatherNotes/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/FeatherNotes-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="spell X"
-
-RDEPEND="
-	dev-qt/qtbase:6[dbus,gui,network,widgets,xml,X?]
-	dev-qt/qtsvg:6
-	spell? ( app-text/hunspell:= )
-	X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
-	X? ( x11-base/xorg-proto )
-"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITHOUT_X11=$(usex !X)
-		-DWITH_HUNSPELL=$(usex spell)
-	)
-	cmake_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/feathernotes/
@ 2025-03-06 18:55 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2025-03-06 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e357b1d1216c0dd9d8b8b927abe7bf84162acbbb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  6 18:52:49 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  6 18:52:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e357b1d1

app-text/feathernotes: add 1.3.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/feathernotes/Manifest                  |  1 +
 app-text/feathernotes/feathernotes-1.3.1.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-text/feathernotes/Manifest b/app-text/feathernotes/Manifest
index 1f7a86f23be7..76b75b7529e4 100644
--- a/app-text/feathernotes/Manifest
+++ b/app-text/feathernotes/Manifest
@@ -1 +1,2 @@
 DIST feathernotes-1.3.0.tar.gz 926547 BLAKE2B 5fe3475793a28a8e4c41c669c7fdde5785abdc4b93b14ca47bf531d5bf246c7ec064c3d5f756b184a45a39d5f02047cca90ad0c37c050c7a1ef363148705c592 SHA512 1036a4ed37e90cbf7e2e7839abcbe5d544a3e162839b05461ec0cea475a4cb3cce44941246e30f3aed6839e4fe9832392f33bfe87b19588d822ce19983dacc2e
+DIST feathernotes-1.3.1.tar.gz 954363 BLAKE2B 9d187ab0d902e50b3f2a4249b190b5f63f79dcf617a3325201506c01272e14489d2524b2d6fd478371c158d5714a82c327fce3ced1823fa5166fa8947baf3d9c SHA512 d632306f6700b67d4985eebb3d54ed2f813a70ebf9dfaba39dfc8635338ac5fcc1733c77b07cc2262259559dea8b4a510c35431675f67c8155a57cb78aca4159

diff --git a/app-text/feathernotes/feathernotes-1.3.1.ebuild b/app-text/feathernotes/feathernotes-1.3.1.ebuild
new file mode 100644
index 000000000000..40fc13627efd
--- /dev/null
+++ b/app-text/feathernotes/feathernotes-1.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Lightweight Qt Notes-Manager for Linux"
+HOMEPAGE="https://github.com/tsujan/FeatherNotes"
+SRC_URI="https://github.com/tsujan/FeatherNotes/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/FeatherNotes-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="spell X"
+
+RDEPEND="
+	dev-qt/qtbase:6[dbus,gui,network,widgets,xml,X?]
+	dev-qt/qtsvg:6
+	spell? ( app-text/hunspell:= )
+	X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+	X? ( x11-base/xorg-proto )
+"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITHOUT_X11=$(usex !X)
+		-DWITH_HUNSPELL=$(usex spell)
+	)
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/feathernotes/
@ 2025-03-06 19:02 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2025-03-06 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     01e65f94c662080d06622e1b4b10ac73e81fd1f2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  6 19:02:16 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  6 19:02:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e65f94

app-text/feathernotes: Stabilize 1.3.0 amd64, #950701

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/feathernotes/feathernotes-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/feathernotes/feathernotes-1.3.0.ebuild b/app-text/feathernotes/feathernotes-1.3.0.ebuild
index 162e2297324e..225b1dbfeaa5 100644
--- a/app-text/feathernotes/feathernotes-1.3.0.ebuild
+++ b/app-text/feathernotes/feathernotes-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}/FeatherNotes-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="spell X"
 
 RDEPEND="


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

end of thread, other threads:[~2025-03-06 19:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 18:55 [gentoo-commits] repo/gentoo:master commit in: app-text/feathernotes/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2025-03-06 19:02 Arthur Zamarin
2025-01-09 19:37 Arthur Zamarin
2024-08-21  9:19 Joonas Niilola
2024-06-27 10:35 Arthur Zamarin
2024-04-24 18:33 Arthur Zamarin

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