public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-gi/
@ 2021-03-18 22:43 Maciej Barć
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2021-03-18 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     60a12f04753f3f5478b8769ba7c35482b86bec65
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Thu Mar 18 22:40:27 2021 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Thu Mar 18 22:40:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60a12f04

dev-scheme/guile-gi: new pkg; add 0.3.1 and live

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 dev-scheme/guile-gi/Manifest              |  1 +
 dev-scheme/guile-gi/guile-gi-0.3.1.ebuild | 52 +++++++++++++++++++++++++++++++
 dev-scheme/guile-gi/guile-gi-9999.ebuild  | 52 +++++++++++++++++++++++++++++++
 dev-scheme/guile-gi/metadata.xml          | 24 ++++++++++++++
 4 files changed, 129 insertions(+)

diff --git a/dev-scheme/guile-gi/Manifest b/dev-scheme/guile-gi/Manifest
new file mode 100644
index 00000000..073a4bf2
--- /dev/null
+++ b/dev-scheme/guile-gi/Manifest
@@ -0,0 +1 @@
+DIST guile-gi-0.3.1.tar.gz 345440 BLAKE2B 17c4ecda48951244d427098767072621278750614919f13d1b03b7ecda5f06b2274c7db50c4288b4bfe581cd852e80cd1d4137b5ccc0e18d0e23866e1eba323a SHA512 b866df95946069cad606bc8f7e7c988665029482bcb986109d652728023151a5e60ee39e86635b9f0b9f0d4d3a9cd72f39b65ee983438f71dff186994e3af197

diff --git a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
new file mode 100644
index 00000000..5b3da487
--- /dev/null
+++ b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Bindings for GObject Introspection and libgirepository for Guile"
+HOMEPAGE="https://github.com/spk121/guile-gi"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/spk121/${PN}.git"
+else
+	SRC_URI="https://github.com/spk121/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+# Tests fail
+RESTRICT="strip test"
+LICENSE="GPL-3"
+SLOT="0"
+
+BDEPEND="
+	sys-apps/texinfo
+"
+DEPEND="
+	>=dev-scheme/guile-2.0.9
+	dev-libs/gobject-introspection
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	find "${S}" -name "*.scm" -exec touch {} + || die
+}
+
+src_configure() {
+	sh ./bootstrap || die
+
+	local myconf=(
+		--enable-introspection="yes"
+		--enable-hardening
+	)
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+
+	mv "${D}/usr/share/doc/${PN}"/* "${D}/usr/share/doc/${PF}" || die
+	rm -r "${D}/usr/share/doc/${PN}" || die
+}

diff --git a/dev-scheme/guile-gi/guile-gi-9999.ebuild b/dev-scheme/guile-gi/guile-gi-9999.ebuild
new file mode 100644
index 00000000..5b3da487
--- /dev/null
+++ b/dev-scheme/guile-gi/guile-gi-9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Bindings for GObject Introspection and libgirepository for Guile"
+HOMEPAGE="https://github.com/spk121/guile-gi"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/spk121/${PN}.git"
+else
+	SRC_URI="https://github.com/spk121/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+# Tests fail
+RESTRICT="strip test"
+LICENSE="GPL-3"
+SLOT="0"
+
+BDEPEND="
+	sys-apps/texinfo
+"
+DEPEND="
+	>=dev-scheme/guile-2.0.9
+	dev-libs/gobject-introspection
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	find "${S}" -name "*.scm" -exec touch {} + || die
+}
+
+src_configure() {
+	sh ./bootstrap || die
+
+	local myconf=(
+		--enable-introspection="yes"
+		--enable-hardening
+	)
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+
+	mv "${D}/usr/share/doc/${PN}"/* "${D}/usr/share/doc/${PF}" || die
+	rm -r "${D}/usr/share/doc/${PN}" || die
+}

diff --git a/dev-scheme/guile-gi/metadata.xml b/dev-scheme/guile-gi/metadata.xml
new file mode 100644
index 00000000..04839c41
--- /dev/null
+++ b/dev-scheme/guile-gi/metadata.xml
@@ -0,0 +1,24 @@
+<?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>
+    <longdescription lang="en">
+        This is a library for GNU Guile to create language bindings
+        via GObject Introspection.
+        This is beta code. It is only partially documented. The API is
+        stabilizing, but may still be subject to change.
+        Guile GI has two primary components:
+        - The gi scheme modules: guile modules that provide functionality
+        to dynamically generate Scheme API from GObject typelib files.
+        - libguile-gi.so or libguile-gi.dll: a compiled module that contains
+        glue code to interface with GObject.
+        To create bindings, use the use-typelibs syntax found in
+        the (gi) library.
+    </longdescription>
+    <upstream>
+        <remote-id type="github">spk121/guile-gi</remote-id>
+    </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-gi/
@ 2021-03-18 22:49 Maciej Barć
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2021-03-18 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a1100fe1492e6b69759d0fabe9d9c22f112bb4b8
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Thu Mar 18 22:49:15 2021 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Thu Mar 18 22:49:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1100fe1

dev-scheme/guile-gi: change homepage

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 dev-scheme/guile-gi/guile-gi-0.3.1.ebuild | 2 +-
 dev-scheme/guile-gi/guile-gi-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
index 5b3da487..6571ad72 100644
--- a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="Bindings for GObject Introspection and libgirepository for Guile"
-HOMEPAGE="https://github.com/spk121/guile-gi"
+HOMEPAGE="https://spk121.github.io/guile-gi/"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3

diff --git a/dev-scheme/guile-gi/guile-gi-9999.ebuild b/dev-scheme/guile-gi/guile-gi-9999.ebuild
index 5b3da487..6571ad72 100644
--- a/dev-scheme/guile-gi/guile-gi-9999.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="Bindings for GObject Introspection and libgirepository for Guile"
-HOMEPAGE="https://github.com/spk121/guile-gi"
+HOMEPAGE="https://spk121.github.io/guile-gi/"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-gi/
@ 2021-03-19  7:55 Maciej Barć
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2021-03-19  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f1c518d004727f8043c7a4d42c5140716b97a6bf
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Fri Mar 19 07:55:48 2021 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Fri Mar 19 07:55:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1c518d0

dev-scheme/guile-gi: add gtk dep

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 dev-scheme/guile-gi/guile-gi-0.3.1.ebuild | 1 +
 dev-scheme/guile-gi/guile-gi-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
index 6571ad72..2d70136d 100644
--- a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
@@ -25,6 +25,7 @@ BDEPEND="
 DEPEND="
 	>=dev-scheme/guile-2.0.9
 	dev-libs/gobject-introspection
+	x11-libs/gtk+:3[introspection]
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-scheme/guile-gi/guile-gi-9999.ebuild b/dev-scheme/guile-gi/guile-gi-9999.ebuild
index 6571ad72..2d70136d 100644
--- a/dev-scheme/guile-gi/guile-gi-9999.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-9999.ebuild
@@ -25,6 +25,7 @@ BDEPEND="
 DEPEND="
 	>=dev-scheme/guile-2.0.9
 	dev-libs/gobject-introspection
+	x11-libs/gtk+:3[introspection]
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-gi/
@ 2021-04-09  8:01 Maciej Barć
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2021-04-09  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     75e601d6bb03f2de54f5f03334821a8547b95788
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Fri Apr  9 08:00:46 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Fri Apr  9 08:00:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75e601d6

dev-scheme/guile-gi: ignore flags of all produced files

Closes: https://bugs.gentoo.org/780954
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 dev-scheme/guile-gi/guile-gi-0.3.1.ebuild | 2 ++
 dev-scheme/guile-gi/guile-gi-9999.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
index 2d70136d4..b3ddea965 100644
--- a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
@@ -29,6 +29,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+QA_FLAGS_IGNORED=".*"
+
 src_prepare() {
 	default
 

diff --git a/dev-scheme/guile-gi/guile-gi-9999.ebuild b/dev-scheme/guile-gi/guile-gi-9999.ebuild
index 2d70136d4..b3ddea965 100644
--- a/dev-scheme/guile-gi/guile-gi-9999.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-9999.ebuild
@@ -29,6 +29,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+QA_FLAGS_IGNORED=".*"
+
 src_prepare() {
 	default
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-gi/
@ 2021-04-19 10:13 Maciej Barć
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2021-04-19 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ac3b1faa37ddcad9b6143a2730ea502d03028684
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Apr 19 10:13:08 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Mon Apr 19 10:13:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac3b1faa

dev-scheme/guile-gi: match only guile object files in QA_FLAGS_IGNORED

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 dev-scheme/guile-gi/guile-gi-0.3.1.ebuild | 4 +++-
 dev-scheme/guile-gi/guile-gi-9999.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
index 0574aa727..17c8219b1 100644
--- a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
@@ -29,7 +29,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-QA_FLAGS_IGNORED=".*"
+# guile generates ELF files without use of C or machine code
+# It's a portage's false positive. bug #677600
+QA_FLAGS_IGNORED=".*[.]go"
 
 src_prepare() {
 	default

diff --git a/dev-scheme/guile-gi/guile-gi-9999.ebuild b/dev-scheme/guile-gi/guile-gi-9999.ebuild
index 0574aa727..17c8219b1 100644
--- a/dev-scheme/guile-gi/guile-gi-9999.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-9999.ebuild
@@ -29,7 +29,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-QA_FLAGS_IGNORED=".*"
+# guile generates ELF files without use of C or machine code
+# It's a portage's false positive. bug #677600
+QA_FLAGS_IGNORED=".*[.]go"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-gi/
@ 2021-10-07 21:09 Maciej Barć
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2021-10-07 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7f2601de6f7ca636c1884800cc9dafa537eb29db
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Thu Oct  7 21:04:41 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Thu Oct  7 21:07:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f2601de

dev-scheme/guile-gi: fix QA issues

Closes: https://bugs.gentoo.org/816528
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 dev-scheme/guile-gi/guile-gi-0.3.1.ebuild | 8 ++++----
 dev-scheme/guile-gi/guile-gi-9999.ebuild  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
index 0d6e4133b..068ae4404 100644
--- a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
@@ -15,7 +15,7 @@ else
 fi
 
 # Tests fail
-RESTRICT="strip test"
+RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -31,7 +31,8 @@ RDEPEND="${DEPEND}"
 
 # guile generates ELF files without use of C or machine code
 # It's a portage's false positive. bug #677600
-QA_FLAGS_IGNORED=".*[.]go"
+QA_FLAGS_IGNORED='.*[.]go'
+QA_PREBUILT='.*[.]go'
 
 src_prepare() {
 	default
@@ -61,6 +62,5 @@ src_configure() {
 src_install() {
 	default
 
-	mv "${D}/usr/share/doc/${PN}"/* "${D}/usr/share/doc/${PF}" || die
-	rm -r "${D}/usr/share/doc/${PN}" || die
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
 }

diff --git a/dev-scheme/guile-gi/guile-gi-9999.ebuild b/dev-scheme/guile-gi/guile-gi-9999.ebuild
index 0d6e4133b..068ae4404 100644
--- a/dev-scheme/guile-gi/guile-gi-9999.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-9999.ebuild
@@ -15,7 +15,7 @@ else
 fi
 
 # Tests fail
-RESTRICT="strip test"
+RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -31,7 +31,8 @@ RDEPEND="${DEPEND}"
 
 # guile generates ELF files without use of C or machine code
 # It's a portage's false positive. bug #677600
-QA_FLAGS_IGNORED=".*[.]go"
+QA_FLAGS_IGNORED='.*[.]go'
+QA_PREBUILT='.*[.]go'
 
 src_prepare() {
 	default
@@ -61,6 +62,5 @@ src_configure() {
 src_install() {
 	default
 
-	mv "${D}/usr/share/doc/${PN}"/* "${D}/usr/share/doc/${PF}" || die
-	rm -r "${D}/usr/share/doc/${PN}" || die
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-gi/
@ 2021-10-18 18:12 Maciej Barć
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2021-10-18 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ef4b8b683f5738d16acc01eb17ab10cf713d579a
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Oct 18 18:10:13 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Mon Oct 18 18:12:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef4b8b68

dev-scheme/guile-gi: fix QA issues

Closes: https://bugs.gentoo.org/817230
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 dev-scheme/guile-gi/guile-gi-0.3.1.ebuild | 5 ++---
 dev-scheme/guile-gi/guile-gi-9999.ebuild  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
index 068ae4404..28e89b54a 100644
--- a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
@@ -15,7 +15,7 @@ else
 fi
 
 # Tests fail
-RESTRICT="test"
+RESTRICT="strip test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -31,8 +31,7 @@ RDEPEND="${DEPEND}"
 
 # guile generates ELF files without use of C or machine code
 # It's a portage's false positive. bug #677600
-QA_FLAGS_IGNORED='.*[.]go'
-QA_PREBUILT='.*[.]go'
+QA_PREBUILT='*[.]go'
 
 src_prepare() {
 	default

diff --git a/dev-scheme/guile-gi/guile-gi-9999.ebuild b/dev-scheme/guile-gi/guile-gi-9999.ebuild
index 068ae4404..28e89b54a 100644
--- a/dev-scheme/guile-gi/guile-gi-9999.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-9999.ebuild
@@ -15,7 +15,7 @@ else
 fi
 
 # Tests fail
-RESTRICT="test"
+RESTRICT="strip test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -31,8 +31,7 @@ RDEPEND="${DEPEND}"
 
 # guile generates ELF files without use of C or machine code
 # It's a portage's false positive. bug #677600
-QA_FLAGS_IGNORED='.*[.]go'
-QA_PREBUILT='.*[.]go'
+QA_PREBUILT='*[.]go'
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-gi/
@ 2021-12-03 22:55 Maciej Barć
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Barć @ 2021-12-03 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b9c536e1e0706c3da15288751cb2d68b7e1a60e3
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 22:32:05 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 22:55:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9c536e1

dev-scheme/guile-gi: moved to ::gentoo

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-scheme/guile-gi/Manifest              |  1 -
 dev-scheme/guile-gi/guile-gi-0.3.1.ebuild | 65 -------------------------------
 dev-scheme/guile-gi/guile-gi-9999.ebuild  | 65 -------------------------------
 dev-scheme/guile-gi/metadata.xml          | 24 ------------
 4 files changed, 155 deletions(-)

diff --git a/dev-scheme/guile-gi/Manifest b/dev-scheme/guile-gi/Manifest
deleted file mode 100644
index 073a4bf2c..000000000
--- a/dev-scheme/guile-gi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST guile-gi-0.3.1.tar.gz 345440 BLAKE2B 17c4ecda48951244d427098767072621278750614919f13d1b03b7ecda5f06b2274c7db50c4288b4bfe581cd852e80cd1d4137b5ccc0e18d0e23866e1eba323a SHA512 b866df95946069cad606bc8f7e7c988665029482bcb986109d652728023151a5e60ee39e86635b9f0b9f0d4d3a9cd72f39b65ee983438f71dff186994e3af197

diff --git a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
deleted file mode 100644
index 28e89b54a..000000000
--- a/dev-scheme/guile-gi/guile-gi-0.3.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Bindings for GObject Introspection and libgirepository for Guile"
-HOMEPAGE="https://spk121.github.io/guile-gi/"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/spk121/${PN}.git"
-else
-	SRC_URI="https://github.com/spk121/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-# Tests fail
-RESTRICT="strip test"
-LICENSE="GPL-3"
-SLOT="0"
-
-BDEPEND="
-	sys-apps/texinfo
-"
-DEPEND="
-	>=dev-scheme/guile-2.0.9:=
-	dev-libs/gobject-introspection
-	x11-libs/gtk+:3[introspection]
-"
-RDEPEND="${DEPEND}"
-
-# guile generates ELF files without use of C or machine code
-# It's a portage's false positive. bug #677600
-QA_PREBUILT='*[.]go'
-
-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_configure() {
-	sh ./bootstrap || die
-
-	local myconf=(
-		--enable-introspection="yes"
-		--enable-hardening
-	)
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/dev-scheme/guile-gi/guile-gi-9999.ebuild b/dev-scheme/guile-gi/guile-gi-9999.ebuild
deleted file mode 100644
index 28e89b54a..000000000
--- a/dev-scheme/guile-gi/guile-gi-9999.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Bindings for GObject Introspection and libgirepository for Guile"
-HOMEPAGE="https://spk121.github.io/guile-gi/"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/spk121/${PN}.git"
-else
-	SRC_URI="https://github.com/spk121/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-# Tests fail
-RESTRICT="strip test"
-LICENSE="GPL-3"
-SLOT="0"
-
-BDEPEND="
-	sys-apps/texinfo
-"
-DEPEND="
-	>=dev-scheme/guile-2.0.9:=
-	dev-libs/gobject-introspection
-	x11-libs/gtk+:3[introspection]
-"
-RDEPEND="${DEPEND}"
-
-# guile generates ELF files without use of C or machine code
-# It's a portage's false positive. bug #677600
-QA_PREBUILT='*[.]go'
-
-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_configure() {
-	sh ./bootstrap || die
-
-	local myconf=(
-		--enable-introspection="yes"
-		--enable-hardening
-	)
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}

diff --git a/dev-scheme/guile-gi/metadata.xml b/dev-scheme/guile-gi/metadata.xml
deleted file mode 100644
index 04839c412..000000000
--- a/dev-scheme/guile-gi/metadata.xml
+++ /dev/null
@@ -1,24 +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>
-    <longdescription lang="en">
-        This is a library for GNU Guile to create language bindings
-        via GObject Introspection.
-        This is beta code. It is only partially documented. The API is
-        stabilizing, but may still be subject to change.
-        Guile GI has two primary components:
-        - The gi scheme modules: guile modules that provide functionality
-        to dynamically generate Scheme API from GObject typelib files.
-        - libguile-gi.so or libguile-gi.dll: a compiled module that contains
-        glue code to interface with GObject.
-        To create bindings, use the use-typelibs syntax found in
-        the (gi) library.
-    </longdescription>
-    <upstream>
-        <remote-id type="github">spk121/guile-gi</remote-id>
-    </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2021-12-03 22:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-18 22:43 [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/guile-gi/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2021-03-18 22:49 Maciej Barć
2021-03-19  7:55 Maciej Barć
2021-04-09  8:01 Maciej Barć
2021-04-19 10:13 Maciej Barć
2021-10-07 21:09 Maciej Barć
2021-10-18 18:12 Maciej Barć
2021-12-03 22:55 Maciej Barć

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