Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: elfkickers-3.2.
@ 2023-01-30 14:32 zlice
  2023-01-30 14:39 ` [PR PATCH] [Updated] " zlice
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: zlice @ 2023-01-30 14:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages elfkickers
https://github.com/void-linux/void-packages/pull/41960

New package: elfkickers-3.2.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**


#### Comments

Never sure on licenses - https://github.com/BR903/ELFkickers/blob/master/COPYING

Mostly manual build steps because it's so bare, not sure if there's another or better way to go about that.

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

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

From c356399f678d4ab06948ff79ee460dcb450bac5b Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 30 Jan 2023 09:22:24 -0500
Subject: [PATCH] New package: elfkickers-3.2.

---
 srcpkgs/elfkickers/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/elfkickers/template

diff --git a/srcpkgs/elfkickers/template b/srcpkgs/elfkickers/template
new file mode 100644
index 000000000000..1c59a6955c84
--- /dev/null
+++ b/srcpkgs/elfkickers/template
@@ -0,0 +1,26 @@
+# Template file for 'elfkickers'
+pkgname=elfkickers
+version=3.2
+revision=1
+build_style=gnu-makefile
+short_desc="Collection of ELF utilities"
+maintainer="Zlice <zlice555@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://www.muppetlabs.com/~breadbox/software/elfkickers.html"
+distfiles="http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-${version}.tar.gz"
+checksum=9b81e6c53e0c94fc198d9882eb737156f36d565152dc32118897c77b06a2687c
+
+pre_build() {
+	sed "0,/prefix.*/{s/prefix.*/prefix=\/usr/}" -i Makefile
+}
+
+do_build() {
+	make ${makejobs}
+}
+
+do_install() {
+	for b in ebfc elfls elftoc infect objres rebind sstrip ; do
+		vbin bin/$b
+		vman doc/$b.1
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: elfkickers-3.2.
  2023-01-30 14:32 [PR PATCH] New package: elfkickers-3.2 zlice
@ 2023-01-30 14:39 ` zlice
  2023-01-30 14:41 ` zlice
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2023-01-30 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages elfkickers
https://github.com/void-linux/void-packages/pull/41960

New package: elfkickers-3.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**


#### Comments

Never sure on licenses - https://github.com/BR903/ELFkickers/blob/master/COPYING

Mostly manual build steps because it's so bare, not sure if there's another or better way to go about that.

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

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

From 7609029072f214244762f7d4b3e04aeae1b490ef Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 30 Jan 2023 09:22:24 -0500
Subject: [PATCH] New package: elfkickers-3.2.

---
 srcpkgs/elfkickers/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/elfkickers/template

diff --git a/srcpkgs/elfkickers/template b/srcpkgs/elfkickers/template
new file mode 100644
index 000000000000..247860583d64
--- /dev/null
+++ b/srcpkgs/elfkickers/template
@@ -0,0 +1,27 @@
+# Template file for 'elfkickers'
+pkgname=elfkickers
+version=3.2
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+short_desc="Collection of ELF utilities"
+maintainer="Zlice <zlice555@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://www.muppetlabs.com/~breadbox/software/elfkickers.html"
+distfiles="http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-${version}.tar.gz"
+checksum=9b81e6c53e0c94fc198d9882eb737156f36d565152dc32118897c77b06a2687c
+
+pre_build() {
+	sed "0,/prefix.*/{s/prefix.*/prefix=\/usr/}" -i Makefile
+}
+
+do_build() {
+	make ${makejobs}
+}
+
+do_install() {
+	for b in ebfc elfls elftoc infect objres rebind sstrip ; do
+		vbin bin/$b
+		vman doc/$b.1
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: elfkickers-3.2.
  2023-01-30 14:32 [PR PATCH] New package: elfkickers-3.2 zlice
  2023-01-30 14:39 ` [PR PATCH] [Updated] " zlice
@ 2023-01-30 14:41 ` zlice
  2023-05-01  1:54 ` github-actions
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2023-01-30 14:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages elfkickers
https://github.com/void-linux/void-packages/pull/41960

New package: elfkickers-3.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**


#### Comments

Never sure on licenses - https://github.com/BR903/ELFkickers/blob/master/COPYING

Mostly manual build steps because it's so bare, not sure if there's another or better way to go about that.

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

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

From c6afbdb19948c736697b13932fb81f1b52857efc Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 30 Jan 2023 09:22:24 -0500
Subject: [PATCH] New package: elfkickers-3.2.

---
 srcpkgs/elfkickers/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/elfkickers/template

diff --git a/srcpkgs/elfkickers/template b/srcpkgs/elfkickers/template
new file mode 100644
index 000000000000..4e2020550eda
--- /dev/null
+++ b/srcpkgs/elfkickers/template
@@ -0,0 +1,27 @@
+# Template file for 'elfkickers'
+pkgname=elfkickers
+version=3.2
+revision=1
+archs="x86_64*"
+build_style=gnu-makefile
+short_desc="Collection of ELF utilities"
+maintainer="Zlice <zlice555@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://www.muppetlabs.com/~breadbox/software/elfkickers.html"
+distfiles="http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-${version}.tar.gz"
+checksum=9b81e6c53e0c94fc198d9882eb737156f36d565152dc32118897c77b06a2687c
+
+pre_build() {
+	sed "0,/prefix.*/{s/prefix.*/prefix=\/usr/}" -i Makefile
+}
+
+do_build() {
+	make ${makejobs}
+}
+
+do_install() {
+	for b in ebfc elfls elftoc infect objres rebind sstrip ; do
+		vbin bin/$b
+		vman doc/$b.1
+	done
+}

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

* Re: New package: elfkickers-3.2.
  2023-01-30 14:32 [PR PATCH] New package: elfkickers-3.2 zlice
  2023-01-30 14:39 ` [PR PATCH] [Updated] " zlice
  2023-01-30 14:41 ` zlice
@ 2023-05-01  1:54 ` github-actions
  2023-05-01  1:57 ` [PR PATCH] [Updated] " zlice
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-05-01  1:54 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41960#issuecomment-1529241708

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: elfkickers-3.2.
  2023-01-30 14:32 [PR PATCH] New package: elfkickers-3.2 zlice
                   ` (2 preceding siblings ...)
  2023-05-01  1:54 ` github-actions
@ 2023-05-01  1:57 ` zlice
  2023-05-01  1:58 ` zlice
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2023-05-01  1:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages elfkickers
https://github.com/void-linux/void-packages/pull/41960

New package: elfkickers-3.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**


#### Comments

Never sure on licenses - https://github.com/BR903/ELFkickers/blob/master/COPYING

Mostly manual build steps because it's so bare, not sure if there's another or better way to go about that.

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

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

From 2b89b7bb61357644338ce46001f42b9d03fe18ff Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 30 Jan 2023 09:22:24 -0500
Subject: [PATCH] New package: elfkickers-3.2.

---
 srcpkgs/elfkickers/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/elfkickers/template

diff --git a/srcpkgs/elfkickers/template b/srcpkgs/elfkickers/template
new file mode 100644
index 000000000000..4e2020550eda
--- /dev/null
+++ b/srcpkgs/elfkickers/template
@@ -0,0 +1,27 @@
+# Template file for 'elfkickers'
+pkgname=elfkickers
+version=3.2
+revision=1
+archs="x86_64*"
+build_style=gnu-makefile
+short_desc="Collection of ELF utilities"
+maintainer="Zlice <zlice555@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://www.muppetlabs.com/~breadbox/software/elfkickers.html"
+distfiles="http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-${version}.tar.gz"
+checksum=9b81e6c53e0c94fc198d9882eb737156f36d565152dc32118897c77b06a2687c
+
+pre_build() {
+	sed "0,/prefix.*/{s/prefix.*/prefix=\/usr/}" -i Makefile
+}
+
+do_build() {
+	make ${makejobs}
+}
+
+do_install() {
+	for b in ebfc elfls elftoc infect objres rebind sstrip ; do
+		vbin bin/$b
+		vman doc/$b.1
+	done
+}

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

* Re: New package: elfkickers-3.2.
  2023-01-30 14:32 [PR PATCH] New package: elfkickers-3.2 zlice
                   ` (3 preceding siblings ...)
  2023-05-01  1:57 ` [PR PATCH] [Updated] " zlice
@ 2023-05-01  1:58 ` zlice
  2023-06-19 20:24 ` [PR PATCH] [Updated] " zlice
  2023-06-25 20:14 ` [PR PATCH] [Closed]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2023-05-01  1:58 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/41960#issuecomment-1529244447

Comment:
bump

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

* Re: [PR PATCH] [Updated] New package: elfkickers-3.2.
  2023-01-30 14:32 [PR PATCH] New package: elfkickers-3.2 zlice
                   ` (4 preceding siblings ...)
  2023-05-01  1:58 ` zlice
@ 2023-06-19 20:24 ` zlice
  2023-06-25 20:14 ` [PR PATCH] [Closed]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2023-06-19 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages elfkickers
https://github.com/void-linux/void-packages/pull/41960

New package: elfkickers-3.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**


#### Comments

Never sure on licenses - https://github.com/BR903/ELFkickers/blob/master/COPYING

Mostly manual build steps because it's so bare, not sure if there's another or better way to go about that.

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

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

From 2863482ebe8b3614eb47741a9b3790652484ef45 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 30 Jan 2023 09:22:24 -0500
Subject: [PATCH] New package: elfkickers-3.2.

---
 srcpkgs/elfkickers/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/elfkickers/template

diff --git a/srcpkgs/elfkickers/template b/srcpkgs/elfkickers/template
new file mode 100644
index 000000000000..4e2020550eda
--- /dev/null
+++ b/srcpkgs/elfkickers/template
@@ -0,0 +1,27 @@
+# Template file for 'elfkickers'
+pkgname=elfkickers
+version=3.2
+revision=1
+archs="x86_64*"
+build_style=gnu-makefile
+short_desc="Collection of ELF utilities"
+maintainer="Zlice <zlice555@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://www.muppetlabs.com/~breadbox/software/elfkickers.html"
+distfiles="http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-${version}.tar.gz"
+checksum=9b81e6c53e0c94fc198d9882eb737156f36d565152dc32118897c77b06a2687c
+
+pre_build() {
+	sed "0,/prefix.*/{s/prefix.*/prefix=\/usr/}" -i Makefile
+}
+
+do_build() {
+	make ${makejobs}
+}
+
+do_install() {
+	for b in ebfc elfls elftoc infect objres rebind sstrip ; do
+		vbin bin/$b
+		vman doc/$b.1
+	done
+}

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

* Re: [PR PATCH] [Closed]: New package: elfkickers-3.2.
  2023-01-30 14:32 [PR PATCH] New package: elfkickers-3.2 zlice
                   ` (5 preceding siblings ...)
  2023-06-19 20:24 ` [PR PATCH] [Updated] " zlice
@ 2023-06-25 20:14 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-25 20:14 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: elfkickers-3.2.
https://github.com/void-linux/void-packages/pull/41960

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**


#### Comments

Never sure on licenses - https://github.com/BR903/ELFkickers/blob/master/COPYING

Mostly manual build steps because it's so bare, not sure if there's another or better way to go about that.

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

end of thread, other threads:[~2023-06-25 20:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 14:32 [PR PATCH] New package: elfkickers-3.2 zlice
2023-01-30 14:39 ` [PR PATCH] [Updated] " zlice
2023-01-30 14:41 ` zlice
2023-05-01  1:54 ` github-actions
2023-05-01  1:57 ` [PR PATCH] [Updated] " zlice
2023-05-01  1:58 ` zlice
2023-06-19 20:24 ` [PR PATCH] [Updated] " zlice
2023-06-25 20:14 ` [PR PATCH] [Closed]: " Duncaen

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).