[arch-commits] Commit in mkinitcpio-utils/repos/community-any (4 files)

Giancarlo Razzolini grazzolini at archlinux.org
Sat Apr 10 15:29:11 UTC 2021


    Date: Saturday, April 10, 2021 @ 15:29:11
  Author: grazzolini
Revision: 915576

archrelease: copy trunk to community-any

Added:
  mkinitcpio-utils/repos/community-any/ChangeLog
    (from rev 915575, mkinitcpio-utils/trunk/ChangeLog)
  mkinitcpio-utils/repos/community-any/PKGBUILD
    (from rev 915575, mkinitcpio-utils/trunk/PKGBUILD)
Deleted:
  mkinitcpio-utils/repos/community-any/ChangeLog
  mkinitcpio-utils/repos/community-any/PKGBUILD

-----------+
 ChangeLog |   22 +++++++++++-----------
 PKGBUILD  |   45 ++++++++++++++++++++++-----------------------
 2 files changed, 33 insertions(+), 34 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2021-04-10 15:28:31 UTC (rev 915575)
+++ ChangeLog	2021-04-10 15:29:11 UTC (rev 915576)
@@ -1,11 +0,0 @@
-2015-08-11 Giancarlo Razzolini <grazzolini at gmail.com>
-
-	* 0.0.2 :
-	- Got rid of TMPDIR juggling by using BUILDROOT directly.
-	- Changed the root home dir to /root.
-
-2015-07-22 Giancarlo Razzolini <grazzolini at gmail.com>
-
-	* 0.0.1 :
-	- Initial release.
-	- Provide the encryptssh hook and the cryptsetup_shell as it is on the original dropbear_initrd_encrypt package.

Copied: mkinitcpio-utils/repos/community-any/ChangeLog (from rev 915575, mkinitcpio-utils/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2021-04-10 15:29:11 UTC (rev 915576)
@@ -0,0 +1,11 @@
+2015-08-11 Giancarlo Razzolini <grazzolini at gmail.com>
+
+	* 0.0.2 :
+	- Got rid of TMPDIR juggling by using BUILDROOT directly.
+	- Changed the root home dir to /root.
+
+2015-07-22 Giancarlo Razzolini <grazzolini at gmail.com>
+
+	* 0.0.1 :
+	- Initial release.
+	- Provide the encryptssh hook and the cryptsetup_shell as it is on the original dropbear_initrd_encrypt package.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-10 15:28:31 UTC (rev 915575)
+++ PKGBUILD	2021-04-10 15:29:11 UTC (rev 915576)
@@ -1,23 +0,0 @@
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-pkgname=mkinitcpio-utils
-pkgver=0.0.3
-pkgrel=5
-pkgdesc="Collection of Archlinux mkinitcpio utilities performing various tasks"
-arch=('any')
-url="https://github.com/grazzolini/mkinitcpio-utils"
-license=('BSD')
-depends=('cryptsetup')
-optdepends=('mkinitcpio-dropbear: Allow the encryptssh hook to unlock a root container remotely using dropbear'
-            'mkinitcpio-tinyssh: Allow the encryptssh hook to unlock a root container remotely using tinyssh')
-#install=$pkgname.install
-changelog='ChangeLog'
-source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('9d454006978f23abca61be71523454670b94ea6d8e08eeab2e61fc81da3e3f5e8ec2b053fb0a6f986ce673d8521aa2a5b5fe5f37d4dffc4e27fde1b238437470')
-
-package() {
-  install -Dm755 "$srcdir/$pkgname-$pkgver/utils/shells/cryptsetup_shell"       "$pkgdir/usr/share/$pkgname/utils/shells/cryptsetup_shell"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md"                           "$pkgdir/usr/share/$pkgname/README.md"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/initcpio/hooks/encryptssh"           "$pkgdir/usr/lib/initcpio/hooks/encryptssh"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/initcpio/install/encryptssh"         "$pkgdir/usr/lib/initcpio/install/encryptssh"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE"                             "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mkinitcpio-utils/repos/community-any/PKGBUILD (from rev 915575, mkinitcpio-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-10 15:29:11 UTC (rev 915576)
@@ -0,0 +1,22 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+pkgname=mkinitcpio-utils
+pkgver=0.0.4
+pkgrel=1
+pkgdesc="Collection of Archlinux mkinitcpio utilities performing various tasks"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-utils"
+license=('BSD')
+depends=('cryptsetup')
+optdepends=('mkinitcpio-dropbear: Allow the encryptssh hook to unlock a root container remotely using dropbear'
+            'mkinitcpio-tinyssh: Allow the encryptssh hook to unlock a root container remotely using tinyssh')
+changelog='ChangeLog'
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('15e9cae788df4727dc148090831e0bfaeefd0ecae49ac9f0cbab4ded4639841d151cd291658055d9385a8f49bb91aee1d6ab8d5f6b0cc161586a9e355457cad0')
+
+package() {
+  install -Dm755 "$srcdir/$pkgname-$pkgver/utils/shells/cryptsetup_shell"       "$pkgdir/usr/share/$pkgname/utils/shells/cryptsetup_shell"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md"                           "$pkgdir/usr/share/$pkgname/README.md"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/initcpio/hooks/encryptssh"           "$pkgdir/usr/lib/initcpio/hooks/encryptssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/initcpio/install/encryptssh"         "$pkgdir/usr/lib/initcpio/install/encryptssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE"                             "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list