Github messages for voidlinux
 help / color / mirror / Atom feed
From: renatoaguiar <renatoaguiar@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] tacacs: split devel, orphan
Date: Sat, 09 May 2020 00:57:57 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21765@inbox.vuxu.org> (raw)

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

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

https://github.com/renatoaguiar/void-packages tacacs
https://github.com/void-linux/void-packages/pull/21765

tacacs: split devel, orphan


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

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

From 7730de808138f69c1211e9ed82fc6a2a097400cb Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Fri, 8 May 2020 15:57:05 -0700
Subject: [PATCH] tacacs: split devel, orphan

---
 srcpkgs/tacacs-devel    |  1 +
 srcpkgs/tacacs/template | 14 ++++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 120000 srcpkgs/tacacs-devel

diff --git a/srcpkgs/tacacs-devel b/srcpkgs/tacacs-devel
new file mode 120000
index 00000000000..565cefe4825
--- /dev/null
+++ b/srcpkgs/tacacs-devel
@@ -0,0 +1 @@
+tacacs
\ No newline at end of file
diff --git a/srcpkgs/tacacs/template b/srcpkgs/tacacs/template
index 823dc0dde05..dcbd1015f08 100644
--- a/srcpkgs/tacacs/template
+++ b/srcpkgs/tacacs/template
@@ -1,13 +1,13 @@
 # Template file for 'tacacs'
 pkgname=tacacs
 version=4.0.4.28
-revision=1
+revision=2
 wrksrc=$pkgname-F$version
 build_style=gnu-configure
 configure_args="--with-libwrap=no"
 hostmakedepends="flex perl"
 short_desc="Modified version of Cisco's tacacs+ (tac_plus) developer's kit"
-maintainer="Renato Aguiar <renato@renag.me>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom"
 homepage="http://www.shrubbery.net/tac_plus/"
 distfiles="ftp://ftp.shrubbery.net/pub/tac_plus/$pkgname-F$version.tar.gz"
@@ -27,3 +27,13 @@ pre_configure() {
 post_install() {
 	vlicense COPYING
 }
+
+tacacs-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

             reply	other threads:[~2020-05-08 22:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 22:57 renatoaguiar [this message]
2020-05-08 23:17 ` [PR PATCH] [Updated] " renatoaguiar
2020-05-09  0:05 ` renatoaguiar
2020-05-11 18:42 ` [PR PATCH] [Merged]: " Hoshpak

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-21765@inbox.vuxu.org \
    --to=renatoaguiar@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).