From: "Hans Fredrik Nordhaug" <hansfn@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/featherpad/
Date: Wed, 21 Jul 2021 06:53:15 +0000 (UTC) [thread overview]
Message-ID: <1626850363.1cd2a7197a251cbef8248ebced20b4ba9b864178.hansfn@gentoo> (raw)
commit: 1cd2a7197a251cbef8248ebced20b4ba9b864178
Author: Hans Fredrik Nordhaug <hansfn <AT> gmail <DOT> com>
AuthorDate: Wed Jul 21 06:52:43 2021 +0000
Commit: Hans Fredrik Nordhaug <hansfn <AT> gmail <DOT> com>
CommitDate: Wed Jul 21 06:52:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cd2a719
app-editors/featherpad: Moved to gentoo.
Signed-off-by: Hans Fredrik Nordhaug <hansfn <AT> gmail.com>
app-editors/featherpad/Manifest | 2 --
app-editors/featherpad/featherpad-0.17.2.ebuild | 37 -------------------------
app-editors/featherpad/featherpad-0.18.0.ebuild | 37 -------------------------
app-editors/featherpad/metadata.xml | 11 --------
4 files changed, 87 deletions(-)
diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest
deleted file mode 100644
index e5df9fdc0..000000000
--- a/app-editors/featherpad/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST featherpad-0.17.2.tar.gz 921192 BLAKE2B 38d0520c918dbae0b46f2a6d1a3f553f28ef0351b017600d4cc21cce61eb69bf08a80c118dfb794af3489cbb10c93d59c2b8effc049eccbd57aaefc403bddb29 SHA512 39721faa4c0b5c0920c9fdcbfaafe864b6e649145ec8b51ea1f3ca3ec038119caaf0a812362e226fd4e699d0f385508f1fb12992b2219f995b8486779d06b872
-DIST featherpad-0.18.0.tar.gz 967643 BLAKE2B a8a84fa71232bdd9448ec4a9c921f8f452212dfb52ec518c3f340e9b600858a9cfca2d7729a0f58c9d1465b77bd28c836de78026c58ff94297de704e7bf670d8 SHA512 3e0d008792dd55bc5e57654f9b032f0a66a60c682499c684cfc3b182fdc57a654bb5fb195b458af66ddd8db929b31e7bfa789bd9bdf33d32454fbbcb090bcd91
diff --git a/app-editors/featherpad/featherpad-0.17.2.ebuild b/app-editors/featherpad/featherpad-0.17.2.ebuild
deleted file mode 100644
index 179b3541a..000000000
--- a/app-editors/featherpad/featherpad-0.17.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg qmake-utils
-
-MY_P="${P/featherpad/FeatherPad}"
-
-DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux"
-HOMEPAGE="https://github.com/tsujan/FeatherPad"
-SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-text/hunspell
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- emake INSTALL_ROOT="${ED}" install
-}
diff --git a/app-editors/featherpad/featherpad-0.18.0.ebuild b/app-editors/featherpad/featherpad-0.18.0.ebuild
deleted file mode 100644
index 179b3541a..000000000
--- a/app-editors/featherpad/featherpad-0.18.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg qmake-utils
-
-MY_P="${P/featherpad/FeatherPad}"
-
-DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux"
-HOMEPAGE="https://github.com/tsujan/FeatherPad"
-SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-text/hunspell
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- emake INSTALL_ROOT="${ED}" install
-}
diff --git a/app-editors/featherpad/metadata.xml b/app-editors/featherpad/metadata.xml
deleted file mode 100644
index 4583f6a85..000000000
--- a/app-editors/featherpad/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hansfn@gmail.com</email>
- <name>Hans Fredrik Nordhaug</name>
- </maintainer>
- <upstream>
- <remote-id type="github">tsujan/FeatherPad</remote-id>
- </upstream>
-</pkgmetadata>
next reply other threads:[~2021-07-21 6:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-21 6:53 Hans Fredrik Nordhaug [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-09 15:53 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/featherpad/ Hans Fredrik Nordhaug
2021-03-04 12:00 Hans Fredrik Nordhaug
2021-02-26 15:12 Hans Fredrik Nordhaug
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1626850363.1cd2a7197a251cbef8248ebced20b4ba9b864178.hansfn@gentoo \
--to=hansfn@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox