summaryrefslogtreecommitdiff
path: root/app-text/feathernotes
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-text/feathernotes
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-text/feathernotes')
-rw-r--r--app-text/feathernotes/Manifest4
-rw-r--r--app-text/feathernotes/feathernotes-1.3.2.ebuild41
-rw-r--r--app-text/feathernotes/feathernotes-1.4.0.ebuild41
-rw-r--r--app-text/feathernotes/feathernotes-9999.ebuild33
-rw-r--r--app-text/feathernotes/metadata.xml17
5 files changed, 0 insertions, 136 deletions
diff --git a/app-text/feathernotes/Manifest b/app-text/feathernotes/Manifest
deleted file mode 100644
index b3fcf558f8f1..000000000000
--- a/app-text/feathernotes/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST FeatherNotes-1.3.2.tar.xz 639068 BLAKE2B b042a835d41fcfc0772a2525eafd022904f75e9d16c220fc34e815f01a9ac73c7837a8bd712a08edc5b05e30be39f61ddd0d6a6ae1a011ab4f39eab23fe61ea2 SHA512 d5a5a64b8caa92163828c864b8debfbd6ae0288a75b79af425618dd6bdea701c63dca2cf832b6b1628d1159b7f6bd66692b888a33b6aa09d73596bf35d7e8a7b
-DIST FeatherNotes-1.3.2.tar.xz.asc 862 BLAKE2B c90810048430de26e42fa0cbc2d62b8e0c62728ccbd20ccf5321f916c5b8727cbf9b46612cf07e6053638f52aa6cc4086da7a47083125157265d80f6d9f10e7d SHA512 acdabd41edd4869e11c4085ab0ee6ddb66bf3988ec9b168fdb2ed0270796f5220c40e424acaf52f7f3b05ddac760163f09f3d7a6c1b6a260f522ab934f9147e5
-DIST FeatherNotes-1.4.0.tar.xz 643768 BLAKE2B 58eae678992fc9fdb13a525fcaae6fa114a6a79c9f7fb628771887101395511760a645bda13ac42e4b4ebe15953e7dfb5648d26e490d088b2dc834e6b015e2b1 SHA512 878331da3ba53e2aa73ff34eb4a32fef45b0b4d881dcabcfbc4104474e6803036595e748161ffb270c2a36c96b0876cce548d521d03c1d6f3849d89e82517fd3
-DIST FeatherNotes-1.4.0.tar.xz.asc 862 BLAKE2B c23a66b87fb3447369b7b99e5c69656f47492648007c6e8038e29457b002736a432d593cb3c69a2c36a7e98b34d5306bb414cef4a89805f5c60d29972a55337d SHA512 c00c2b5426e738d952a669481bdce69db30818c4c91c04655969aed6f52949d8ce03f251ad5c2b0199a2b406858bdd90e2084b854587f03104c85e1480c7dcc1
diff --git a/app-text/feathernotes/feathernotes-1.3.2.ebuild b/app-text/feathernotes/feathernotes-1.3.2.ebuild
deleted file mode 100644
index 1c8bbd62bd1f..000000000000
--- a/app-text/feathernotes/feathernotes-1.3.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2024-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake verify-sig xdg
-
-DESCRIPTION="Lightweight Qt Notes-Manager for Linux"
-HOMEPAGE="https://github.com/tsujan/FeatherNotes"
-SRC_URI="https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz
- https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz.asc"
-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]
- verify-sig? ( sec-keys/openpgp-keys-tsujan )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tsujan.asc"
-
-src_configure() {
- local mycmakeargs=(
- -DWITHOUT_X11=$(usex !X)
- -DWITH_HUNSPELL=$(usex spell)
- )
- cmake_src_configure
-}
diff --git a/app-text/feathernotes/feathernotes-1.4.0.ebuild b/app-text/feathernotes/feathernotes-1.4.0.ebuild
deleted file mode 100644
index 6503b2274408..000000000000
--- a/app-text/feathernotes/feathernotes-1.4.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2024-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake verify-sig xdg
-
-DESCRIPTION="Lightweight Qt Notes-Manager for Linux"
-HOMEPAGE="https://github.com/tsujan/FeatherNotes"
-SRC_URI="https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz
- https://github.com/tsujan/FeatherNotes/releases/download/V${PV}/FeatherNotes-${PV}.tar.xz.asc"
-S="${WORKDIR}/FeatherNotes-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="spell X"
-
-RDEPEND="
- >=dev-qt/qtbase-6.5.0:6[dbus,gui,network,widgets,xml,X?]
- >=dev-qt/qtsvg-6.5.0:6
- spell? ( app-text/hunspell:= )
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-BDEPEND="
- dev-qt/qttools:6[linguist]
- verify-sig? ( sec-keys/openpgp-keys-tsujan )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tsujan.asc"
-
-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
deleted file mode 100644
index c4efc426c079..000000000000
--- a/app-text/feathernotes/feathernotes-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2024-2026 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.5.0:6[dbus,gui,network,widgets,xml,X?]
- >=dev-qt/qtsvg-6.5.0: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
deleted file mode 100644
index 25af69d6ae8f..000000000000
--- a/app-text/feathernotes/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>