Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tacacs: split devel, orphan
@ 2020-05-08 22:57 renatoaguiar
  2020-05-08 23:17 ` [PR PATCH] [Updated] " renatoaguiar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: renatoaguiar @ 2020-05-08 22:57 UTC (permalink / raw)
  To: ml

[-- 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"
+	}
+}

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

* Re: [PR PATCH] [Updated] tacacs: split devel, orphan
  2020-05-08 22:57 [PR PATCH] tacacs: split devel, orphan renatoaguiar
@ 2020-05-08 23:17 ` renatoaguiar
  2020-05-09  0:05 ` renatoaguiar
  2020-05-11 18:42 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: renatoaguiar @ 2020-05-08 23:17 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1655 bytes --]

From ab98a88fb3c0dd19a40aea084d890b4859c7dcb4 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 | 16 +++++++++++++---
 2 files changed, 14 insertions(+), 3 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..acf15266431 100644
--- a/srcpkgs/tacacs/template
+++ b/srcpkgs/tacacs/template
@@ -1,14 +1,14 @@
 # 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>"
-license="custom"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="custom:Cisco"
 homepage="http://www.shrubbery.net/tac_plus/"
 distfiles="ftp://ftp.shrubbery.net/pub/tac_plus/$pkgname-F$version.tar.gz"
 checksum=147f2dc98d26d2f93f0aba76c988ced196ffe1c001dc2e91f788a1a2c747219e
@@ -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"
+	}
+}

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

* Re: [PR PATCH] [Updated] tacacs: split devel, orphan
  2020-05-08 22:57 [PR PATCH] tacacs: split devel, orphan renatoaguiar
  2020-05-08 23:17 ` [PR PATCH] [Updated] " renatoaguiar
@ 2020-05-09  0:05 ` renatoaguiar
  2020-05-11 18:42 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: renatoaguiar @ 2020-05-09  0:05 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1778 bytes --]

From 189a4fa60638e07bb55d4a793a1934234ac51ce9 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 | 18 ++++++++++++++----
 2 files changed, 15 insertions(+), 4 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..ff2bedeb461 100644
--- a/srcpkgs/tacacs/template
+++ b/srcpkgs/tacacs/template
@@ -1,18 +1,18 @@
 # 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>"
-license="custom"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="custom:Cisco"
 homepage="http://www.shrubbery.net/tac_plus/"
 distfiles="ftp://ftp.shrubbery.net/pub/tac_plus/$pkgname-F$version.tar.gz"
 checksum=147f2dc98d26d2f93f0aba76c988ced196ffe1c001dc2e91f788a1a2c747219e
-python_version=2 #unverified
+python_version=2
 disable_parallel_build=yes
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
@@ -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"
+	}
+}

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

* Re: [PR PATCH] [Merged]: tacacs: split devel, orphan
  2020-05-08 22:57 [PR PATCH] tacacs: split devel, orphan renatoaguiar
  2020-05-08 23:17 ` [PR PATCH] [Updated] " renatoaguiar
  2020-05-09  0:05 ` renatoaguiar
@ 2020-05-11 18:42 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-11 18:42 UTC (permalink / raw)
  To: ml

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

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

tacacs: split devel, orphan
https://github.com/void-linux/void-packages/pull/21765

Description:


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

end of thread, other threads:[~2020-05-11 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 22:57 [PR PATCH] tacacs: split devel, orphan renatoaguiar
2020-05-08 23:17 ` [PR PATCH] [Updated] " renatoaguiar
2020-05-09  0:05 ` renatoaguiar
2020-05-11 18:42 ` [PR PATCH] [Merged]: " Hoshpak

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