public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
@ 2021-04-12  9:30 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-04-12  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2ddebf8a5164614f39ecca2804ff8968c9d36d95
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Mon Apr 12 06:59:02 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 12 06:59:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ddebf8a

x11-terms/terminus-bin: various changes

Move to -bin version
Bump to new version
Closes: https://bugs.gentoo.org/781833
Closes: https://bugs.gentoo.org/781836

Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/terminus-bin/Manifest                    |  2 +
 x11-terms/terminus-bin/metadata.xml                | 12 ++++
 x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild | 64 ++++++++++++++++++++++
 3 files changed, 78 insertions(+)

diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
new file mode 100644
index 000000000..481f4ebf0
--- /dev/null
+++ b/x11-terms/terminus-bin/Manifest
@@ -0,0 +1,2 @@
+DIST terminus-bin-1.0.136.tar.gz 98170177 BLAKE2B 71c8ae6db336c2ea5eaf463ff877941865f46bc502f50a98cf32243ae73000bc25a598fbadcf03b5dbf04bf4ea5da02356770c6cb7e7d210c7eaa2c3370026b8 SHA512 24e9cdcb0c0cb573796ae95318c2baa8a3b0fdd5f46aab4239b8a6d48885507f43e32c97615487f8e94f8007302d1d79a8363da83bd71ed8f3f5eac5065cf016
+DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus-bin/metadata.xml b/x11-terms/terminus-bin/metadata.xml
new file mode 100644
index 000000000..ca63cb8f9
--- /dev/null
+++ b/x11-terms/terminus-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marco@scardovi.com</email>
+		<name>Marco Scardovi</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Eugeny/terminus</remote-id>
+		<remote-id type="github">scardracs/icons</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild
new file mode 100644
index 000000000..cc6480460
--- /dev/null
+++ b/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+MY_P="terminus-${PV}"
+
+DESCRIPTION="A terminal for a more modern age"
+HOMEPAGE="https://eugeny.github.io/terminus/"
+SRC_URI="
+	https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_P}-linux.tar.gz -> ${P}.tar.gz
+	https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="alsa cups X"
+
+S="${WORKDIR}/${MY_P}-linux"
+
+DEPEND="
+	app-accessibility/at-spi2-atk
+	app-accessibility/at-spi2-core
+	dev-libs/atk
+	dev-libs/nss
+	alsa? ( media-libs/alsa-lib )
+	cups? ( net-print/cups )
+	X? (
+		media-libs/mesa
+		x11-libs/gdk-pixbuf
+		x11-libs/gtk+
+		x11-libs/libdrm
+		x11-libs/libXcomposite
+		x11-libs/libXdamage
+		x11-libs/libXfixes
+		x11-libs/libxkbcommon
+		x11-libs/libXrandr
+		x11-libs/libxshmfence
+		x11-libs/pango
+	)
+"
+
+QA_PREBUILT="/opt/terminus/*"
+
+src_prepare(){
+	default
+}
+
+src_install(){
+	insinto /opt/"${PN}"
+	doins -r "${S}"/*
+	dosym ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
+	fperms +x /opt/"${PN}"/terminus
+	make_desktop_entry /opt/${PN}/terminus Terminus terminus Utility
+	doicon ../terminus.svg
+	doicon ../terminus.ico
+	for i in {16,24,32,48,64,72,96,128,512}; do
+		doicon -s "${i}" ../terminus-"${i}".png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
@ 2021-04-14  9:07 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-04-14  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     565c3d381fcb9ec6a49fabc5bc8d93f6efdb21f6
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Apr 13 19:32:45 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 19:32:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=565c3d38

x11-terms/terminus-bin: closes CFLAGS bug definitively

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 .../{terminus-bin-1.0.136.ebuild => terminus-bin-1.0.136-r1.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.136-r1.ebuild
similarity index 97%
rename from x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild
rename to x11-terms/terminus-bin/terminus-bin-1.0.136-r1.ebuild
index cc6480460..50eba0741 100644
--- a/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild
+++ b/x11-terms/terminus-bin/terminus-bin-1.0.136-r1.ebuild
@@ -44,7 +44,7 @@ DEPEND="
 	)
 "
 
-QA_PREBUILT="/opt/terminus/*"
+QA_PREBUILT="/opt/terminus-bin/*"
 
 src_prepare(){
 	default


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
@ 2021-04-14  9:07 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-04-14  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c7969aec3b17c14067cd4fac5587ca5b6ee15c29
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Apr 13 19:55:04 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 19:55:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7969aec

x11-terms/terminus-bin: fix gnome icon

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 ...{terminus-bin-1.0.136-r1.ebuild => terminus-bin-1.0.136-r2.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136-r1.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.136-r2.ebuild
similarity index 88%
rename from x11-terms/terminus-bin/terminus-bin-1.0.136-r1.ebuild
rename to x11-terms/terminus-bin/terminus-bin-1.0.136-r2.ebuild
index 50eba0741..81df1dcf5 100644
--- a/x11-terms/terminus-bin/terminus-bin-1.0.136-r1.ebuild
+++ b/x11-terms/terminus-bin/terminus-bin-1.0.136-r2.ebuild
@@ -55,7 +55,9 @@ src_install(){
 	doins -r "${S}"/*
 	dosym ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
 	fperms +x /opt/"${PN}"/terminus
-	make_desktop_entry /opt/${PN}/terminus Terminus terminus Utility
+	make_desktop_entry "/opt/${PN}/terminus %U" "Terminus" "terminus" \
+		"GNOME;GTK;Utility;" \
+		"GenericName=Terminus\n\nStartupNotify=true\nStartupWMClass=terminus"
 	doicon ../terminus.svg
 	doicon ../terminus.ico
 	for i in {16,24,32,48,64,72,96,128,512}; do


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
@ 2021-04-16 18:48 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-04-16 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f7c4bcb4008c8cb9b437d8bc362ceb2c0d7b14f0
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Apr 16 18:10:38 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 16 18:10:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7c4bcb4

x11-terms/terminus-bin: makes everything mandatory

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 ...36-r2.ebuild => terminus-bin-1.0.136-r3.ebuild} | 34 +++++++++++-----------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136-r2.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild
similarity index 78%
rename from x11-terms/terminus-bin/terminus-bin-1.0.136-r2.ebuild
rename to x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild
index 81df1dcf5..19565a822 100644
--- a/x11-terms/terminus-bin/terminus-bin-1.0.136-r2.ebuild
+++ b/x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild
@@ -18,8 +18,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE="alsa cups X"
-
 S="${WORKDIR}/${MY_P}-linux"
 
 DEPEND="
@@ -27,21 +25,19 @@ DEPEND="
 	app-accessibility/at-spi2-core
 	dev-libs/atk
 	dev-libs/nss
-	alsa? ( media-libs/alsa-lib )
-	cups? ( net-print/cups )
-	X? (
-		media-libs/mesa
-		x11-libs/gdk-pixbuf
-		x11-libs/gtk+
-		x11-libs/libdrm
-		x11-libs/libXcomposite
-		x11-libs/libXdamage
-		x11-libs/libXfixes
-		x11-libs/libxkbcommon
-		x11-libs/libXrandr
-		x11-libs/libxshmfence
-		x11-libs/pango
-	)
+	media-libs/alsa-lib
+	net-print/cups
+	media-libs/mesa
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+
+	x11-libs/libdrm
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXfixes
+	x11-libs/libxkbcommon
+	x11-libs/libXrandr
+	x11-libs/libxshmfence
+	x11-libs/pango
 "
 
 QA_PREBUILT="/opt/terminus-bin/*"
@@ -64,3 +60,7 @@ src_install(){
 		doicon -s "${i}" ../terminus-"${i}".png
 	done
 }
+
+pkg_postinst(){
+	xdg_desktop_database_update
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
@ 2021-04-17 20:00 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-04-17 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b109c8c462aa24ed621fb4b7e12d13c5b1e11a0a
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sat Apr 17 19:11:19 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 17 19:11:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b109c8c4

x11-terms/terminus-bin: move to v137

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/terminus-bin/Manifest                                         | 2 +-
 .../{terminus-bin-1.0.136-r4.ebuild => terminus-bin-1.0.137.ebuild}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
index 481f4ebf0..332ab3b5d 100644
--- a/x11-terms/terminus-bin/Manifest
+++ b/x11-terms/terminus-bin/Manifest
@@ -1,2 +1,2 @@
-DIST terminus-bin-1.0.136.tar.gz 98170177 BLAKE2B 71c8ae6db336c2ea5eaf463ff877941865f46bc502f50a98cf32243ae73000bc25a598fbadcf03b5dbf04bf4ea5da02356770c6cb7e7d210c7eaa2c3370026b8 SHA512 24e9cdcb0c0cb573796ae95318c2baa8a3b0fdd5f46aab4239b8a6d48885507f43e32c97615487f8e94f8007302d1d79a8363da83bd71ed8f3f5eac5065cf016
+DIST terminus-bin-1.0.137.tar.gz 98172446 BLAKE2B 1017e0b05f51d49e9f606d59c9950cf0bdcaa4f5790aa3b183d5d51d3b0c1ae9d1e7abeafbb93f230cf1b21a43b649e222f091823b2fa7b059034b317f16bd31 SHA512 2c3998661c67639bc12111769022cc7482c75d925f7fb38030c214894d57a9c24aff8c0a57fd0b936494c60ef0705608280145246a57029419e26ae507692d3f
 DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136-r4.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild
similarity index 100%
rename from x11-terms/terminus-bin/terminus-bin-1.0.136-r4.ebuild
rename to x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
@ 2021-04-17 20:00 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-04-17 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     487743c4df0a566d0b7c2363d3256264a28f605c
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sat Apr 17 19:01:40 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 17 19:01:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=487743c4

x11-terms/terminus-bin: modify MY_PV

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 ...minus-bin-1.0.136-r3.ebuild => terminus-bin-1.0.136-r4.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.136-r4.ebuild
similarity index 91%
rename from x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild
rename to x11-terms/terminus-bin/terminus-bin-1.0.136-r4.ebuild
index 19565a822..46fbb1a42 100644
--- a/x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild
+++ b/x11-terms/terminus-bin/terminus-bin-1.0.136-r4.ebuild
@@ -5,12 +5,12 @@ EAPI=7
 
 inherit desktop xdg
 
-MY_P="terminus-${PV}"
+MY_PV="terminus-${PV}-linux"
 
 DESCRIPTION="A terminal for a more modern age"
 HOMEPAGE="https://eugeny.github.io/terminus/"
 SRC_URI="
-	https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_P}-linux.tar.gz -> ${P}.tar.gz
+	https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_PV}.tar.gz -> ${P}.tar.gz
 	https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
 "
 
@@ -18,7 +18,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}/${MY_P}-linux"
+S="${WORKDIR}/${MY_PV}"
 
 DEPEND="
 	app-accessibility/at-spi2-atk
@@ -40,7 +40,7 @@ DEPEND="
 	x11-libs/pango
 "
 
-QA_PREBUILT="/opt/terminus-bin/*"
+QA_PREBUILT="/opt/${PN}/*"
 
 src_prepare(){
 	default


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
  2021-04-18 15:44 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-04-18 16:01 ` Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-04-18 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     060acb26193685c1a46f0a7d69355cf52954a5a1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Apr 18 15:44:25 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 18 15:44:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=060acb26

x11-terms/terminus-bin: fix icon cache update

inheriting xdg will automatically export the correct
things to the correct phases, no need to set anything
manually

Closes: https://bugs.gentoo.org/783813
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild
index 46fbb1a42..d4506f821 100644
--- a/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild
+++ b/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild
@@ -60,7 +60,3 @@ src_install(){
 		doicon -s "${i}" ../terminus-"${i}".png
 	done
 }
-
-pkg_postinst(){
-	xdg_desktop_database_update
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
@ 2021-05-04 16:12 Haelwenn Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Haelwenn Monnier @ 2021-05-04 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3c9931f467a2424ef59bcdf49b97218954d78c4b
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue May  4 15:51:50 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue May  4 15:51:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c9931f4

x11-terms/terminus-bin: bump to 1.0.138

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/terminus-bin/Manifest                                         | 2 +-
 .../{terminus-bin-1.0.137.ebuild => terminus-bin-1.0.138.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
index 332ab3b5d..456070587 100644
--- a/x11-terms/terminus-bin/Manifest
+++ b/x11-terms/terminus-bin/Manifest
@@ -1,2 +1,2 @@
-DIST terminus-bin-1.0.137.tar.gz 98172446 BLAKE2B 1017e0b05f51d49e9f606d59c9950cf0bdcaa4f5790aa3b183d5d51d3b0c1ae9d1e7abeafbb93f230cf1b21a43b649e222f091823b2fa7b059034b317f16bd31 SHA512 2c3998661c67639bc12111769022cc7482c75d925f7fb38030c214894d57a9c24aff8c0a57fd0b936494c60ef0705608280145246a57029419e26ae507692d3f
+DIST terminus-bin-1.0.138.tar.gz 98180410 BLAKE2B 6d338352bc67a47decfc3c4b848659f974b9fe64066ae6c71242d47c6d542c526f87f672cdc10dfacb69a3057583fae8a9b72859e312daa5e2b65a19e79a04bc SHA512 080bbb58d738e6f30ef940045382913f054adb2211f34b8fea1f9fa3294746c8e25fc2a910eb3a90f7f592bc14daeb1d9a443eb40a9df7fef5d3612bc3a29f4d
 DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.138.ebuild
similarity index 100%
rename from x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild
rename to x11-terms/terminus-bin/terminus-bin-1.0.138.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
@ 2021-06-30 19:39 Florian Schmaus
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Schmaus @ 2021-06-30 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     53d5da3eb038226041c0bbe86cc442200bd39d44
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Jun 30 19:24:01 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 19:24:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53d5da3e

x11-terms/terminus-bin: bump to 143

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/terminus-bin/Manifest                                         | 2 +-
 .../{terminus-bin-1.0.139.ebuild => terminus-bin-1.0.143.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
index bdf0e92af..9489cad86 100644
--- a/x11-terms/terminus-bin/Manifest
+++ b/x11-terms/terminus-bin/Manifest
@@ -1,2 +1,2 @@
-DIST terminus-bin-1.0.139.tar.gz 97782703 BLAKE2B df4cb51ed2510210fa2c3a1923a92dd5b7011744f656131d82ba7964a0323a6b17fd4dfdda337ccb38158a13cab1a1058136c75df39e638ba874ad7ccd23b93a SHA512 501ef9455dda91f1b36418c6babb3019643507ab40be0e3e93a0bd42c8d704002aa502d4951f07038406c8a63adc7eb570a69dae96a061ce1eba6298892eea37
+DIST terminus-bin-1.0.143.tar.gz 96779825 BLAKE2B 829b0cfed33971b8f7c436b4950fbb6546f21ae2be548da711669fd528570ada9e8a9671bdbd2275f54683565ec7789263a8463e1692f49c1137d5e97e08b1be SHA512 dbd752e8b6f8fd47594f0ec7785b668e424bb05b411e3b18fd9c5b4d1048a97df0a2e18036d0b8396f7d72cfd65200d0c9543ee2dcb888575d67fc6369091ec1
 DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.139.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild
similarity index 100%
rename from x11-terms/terminus-bin/terminus-bin-1.0.139.ebuild
rename to x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
@ 2021-07-05 15:48 Haelwenn Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Haelwenn Monnier @ 2021-07-05 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d77db217c3f50b982e6a508f764a6ec3b47e98f1
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sun Jul  4 19:46:49 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jul  4 19:46:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d77db217

drop terminus-bin

Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/terminus-bin/Manifest                    |  2 -
 x11-terms/terminus-bin/metadata.xml                | 12 -----
 x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild | 62 ----------------------
 3 files changed, 76 deletions(-)

diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
deleted file mode 100644
index 9489cad86..000000000
--- a/x11-terms/terminus-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST terminus-bin-1.0.143.tar.gz 96779825 BLAKE2B 829b0cfed33971b8f7c436b4950fbb6546f21ae2be548da711669fd528570ada9e8a9671bdbd2275f54683565ec7789263a8463e1692f49c1137d5e97e08b1be SHA512 dbd752e8b6f8fd47594f0ec7785b668e424bb05b411e3b18fd9c5b4d1048a97df0a2e18036d0b8396f7d72cfd65200d0c9543ee2dcb888575d67fc6369091ec1
-DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus-bin/metadata.xml b/x11-terms/terminus-bin/metadata.xml
deleted file mode 100644
index ca63cb8f9..000000000
--- a/x11-terms/terminus-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>marco@scardovi.com</email>
-		<name>Marco Scardovi</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">Eugeny/terminus</remote-id>
-		<remote-id type="github">scardracs/icons</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild
deleted file mode 100644
index d4506f821..000000000
--- a/x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-MY_PV="terminus-${PV}-linux"
-
-DESCRIPTION="A terminal for a more modern age"
-HOMEPAGE="https://eugeny.github.io/terminus/"
-SRC_URI="
-	https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${MY_PV}"
-
-DEPEND="
-	app-accessibility/at-spi2-atk
-	app-accessibility/at-spi2-core
-	dev-libs/atk
-	dev-libs/nss
-	media-libs/alsa-lib
-	net-print/cups
-	media-libs/mesa
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+
-	x11-libs/libdrm
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXfixes
-	x11-libs/libxkbcommon
-	x11-libs/libXrandr
-	x11-libs/libxshmfence
-	x11-libs/pango
-"
-
-QA_PREBUILT="/opt/${PN}/*"
-
-src_prepare(){
-	default
-}
-
-src_install(){
-	insinto /opt/"${PN}"
-	doins -r "${S}"/*
-	dosym ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
-	fperms +x /opt/"${PN}"/terminus
-	make_desktop_entry "/opt/${PN}/terminus %U" "Terminus" "terminus" \
-		"GNOME;GTK;Utility;" \
-		"GenericName=Terminus\n\nStartupNotify=true\nStartupWMClass=terminus"
-	doicon ../terminus.svg
-	doicon ../terminus.ico
-	for i in {16,24,32,48,64,72,96,128,512}; do
-		doicon -s "${i}" ../terminus-"${i}".png
-	done
-}


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

end of thread, other threads:[~2021-07-05 15:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-05 15:48 [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2021-06-30 19:39 Florian Schmaus
2021-05-04 16:12 Haelwenn Monnier
2021-04-18 15:44 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-18 16:01 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-17 20:00 Andrew Ammerlaan
2021-04-17 20:00 Andrew Ammerlaan
2021-04-16 18:48 Andrew Ammerlaan
2021-04-14  9:07 Andrew Ammerlaan
2021-04-14  9:07 Andrew Ammerlaan
2021-04-12  9:30 Andrew Ammerlaan

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