Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-colorized/
Date: Fri, 26 Nov 2021 08:55:51
Message-Id: 1637916936.4e65ab7a10956042a8181f3bad37051e8778abcd.xgqt@gentoo
1 commit: 4e65ab7a10956042a8181f3bad37051e8778abcd
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 08:55:36 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 26 08:55:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e65ab7a
7
8 dev-scheme: move guile-colorized to ::gentoo
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 dev-scheme/guile-colorized/Manifest | 1 -
14 .../guile-colorized-0.1_p20191205.ebuild | 51 ----------------------
15 .../guile-colorized/guile-colorized-9999.ebuild | 51 ----------------------
16 dev-scheme/guile-colorized/metadata.xml | 11 -----
17 4 files changed, 114 deletions(-)
18
19 diff --git a/dev-scheme/guile-colorized/Manifest b/dev-scheme/guile-colorized/Manifest
20 deleted file mode 100644
21 index 6f434c2fa..000000000
22 --- a/dev-scheme/guile-colorized/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST guile-colorized-0.1_p20191205.tar.bz2 15496 BLAKE2B a85fc44c3b6b8433362197a4f1da216ea99793673ee4592e6ea32178d2952d0f43f5a4e79304185d0c67b6dee668bf52d53970df97954a37650cd8b7770e7abd SHA512 4cd9833c70debf0086ba69252e1fb8b9fc33707ec1f3bb6dfb144d5a35db6f38e3af585cbc889936c8ebb38dea0f8808f483bd51ed1722c9b9df857d31a7cec7
26
27 diff --git a/dev-scheme/guile-colorized/guile-colorized-0.1_p20191205.ebuild b/dev-scheme/guile-colorized/guile-colorized-0.1_p20191205.ebuild
28 deleted file mode 100644
29 index 818c9119c..000000000
30 --- a/dev-scheme/guile-colorized/guile-colorized-0.1_p20191205.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="Colorized REPL for GNU Guile"
39 -HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
40 -
41 -if [[ "${PV}" == *9999* ]]; then
42 - inherit git-r3
43 - EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
44 -else
45 - # Latest release (before this commit from 2019) was in 2015
46 - COMMIT_SHA="1625a79f0e31849ebd537e2a58793fb45678c58f"
47 - SRC_URI="https://gitlab.com/NalaGinrut/${PN}/-/archive/${COMMIT_SHA}.tar.bz2 -> ${P}.tar.bz2"
48 - KEYWORDS="~amd64"
49 - S="${WORKDIR}/${PN}-${COMMIT_SHA}"
50 -fi
51 -
52 -LICENSE="GPL-3"
53 -SLOT="0"
54 -
55 -DEPEND="
56 - >=dev-scheme/guile-2.0.9:=
57 -"
58 -RDEPEND="${DEPEND}"
59 -
60 -DOCS=( README.md )
61 -
62 -src_prepare() {
63 - default
64 -
65 - # guile is trying to avoid recompilation by checking if file
66 - # /usr/lib64/guile/2.2/site-ccache/<foo>
67 - # is newer than
68 - # <foo>
69 - # In case it is instead of using <foo> guile
70 - # loads system one (from potentially older version of package).
71 - # To work it around we bump last modification timestamp of
72 - # '*.scm' files.
73 - # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
74 - find "${S}" -name "*.scm" -exec touch {} + || die
75 -}
76 -
77 -src_install() {
78 - einstalldocs
79 -
80 - local loadpath=$(guile -c '(display (string-append (car %load-path) "/ice-9"))')
81 - mkdir -p "${D}${loadpath}"
82 - emake TARGET="${D}${loadpath}" install
83 -}
84
85 diff --git a/dev-scheme/guile-colorized/guile-colorized-9999.ebuild b/dev-scheme/guile-colorized/guile-colorized-9999.ebuild
86 deleted file mode 100644
87 index 818c9119c..000000000
88 --- a/dev-scheme/guile-colorized/guile-colorized-9999.ebuild
89 +++ /dev/null
90 @@ -1,51 +0,0 @@
91 -# Copyright 1999-2021 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=7
95 -
96 -DESCRIPTION="Colorized REPL for GNU Guile"
97 -HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
98 -
99 -if [[ "${PV}" == *9999* ]]; then
100 - inherit git-r3
101 - EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
102 -else
103 - # Latest release (before this commit from 2019) was in 2015
104 - COMMIT_SHA="1625a79f0e31849ebd537e2a58793fb45678c58f"
105 - SRC_URI="https://gitlab.com/NalaGinrut/${PN}/-/archive/${COMMIT_SHA}.tar.bz2 -> ${P}.tar.bz2"
106 - KEYWORDS="~amd64"
107 - S="${WORKDIR}/${PN}-${COMMIT_SHA}"
108 -fi
109 -
110 -LICENSE="GPL-3"
111 -SLOT="0"
112 -
113 -DEPEND="
114 - >=dev-scheme/guile-2.0.9:=
115 -"
116 -RDEPEND="${DEPEND}"
117 -
118 -DOCS=( README.md )
119 -
120 -src_prepare() {
121 - default
122 -
123 - # guile is trying to avoid recompilation by checking if file
124 - # /usr/lib64/guile/2.2/site-ccache/<foo>
125 - # is newer than
126 - # <foo>
127 - # In case it is instead of using <foo> guile
128 - # loads system one (from potentially older version of package).
129 - # To work it around we bump last modification timestamp of
130 - # '*.scm' files.
131 - # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
132 - find "${S}" -name "*.scm" -exec touch {} + || die
133 -}
134 -
135 -src_install() {
136 - einstalldocs
137 -
138 - local loadpath=$(guile -c '(display (string-append (car %load-path) "/ice-9"))')
139 - mkdir -p "${D}${loadpath}"
140 - emake TARGET="${D}${loadpath}" install
141 -}
142
143 diff --git a/dev-scheme/guile-colorized/metadata.xml b/dev-scheme/guile-colorized/metadata.xml
144 deleted file mode 100644
145 index 8a7e057d6..000000000
146 --- a/dev-scheme/guile-colorized/metadata.xml
147 +++ /dev/null
148 @@ -1,11 +0,0 @@
149 -<?xml version="1.0" encoding="UTF-8"?>
150 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
151 -<pkgmetadata>
152 - <maintainer type="person">
153 - <email>xgqt@××××××.net</email>
154 - <name>Maciej Barć</name>
155 - </maintainer>
156 - <upstream>
157 - <remote-id type="gitlab">NalaGinrut/guile-colorized</remote-id>
158 - </upstream>
159 -</pkgmetadata>