* [gentoo-commits] repo/gentoo:master commit in: app-text/fb2edit/
@ 2020-08-17 14:48 Andrey Grozin
0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2020-08-17 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 8a80ec8f00601c8e17fbf2a66bcdb02b4f4dde9e
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 14:47:21 2020 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 14:48:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a80ec8f
app-text/fb2edit: initial import
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/fb2edit/Manifest | 1 +
app-text/fb2edit/fb2edit-0.1.0.ebuild | 22 ++++++++++++++++++++++
app-text/fb2edit/metadata.xml | 10 ++++++++++
3 files changed, 33 insertions(+)
diff --git a/app-text/fb2edit/Manifest b/app-text/fb2edit/Manifest
new file mode 100644
index 00000000000..5efe364483a
--- /dev/null
+++ b/app-text/fb2edit/Manifest
@@ -0,0 +1 @@
+DIST fb2edit-0.1.0.tar.gz 244667 BLAKE2B 332ba2801a346ef667760ff9f116aec6ae3ef93c7d862884514982bcc6adfd5413b22beb40859cc28ca297548e2e8f1c95885c2e68734c554922965d53c8f7ab SHA512 f13d45987a513fa9ea8139b195cda77dd39d4d680b5a826882b8b9d6d5704f10ed4b447070f1de39997b3be0fafa8378fe1261ff2d1e53cf9b3225c07a293d08
diff --git a/app-text/fb2edit/fb2edit-0.1.0.ebuild b/app-text/fb2edit/fb2edit-0.1.0.ebuild
new file mode 100644
index 00000000000..97067bcbb11
--- /dev/null
+++ b/app-text/fb2edit/fb2edit-0.1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake
+DESCRIPTION="Create and edit fb2 books"
+HOMEPAGE="https://github.com/vitlav/fb2edit"
+SRC_URI="https://github.com/vitlav/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RDEPEND="dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtwebkit:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtxml:5
+ dev-qt/qtxmlpatterns:5
+ dev-qt/linguist-tools:5
+ dev-libs/libxml2:2"
+BDEPEND="${RDEPEND}"
diff --git a/app-text/fb2edit/metadata.xml b/app-text/fb2edit/metadata.xml
new file mode 100644
index 00000000000..e236be2dcc2
--- /dev/null
+++ b/app-text/fb2edit/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>grozin@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">vitlav/fb2edit</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/fb2edit/
@ 2020-08-18 8:47 Andrey Grozin
0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2020-08-18 8:47 UTC (permalink / raw
To: gentoo-commits
commit: 324bc605fb73e922bcd5c63aa93df7e006b546d4
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 08:47:01 2020 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:47:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324bc605
app-text/fb2edit: ebuild improvements
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/fb2edit/fb2edit-0.1.0.ebuild | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/app-text/fb2edit/fb2edit-0.1.0.ebuild b/app-text/fb2edit/fb2edit-0.1.0.ebuild
index 97067bcbb11..626eeab69e4 100644
--- a/app-text/fb2edit/fb2edit-0.1.0.ebuild
+++ b/app-text/fb2edit/fb2edit-0.1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake
+inherit cmake xdg
DESCRIPTION="Create and edit fb2 books"
HOMEPAGE="https://github.com/vitlav/fb2edit"
SRC_URI="https://github.com/vitlav/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -17,6 +17,22 @@ RDEPEND="dev-qt/qtcore:5
dev-qt/qtnetwork:5
dev-qt/qtxml:5
dev-qt/qtxmlpatterns:5
- dev-qt/linguist-tools:5
dev-libs/libxml2:2"
-BDEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5"
+
+src_prepare () {
+ cmake_src_prepare
+}
+
+pkg_preinst () {
+ xdg_pkg_preinst
+}
+
+pkg_postinst () {
+ xdg_pkg_postinst
+}
+
+pkg_postrm () {
+ xdg_pkg_postrm
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/fb2edit/
@ 2020-08-18 8:53 Andrey Grozin
0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2020-08-18 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 7f6b1ec502a0e232b880bcae1769af0ae15374e8
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 08:52:37 2020 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:53:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6b1ec5
app-text/fb2edit: ebuild improvements
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/fb2edit/fb2edit-0.1.0.ebuild | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/app-text/fb2edit/fb2edit-0.1.0.ebuild b/app-text/fb2edit/fb2edit-0.1.0.ebuild
index 626eeab69e4..1586fc5e407 100644
--- a/app-text/fb2edit/fb2edit-0.1.0.ebuild
+++ b/app-text/fb2edit/fb2edit-0.1.0.ebuild
@@ -24,15 +24,3 @@ BDEPEND="${RDEPEND}
src_prepare () {
cmake_src_prepare
}
-
-pkg_preinst () {
- xdg_pkg_preinst
-}
-
-pkg_postinst () {
- xdg_pkg_postinst
-}
-
-pkg_postrm () {
- xdg_pkg_postrm
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/fb2edit/
@ 2020-09-06 16:22 Andrey Grozin
0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2020-09-06 16:22 UTC (permalink / raw
To: gentoo-commits
commit: 78308087a9f142e73cb4758a6a1034380e32f7ab
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 16:21:37 2020 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 16:21:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78308087
app-text/fb2edit: dependencies fixed
Bug: https://bugs.gentoo.org/show_bug.cgi?id=740416
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/fb2edit/fb2edit-0.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/fb2edit/fb2edit-0.1.0.ebuild b/app-text/fb2edit/fb2edit-0.1.0.ebuild
index 1586fc5e407..1eaa7cee867 100644
--- a/app-text/fb2edit/fb2edit-0.1.0.ebuild
+++ b/app-text/fb2edit/fb2edit-0.1.0.ebuild
@@ -18,8 +18,8 @@ RDEPEND="dev-qt/qtcore:5
dev-qt/qtxml:5
dev-qt/qtxmlpatterns:5
dev-libs/libxml2:2"
-BDEPEND="${RDEPEND}
- dev-qt/linguist-tools:5"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
src_prepare () {
cmake_src_prepare
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-06 16:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-18 8:47 [gentoo-commits] repo/gentoo:master commit in: app-text/fb2edit/ Andrey Grozin
-- strict thread matches above, loose matches on Subject: below --
2020-09-06 16:22 Andrey Grozin
2020-08-18 8:53 Andrey Grozin
2020-08-17 14:48 Andrey Grozin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox