Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libstdc++-doc-20140403
@ 2020-01-25 11:56 voidlinux-github
  2020-01-25 12:03 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 1 reply; 4+ messages in thread
From: voidlinux-github @ 2020-01-25 11:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/varsbhat/void-packages master
https://github.com/void-linux/void-packages/pull/18539

New package: libstdc++-doc-20140403
libstdc++-doc provides manpages for standard c++ library.

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

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

From db8bdc2d711497ba1a467144886a7467abe2dfa4 Mon Sep 17 00:00:00 2001
From: Vars Bhat <emailvarsbhat@gmail.com>
Date: Sat, 25 Jan 2020 17:22:45 +0530
Subject: [PATCH] New package: libstdc++-doc-20140403

---
 srcpkgs/libstdc++-doc/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/libstdc++-doc/template

diff --git a/srcpkgs/libstdc++-doc/template b/srcpkgs/libstdc++-doc/template
new file mode 100644
index 00000000000..55eaa112d3c
--- /dev/null
+++ b/srcpkgs/libstdc++-doc/template
@@ -0,0 +1,18 @@
+# Template file for 'libstdc++-doc'
+pkgname=libstdc++-doc
+version=20140403
+revision=1
+archs=noarch
+short_desc="A set of doxygen generated HTML documentation for the GNU Standard C++ Library"
+maintainer="Vars Bhat <emailvarsbhat@gmail.com>"
+license="GPL"
+homepage="http://gcc.gnu.org/libstdc++/"
+distfiles="https://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${version}.man.tar.bz2"
+checksum="0f85315cfdb32c609d6bb64c76e855b6a625123f3c21d8b7d45332024e6ef138"
+wrksrc="libstdc++-api.20140403.man"
+
+
+do_install() {
+	vmkdir usr/share/man/man3
+	cp -rf ${wrksrc}/man3/*  ${DESTDIR}/usr/share/man/man3
+}

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

* Re: [PR PATCH] [Closed]: New package: libstdc++-doc-20140403
  2020-01-25 11:56 [PR PATCH] New package: libstdc++-doc-20140403 voidlinux-github
@ 2020-01-25 12:03 ` voidlinux-github
  0 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-25 12:03 UTC (permalink / raw)
  To: ml

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

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

New package: libstdc++-doc-20140403
https://github.com/void-linux/void-packages/pull/18539

Description:
libstdc++-doc provides manpages for standard c++ library.

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

* [PR PATCH] New Package: libstdc++-doc-20140403
@ 2020-01-25 15:27 voidlinux-github
  0 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-25 15:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/varsbhat/void-packages master
https://github.com/void-linux/void-packages/pull/18542

New Package: libstdc++-doc-20140403
Provides Man Pages for the GNU Standard C++ Library . This is not outdated.

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

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

From 10153d2b9896a110625f30e31ef0d3a2aa68c868 Mon Sep 17 00:00:00 2001
From: Vars Bhat <emailvarsbhat@gmail.com>
Date: Sat, 25 Jan 2020 20:55:32 +0530
Subject: [PATCH] New Package: libstdc++-doc

---
 srcpkgs/libstdc++-doc/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/libstdc++-doc/template

diff --git a/srcpkgs/libstdc++-doc/template b/srcpkgs/libstdc++-doc/template
new file mode 100644
index 00000000000..632c6114040
--- /dev/null
+++ b/srcpkgs/libstdc++-doc/template
@@ -0,0 +1,17 @@
+# Template file for 'libstdc++-doc'
+pkgname=libstdc++-doc
+version=20140403
+revision=1
+archs=noarch
+wrksrc="libstdc++-api.20140403.man"
+short_desc="Man Pages for the GNU Standard C++ Library"
+maintainer="Vars Bhat <emailvarsbhat@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="http://gcc.gnu.org/libstdc++/"
+distfiles="https://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${version}.man.tar.bz2"
+checksum="0f85315cfdb32c609d6bb64c76e855b6a625123f3c21d8b7d45332024e6ef138"
+
+do_install() {
+	vmkdir usr/share/man/man3
+	cp -rf ${wrksrc}/man3/*  ${DESTDIR}/usr/share/man/man3
+}

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

* [PR PATCH] New package: libstdc++-doc-20140403
@ 2020-01-25 12:07 voidlinux-github
  0 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-25 12:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/varsbhat/void-packages master
https://github.com/void-linux/void-packages/pull/18540

New package: libstdc++-doc-20140403
libstdc++-doc-20140403  provides manpages for std c++ library

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

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

From db8bdc2d711497ba1a467144886a7467abe2dfa4 Mon Sep 17 00:00:00 2001
From: Vars Bhat <emailvarsbhat@gmail.com>
Date: Sat, 25 Jan 2020 17:22:45 +0530
Subject: [PATCH 1/3] New package: libstdc++-doc-20140403

---
 srcpkgs/libstdc++-doc/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/libstdc++-doc/template

diff --git a/srcpkgs/libstdc++-doc/template b/srcpkgs/libstdc++-doc/template
new file mode 100644
index 00000000000..55eaa112d3c
--- /dev/null
+++ b/srcpkgs/libstdc++-doc/template
@@ -0,0 +1,18 @@
+# Template file for 'libstdc++-doc'
+pkgname=libstdc++-doc
+version=20140403
+revision=1
+archs=noarch
+short_desc="A set of doxygen generated HTML documentation for the GNU Standard C++ Library"
+maintainer="Vars Bhat <emailvarsbhat@gmail.com>"
+license="GPL"
+homepage="http://gcc.gnu.org/libstdc++/"
+distfiles="https://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${version}.man.tar.bz2"
+checksum="0f85315cfdb32c609d6bb64c76e855b6a625123f3c21d8b7d45332024e6ef138"
+wrksrc="libstdc++-api.20140403.man"
+
+
+do_install() {
+	vmkdir usr/share/man/man3
+	cp -rf ${wrksrc}/man3/*  ${DESTDIR}/usr/share/man/man3
+}

From e3f6ead4ba7f6f74ca271b500da54709111f028d Mon Sep 17 00:00:00 2001
From: Vars Bhat <60035383+varsbhat@users.noreply.github.com>
Date: Sat, 25 Jan 2020 17:34:10 +0530
Subject: [PATCH 2/3] Update template

---
 srcpkgs/libstdc++-doc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libstdc++-doc/template b/srcpkgs/libstdc++-doc/template
index 55eaa112d3c..bf129b8c30b 100644
--- a/srcpkgs/libstdc++-doc/template
+++ b/srcpkgs/libstdc++-doc/template
@@ -5,7 +5,7 @@ revision=1
 archs=noarch
 short_desc="A set of doxygen generated HTML documentation for the GNU Standard C++ Library"
 maintainer="Vars Bhat <emailvarsbhat@gmail.com>"
-license="GPL"
+license="GPLv3"
 homepage="http://gcc.gnu.org/libstdc++/"
 distfiles="https://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${version}.man.tar.bz2"
 checksum="0f85315cfdb32c609d6bb64c76e855b6a625123f3c21d8b7d45332024e6ef138"

From 28011f140267451b21be4cfe2fef16c8ce8e220d Mon Sep 17 00:00:00 2001
From: Vars Bhat <60035383+varsbhat@users.noreply.github.com>
Date: Sat, 25 Jan 2020 17:34:50 +0530
Subject: [PATCH 3/3] Update template

---
 srcpkgs/libstdc++-doc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libstdc++-doc/template b/srcpkgs/libstdc++-doc/template
index bf129b8c30b..b42956addfe 100644
--- a/srcpkgs/libstdc++-doc/template
+++ b/srcpkgs/libstdc++-doc/template
@@ -5,7 +5,7 @@ revision=1
 archs=noarch
 short_desc="A set of doxygen generated HTML documentation for the GNU Standard C++ Library"
 maintainer="Vars Bhat <emailvarsbhat@gmail.com>"
-license="GPLv3"
+license="GPL-3.0-or-later"
 homepage="http://gcc.gnu.org/libstdc++/"
 distfiles="https://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${version}.man.tar.bz2"
 checksum="0f85315cfdb32c609d6bb64c76e855b6a625123f3c21d8b7d45332024e6ef138"

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

end of thread, other threads:[~2020-01-25 15:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-25 11:56 [PR PATCH] New package: libstdc++-doc-20140403 voidlinux-github
2020-01-25 12:03 ` [PR PATCH] [Closed]: " voidlinux-github
2020-01-25 12:07 [PR PATCH] " voidlinux-github
2020-01-25 15:27 [PR PATCH] New Package: libstdc++-doc-20140403 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).