Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: outguess-0.4
@ 2022-12-27  9:22 Eloitor
  2022-12-27 11:46 ` [PR PATCH] [Updated] " Eloitor
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Eloitor @ 2022-12-27  9:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages outguess
https://github.com/void-linux/void-packages/pull/41314

New package: outguess-0.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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-musl)

closes https://github.com/void-linux/void-packages/issues/41217

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

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

From dc3074628eba1b6c79e87eabedb714d1df14f8e8 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 27 Dec 2022 10:22:39 +0100
Subject: [PATCH] New package: outguess-0.4

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

diff --git a/srcpkgs/outguess/template b/srcpkgs/outguess/template
new file mode 100644
index 000000000000..76f89be8a93b
--- /dev/null
+++ b/srcpkgs/outguess/template
@@ -0,0 +1,22 @@
+# Template file for 'outguess'
+pkgname=outguess
+version=0.4
+revision=1
+build_style=gnu-configure
+configure_args="--with-generic-jconfig"
+hostmakedepends="autoconf automake"
+short_desc="Universal steganographic tool"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="custom:Custom"
+homepage="https://github.com/resurrecting-open-source-projects/outguess"
+changelog="https://github.com/resurrecting-open-source-projects/outguess/blob/master/ChangeLog"
+distfiles="https://github.com/resurrecting-open-source-projects/outguess/archive/refs/tags/${version}.tar.gz"
+checksum=1279b05f3bb5e8956c6eb424db247e773440898310c10dbf9571e7b6afae5d60
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: outguess-0.4
  2022-12-27  9:22 [PR PATCH] New package: outguess-0.4 Eloitor
@ 2022-12-27 11:46 ` Eloitor
  2022-12-27 11:48 ` Eloitor
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2022-12-27 11:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages outguess
https://github.com/void-linux/void-packages/pull/41314

New package: outguess-0.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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-musl)

closes https://github.com/void-linux/void-packages/issues/41217

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

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

From a20e5de1c631f3ef3ab39d4855ce473dec8423ba Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 27 Dec 2022 10:22:39 +0100
Subject: [PATCH] New package: outguess-0.4

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

diff --git a/srcpkgs/outguess/template b/srcpkgs/outguess/template
new file mode 100644
index 000000000000..76f89be8a93b
--- /dev/null
+++ b/srcpkgs/outguess/template
@@ -0,0 +1,22 @@
+# Template file for 'outguess'
+pkgname=outguess
+version=0.4
+revision=1
+build_style=gnu-configure
+configure_args="--with-generic-jconfig"
+hostmakedepends="autoconf automake"
+short_desc="Universal steganographic tool"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="custom:Custom"
+homepage="https://github.com/resurrecting-open-source-projects/outguess"
+changelog="https://github.com/resurrecting-open-source-projects/outguess/blob/master/ChangeLog"
+distfiles="https://github.com/resurrecting-open-source-projects/outguess/archive/refs/tags/${version}.tar.gz"
+checksum=1279b05f3bb5e8956c6eb424db247e773440898310c10dbf9571e7b6afae5d60
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: outguess-0.4
  2022-12-27  9:22 [PR PATCH] New package: outguess-0.4 Eloitor
  2022-12-27 11:46 ` [PR PATCH] [Updated] " Eloitor
@ 2022-12-27 11:48 ` Eloitor
  2023-01-03 17:04 ` n3v3rde4d
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2022-12-27 11:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages outguess
https://github.com/void-linux/void-packages/pull/41314

New package: outguess-0.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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-musl)

closes https://github.com/void-linux/void-packages/issues/41217

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

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

From beb61e5e7f7f2f60ef10f2d74ae3ea9f2163db29 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 27 Dec 2022 10:22:39 +0100
Subject: [PATCH] New package: outguess-0.4

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

diff --git a/srcpkgs/outguess/template b/srcpkgs/outguess/template
new file mode 100644
index 000000000000..11e9f6c5d158
--- /dev/null
+++ b/srcpkgs/outguess/template
@@ -0,0 +1,22 @@
+# Template file for 'outguess'
+pkgname=outguess
+version=0.4
+revision=1
+build_style=gnu-configure
+configure_args="--with-generic-jconfig"
+hostmakedepends="automake"
+short_desc="Universal steganographic tool"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="custom:Custom"
+homepage="https://github.com/resurrecting-open-source-projects/outguess"
+changelog="https://github.com/resurrecting-open-source-projects/outguess/blob/master/ChangeLog"
+distfiles="https://github.com/resurrecting-open-source-projects/outguess/archive/refs/tags/${version}.tar.gz"
+checksum=1279b05f3bb5e8956c6eb424db247e773440898310c10dbf9571e7b6afae5d60
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: outguess-0.4
  2022-12-27  9:22 [PR PATCH] New package: outguess-0.4 Eloitor
  2022-12-27 11:46 ` [PR PATCH] [Updated] " Eloitor
  2022-12-27 11:48 ` Eloitor
@ 2023-01-03 17:04 ` n3v3rde4d
  2023-04-04  1:53 ` github-actions
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: n3v3rde4d @ 2023-01-03 17:04 UTC (permalink / raw)
  To: ml

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

New comment by n3v3rde4d on void-packages repository

https://github.com/void-linux/void-packages/pull/41314#issuecomment-1370011306

Comment:
I was curious about the status of this package is it still in the process of undergoing checks or has  it been added to the official repository?

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

* Re: New package: outguess-0.4
  2022-12-27  9:22 [PR PATCH] New package: outguess-0.4 Eloitor
                   ` (2 preceding siblings ...)
  2023-01-03 17:04 ` n3v3rde4d
@ 2023-04-04  1:53 ` github-actions
  2023-04-04  7:56 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-04-04  1:53 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/41314#issuecomment-1495226687

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] 9+ messages in thread

* Re: [PR PATCH] [Updated] New package: outguess-0.4
  2022-12-27  9:22 [PR PATCH] New package: outguess-0.4 Eloitor
                   ` (3 preceding siblings ...)
  2023-04-04  1:53 ` github-actions
@ 2023-04-04  7:56 ` Eloitor
  2023-04-04 17:08 ` Eloitor
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2023-04-04  7:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages outguess
https://github.com/void-linux/void-packages/pull/41314

New package: outguess-0.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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-musl)

closes https://github.com/void-linux/void-packages/issues/41217

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

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

From 7a08038d1df3813b6f204565bfa8caa6de8f22e2 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 27 Dec 2022 10:22:39 +0100
Subject: [PATCH] New package: outguess-0.4

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

diff --git a/srcpkgs/outguess/template b/srcpkgs/outguess/template
new file mode 100644
index 000000000000..11e9f6c5d158
--- /dev/null
+++ b/srcpkgs/outguess/template
@@ -0,0 +1,22 @@
+# Template file for 'outguess'
+pkgname=outguess
+version=0.4
+revision=1
+build_style=gnu-configure
+configure_args="--with-generic-jconfig"
+hostmakedepends="automake"
+short_desc="Universal steganographic tool"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="custom:Custom"
+homepage="https://github.com/resurrecting-open-source-projects/outguess"
+changelog="https://github.com/resurrecting-open-source-projects/outguess/blob/master/ChangeLog"
+distfiles="https://github.com/resurrecting-open-source-projects/outguess/archive/refs/tags/${version}.tar.gz"
+checksum=1279b05f3bb5e8956c6eb424db247e773440898310c10dbf9571e7b6afae5d60
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: outguess-0.4
  2022-12-27  9:22 [PR PATCH] New package: outguess-0.4 Eloitor
                   ` (4 preceding siblings ...)
  2023-04-04  7:56 ` [PR PATCH] [Updated] " Eloitor
@ 2023-04-04 17:08 ` Eloitor
  2023-06-24 12:58 ` [PR REVIEW] " Duncaen
  2023-06-24 15:39 ` [PR PATCH] [Merged]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2023-04-04 17:08 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/41314#issuecomment-1496319260

Comment:
This PR is still relevant

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

* Re: [PR REVIEW] New package: outguess-0.4
  2022-12-27  9:22 [PR PATCH] New package: outguess-0.4 Eloitor
                   ` (5 preceding siblings ...)
  2023-04-04 17:08 ` Eloitor
@ 2023-06-24 12:58 ` Duncaen
  2023-06-24 15:39 ` [PR PATCH] [Merged]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2023-06-24 12:58 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41314#discussion_r1240762381

Comment:
This is `BSD-4-Clause`, debian uses that too https://metadata.ftp-master.debian.org/changelogs//main/o/outguess/outguess_0.2.2-5_copyright.

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

* Re: [PR PATCH] [Merged]: New package: outguess-0.4
  2022-12-27  9:22 [PR PATCH] New package: outguess-0.4 Eloitor
                   ` (6 preceding siblings ...)
  2023-06-24 12:58 ` [PR REVIEW] " Duncaen
@ 2023-06-24 15:39 ` Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2023-06-24 15:39 UTC (permalink / raw)
  To: ml

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

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

New package: outguess-0.4
https://github.com/void-linux/void-packages/pull/41314

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

#### 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-musl)

closes https://github.com/void-linux/void-packages/issues/41217

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

end of thread, other threads:[~2023-06-24 15:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27  9:22 [PR PATCH] New package: outguess-0.4 Eloitor
2022-12-27 11:46 ` [PR PATCH] [Updated] " Eloitor
2022-12-27 11:48 ` Eloitor
2023-01-03 17:04 ` n3v3rde4d
2023-04-04  1:53 ` github-actions
2023-04-04  7:56 ` [PR PATCH] [Updated] " Eloitor
2023-04-04 17:08 ` Eloitor
2023-06-24 12:58 ` [PR REVIEW] " Duncaen
2023-06-24 15:39 ` [PR PATCH] [Merged]: " 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).