[arch-commits] Commit in netctl/repos/testing-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at nymeria.archlinux.org
Wed Mar 27 21:32:03 UTC 2013
Date: Wednesday, March 27, 2013 @ 22:32:02
Author: bluewind
Revision: 180904
archrelease: copy trunk to testing-any
Added:
netctl/repos/testing-any/PKGBUILD
(from rev 180903, netctl/trunk/PKGBUILD)
Deleted:
netctl/repos/testing-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-27 21:31:56 UTC (rev 180903)
+++ PKGBUILD 2013-03-27 21:32:02 UTC (rev 180904)
@@ -1,35 +0,0 @@
-# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
-
-pkgname=netctl
-pkgver=0.7
-pkgrel=1
-pkgdesc="Profile based systemd network management"
-url="http://projects.archlinux.org/netctl.git/"
-license=("GPL")
-depends=("coreutils" "iproute2" "openresolv")
-#makedepends=('asciidoc') # The source tarball includes pre-built documentation.
-optdepends=('dialog: for the menu based wifi assistant'
- 'dhclient: for DHCP support (or dhcpcd)'
- 'dhcpcd: for DHCP support (or dhclient)'
- 'wpa_supplicant: for wireless networking support'
- 'ifplugd: for automatic wired connections through netctl-ifplugd'
- 'wpa_actiond: for automatic wireless connections through netctl-auto'
- 'ifenslave: for bond connections'
- 'bridge-utils: for bridge connections'
- 'ppp: for pppoe connections'
- )
-conflicts=("netcfg")
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=(any)
-md5sums=('eb419e300aab1e686347b8a4b497ce65'
- '7c2776c847faf1ac9370aa26331d47d9')
-
-package() {
- cd "$srcdir/netctl-${pkgver}"
- make DESTDIR="$pkgdir" install
-
- # Shell Completion
- install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netctl"
- install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netctl"
-}
-
Copied: netctl/repos/testing-any/PKGBUILD (from rev 180903, netctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-03-27 21:32:02 UTC (rev 180904)
@@ -0,0 +1,35 @@
+# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netctl
+pkgver=0.8
+pkgrel=1
+pkgdesc="Profile based systemd network management"
+url="http://projects.archlinux.org/netctl.git/"
+license=("GPL")
+depends=("coreutils" "iproute2" "openresolv")
+#makedepends=('asciidoc') # The source tarball includes pre-built documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+ 'dhclient: for DHCP support (or dhcpcd)'
+ 'dhcpcd: for DHCP support (or dhclient)'
+ 'wpa_supplicant: for wireless networking support'
+ 'ifplugd: for automatic wired connections through netctl-ifplugd'
+ 'wpa_actiond: for automatic wireless connections through netctl-auto'
+ 'ifenslave: for bond connections'
+ 'bridge-utils: for bridge connections'
+ 'ppp: for pppoe connections'
+ )
+conflicts=("netcfg")
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=(any)
+md5sums=('00141793d66a31e8680ce07dda03bb95'
+ '6bc46e8ce44a8c047abfb86581debd63')
+
+package() {
+ cd "$srcdir/netctl-${pkgver}"
+ make DESTDIR="$pkgdir" install
+
+ # Shell Completion
+ install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netctl"
+ install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+
More information about the arch-commits
mailing list