public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2020-06-10 16:45 Ronny Gutbrod
  0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2020-06-10 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     38a200b4b6374137205fe65882cb8acbd2eab756
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Jun 10 16:43:41 2020 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Jun 10 16:44:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38a200b4

net-misc/kristall: New package.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/kristall/Manifest            |  1 +
 net-misc/kristall/kristall-0.2.ebuild | 34 ++++++++++++++++++++++++++++++++++
 net-misc/kristall/metadata.xml        | 15 +++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/net-misc/kristall/Manifest b/net-misc/kristall/Manifest
new file mode 100644
index 0000000..f9715f9
--- /dev/null
+++ b/net-misc/kristall/Manifest
@@ -0,0 +1 @@
+DIST kristall-0.2.tar.gz 7483452 BLAKE2B ab2cd662ce91d36310fcd0b643c18a673e2da504166936826e3642eff14fe80bd1d42a6c284317216069b67fff2f452b7d5d299d47bf19cd074f553ecf98eb33 SHA512 2f0492772b19cc7340e7690c2a5be199826bebddf02777a2a38de1607277bdcd8c7f1069499cc42e7070f1c978731a153bc1e79e1c17f022a8d7b78eca5e8bdb

diff --git a/net-misc/kristall/kristall-0.2.ebuild b/net-misc/kristall/kristall-0.2.ebuild
new file mode 100644
index 0000000..a80dc6a
--- /dev/null
+++ b/net-misc/kristall/kristall-0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils xdg
+
+DESCRIPTION="Visual cross-platform gemini browser"
+HOMEPAGE="https://github.com/MasterQ32/kristall"
+SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-qt/qtmultimedia[widgets]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die
+}
+
+src_configure() {
+	eqmake5 src/kristall.pro
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+	einstalldocs
+
+	doicon src/icons/kristall.svg
+	domenu Kristall.desktop
+}

diff --git a/net-misc/kristall/metadata.xml b/net-misc/kristall/metadata.xml
new file mode 100644
index 0000000..137aa60
--- /dev/null
+++ b/net-misc/kristall/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<longdescription lang="en">
+		Graphical small-internet client for windows, linux, MacOS X and
+		BSDs. Supports gemini, http, https, gopher, finger.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/MasterQ32/kristall/issues</bugs-to>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2020-06-21 22:56 Ronny Gutbrod
  0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2020-06-21 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     75227a1326f0908178145975e484bd25f854dead
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Jun 21 22:47:22 2020 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Jun 21 22:53:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75227a13

net-misc/kristall: Version bump 0.3.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/kristall/Manifest            |  1 +
 net-misc/kristall/kristall-0.3.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-misc/kristall/Manifest b/net-misc/kristall/Manifest
index f9715f9..fc1e582 100644
--- a/net-misc/kristall/Manifest
+++ b/net-misc/kristall/Manifest
@@ -1 +1,2 @@
 DIST kristall-0.2.tar.gz 7483452 BLAKE2B ab2cd662ce91d36310fcd0b643c18a673e2da504166936826e3642eff14fe80bd1d42a6c284317216069b67fff2f452b7d5d299d47bf19cd074f553ecf98eb33 SHA512 2f0492772b19cc7340e7690c2a5be199826bebddf02777a2a38de1607277bdcd8c7f1069499cc42e7070f1c978731a153bc1e79e1c17f022a8d7b78eca5e8bdb
+DIST kristall-0.3.tar.gz 7535712 BLAKE2B 3e00243cf455ad810e8d51333b63186e637de1c292a116dbb4273825c51b1c1bf1921bfd243acb97e13dc201b3dcce7240f3c66368b66b607e5c207a2d901934 SHA512 21c102e25235f3a7c1a4128d84215a2444603b4b9bc680e94100148d143dc50744bb86450c22b8848453c5e183ae4708a1594240486951614d4e4af2706cd2e8

diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild
new file mode 100644
index 0000000..a575f1a
--- /dev/null
+++ b/net-misc/kristall/kristall-0.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Visual cross-platform gemini browser"
+HOMEPAGE="https://github.com/MasterQ32/kristall"
+SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-qt/qtmultimedia:5[widgets]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	xdg_src_prepare
+	sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die
+}
+
+src_configure() {
+	# qmake overwrites Makefile but it is needed for installing.
+	mv Makefile{,.tmp} || die
+	eqmake5 src/kristall.pro
+}
+
+src_install() {
+	mv Makefile{.tmp,} || die
+	INSTALL="install -D" PREFIX="${EPREFIX}/usr" default
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2020-06-23  0:18 Ronny Gutbrod
  0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2020-06-23  0:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0a3c0acbea31e9d151f7817c9a166c8655cef043
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Jun 23 00:15:11 2020 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Jun 23 00:15:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a3c0acb

net-misc/kristall: Remove src_prepare().

Not needed anymore because the Makefile generated by qmake is discarded.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/kristall/kristall-0.3.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild
index a575f1a..108347b 100644
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ b/net-misc/kristall/kristall-0.3.ebuild
@@ -16,11 +16,6 @@ KEYWORDS="~amd64"
 RDEPEND="dev-qt/qtmultimedia:5[widgets]"
 DEPEND="${RDEPEND}"
 
-src_prepare() {
-	xdg_src_prepare
-	sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die
-}
-
 src_configure() {
 	# qmake overwrites Makefile but it is needed for installing.
 	mv Makefile{,.tmp} || die


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2020-06-27 22:32 Ronny Gutbrod
  0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2020-06-27 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e53c15aea20b50fa201711d8f8000dcfd661cd0e
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Jun 27 22:27:52 2020 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Jun 27 22:27:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e53c15ae

net-misc/kristall: Add missing dependencies.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/kristall/kristall-0.2.ebuild | 6 +++++-
 net-misc/kristall/kristall-0.3.ebuild | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/net-misc/kristall/kristall-0.2.ebuild b/net-misc/kristall/kristall-0.2.ebuild
index a80dc6a..0327c1b 100644
--- a/net-misc/kristall/kristall-0.2.ebuild
+++ b/net-misc/kristall/kristall-0.2.ebuild
@@ -13,7 +13,11 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="dev-qt/qtmultimedia[widgets]"
+RDEPEND="
+	dev-qt/qtmultimedia[widgets]
+	dev-qt/qtsvg:5
+	dev-qt/qtnetwork:5[ssl]
+"
 DEPEND="${RDEPEND}"
 
 src_prepare() {

diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild
index 108347b..c3b48ce 100644
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ b/net-misc/kristall/kristall-0.3.ebuild
@@ -13,7 +13,11 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="dev-qt/qtmultimedia:5[widgets]"
+RDEPEND="
+	dev-qt/qtmultimedia:5[widgets]
+	dev-qt/qtsvg:5
+	dev-qt/qtnetwork:5[ssl]
+"
 DEPEND="${RDEPEND}"
 
 src_configure() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2020-11-12 19:59 Haelwenn Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Haelwenn Monnier @ 2020-11-12 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8b17ce9360f56dfc5b4c756481a1684fe0b494e3
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Nov 12 19:52:56 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Nov 12 19:55:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b17ce93

net-misc/kristall: Add a live ebuild

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 net-misc/kristall/kristall-0.3.ebuild                          | 10 ++++++++--
 .../kristall/{kristall-0.3.ebuild => kristall-9999.ebuild}     | 10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild
index 77ffd42a..f668cbd3 100644
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ b/net-misc/kristall/kristall-0.3.ebuild
@@ -7,11 +7,17 @@ inherit qmake-utils xdg
 
 DESCRIPTION="Visual cross-platform gemini browser"
 HOMEPAGE="https://github.com/MasterQ32/kristall"
-SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+if [ "${PV}" == "9999" ]; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/MasterQ32/kristall.git"
+else
+	SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
 
 RDEPEND="
 	dev-qt/qtmultimedia:5[widgets]

diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-9999.ebuild
similarity index 69%
copy from net-misc/kristall/kristall-0.3.ebuild
copy to net-misc/kristall/kristall-9999.ebuild
index 77ffd42a..f668cbd3 100644
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ b/net-misc/kristall/kristall-9999.ebuild
@@ -7,11 +7,17 @@ inherit qmake-utils xdg
 
 DESCRIPTION="Visual cross-platform gemini browser"
 HOMEPAGE="https://github.com/MasterQ32/kristall"
-SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+if [ "${PV}" == "9999" ]; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/MasterQ32/kristall.git"
+else
+	SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
 
 RDEPEND="
 	dev-qt/qtmultimedia:5[widgets]


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2020-11-12 19:59 Haelwenn Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Haelwenn Monnier @ 2020-11-12 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     148609f464fc9b27262dd5f971ef31d0f0ab4417
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Nov 12 19:51:48 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Nov 12 19:55:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=148609f4

net-misc/kristall: Fix building a second time in src_install

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 net-misc/kristall/kristall-0.3.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild
index c3b48ce2..77ffd42a 100644
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ b/net-misc/kristall/kristall-0.3.ebuild
@@ -20,13 +20,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-src_configure() {
-	# qmake overwrites Makefile but it is needed for installing.
-	mv Makefile{,.tmp} || die
-	eqmake5 src/kristall.pro
+src_compile() {
+	emake
 }
 
 src_install() {
-	mv Makefile{.tmp,} || die
-	INSTALL="install -D" PREFIX="${EPREFIX}/usr" default
+	emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2020-11-12 22:13 Ronny Gutbrod
  0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2020-11-12 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     80d1b1d84898f1a2cb6fde5c07b66213f2b377a3
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Nov 12 22:08:26 2020 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Nov 12 22:11:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80d1b1d8

net-misc/kristall: Remove qmake-utils, compile phase; install docs.

qmake-utils.eclass is not used anymore, compile phase calls emake by
default.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/kristall/kristall-0.3.ebuild  | 8 +++-----
 net-misc/kristall/kristall-9999.ebuild | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild
index f668cbd3..2d6f83cf 100644
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ b/net-misc/kristall/kristall-0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit qmake-utils xdg
+inherit xdg
 
 DESCRIPTION="Visual cross-platform gemini browser"
 HOMEPAGE="https://github.com/MasterQ32/kristall"
@@ -25,11 +25,9 @@ RDEPEND="
 	dev-qt/qtnetwork:5[ssl]
 "
 DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake
-}
+BDEPEND="dev-qt/qtcore" # qmake
 
 src_install() {
 	emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install
+	einstalldocs
 }

diff --git a/net-misc/kristall/kristall-9999.ebuild b/net-misc/kristall/kristall-9999.ebuild
index f668cbd3..2d6f83cf 100644
--- a/net-misc/kristall/kristall-9999.ebuild
+++ b/net-misc/kristall/kristall-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit qmake-utils xdg
+inherit xdg
 
 DESCRIPTION="Visual cross-platform gemini browser"
 HOMEPAGE="https://github.com/MasterQ32/kristall"
@@ -25,11 +25,9 @@ RDEPEND="
 	dev-qt/qtnetwork:5[ssl]
 "
 DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake
-}
+BDEPEND="dev-qt/qtcore" # qmake
 
 src_install() {
 	emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install
+	einstalldocs
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2021-04-09 18:51 Ronny Gutbrod
  0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2021-04-09 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e66671ff0cf0f2e1a01942af543a2ccdd52fb910
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Apr  9 18:47:42 2021 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Apr  9 18:50:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e66671ff

net-misc/kristall: Remove old ebuilds.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/kristall/Manifest            |  1 -
 net-misc/kristall/kristall-0.2.ebuild | 38 -----------------------------------
 net-misc/kristall/kristall-0.3.ebuild | 33 ------------------------------
 3 files changed, 72 deletions(-)

diff --git a/net-misc/kristall/Manifest b/net-misc/kristall/Manifest
index fc1e58256..a597b1137 100644
--- a/net-misc/kristall/Manifest
+++ b/net-misc/kristall/Manifest
@@ -1,2 +1 @@
-DIST kristall-0.2.tar.gz 7483452 BLAKE2B ab2cd662ce91d36310fcd0b643c18a673e2da504166936826e3642eff14fe80bd1d42a6c284317216069b67fff2f452b7d5d299d47bf19cd074f553ecf98eb33 SHA512 2f0492772b19cc7340e7690c2a5be199826bebddf02777a2a38de1607277bdcd8c7f1069499cc42e7070f1c978731a153bc1e79e1c17f022a8d7b78eca5e8bdb
 DIST kristall-0.3.tar.gz 7535712 BLAKE2B 3e00243cf455ad810e8d51333b63186e637de1c292a116dbb4273825c51b1c1bf1921bfd243acb97e13dc201b3dcce7240f3c66368b66b607e5c207a2d901934 SHA512 21c102e25235f3a7c1a4128d84215a2444603b4b9bc680e94100148d143dc50744bb86450c22b8848453c5e183ae4708a1594240486951614d4e4af2706cd2e8

diff --git a/net-misc/kristall/kristall-0.2.ebuild b/net-misc/kristall/kristall-0.2.ebuild
deleted file mode 100644
index 0327c1b69..000000000
--- a/net-misc/kristall/kristall-0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils xdg
-
-DESCRIPTION="Visual cross-platform gemini browser"
-HOMEPAGE="https://github.com/MasterQ32/kristall"
-SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-qt/qtmultimedia[widgets]
-	dev-qt/qtsvg:5
-	dev-qt/qtnetwork:5[ssl]
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die
-}
-
-src_configure() {
-	eqmake5 src/kristall.pro
-}
-
-src_install() {
-	emake install INSTALL_ROOT="${D}"
-	einstalldocs
-
-	doicon src/icons/kristall.svg
-	domenu Kristall.desktop
-}

diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild
deleted file mode 100644
index 2d6f83cf1..000000000
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="Visual cross-platform gemini browser"
-HOMEPAGE="https://github.com/MasterQ32/kristall"
-if [ "${PV}" == "9999" ]; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/MasterQ32/kristall.git"
-else
-	SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-	dev-qt/qtmultimedia:5[widgets]
-	dev-qt/qtsvg:5
-	dev-qt/qtnetwork:5[ssl]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/qtcore" # qmake
-
-src_install() {
-	emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install
-	einstalldocs
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2021-04-10 14:48 Ronny Gutbrod
  0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2021-04-10 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6212f2d3f2d353cd80c1997eebb7b3e8ddb76e5b
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Apr 10 14:45:44 2021 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Apr 10 14:45:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6212f2d3

net-misc/kristall: Remove buildflags-patch from live ebuild.

Merged into upstream.
<https://github.com/MasterQ32/kristall/commit/7074170>

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/kristall/kristall-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-misc/kristall/kristall-9999.ebuild b/net-misc/kristall/kristall-9999.ebuild
index 3854bc55f..e255fe2b1 100644
--- a/net-misc/kristall/kristall-9999.ebuild
+++ b/net-misc/kristall/kristall-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,8 +27,6 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="dev-qt/qtcore" # qmake
 
-PATCHES=( "${FILESDIR}/${PN}-0.3_add_flags.patch" )
-
 src_install() {
 	emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install
 	einstalldocs


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/
@ 2021-12-01 11:52 Anna Vyalkova
  0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2021-12-01 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     6d6decbff6acedc3cb726f315b060b63db673224
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Dec  1 08:35:38 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Dec  1 08:35:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d6decbf

net-misc/kristall: add myself as a maintainer

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-misc/kristall/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/kristall/metadata.xml b/net-misc/kristall/metadata.xml
index 4b6ab958d..bd303c610 100644
--- a/net-misc/kristall/metadata.xml
+++ b/net-misc/kristall/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
 	<longdescription lang="en">
 		Graphical small-internet client for windows, linux, MacOS X and
 		BSDs. Supports gemini, http, https, gopher, finger.


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

end of thread, other threads:[~2021-12-01 11:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-12 19:59 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/kristall/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2021-12-01 11:52 Anna Vyalkova
2021-04-10 14:48 Ronny Gutbrod
2021-04-09 18:51 Ronny Gutbrod
2020-11-12 22:13 Ronny Gutbrod
2020-11-12 19:59 Haelwenn Monnier
2020-06-27 22:32 Ronny Gutbrod
2020-06-23  0:18 Ronny Gutbrod
2020-06-21 22:56 Ronny Gutbrod
2020-06-10 16:45 Ronny Gutbrod

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