[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2023-04-07 Thread Sam James
commit: 62bcd02ebf331c99d5198259dd543cc3d93f5ea9
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 18:02:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 18:09:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bcd02e

app-editors/diakonos: enable ruby31

Signed-off-by: Sam James  gentoo.org>

 app-editors/diakonos/diakonos-0.9.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/diakonos/diakonos-0.9.7.ebuild 
b/app-editors/diakonos/diakonos-0.9.7.ebuild
index b656965ff4e8..ffde7aefebca 100644
--- a/app-editors/diakonos/diakonos-0.9.7.ebuild
+++ b/app-editors/diakonos/diakonos-0.9.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 inherit ruby-ng
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2022-08-14 Thread Sam James
commit: 6bfe3705ef5f731e8f8841481628c900b8ebf321
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 14 20:03:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 14 20:03:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfe3705

app-editors/diakonos: add sourcehut upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-editors/diakonos/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-editors/diakonos/metadata.xml 
b/app-editors/diakonos/metadata.xml
index 85e4ed814fa2..412aa2db5d01 100644
--- a/app-editors/diakonos/metadata.xml
+++ b/app-editors/diakonos/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   
+   ~pistos/diakonos
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2022-01-20 Thread Sam James
commit: 5a4ea3435698ad6121f92da3dac5e2daec4107fa
Author: Dennis Eisele  dennis-eisele  de>
AuthorDate: Fri Jan 14 18:09:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 20 14:29:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4ea343

app-editors/diakonos: bump to version 0.9.7

Closes: https://bugs.gentoo.org/785088
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Dennis Eisele  dennis-eisele.de>
Closes: https://github.com/gentoo/gentoo/pull/23753
Signed-off-by: Sam James  gentoo.org>

 app-editors/diakonos/Manifest  |  1 +
 app-editors/diakonos/diakonos-0.9.7.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/app-editors/diakonos/Manifest b/app-editors/diakonos/Manifest
index 42c946116baa..c7c6071fb661 100644
--- a/app-editors/diakonos/Manifest
+++ b/app-editors/diakonos/Manifest
@@ -1 +1,2 @@
 DIST diakonos-0.9.4.tar.gz 126301 BLAKE2B 
197d32968053fe8b68f7e9909619f9be6548d1a32545d32c7cd4a9501f2df2635178ce681e6f77e9a1e0ea7f22fe80eed116239a1df655f3e3567e435d29dbad
 SHA512 
c4737fa1de42549745b606bd881fbe7cff1e46517084142c10fe2a7076f25a6f7418d7aefbc569e3647bbdd04a185f07866021c24161f1675f11ecddde5d654c
+DIST diakonos-0.9.7.tar.gz 129807 BLAKE2B 
26c3a72a00e1d41b4a7b2916b37024658d7607ac657d4f71a12b939830578d7939a4f9f4c3886693eae9eeaf91bfe1abe055be7bcc7681619448e298acb5c546
 SHA512 
ec23d93ed6871d18b6a91e02bc6916ac667ca773be5f093a68fffa5c9cbe89b123e80b18762c8649620eda23b1b9ba582a5236eb9eaefc0e22a411390cd30c73

diff --git a/app-editors/diakonos/diakonos-0.9.7.ebuild 
b/app-editors/diakonos/diakonos-0.9.7.ebuild
new file mode 100644
index ..b656965ff4e8
--- /dev/null
+++ b/app-editors/diakonos/diakonos-0.9.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit ruby-ng
+
+DESCRIPTION="A Linux editor for the masses"
+HOMEPAGE="https://git.sr.ht/~pistos/diakonos;
+SRC_URI="https://github.com/Pistos/diakonos/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/curses"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+   test? ( dev-ruby/rspec )"
+
+each_ruby_test() {
+   ${RUBY} -S rspec -Ilib spec/*.rb spec/*/*.rb || die
+}
+
+each_ruby_install() {
+   ${RUBY} install.rb --dest-dir "${D}" --doc-dir /usr/share/doc/${PF} || 
die "install failed"
+}
+
+all_ruby_install() {
+   if use doc; then
+   rake docs || die
+   dodoc -r doc/*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2022-01-20 Thread Sam James
commit: 39c5af1bbf3edc02b87b0f02272affd1a79591b5
Author: Dennis Eisele  dennis-eisele  de>
AuthorDate: Fri Jan 14 18:07:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 20 14:29:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c5af1b

app-editors/diakonos: fix upsteam on version 0.9.4

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Dennis Eisele  dennis-eisele.de>
Signed-off-by: Sam James  gentoo.org>

 app-editors/diakonos/Manifest |  2 +-
 app-editors/diakonos/diakonos-0.9.4-r1.ebuild | 16 
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-editors/diakonos/Manifest b/app-editors/diakonos/Manifest
index 045292cca7c5..42c946116baa 100644
--- a/app-editors/diakonos/Manifest
+++ b/app-editors/diakonos/Manifest
@@ -1 +1 @@
-DIST diakonos-0.9.4.tar.bz2 102282 BLAKE2B 
f8625d87924815e816c2f5a07e5c1d35df4df6126531caf5c98a9fdcb20eb9543c028363344a3c20f2f8a0335fa9d071b168640d9bd4738b1d51737bcc548c12
 SHA512 
8aab6173c40b9a182853977ed7631c391a10d3339918fa96866da8c9fa8e36e40f1c5093465c734a9ce36a69c5d994d6b2d1c0306f1e57bff708fd7a64a62db7
+DIST diakonos-0.9.4.tar.gz 126301 BLAKE2B 
197d32968053fe8b68f7e9909619f9be6548d1a32545d32c7cd4a9501f2df2635178ce681e6f77e9a1e0ea7f22fe80eed116239a1df655f3e3567e435d29dbad
 SHA512 
c4737fa1de42549745b606bd881fbe7cff1e46517084142c10fe2a7076f25a6f7418d7aefbc569e3647bbdd04a185f07866021c24161f1675f11ecddde5d654c

diff --git a/app-editors/diakonos/diakonos-0.9.4-r1.ebuild 
b/app-editors/diakonos/diakonos-0.9.4-r1.ebuild
index 74fbd1888407..081eff7e66f0 100644
--- a/app-editors/diakonos/diakonos-0.9.4-r1.ebuild
+++ b/app-editors/diakonos/diakonos-0.9.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,8 +8,8 @@ USE_RUBY="ruby26 ruby27 ruby30"
 inherit ruby-ng
 
 DESCRIPTION="A Linux editor for the masses"
-HOMEPAGE="http://diakonos.pist0s.ca;
-SRC_URI="http://diakonos.pist0s.ca/archives/${P}.tar.bz2;
+HOMEPAGE="https://git.sr.ht/~pistos/diakonos;
+SRC_URI="https://github.com/Pistos/diakonos/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -21,8 +21,12 @@ ruby_add_rdepend "dev-ruby/curses"
 ruby_add_bdepend "doc? ( dev-ruby/yard )
test? ( dev-ruby/bacon )"
 
+each_ruby_test() {
+   ${RUBY} -S bacon -Ilib spec/*.rb spec/*/*.rb || die
+}
+
 each_ruby_install() {
-   ${RUBY} install.rb --dest-dir "${D}" --doc-dir /usr/share/doc/${P} || 
die "install failed"
+   ${RUBY} install.rb --dest-dir "${D}" --doc-dir /usr/share/doc/${PF} || 
die "install failed"
 }
 
 all_ruby_install() {
@@ -31,7 +35,3 @@ all_ruby_install() {
dodoc -r doc/*
fi
 }
-
-each_ruby_test() {
-   ${RUBY} -S bacon -Ilib spec/*.rb spec/*/*.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2021-10-17 Thread Hans de Graaff
commit: 9699bffeea8f0fc7af936f9a7aceb498c57edae6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 17 12:22:30 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 18 05:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9699bffe

app-editors/diakonos: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-editors/diakonos/diakonos-0.9.4.ebuild | 37 --
 1 file changed, 37 deletions(-)

diff --git a/app-editors/diakonos/diakonos-0.9.4.ebuild 
b/app-editors/diakonos/diakonos-0.9.4.ebuild
deleted file mode 100644
index d769980e023..000
--- a/app-editors/diakonos/diakonos-0.9.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-inherit ruby-ng
-
-DESCRIPTION="A Linux editor for the masses"
-HOMEPAGE="http://diakonos.pist0s.ca;
-SRC_URI="http://diakonos.pist0s.ca/archives/${P}.tar.bz2;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend "dev-ruby/curses"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-   test? ( dev-ruby/bacon )"
-
-each_ruby_install() {
-   ${RUBY} install.rb --dest-dir "${D}" --doc-dir /usr/share/doc/${P} || 
die "install failed"
-}
-
-all_ruby_install() {
-   if use doc; then
-   rake docs || die
-   dodoc -r doc/*
-   fi
-}
-
-each_ruby_test() {
-   ${RUBY} -S bacon -Ilib spec/*.rb spec/*/*.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2021-07-17 Thread Hans de Graaff
commit: 473a8b576538d7f4396b30cae3f458bb7fd2ede3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 17 05:43:51 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 18 04:48:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473a8b57

app-editors/diakonos: add ruby27, ruby30; EAPI 7

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-editors/diakonos/diakonos-0.9.4-r1.ebuild | 37 +++
 1 file changed, 37 insertions(+)

diff --git a/app-editors/diakonos/diakonos-0.9.4-r1.ebuild 
b/app-editors/diakonos/diakonos-0.9.4-r1.ebuild
new file mode 100644
index 000..8ad31aa4fdc
--- /dev/null
+++ b/app-editors/diakonos/diakonos-0.9.4-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit ruby-ng
+
+DESCRIPTION="A Linux editor for the masses"
+HOMEPAGE="http://diakonos.pist0s.ca;
+SRC_URI="http://diakonos.pist0s.ca/archives/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/curses"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+   test? ( dev-ruby/bacon )"
+
+each_ruby_install() {
+   ${RUBY} install.rb --dest-dir "${D}" --doc-dir /usr/share/doc/${P} || 
die "install failed"
+}
+
+all_ruby_install() {
+   if use doc; then
+   rake docs || die
+   dodoc -r doc/*
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -S bacon -Ilib spec/*.rb spec/*/*.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2019-02-08 Thread Hans de Graaff
commit: 530d17903768148bf767382ea3db2ecea9beba16
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  9 07:29:05 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  9 07:29:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530d1790

app-editors/diakonos: add ruby25, ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-editors/diakonos/diakonos-0.9.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/diakonos/diakonos-0.9.4.ebuild 
b/app-editors/diakonos/diakonos-0.9.4.ebuild
index f4bc3518512..d769980e023 100644
--- a/app-editors/diakonos/diakonos-0.9.4.ebuild
+++ b/app-editors/diakonos/diakonos-0.9.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 inherit ruby-ng
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2018-03-22 Thread Hans de Graaff
commit: 25920dc4bbd64f8fdff36a5f9a1449e6a3d6e9cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 22 06:47:41 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 22 06:50:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25920dc4

app-editors/diakonos: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/diakonos/diakonos-0.9.4.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-editors/diakonos/diakonos-0.9.4.ebuild 
b/app-editors/diakonos/diakonos-0.9.4.ebuild
index a4673b47c43..f4bc3518512 100644
--- a/app-editors/diakonos/diakonos-0.9.4.ebuild
+++ b/app-editors/diakonos/diakonos-0.9.4.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
+
 inherit ruby-ng
 
 DESCRIPTION="A Linux editor for the masses"
@@ -15,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
-USE_RUBY=${USE_RUBY/ruby20/} ruby_add_rdepend "dev-ruby/curses"
+ruby_add_rdepend "dev-ruby/curses"
 
 ruby_add_bdepend "doc? ( dev-ruby/yard )
test? ( dev-ruby/bacon )"



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2016-07-23 Thread Hans de Graaff
commit: 39f431a8b93a9a4dcb01ea3c4496f91bec76771d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 23 18:25:32 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 23 19:09:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f431a8

app-editors/diakonos: fix install for ruby21+

Also add ruby22, ruby23.

Package-Manager: portage-2.2.28

 app-editors/diakonos/diakonos-0.9.4.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-editors/diakonos/diakonos-0.9.4.ebuild 
b/app-editors/diakonos/diakonos-0.9.4.ebuild
index 7ace793..07a49c2 100644
--- a/app-editors/diakonos/diakonos-0.9.4.ebuild
+++ b/app-editors/diakonos/diakonos-0.9.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 inherit ruby-ng
 
 DESCRIPTION="A Linux editor for the masses"
@@ -16,6 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
+USE_RUBY=${USE_RUBY/ruby20/} ruby_add_rdepend "dev-ruby/curses"
+
 ruby_add_bdepend "doc? ( dev-ruby/yard )
test? ( dev-ruby/bacon )"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2016-02-16 Thread Michał Górny
commit: d6342900fc9061513f429e8512d3fbcbc051
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 16 23:08:46 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 16 23:10:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6342900

app-editors/diakonos: Fix the maintainer, correctly this time

 app-editors/diakonos/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-editors/diakonos/metadata.xml 
b/app-editors/diakonos/metadata.xml
index defaad0..097975e 100644
--- a/app-editors/diakonos/metadata.xml
+++ b/app-editors/diakonos/metadata.xml
@@ -1,7 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   maintainer-nee...@gentoo.org
-   
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2016-02-02 Thread Patrick Lauer
commit: e2d2c7b9884e35a80cce619be488d1ffca2dbc7c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Feb  2 14:22:17 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Feb  2 14:22:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d2c7b9

Fix maintainer

 app-editors/diakonos/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/diakonos/metadata.xml 
b/app-editors/diakonos/metadata.xml
index 18d51ff..defaad0 100644
--- a/app-editors/diakonos/metadata.xml
+++ b/app-editors/diakonos/metadata.xml
@@ -2,6 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   maintainer-neededgentoo.org
+   maintainer-nee...@gentoo.org

 



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2016-01-16 Thread Manuel Rüger
commit: b362f0079c184b4440a264fe39d698d0ca0ddde9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jan 16 17:44:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jan 16 17:44:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b362f007

app-editors/diakonos: Drop to maintainer-needed

Package-Manager: portage-2.2.26

 app-editors/diakonos/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-editors/diakonos/metadata.xml 
b/app-editors/diakonos/metadata.xml
index bfcb697..75fa31c 100644
--- a/app-editors/diakonos/metadata.xml
+++ b/app-editors/diakonos/metadata.xml
@@ -2,7 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   mr...@gentoo.org
-   Manuel Rüger
+   maintainer-neededgentoo.org