Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: aspell-el-0.08.0
@ 2019-11-02 22:35 voidlinux-github
  2019-11-03  0:06 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 1 reply; 3+ messages in thread
From: voidlinux-github @ 2019-11-02 22:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nereusx/void-packages add-aspell-el
https://github.com/void-linux/void-packages/pull/16062

New package: aspell-el-0.08.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-aspell-el-16062.patch --]
[-- Type: text/x-diff, Size: 1193 bytes --]

From 290dc382e78ea47b682038e54817d0ceb04e7ae2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 2 Nov 2019 13:13:54 +0100
Subject: [PATCH] New package: aspell-el-0.08.0

---
 srcpkgs/python-cryptography_vectors/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index d52e5f5e47c..4e69d50ccb2 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,6 +1,6 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
-version=2.7
+version=2.8
 revision=1
 archs=noarch
 wrksrc="cryptography_vectors-${version}"
@@ -12,7 +12,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="BSD-3-Clause, Apache-2.0"
 homepage="https://github.com/pyca/cryptography"
 distfiles="${PYPI_SITE}/c/cryptography_vectors/cryptography_vectors-${version}.tar.gz"
-checksum=f12dfb9bd669a68004074cb5b26df6e93ed1a95ebd1a999dff0a840212ff68bc
+checksum=6cd32174c56a3eca72f64af43c1daacaae758cfa5ff9d280dfcf818fa11ef116
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Closed]: New package: aspell-el-0.08.0
  2019-11-02 22:35 [PR PATCH] New package: aspell-el-0.08.0 voidlinux-github
@ 2019-11-03  0:06 ` voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-03  0:06 UTC (permalink / raw)
  To: ml

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

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

New package: aspell-el-0.08.0
https://github.com/void-linux/void-packages/pull/16062

Description:


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

* [PR PATCH] New package: aspell-el-0.08.0
@ 2019-11-02 14:23 voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-02 14:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nereusx/void-packages master
https://github.com/void-linux/void-packages/pull/16054

New package: aspell-el-0.08.0


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

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

From e0d553f5e8ce680ffa0fe5167d4bf3a42a45e271 Mon Sep 17 00:00:00 2001
From: Nicholas Christopoulos <nereus@freemail.gr>
Date: Sat, 2 Nov 2019 03:10:33 +0200
Subject: [PATCH 1/3] aspell-el added

---
 srcpkgs/aspell-el/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/aspell-el/template

diff --git a/srcpkgs/aspell-el/template b/srcpkgs/aspell-el/template
new file mode 100644
index 00000000000..90d74128c0c
--- /dev/null
+++ b/srcpkgs/aspell-el/template
@@ -0,0 +1,24 @@
+# Template file for 'aspell-el'
+#
+#	This is copy of aspell's site
+#	https://ftp.gnu.org/gnu/aspell/dict/0index.html
+#
+#	Project's page: http://www.elspell.gr/
+#
+#	Void Linux Package:
+#	Nicholas Christopoulos <nereus@freemail.gr>
+#
+pkgname=aspell-el
+version=0.08
+revision=0
+archs=noarch
+wrksrc="aspell6-el-${version}-${revision}"
+build_style=configure
+depends="aspell"
+hostmakedepends="aspell-devel"
+short_desc="Greek dictionary for aspell"
+maintainer="Steve Stavropoulos <steve@math.upatras.gr>"
+license="GPL-2.0-or-later"
+homepage="http://aspell.net/"
+distfiles="${GNU_SITE}/aspell/dict/el/aspell6-el-${version}-${revision}.tar.bz2"
+checksum=4af60f1a8adf8b1899680deefdf49288d7406a2c591658f880628bf7c1604cd2

From edc081f98ac09833e54d3bef190cabe4242a4468 Mon Sep 17 00:00:00 2001
From: Nicholas Christopoulos <nereus@freemail.gr>
Date: Sat, 2 Nov 2019 03:10:33 +0200
Subject: [PATCH 2/3] New package: aspell-el-0.08.0

---
 srcpkgs/aspell-el/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/aspell-el/template

diff --git a/srcpkgs/aspell-el/template b/srcpkgs/aspell-el/template
new file mode 100644
index 00000000000..90d74128c0c
--- /dev/null
+++ b/srcpkgs/aspell-el/template
@@ -0,0 +1,24 @@
+# Template file for 'aspell-el'
+#
+#	This is copy of aspell's site
+#	https://ftp.gnu.org/gnu/aspell/dict/0index.html
+#
+#	Project's page: http://www.elspell.gr/
+#
+#	Void Linux Package:
+#	Nicholas Christopoulos <nereus@freemail.gr>
+#
+pkgname=aspell-el
+version=0.08
+revision=0
+archs=noarch
+wrksrc="aspell6-el-${version}-${revision}"
+build_style=configure
+depends="aspell"
+hostmakedepends="aspell-devel"
+short_desc="Greek dictionary for aspell"
+maintainer="Steve Stavropoulos <steve@math.upatras.gr>"
+license="GPL-2.0-or-later"
+homepage="http://aspell.net/"
+distfiles="${GNU_SITE}/aspell/dict/el/aspell6-el-${version}-${revision}.tar.bz2"
+checksum=4af60f1a8adf8b1899680deefdf49288d7406a2c591658f880628bf7c1604cd2

From dedcd3ebdab8194581ea7d5c58c8cf17bc72deb3 Mon Sep 17 00:00:00 2001
From: Nicholas Christopoulos <nereus@freemail.gr>
Date: Sat, 2 Nov 2019 16:21:04 +0200
Subject: [PATCH 3/3] New package: aspell-el-0.08.0

---
 srcpkgs/aspell-el/template | 26 +++++++++-----------------
 1 file changed, 9 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/aspell-el/template b/srcpkgs/aspell-el/template
index 90d74128c0c..854f751ed49 100644
--- a/srcpkgs/aspell-el/template
+++ b/srcpkgs/aspell-el/template
@@ -1,24 +1,16 @@
 # Template file for 'aspell-el'
-#
-#	This is copy of aspell's site
-#	https://ftp.gnu.org/gnu/aspell/dict/0index.html
-#
-#	Project's page: http://www.elspell.gr/
-#
-#	Void Linux Package:
-#	Nicholas Christopoulos <nereus@freemail.gr>
-#
 pkgname=aspell-el
-version=0.08
-revision=0
+version=0.08.0
+revision=1
+_distver="${version%.*}-${version##*.}"
 archs=noarch
-wrksrc="aspell6-el-${version}-${revision}"
+wrksrc="aspell6-el-${_distver}"
 build_style=configure
-depends="aspell"
 hostmakedepends="aspell-devel"
+depends="aspell"
 short_desc="Greek dictionary for aspell"
-maintainer="Steve Stavropoulos <steve@math.upatras.gr>"
-license="GPL-2.0-or-later"
-homepage="http://aspell.net/"
-distfiles="${GNU_SITE}/aspell/dict/el/aspell6-el-${version}-${revision}.tar.bz2"
+maintainer="Nicholas Christopoulos <nereus@freemail.gr>"
+license="GPL-2.0-only"
+homepage="http://www.elspell.gr/"
+distfiles="${GNU_SITE}/aspell/dict/el/aspell6-el-${_distver}.tar.bz2"
 checksum=4af60f1a8adf8b1899680deefdf49288d7406a2c591658f880628bf7c1604cd2

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

end of thread, other threads:[~2019-11-03  0:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-02 22:35 [PR PATCH] New package: aspell-el-0.08.0 voidlinux-github
2019-11-03  0:06 ` [PR PATCH] [Closed]: " voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2019-11-02 14:23 [PR PATCH] " voidlinux-github

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