* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
@ 2021-03-13 12:26 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-13 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 84b1fcf9e5ed89ff58c87989e97efb4f4d45d4d4
Author: ScardracS <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Mar 12 20:32:09 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 12 20:32:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84b1fcf9
x11-terms/terminus: uploading a new package
Terminus is a new terminal based on electron
with in mind lots of built-in features, options and beauty
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
x11-terms/terminus/Manifest | 2 ++
x11-terms/terminus/metadata.xml | 12 +++++++++
x11-terms/terminus/terminus-1.0.134.ebuild | 39 ++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest
new file mode 100644
index 00000000..ef57fce1
--- /dev/null
+++ b/x11-terms/terminus/Manifest
@@ -0,0 +1,2 @@
+DIST terminus-1.0.134-linux.tar.gz 99631157 BLAKE2B 32aef7110b2d201ae9efe5131cf8d9661476e47f05c296db709a907e78b7394db560ab9998f9dc0fbddbf17af5b5098d92da050bd5a190b423a46ff106585afa SHA512 7a6abf79ef23bcd6b948c398cddc6e4b3ec40609ac108508c296d4dd1c4fe6c7645bd6908ae73b135a6825360f572d34483a153e731d29a1dd20a78e1c60907d
+DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26
diff --git a/x11-terms/terminus/metadata.xml b/x11-terms/terminus/metadata.xml
new file mode 100644
index 00000000..a6455884
--- /dev/null
+++ b/x11-terms/terminus/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/terminus-1.0.134.ebuild b/x11-terms/terminus/terminus-1.0.134.ebuild
new file mode 100644
index 00000000..8e075ce4
--- /dev/null
+++ b/x11-terms/terminus/terminus-1.0.134.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A terminal for a more modern age"
+HOMEPAGE="https://eugeny.github.io/terminus/"
+SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
+https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+inherit desktop xdg-utils
+
+S=""${WORKDIR}"/"${P}"-linux"
+
+DEPEND="net-print/cups" # Requested by electron
+
+src_prepare(){
+ default
+
+ # Remove useless license files.
+ rm LICENSE.electron.txt LICENSES.electron.html
+}
+
+src_install(){
+ insinto /opt/"${PN}"
+ doins -r "${S}"/*
+ dosym "${EPREFIX}"/opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
+ fperms +x /opt/"${PN}"/terminus
+ make_desktop_entry /opt/terminus/terminus 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] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
@ 2021-03-18 10:24 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-18 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 20167cce026ebc01853c70008ff675ca01d4911c
Author: ScardracS <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Mar 17 19:27:50 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar 17 19:27:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20167cce
x11-terms/terminus: bumping to 1.0.135
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
x11-terms/terminus/Manifest | 1 -
x11-terms/terminus/terminus-1.0.134.ebuild | 39 ------------------------------
x11-terms/terminus/terminus-1.0.135.ebuild | 4 +--
3 files changed, 2 insertions(+), 42 deletions(-)
diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest
index de5687f0..bdd171fe 100644
--- a/x11-terms/terminus/Manifest
+++ b/x11-terms/terminus/Manifest
@@ -1,3 +1,2 @@
-DIST terminus-1.0.134-linux.tar.gz 99631157 BLAKE2B 32aef7110b2d201ae9efe5131cf8d9661476e47f05c296db709a907e78b7394db560ab9998f9dc0fbddbf17af5b5098d92da050bd5a190b423a46ff106585afa SHA512 7a6abf79ef23bcd6b948c398cddc6e4b3ec40609ac108508c296d4dd1c4fe6c7645bd6908ae73b135a6825360f572d34483a153e731d29a1dd20a78e1c60907d
DIST terminus-1.0.135-linux.tar.gz 98751022 BLAKE2B 956a664b70918e0774caa0590a05acc689d9814507969568de8b468a3fad6784f1d2b19c29131d9cf13fde39db0b815e669fe4a6a29a6d78e212c098aeb58bbf SHA512 00957d136c16d12b1e5c0b8422cd743a8084305543f7c9e017ee1b19c57383d47c41da06004482ac4d2c97708aeea2e861f2e580f48cf13f8eb2afeac7ea047d
DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26
diff --git a/x11-terms/terminus/terminus-1.0.134.ebuild b/x11-terms/terminus/terminus-1.0.134.ebuild
deleted file mode 100644
index 8e075ce4..00000000
--- a/x11-terms/terminus/terminus-1.0.134.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A terminal for a more modern age"
-HOMEPAGE="https://eugeny.github.io/terminus/"
-SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
-https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-inherit desktop xdg-utils
-
-S=""${WORKDIR}"/"${P}"-linux"
-
-DEPEND="net-print/cups" # Requested by electron
-
-src_prepare(){
- default
-
- # Remove useless license files.
- rm LICENSE.electron.txt LICENSES.electron.html
-}
-
-src_install(){
- insinto /opt/"${PN}"
- doins -r "${S}"/*
- dosym "${EPREFIX}"/opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
- fperms +x /opt/"${PN}"/terminus
- make_desktop_entry /opt/terminus/terminus 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
-}
diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
index 8e075ce4..eb205f32 100644
--- a/x11-terms/terminus/terminus-1.0.135.ebuild
+++ b/x11-terms/terminus/terminus-1.0.135.ebuild
@@ -4,9 +4,9 @@
EAPI=7
DESCRIPTION="A terminal for a more modern age"
+
HOMEPAGE="https://eugeny.github.io/terminus/"
-SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
-https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
+SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
@ 2021-03-18 10:24 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-18 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 6457ec7be32eeb53dc46f7781a816c5d317b8962
Author: ScardracS <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Mar 16 14:00:13 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar 17 19:23:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6457ec7b
x11-terms/terminus: bump to 1.0.135
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
x11-terms/terminus/Manifest | 1 +
x11-terms/terminus/terminus-1.0.135.ebuild | 39 ++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest
index ef57fce1..de5687f0 100644
--- a/x11-terms/terminus/Manifest
+++ b/x11-terms/terminus/Manifest
@@ -1,2 +1,3 @@
DIST terminus-1.0.134-linux.tar.gz 99631157 BLAKE2B 32aef7110b2d201ae9efe5131cf8d9661476e47f05c296db709a907e78b7394db560ab9998f9dc0fbddbf17af5b5098d92da050bd5a190b423a46ff106585afa SHA512 7a6abf79ef23bcd6b948c398cddc6e4b3ec40609ac108508c296d4dd1c4fe6c7645bd6908ae73b135a6825360f572d34483a153e731d29a1dd20a78e1c60907d
+DIST terminus-1.0.135-linux.tar.gz 98751022 BLAKE2B 956a664b70918e0774caa0590a05acc689d9814507969568de8b468a3fad6784f1d2b19c29131d9cf13fde39db0b815e669fe4a6a29a6d78e212c098aeb58bbf SHA512 00957d136c16d12b1e5c0b8422cd743a8084305543f7c9e017ee1b19c57383d47c41da06004482ac4d2c97708aeea2e861f2e580f48cf13f8eb2afeac7ea047d
DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26
diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
new file mode 100644
index 00000000..8e075ce4
--- /dev/null
+++ b/x11-terms/terminus/terminus-1.0.135.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A terminal for a more modern age"
+HOMEPAGE="https://eugeny.github.io/terminus/"
+SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
+https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+inherit desktop xdg-utils
+
+S=""${WORKDIR}"/"${P}"-linux"
+
+DEPEND="net-print/cups" # Requested by electron
+
+src_prepare(){
+ default
+
+ # Remove useless license files.
+ rm LICENSE.electron.txt LICENSES.electron.html
+}
+
+src_install(){
+ insinto /opt/"${PN}"
+ doins -r "${S}"/*
+ dosym "${EPREFIX}"/opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
+ fperms +x /opt/"${PN}"/terminus
+ make_desktop_entry /opt/terminus/terminus 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] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
@ 2021-03-20 11:09 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-20 11:09 UTC (permalink / raw
To: gentoo-commits
commit: f9510ec2cbc34084f7c81dd842ffad5c6af3540f
Author: ScardracS <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Mar 19 20:02:19 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 19 20:02:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9510ec2
x11-terms/terminus: using dodoc instead of delete docs
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
.../terminus/{terminus-1.0.135.ebuild => terminus-1.0.135-r1.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135-r1.ebuild
similarity index 91%
rename from x11-terms/terminus/terminus-1.0.135.ebuild
rename to x11-terms/terminus/terminus-1.0.135-r1.ebuild
index eb205f32..8c4db802 100644
--- a/x11-terms/terminus/terminus-1.0.135.ebuild
+++ b/x11-terms/terminus/terminus-1.0.135-r1.ebuild
@@ -20,9 +20,6 @@ DEPEND="net-print/cups" # Requested by electron
src_prepare(){
default
-
- # Remove useless license files.
- rm LICENSE.electron.txt LICENSES.electron.html
}
src_install(){
@@ -36,4 +33,5 @@ src_install(){
for i in {16,24,32,48,64,72,96,128,512}; do
doicon -s "${i}" ../terminus-"${i}".png
done
+ dodoc LICENSE.electron.txt LICENSES.electron.html
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
@ 2021-03-20 11:17 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-20 11:17 UTC (permalink / raw
To: gentoo-commits
commit: 4fb500df3efb59b793cde1a1dc9ef247654e8a21
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 20 11:17:05 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 20 11:17:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fb500df
Revert "x11-terms/terminus: using dodoc instead of delete docs"
This reverts commit f9510ec2cbc34084f7c81dd842ffad5c6af3540f.
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../terminus/{terminus-1.0.135-r1.ebuild => terminus-1.0.135.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11-terms/terminus/terminus-1.0.135-r1.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
similarity index 91%
rename from x11-terms/terminus/terminus-1.0.135-r1.ebuild
rename to x11-terms/terminus/terminus-1.0.135.ebuild
index 8c4db802..eb205f32 100644
--- a/x11-terms/terminus/terminus-1.0.135-r1.ebuild
+++ b/x11-terms/terminus/terminus-1.0.135.ebuild
@@ -20,6 +20,9 @@ DEPEND="net-print/cups" # Requested by electron
src_prepare(){
default
+
+ # Remove useless license files.
+ rm LICENSE.electron.txt LICENSES.electron.html
}
src_install(){
@@ -33,5 +36,4 @@ src_install(){
for i in {16,24,32,48,64,72,96,128,512}; do
doicon -s "${i}" ../terminus-"${i}".png
done
- dodoc LICENSE.electron.txt LICENSES.electron.html
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
@ 2021-03-23 14:54 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-23 14:54 UTC (permalink / raw
To: gentoo-commits
commit: ba51b8f8d663a61e7033e06146a8516a22b6ecb9
Author: scardracs <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Mar 23 14:49:08 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 23 14:49:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba51b8f8
x11-terms/terminus: fixed make_desktop_entry
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
x11-terms/terminus/terminus-1.0.135.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
index eb205f321..747de6a6f 100644
--- a/x11-terms/terminus/terminus-1.0.135.ebuild
+++ b/x11-terms/terminus/terminus-1.0.135.ebuild
@@ -12,7 +12,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-inherit desktop xdg-utils
+inherit desktop xdg
S=""${WORKDIR}"/"${P}"-linux"
@@ -30,7 +30,7 @@ src_install(){
doins -r "${S}"/*
dosym "${EPREFIX}"/opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
fperms +x /opt/"${PN}"/terminus
- make_desktop_entry /opt/terminus/terminus terminus
+ make_desktop_entry /opt/terminus/terminus terminus terminus Utility
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] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
@ 2021-03-28 11:43 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 11:43 UTC (permalink / raw
To: gentoo-commits
commit: 0d95da865c89185a0fd638b22540cfb308085118
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 11:14:30 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 11:14:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d95da86
x11-terms/terminus: use relative symlink
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
x11-terms/terminus/terminus-1.0.135.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
index 747de6a6f..d5d7e8b19 100644
--- a/x11-terms/terminus/terminus-1.0.135.ebuild
+++ b/x11-terms/terminus/terminus-1.0.135.ebuild
@@ -28,7 +28,7 @@ src_prepare(){
src_install(){
insinto /opt/"${PN}"
doins -r "${S}"/*
- dosym "${EPREFIX}"/opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
+ dosym ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
fperms +x /opt/"${PN}"/terminus
make_desktop_entry /opt/terminus/terminus terminus terminus Utility
doicon ../terminus.svg
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
@ 2021-04-07 8:51 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-04-07 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 1241bfaf2ef21e23cb527521c427a6096a0684bd
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Apr 6 18:25:58 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 6 20:09:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1241bfaf
x11-terms/terminus: fixes
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Closes: https://github.com/gentoo/guru/pull/51
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
x11-terms/terminus/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-terms/terminus/metadata.xml b/x11-terms/terminus/metadata.xml
index a6455884f..ca63cb8f9 100644
--- a/x11-terms/terminus/metadata.xml
+++ b/x11-terms/terminus/metadata.xml
@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">Eugeny/terminus</remote-id>
- <remote-id type="github">ScardracS/icons</remote-id>
+ <remote-id type="github">scardracs/icons</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
@ 2021-04-12 9:30 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-04-12 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 0b4c5e62b91d0ffb3be8e0f7f15fe571a51e82e9
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Mon Apr 12 07:02:20 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 12 07:19:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b4c5e62
Move terminus to terminus-bin
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
x11-terms/terminus/Manifest | 2 --
x11-terms/terminus/metadata.xml | 12 ---------
x11-terms/terminus/terminus-1.0.135.ebuild | 39 ------------------------------
3 files changed, 53 deletions(-)
diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest
deleted file mode 100644
index bdd171fe5..000000000
--- a/x11-terms/terminus/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST terminus-1.0.135-linux.tar.gz 98751022 BLAKE2B 956a664b70918e0774caa0590a05acc689d9814507969568de8b468a3fad6784f1d2b19c29131d9cf13fde39db0b815e669fe4a6a29a6d78e212c098aeb58bbf SHA512 00957d136c16d12b1e5c0b8422cd743a8084305543f7c9e017ee1b19c57383d47c41da06004482ac4d2c97708aeea2e861f2e580f48cf13f8eb2afeac7ea047d
-DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26
diff --git a/x11-terms/terminus/metadata.xml b/x11-terms/terminus/metadata.xml
deleted file mode 100644
index ca63cb8f9..000000000
--- a/x11-terms/terminus/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/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
deleted file mode 100644
index d5d7e8b19..000000000
--- a/x11-terms/terminus/terminus-1.0.135.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A terminal for a more modern age"
-
-HOMEPAGE="https://eugeny.github.io/terminus/"
-SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-inherit desktop xdg
-
-S=""${WORKDIR}"/"${P}"-linux"
-
-DEPEND="net-print/cups" # Requested by electron
-
-src_prepare(){
- default
-
- # Remove useless license files.
- rm LICENSE.electron.txt LICENSES.electron.html
-}
-
-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/terminus/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] 9+ messages in thread
end of thread, other threads:[~2021-04-12 9:30 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-18 10:24 [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-04-12 9:30 Andrew Ammerlaan
2021-04-07 8:51 Andrew Ammerlaan
2021-03-28 11:43 Andrew Ammerlaan
2021-03-23 14:54 Andrew Ammerlaan
2021-03-20 11:17 Andrew Ammerlaan
2021-03-20 11:09 Andrew Ammerlaan
2021-03-18 10:24 Andrew Ammerlaan
2021-03-13 12:26 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox