* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-colorized/
@ 2021-11-26 8:55 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2021-11-26 8:55 UTC (permalink / raw
To: gentoo-commits
commit: 4e65ab7a10956042a8181f3bad37051e8778abcd
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 08:55:36 2021 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 08:55:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e65ab7a
dev-scheme: move guile-colorized to ::gentoo
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-scheme/guile-colorized/Manifest | 1 -
.../guile-colorized-0.1_p20191205.ebuild | 51 ----------------------
.../guile-colorized/guile-colorized-9999.ebuild | 51 ----------------------
dev-scheme/guile-colorized/metadata.xml | 11 -----
4 files changed, 114 deletions(-)
diff --git a/dev-scheme/guile-colorized/Manifest b/dev-scheme/guile-colorized/Manifest
deleted file mode 100644
index 6f434c2fa..000000000
--- a/dev-scheme/guile-colorized/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST guile-colorized-0.1_p20191205.tar.bz2 15496 BLAKE2B a85fc44c3b6b8433362197a4f1da216ea99793673ee4592e6ea32178d2952d0f43f5a4e79304185d0c67b6dee668bf52d53970df97954a37650cd8b7770e7abd SHA512 4cd9833c70debf0086ba69252e1fb8b9fc33707ec1f3bb6dfb144d5a35db6f38e3af585cbc889936c8ebb38dea0f8808f483bd51ed1722c9b9df857d31a7cec7
diff --git a/dev-scheme/guile-colorized/guile-colorized-0.1_p20191205.ebuild b/dev-scheme/guile-colorized/guile-colorized-0.1_p20191205.ebuild
deleted file mode 100644
index 818c9119c..000000000
--- a/dev-scheme/guile-colorized/guile-colorized-0.1_p20191205.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Colorized REPL for GNU Guile"
-HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
-else
- # Latest release (before this commit from 2019) was in 2015
- COMMIT_SHA="1625a79f0e31849ebd537e2a58793fb45678c58f"
- SRC_URI="https://gitlab.com/NalaGinrut/${PN}/-/archive/${COMMIT_SHA}.tar.bz2 -> ${P}.tar.bz2"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-${COMMIT_SHA}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
- >=dev-scheme/guile-2.0.9:=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )
-
-src_prepare() {
- default
-
- # guile is trying to avoid recompilation by checking if file
- # /usr/lib64/guile/2.2/site-ccache/<foo>
- # is newer than
- # <foo>
- # In case it is instead of using <foo> guile
- # loads system one (from potentially older version of package).
- # To work it around we bump last modification timestamp of
- # '*.scm' files.
- # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
- find "${S}" -name "*.scm" -exec touch {} + || die
-}
-
-src_install() {
- einstalldocs
-
- local loadpath=$(guile -c '(display (string-append (car %load-path) "/ice-9"))')
- mkdir -p "${D}${loadpath}"
- emake TARGET="${D}${loadpath}" install
-}
diff --git a/dev-scheme/guile-colorized/guile-colorized-9999.ebuild b/dev-scheme/guile-colorized/guile-colorized-9999.ebuild
deleted file mode 100644
index 818c9119c..000000000
--- a/dev-scheme/guile-colorized/guile-colorized-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Colorized REPL for GNU Guile"
-HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
-else
- # Latest release (before this commit from 2019) was in 2015
- COMMIT_SHA="1625a79f0e31849ebd537e2a58793fb45678c58f"
- SRC_URI="https://gitlab.com/NalaGinrut/${PN}/-/archive/${COMMIT_SHA}.tar.bz2 -> ${P}.tar.bz2"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-${COMMIT_SHA}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
- >=dev-scheme/guile-2.0.9:=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )
-
-src_prepare() {
- default
-
- # guile is trying to avoid recompilation by checking if file
- # /usr/lib64/guile/2.2/site-ccache/<foo>
- # is newer than
- # <foo>
- # In case it is instead of using <foo> guile
- # loads system one (from potentially older version of package).
- # To work it around we bump last modification timestamp of
- # '*.scm' files.
- # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
- find "${S}" -name "*.scm" -exec touch {} + || die
-}
-
-src_install() {
- einstalldocs
-
- local loadpath=$(guile -c '(display (string-append (car %load-path) "/ice-9"))')
- mkdir -p "${D}${loadpath}"
- emake TARGET="${D}${loadpath}" install
-}
diff --git a/dev-scheme/guile-colorized/metadata.xml b/dev-scheme/guile-colorized/metadata.xml
deleted file mode 100644
index 8a7e057d6..000000000
--- a/dev-scheme/guile-colorized/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@riseup.net</email>
- <name>Maciej Barć</name>
- </maintainer>
- <upstream>
- <remote-id type="gitlab">NalaGinrut/guile-colorized</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-colorized/
@ 2021-03-28 9:55 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 9:55 UTC (permalink / raw
To: gentoo-commits
commit: 05d970f467f5d7caabfefe1539d80a3313f1fd63
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:48:51 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:48:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05d970f4
dev-scheme/guile-colorized: remove RedundantLongDescription
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-scheme/guile-colorized/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-scheme/guile-colorized/metadata.xml b/dev-scheme/guile-colorized/metadata.xml
index 863337af0..8a7e057d6 100644
--- a/dev-scheme/guile-colorized/metadata.xml
+++ b/dev-scheme/guile-colorized/metadata.xml
@@ -5,10 +5,6 @@
<email>xgqt@riseup.net</email>
<name>Maciej Barć</name>
</maintainer>
- <longdescription lang="en">
- colorized REPL for GNU Guile
- NOTE: Now guile-colorized only support Guile-2.0.9 or higher!
- </longdescription>
<upstream>
<remote-id type="gitlab">NalaGinrut/guile-colorized</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-colorized/
@ 2021-02-02 15:55 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2021-02-02 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 9ef44e28a44648c9fe7c88b105b56029c79d9c19
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 2 15:52:16 2021 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Tue Feb 2 15:53:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ef44e28
dev-scheme/guile-colorized: fix version string to follow devmanual
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
dev-scheme/guile-colorized/Manifest | 2 +-
...e-colorized-20191205.ebuild => guile-colorized-0.1_p20191205.ebuild} | 0
.../{guile-colorized-99999999.ebuild => guile-colorized-9999.ebuild} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/guile-colorized/Manifest b/dev-scheme/guile-colorized/Manifest
index 3573fdb7..6f434c2f 100644
--- a/dev-scheme/guile-colorized/Manifest
+++ b/dev-scheme/guile-colorized/Manifest
@@ -1 +1 @@
-DIST guile-colorized-20191205.tar.bz2 15496 BLAKE2B a85fc44c3b6b8433362197a4f1da216ea99793673ee4592e6ea32178d2952d0f43f5a4e79304185d0c67b6dee668bf52d53970df97954a37650cd8b7770e7abd SHA512 4cd9833c70debf0086ba69252e1fb8b9fc33707ec1f3bb6dfb144d5a35db6f38e3af585cbc889936c8ebb38dea0f8808f483bd51ed1722c9b9df857d31a7cec7
+DIST guile-colorized-0.1_p20191205.tar.bz2 15496 BLAKE2B a85fc44c3b6b8433362197a4f1da216ea99793673ee4592e6ea32178d2952d0f43f5a4e79304185d0c67b6dee668bf52d53970df97954a37650cd8b7770e7abd SHA512 4cd9833c70debf0086ba69252e1fb8b9fc33707ec1f3bb6dfb144d5a35db6f38e3af585cbc889936c8ebb38dea0f8808f483bd51ed1722c9b9df857d31a7cec7
diff --git a/dev-scheme/guile-colorized/guile-colorized-20191205.ebuild b/dev-scheme/guile-colorized/guile-colorized-0.1_p20191205.ebuild
similarity index 100%
rename from dev-scheme/guile-colorized/guile-colorized-20191205.ebuild
rename to dev-scheme/guile-colorized/guile-colorized-0.1_p20191205.ebuild
diff --git a/dev-scheme/guile-colorized/guile-colorized-99999999.ebuild b/dev-scheme/guile-colorized/guile-colorized-9999.ebuild
similarity index 100%
rename from dev-scheme/guile-colorized/guile-colorized-99999999.ebuild
rename to dev-scheme/guile-colorized/guile-colorized-9999.ebuild
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-colorized/
@ 2021-02-01 17:15 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2021-02-01 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 5dcc4c2086d36d6b10c79e3162d5dc342d33f8d2
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Mon Feb 1 17:15:34 2021 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Mon Feb 1 17:15:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dcc4c20
dev-scheme/guile-colorized: new pkg; add 20191205 and 99999999
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
dev-scheme/guile-colorized/Manifest | 1 +
.../guile-colorized-20191205.ebuild | 42 ++++++++++++++++++++++
.../guile-colorized-99999999.ebuild | 42 ++++++++++++++++++++++
dev-scheme/guile-colorized/metadata.xml | 15 ++++++++
4 files changed, 100 insertions(+)
diff --git a/dev-scheme/guile-colorized/Manifest b/dev-scheme/guile-colorized/Manifest
new file mode 100644
index 00000000..3573fdb7
--- /dev/null
+++ b/dev-scheme/guile-colorized/Manifest
@@ -0,0 +1 @@
+DIST guile-colorized-20191205.tar.bz2 15496 BLAKE2B a85fc44c3b6b8433362197a4f1da216ea99793673ee4592e6ea32178d2952d0f43f5a4e79304185d0c67b6dee668bf52d53970df97954a37650cd8b7770e7abd SHA512 4cd9833c70debf0086ba69252e1fb8b9fc33707ec1f3bb6dfb144d5a35db6f38e3af585cbc889936c8ebb38dea0f8808f483bd51ed1722c9b9df857d31a7cec7
diff --git a/dev-scheme/guile-colorized/guile-colorized-20191205.ebuild b/dev-scheme/guile-colorized/guile-colorized-20191205.ebuild
new file mode 100644
index 00000000..a3759bbc
--- /dev/null
+++ b/dev-scheme/guile-colorized/guile-colorized-20191205.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Colorized REPL for GNU Guile"
+HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
+else
+ # Latest release (before this commit from 2019) was in 2015
+ COMMIT_SHA="1625a79f0e31849ebd537e2a58793fb45678c58f"
+ SRC_URI="https://gitlab.com/NalaGinrut/${PN}/-/archive/${COMMIT_SHA}.tar.bz2 -> ${P}.tar.bz2"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-${COMMIT_SHA}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+ >=dev-scheme/guile-2.0.9
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+src_prepare() {
+ default
+
+ find "${S}" -name "*.scm" -exec touch {} + || die
+}
+
+src_install() {
+ einstalldocs
+
+ local loadpath=$(guile -c '(display (string-append (car %load-path) "/ice-9"))')
+ mkdir -p "${D}${loadpath}"
+ emake TARGET="${D}${loadpath}" install
+}
diff --git a/dev-scheme/guile-colorized/guile-colorized-99999999.ebuild b/dev-scheme/guile-colorized/guile-colorized-99999999.ebuild
new file mode 100644
index 00000000..a3759bbc
--- /dev/null
+++ b/dev-scheme/guile-colorized/guile-colorized-99999999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Colorized REPL for GNU Guile"
+HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
+else
+ # Latest release (before this commit from 2019) was in 2015
+ COMMIT_SHA="1625a79f0e31849ebd537e2a58793fb45678c58f"
+ SRC_URI="https://gitlab.com/NalaGinrut/${PN}/-/archive/${COMMIT_SHA}.tar.bz2 -> ${P}.tar.bz2"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-${COMMIT_SHA}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+ >=dev-scheme/guile-2.0.9
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+src_prepare() {
+ default
+
+ find "${S}" -name "*.scm" -exec touch {} + || die
+}
+
+src_install() {
+ einstalldocs
+
+ local loadpath=$(guile -c '(display (string-append (car %load-path) "/ice-9"))')
+ mkdir -p "${D}${loadpath}"
+ emake TARGET="${D}${loadpath}" install
+}
diff --git a/dev-scheme/guile-colorized/metadata.xml b/dev-scheme/guile-colorized/metadata.xml
new file mode 100644
index 00000000..7719e74f
--- /dev/null
+++ b/dev-scheme/guile-colorized/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>xgqt@protonmail.com</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <longdescription lang="en">
+ colorized REPL for GNU Guile
+ NOTE: Now guile-colorized only support Guile-2.0.9 or higher!
+ </longdescription>
+ <upstream>
+ <remote-id type="gitlab">NalaGinrut/guile-colorized</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-26 8:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-26 8:55 [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-colorized/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2021-03-28 9:55 Andrew Ammerlaan
2021-02-02 15:55 Maciej Barć
2021-02-01 17:15 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox