Github messages for voidlinux
 help / color / mirror / Atom feed
From: Eluminae <Eluminae@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ctags: update to 5.9.20210214.0
Date: Fri, 19 Feb 2021 17:01:21 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28885@inbox.vuxu.org> (raw)

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

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

https://github.com/Eluminae/void-packages uctags
https://github.com/void-linux/void-packages/pull/28885

ctags: update to 5.9.20210214.0
#### General
- [x] This is a update package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I built this PR locally for my native architecture, (x86_64)



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

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

From 393f2b681256402a985593ae515508d9eaa809e0 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Fri, 19 Feb 2021 15:02:16 +0100
Subject: [PATCH] ctags: update to 5.9.20210214.0

---
 srcpkgs/ctags/template  | 19 +++++++++++++------
 srcpkgs/uctags/template | 22 ++++++++++++++++++++++
 2 files changed, 35 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/uctags/template

diff --git a/srcpkgs/ctags/template b/srcpkgs/ctags/template
index 0065bd92b36..1c43265f1a2 100644
--- a/srcpkgs/ctags/template
+++ b/srcpkgs/ctags/template
@@ -1,14 +1,21 @@
 # Template file for 'ctags'
 pkgname=ctags
-version=5.8
-revision=7
+version=5.9.20210214.0
+revision=1
+wrksrc=ctags-p${version}
 build_style=gnu-configure
+makedepends="pkg-config automake"
 short_desc="Generates an index file of language objects found in source files"
 maintainer="Jan S. <jan.schreib@gmail.com>"
-license="GPL-3"
-homepage="http://ctags.sourceforge.net/"
-distfiles="${SOURCEFORGE_SITE}/ctags/${version}/ctags-${version}.tar.gz"
-checksum=0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7
+license="GPL-2.0-only"
+homepage="https://ctags.io/"
+distfiles="https://github.com/universal-ctags/ctags/archive/p${version}.tar.gz"
+checksum=26d9efe481a57e81195878cdb0baca730a3c4d234b9a7c4f6bf2c8def42bf42b
+
+do_configure() {
+	./autogen.sh
+	./configure ${configure_args}
+}
 
 do_install() {
 	make prefix=${DESTDIR}/usr bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
diff --git a/srcpkgs/uctags/template b/srcpkgs/uctags/template
new file mode 100644
index 00000000000..1a6ac2d6317
--- /dev/null
+++ b/srcpkgs/uctags/template
@@ -0,0 +1,22 @@
+# Template file for 'uctags'
+pkgname=uctags
+version=5.9.20210214.0
+revision=1
+wrksrc=ctags-p${version}
+build_style=gnu-configure
+makedepends="pkg-config automake"
+short_desc="Generates an index file of language objects found in source files"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-2.0-only"
+homepage="https://ctags.io/"
+distfiles="https://github.com/universal-ctags/ctags/archive/p${version}.tar.gz"
+checksum=26d9efe481a57e81195878cdb0baca730a3c4d234b9a7c4f6bf2c8def42bf42b
+
+do_configure() {
+	./autogen.sh
+	./configure ${configure_args}
+}
+
+do_install() {
+	make prefix=${DESTDIR}/usr bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
+}

             reply	other threads:[~2021-02-19 16:01 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-19 16:01 Eluminae [this message]
2021-02-19 16:16 ` [PR PATCH] [Updated] " Eluminae
2021-02-19 16:17 ` Eluminae
2021-02-19 16:21 ` Eluminae
2021-02-19 16:26 ` Eluminae
2021-02-19 16:56 ` [PR PATCH] [Closed]: WIP: " Chocimier
2021-02-19 16:56 ` Chocimier
2021-02-19 21:17 ` ericonr
2021-02-19 21:19 ` [PR REVIEW] " ericonr
2021-02-19 21:45 ` [PR PATCH] [Updated] " Eluminae
2021-02-19 21:47 ` [PR REVIEW] " Eluminae
2021-02-19 21:47 ` Eluminae
2021-02-19 21:47 ` Eluminae
2021-02-19 21:48 ` Eluminae
2021-02-19 22:08 ` ericonr
2021-02-21 18:24 ` Gottox
2021-02-21 18:25 ` Gottox
2021-02-21 18:25 ` [PR PATCH] [Closed]: " Gottox
2021-02-22 20:28 ` Gottox
2021-02-23  8:03 ` [PR REVIEW] " Eluminae
2021-02-23  8:27 ` [PR PATCH] [Updated] " Eluminae
2021-02-23  8:35 ` Eluminae

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28885@inbox.vuxu.org \
    --to=eluminae@users.noreply.github.com \
    --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).