Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (66d63a3ae222661bb1598bf1092a17e7a24172e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (66d63a3ae222661bb1598bf1092a17e7a24172e6)
  • Date: Fri, 3 Mar 2023 19:30:35 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
net/netifrc/BUILD | 1 +
net/netifrc/DEPENDS | 2 ++
net/netifrc/DETAILS | 15 +++++++++++++++
net/netifrc/HISTORY | 3 +++
5 files changed, 24 insertions(+)

New commits:
commit 66d63a3ae222661bb1598bf1092a17e7a24172e6
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

net/netifrc: new spell, network configuration tools from OpenRC

diff --git a/ChangeLog b/ChangeLog
index 7df6647..db9a592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-03-03 Pavel Vinogradov <public AT sourcemage.org>
+ * net/netifrc: new spell, network configuration tools from OpenRC
+
2023-02-28 Conner Clere <xenanthropy AT sourcemage.org>
* utils/grim: new spell, wayland screenshot utility
* utils/slurp: new spell, wayland region selection tool
diff --git a/net/netifrc/BUILD b/net/netifrc/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/netifrc/BUILD
@@ -0,0 +1 @@
+true
diff --git a/net/netifrc/DEPENDS b/net/netifrc/DEPENDS
new file mode 100755
index 0000000..a81acf8
--- /dev/null
+++ b/net/netifrc/DEPENDS
@@ -0,0 +1,2 @@
+depends make &&
+depends openrc
diff --git a/net/netifrc/DETAILS b/net/netifrc/DETAILS
new file mode 100755
index 0000000..08bb760
--- /dev/null
+++ b/net/netifrc/DETAILS
@@ -0,0 +1,15 @@
+ SPELL="netifrc"
+ VERSION="0.7.3"
+
SOURCE_HASH="sha512:61f88b9cfabcac4c774fc44179819b817d7806b4ad97e2bb9e528e96dd670ed93a17f2830f7247a92ecf0ed9d4ff99c7baf5c338988bee851ebcbe782ab72190"
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]="https://gitweb.gentoo.org/proj/${SPELL}.git/snapshot/${SOURCE}";
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://wiki.gentoo.org/wiki/Netifrc";
+ LICENSE[0]="BSD"
+ ENTERED="20230303"
+ KEYWORDS="network management init openrc"
+ SHORT="network configuration tools from OpenRC"
+cat << EOF
+netifrc is Gentoo's default framework for configuring and managing network
+interfaces on systems running OpenRC.
+EOF
diff --git a/net/netifrc/HISTORY b/net/netifrc/HISTORY
new file mode 100644
index 0000000..9d21230
--- /dev/null
+++ b/net/netifrc/HISTORY
@@ -0,0 +1,3 @@
+2023-03-03 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: created spell, version 0.7.3
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (66d63a3ae222661bb1598bf1092a17e7a24172e6), Pavel Vinogradov, 03/03/2023

Archive powered by MHonArc 2.6.24.

Top of Page