Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
Date: Wed, 19 Jun 2019 19:29:32 +0200	[thread overview]
Message-ID: <20190619172932.jDQDDvsKkiDCmeW1Q0or-evxwbFHwdwh9lIqoWmSBNQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12434@inbox.vuxu.org>

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

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

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 0ffe79e6c659bb7d724271e6cfb6e0cf7fa659ba Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9_2

Fixed template file

Fixed template file
---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..134c93605d4
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

  parent reply	other threads:[~2019-06-19 17:29 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
2019-06-12 23:17 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-12 23:17 ` voidlinux-github
2019-06-12 23:45 ` voidlinux-github
2019-06-12 23:45 ` voidlinux-github
2019-06-13  1:58 ` voidlinux-github
2019-06-13  2:03 ` voidlinux-github
2019-06-15  9:37 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-15  9:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-15 10:53 ` voidlinux-github
2019-06-15 10:53 ` voidlinux-github
2019-06-15 10:57 ` voidlinux-github
2019-06-15 10:57 ` voidlinux-github
2019-06-16 18:24 ` [PR PATCH] [Updated] New package: scheme48-1.9.2 voidlinux-github
2019-06-16 18:24 ` voidlinux-github
2019-06-16 19:00 ` voidlinux-github
2019-06-16 19:00 ` voidlinux-github
2019-06-16 19:01 ` voidlinux-github
2019-06-17 21:48 ` voidlinux-github
2019-06-18 14:32 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-18 14:32 ` voidlinux-github
2019-06-18 17:22 ` voidlinux-github
2019-06-18 17:42 ` voidlinux-github
2019-06-19 17:11 ` voidlinux-github
2019-06-19 17:29 ` voidlinux-github [this message]
2019-06-19 17:29 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:39 ` voidlinux-github
2019-06-19 17:39 ` voidlinux-github
2019-06-19 17:43 ` voidlinux-github
2019-06-19 17:43 ` voidlinux-github
2019-06-19 17:44 ` voidlinux-github
2019-06-19 18:37 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190619172932.jDQDDvsKkiDCmeW1Q0or-evxwbFHwdwh9lIqoWmSBNQ@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).