Date: Friday, April 12, 2019 @ 02:50:32
  Author: grazzolini
Revision: 451192

archrelease: copy trunk to community-any

Added:
  mkinitcpio-netconf/repos/community-any/Changelog
    (from rev 451191, mkinitcpio-netconf/trunk/Changelog)
  mkinitcpio-netconf/repos/community-any/PKGBUILD
    (from rev 451191, mkinitcpio-netconf/trunk/PKGBUILD)
Deleted:
  mkinitcpio-netconf/repos/community-any/Changelog
  mkinitcpio-netconf/repos/community-any/PKGBUILD

-----------+
 Changelog |   30 +++++++++++++++++-------------
 PKGBUILD  |   39 +++++++++++++++++++--------------------
 2 files changed, 36 insertions(+), 33 deletions(-)

Deleted: Changelog
===================================================================
--- Changelog   2019-04-12 02:49:42 UTC (rev 451191)
+++ Changelog   2019-04-12 02:50:32 UTC (rev 451192)
@@ -1,13 +0,0 @@
-2015-08-11 Giancarlo Razzolini <grazzol...@gmail.com>
-
-       * 0.0.2 :
-       - Initial support for systemd enabled initrd:
-               + Check for any files ending in .initramfs in the 
/etc/systemd/network directory, and copies them to the initrd, and also copy 
and install systemd-networkd.
-               + There are some caveats, specially that it won't remove any ip 
addresses added to the interface: https://github.com/systemd/systemd/issues/780
-       - Corrected the help text.
-
-2015-07-15 Giancarlo Razzolini <grazzol...@gmail.com>
-
-       * 0.0.1 :
-       - Initial release.
-       - Right now it only support the ip= configuration mode.

Copied: mkinitcpio-netconf/repos/community-any/Changelog (from rev 451191, 
mkinitcpio-netconf/trunk/Changelog)
===================================================================
--- Changelog                           (rev 0)
+++ Changelog   2019-04-12 02:50:32 UTC (rev 451192)
@@ -0,0 +1,17 @@
+2019-04-11 Giancarlo Razzolini <grazzol...@archlinux.org>
+       * 0.0.5:
+       - Added functionality for handling of the local interface
+
+2015-08-11 Giancarlo Razzolini <grazzol...@gmail.com>
+
+       * 0.0.2 :
+       - Initial support for systemd enabled initrd:
+               + Check for any files ending in .initramfs in the 
/etc/systemd/network directory, and copies them to the initrd, and also copy 
and install systemd-networkd.
+               + There are some caveats, specially that it won't remove any ip 
addresses added to the interface: https://github.com/systemd/systemd/issues/780
+       - Corrected the help text.
+
+2015-07-15 Giancarlo Razzolini <grazzol...@gmail.com>
+
+       * 0.0.1 :
+       - Initial release.
+       - Right now it only support the ip= configuration mode.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-12 02:49:42 UTC (rev 451191)
+++ PKGBUILD    2019-04-12 02:50:32 UTC (rev 451192)
@@ -1,20 +0,0 @@
-# Maintainer: Giancarlo Razzolini <grazzol...@archlinux.org>
-pkgname=mkinitcpio-netconf
-pkgver=0.0.4
-pkgrel=3
-pkgdesc="Archlinux mkinitcpio hook for configuring early userspace networking"
-arch=('any')
-url="https://github.com/grazzolini/mkinitcpio-netconf";
-license=('BSD')
-depends=('mkinitcpio-nfs-utils' 'iproute2')
-#install=$pkgname.install
-source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-changelog='Changelog'
-sha512sums=('06ac202410964740785d2977f7918981276e10568260433436c51a1d540152cc28462e46dae6bfa31acd1fafa9ebe1e4f57ca90d7754a09ccaba142c8d48b228')
-
-package() {
-  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_hook"        
"$pkgdir/usr/lib/initcpio/hooks/netconf"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_install"     
"$pkgdir/usr/lib/initcpio/install/netconf"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE"             
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-}

Copied: mkinitcpio-netconf/repos/community-any/PKGBUILD (from rev 451191, 
mkinitcpio-netconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-04-12 02:50:32 UTC (rev 451192)
@@ -0,0 +1,19 @@
+# Maintainer: Giancarlo Razzolini <grazzol...@archlinux.org>
+pkgname=mkinitcpio-netconf
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="Archlinux mkinitcpio hook for configuring early userspace networking"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-netconf";
+license=('BSD')
+depends=('mkinitcpio-nfs-utils' 'iproute2')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+changelog='Changelog'
+sha512sums=('b2460c7b5d963613c3df83249e73b4e8fe70818c3928c051a77bc28f7d58bb30bfa844394f0547d73e4422fa152c87a961036721bc29e9c3b1ced88528ae10d8')
+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_hook"        
"$pkgdir/usr/lib/initcpio/hooks/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_install"     
"$pkgdir/usr/lib/initcpio/install/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE"             
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}

Reply via email to