Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eb: fix distfile
@ 2024-04-17 12:06 iFoundSilentHouse
  2024-04-17 16:56 ` [PR PATCH] [Updated] " iFoundSilentHouse
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: iFoundSilentHouse @ 2024-04-17 12:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

There is a new pull request by iFoundSilentHouse against master on the void-packages repository

https://github.com/iFoundSilentHouse/void-packages eb-4.4.3
https://github.com/void-linux/void-packages/pull/49878

eb: fix distfile
- I tested the changes in this PR: **NO**
- I built this PR locally for my native architecture, (x86_64-glibc)

Switched to file from official ftp. Previous location links to this ftp: https://web.archive.org/web/20210109054331/https://github.com/2ion/eb
https://github.com/void-linux/void-packages/issues/42403

A patch file from https://github.com/void-linux/void-packages/pull/49878.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-eb-4.4.3-49878.patch --]
[-- Type: text/x-diff, Size: 1138 bytes --]

From a40221f081ea44859c8752f19b321b24e1312ab8 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 17 Apr 2024 18:03:16 +0600
Subject: [PATCH] eb: fix distfile

---
 srcpkgs/eb/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eb/template b/srcpkgs/eb/template
index 9e71add969a736..94d7822f420c84 100644
--- a/srcpkgs/eb/template
+++ b/srcpkgs/eb/template
@@ -1,16 +1,16 @@
 # Template file for 'eb'
 pkgname=eb
 version=4.4.3
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="perl"
 makedepends="zlib-devel"
 short_desc="C library and tools for accessing CD-ROM books"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
-homepage="https://github.com/2ion/eb"
-distfiles="https://github.com/2ion/eb/archive/${version}.tar.gz"
-checksum=16274f4d5ec34cc37ed308927390a1d0d09e0e6a2b35fbff7d17aacca0524a37
+homepage="ftp://ftp.sra.co.jp/.a/pub/misc/eb/"
+distfiles="ftp://ftp.sra.co.jp/.a/pub/misc/eb/eb-${version}.tar.bz2"
+checksum=abe710a77c6fc3588232977bb2f30a2e69ddfbe9fa8d0b05b0d67d95e36f4b5f
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] eb: fix distfile
  2024-04-17 12:06 [PR PATCH] eb: fix distfile iFoundSilentHouse
@ 2024-04-17 16:56 ` iFoundSilentHouse
  2024-04-19  6:29 ` iFoundSilentHouse
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: iFoundSilentHouse @ 2024-04-17 16:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

There is an updated pull request by iFoundSilentHouse against master on the void-packages repository

https://github.com/iFoundSilentHouse/void-packages eb-4.4.3
https://github.com/void-linux/void-packages/pull/49878

eb: fix distfile
- I tested the changes in this PR: **NO**
- I built this PR locally for my native architecture, (x86_64-glibc)

Switched to file from official ftp. Previous location links to this ftp: https://web.archive.org/web/20210109054331/https://github.com/2ion/eb
https://github.com/void-linux/void-packages/issues/42403

A patch file from https://github.com/void-linux/void-packages/pull/49878.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-eb-4.4.3-49878.patch --]
[-- Type: text/x-diff, Size: 1005 bytes --]

From 9c6693ff2b20877b5c8b22af7754a3bdf4c5751c Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 17 Apr 2024 18:03:16 +0600
Subject: [PATCH] eb: fix distfile

---
 srcpkgs/eb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/eb/template b/srcpkgs/eb/template
index 9e71add969a736..44b530aa67bacb 100644
--- a/srcpkgs/eb/template
+++ b/srcpkgs/eb/template
@@ -8,9 +8,9 @@ makedepends="zlib-devel"
 short_desc="C library and tools for accessing CD-ROM books"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
-homepage="https://github.com/2ion/eb"
-distfiles="https://github.com/2ion/eb/archive/${version}.tar.gz"
-checksum=16274f4d5ec34cc37ed308927390a1d0d09e0e6a2b35fbff7d17aacca0524a37
+homepage="ftp://ftp.sra.co.jp/.a/pub/misc/eb/"
+distfiles="ftp://ftp.sra.co.jp/.a/pub/misc/eb/eb-${version}.tar.bz2"
+checksum=abe710a77c6fc3588232977bb2f30a2e69ddfbe9fa8d0b05b0d67d95e36f4b5f
 
 post_install() {
 	vlicense COPYING

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

* Re: eb: fix distfile
  2024-04-17 12:06 [PR PATCH] eb: fix distfile iFoundSilentHouse
  2024-04-17 16:56 ` [PR PATCH] [Updated] " iFoundSilentHouse
@ 2024-04-19  6:29 ` iFoundSilentHouse
  2024-04-19 12:32 ` [PR PATCH] [Updated] " iFoundSilentHouse
  2024-04-19 12:35 ` iFoundSilentHouse
  3 siblings, 0 replies; 5+ messages in thread
From: iFoundSilentHouse @ 2024-04-19  6:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

New comment by iFoundSilentHouse on void-packages repository

https://github.com/void-linux/void-packages/pull/49878#issuecomment-2065847808

Comment:
Looks like official ftp is not always available. Maybe better option will be to link to this github repo? https://github.com/mistydemeo/eb

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

* Re: [PR PATCH] [Updated] eb: fix distfile
  2024-04-17 12:06 [PR PATCH] eb: fix distfile iFoundSilentHouse
  2024-04-17 16:56 ` [PR PATCH] [Updated] " iFoundSilentHouse
  2024-04-19  6:29 ` iFoundSilentHouse
@ 2024-04-19 12:32 ` iFoundSilentHouse
  2024-04-19 12:35 ` iFoundSilentHouse
  3 siblings, 0 replies; 5+ messages in thread
From: iFoundSilentHouse @ 2024-04-19 12:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

There is an updated pull request by iFoundSilentHouse against master on the void-packages repository

https://github.com/iFoundSilentHouse/void-packages eb-4.4.3
https://github.com/void-linux/void-packages/pull/49878

eb: fix distfile
- I tested the changes in this PR: **NO**
- I built this PR locally for my native architecture, (x86_64-glibc)

Switched to file from official ftp. Previous location links to this ftp: https://web.archive.org/web/20210109054331/https://github.com/2ion/eb
https://github.com/void-linux/void-packages/issues/42403

A patch file from https://github.com/void-linux/void-packages/pull/49878.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-eb-4.4.3-49878.patch --]
[-- Type: text/x-diff, Size: 1035 bytes --]

From 43cca63e77405a44e0d2983df1dfcca6aec63851 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 17 Apr 2024 18:03:16 +0600
Subject: [PATCH] eb: fix distfile

---
 srcpkgs/eb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/eb/template b/srcpkgs/eb/template
index 9e71add969a736..68faca79ac4a7e 100644
--- a/srcpkgs/eb/template
+++ b/srcpkgs/eb/template
@@ -8,9 +8,9 @@ makedepends="zlib-devel"
 short_desc="C library and tools for accessing CD-ROM books"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
-homepage="https://github.com/2ion/eb"
-distfiles="https://github.com/2ion/eb/archive/${version}.tar.gz"
-checksum=16274f4d5ec34cc37ed308927390a1d0d09e0e6a2b35fbff7d17aacca0524a37
+homepage="https://www.mistys-internet.website/eb/index-en.html"
+distfiles="https://github.com/mistydemeo/eb/archive/refs/tags/v${version}.tar.gz"
+checksum=abe710a77c6fc3588232977bb2f30a2e69ddfbe9fa8d0b05b0d67d95e36f4b5f
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] eb: fix distfile
  2024-04-17 12:06 [PR PATCH] eb: fix distfile iFoundSilentHouse
                   ` (2 preceding siblings ...)
  2024-04-19 12:32 ` [PR PATCH] [Updated] " iFoundSilentHouse
@ 2024-04-19 12:35 ` iFoundSilentHouse
  3 siblings, 0 replies; 5+ messages in thread
From: iFoundSilentHouse @ 2024-04-19 12:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

There is an updated pull request by iFoundSilentHouse against master on the void-packages repository

https://github.com/iFoundSilentHouse/void-packages eb-4.4.3
https://github.com/void-linux/void-packages/pull/49878

eb: fix distfile
- I tested the changes in this PR: **NO**
- I built this PR locally for my native architecture, (x86_64-glibc)

Switched to file from official ftp. Previous location links to this ftp: https://web.archive.org/web/20210109054331/https://github.com/2ion/eb
https://github.com/void-linux/void-packages/issues/42403

A patch file from https://github.com/void-linux/void-packages/pull/49878.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-eb-4.4.3-49878.patch --]
[-- Type: text/x-diff, Size: 1035 bytes --]

From 26ed6699ef3f33b6803cb970b5e46ef30f683513 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 17 Apr 2024 18:03:16 +0600
Subject: [PATCH] eb: fix distfile

---
 srcpkgs/eb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/eb/template b/srcpkgs/eb/template
index 9e71add969a736..306c5f3a639928 100644
--- a/srcpkgs/eb/template
+++ b/srcpkgs/eb/template
@@ -8,9 +8,9 @@ makedepends="zlib-devel"
 short_desc="C library and tools for accessing CD-ROM books"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
-homepage="https://github.com/2ion/eb"
-distfiles="https://github.com/2ion/eb/archive/${version}.tar.gz"
-checksum=16274f4d5ec34cc37ed308927390a1d0d09e0e6a2b35fbff7d17aacca0524a37
+homepage="https://www.mistys-internet.website/eb/index-en.html"
+distfiles="https://github.com/mistydemeo/eb/archive/refs/tags/v${version}.tar.gz"
+checksum=74448639360a35098f2645c934e4fa77008086938fc15587b26cb36a6365aecb
 
 post_install() {
 	vlicense COPYING

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

end of thread, other threads:[~2024-04-19 12:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 12:06 [PR PATCH] eb: fix distfile iFoundSilentHouse
2024-04-17 16:56 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-04-19  6:29 ` iFoundSilentHouse
2024-04-19 12:32 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-04-19 12:35 ` iFoundSilentHouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).