Date: Tuesday, September 22, 2015 @ 19:41:32
  Author: anthraxx
Revision: 141480

archrelease: copy trunk to community-i686, community-x86_64

Added:
  medusa/repos/community-i686/PKGBUILD
    (from rev 141479, medusa/trunk/PKGBUILD)
  medusa/repos/community-x86_64/PKGBUILD
    (from rev 141479, medusa/trunk/PKGBUILD)
Deleted:
  medusa/repos/community-i686/PKGBUILD
  medusa/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 --------------------
 community-x86_64/PKGBUILD |   33 --------------------
 3 files changed, 72 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-09-22 17:41:23 UTC (rev 141479)
+++ community-i686/PKGBUILD     2015-09-22 17:41:32 UTC (rev 141480)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: s1gma <[email protected]>
-
-pkgname=medusa
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="A speedy, massively parallel, modular, login brute-forcer for network 
"
-url="http://www.foofus.net/jmk/medusa/medusa.html";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('openssl')
-optdepends=(
-  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support' 
-  'libssh2: SSH support' 
-  'postgresql-libs: PostgreSQL support' 
-  'afpfs-ng: AFP support'
-  'subversion: Subversion support'
-)
-makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
-source=(http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: medusa/repos/community-i686/PKGBUILD (from rev 141479, 
medusa/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-09-22 17:41:32 UTC (rev 141480)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: s1gma <[email protected]>
+
+pkgname=medusa
+pkgver=2.1.1
+pkgrel=3
+pkgdesc="Speedy, massively parallel and modular login brute-forcer for network 
"
+url="http://www.foofus.net/jmk/medusa/medusa.html";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl')
+optdepends=(
+  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support'
+  'libssh2: SSH support'
+  'postgresql-libs: PostgreSQL support'
+  'afpfs-ng: AFP support'
+  'subversion: Subversion support'
+)
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 misc/zsh/_medusa 
"${pkgdir}/usr/share/zsh/site-functions/_medusa"
+  install -Dm 644 doc/*.html README NEWS -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-09-22 17:41:23 UTC (rev 141479)
+++ community-x86_64/PKGBUILD   2015-09-22 17:41:32 UTC (rev 141480)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: s1gma <[email protected]>
-
-pkgname=medusa
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="A speedy, massively parallel, modular, login brute-forcer for network 
"
-url="http://www.foofus.net/jmk/medusa/medusa.html";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('openssl')
-optdepends=(
-  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support' 
-  'libssh2: SSH support' 
-  'postgresql-libs: PostgreSQL support' 
-  'afpfs-ng: AFP support'
-  'subversion: Subversion support'
-)
-makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
-source=(http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: medusa/repos/community-x86_64/PKGBUILD (from rev 141479, 
medusa/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-22 17:41:32 UTC (rev 141480)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: s1gma <[email protected]>
+
+pkgname=medusa
+pkgver=2.1.1
+pkgrel=3
+pkgdesc="Speedy, massively parallel and modular login brute-forcer for network 
"
+url="http://www.foofus.net/jmk/medusa/medusa.html";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl')
+optdepends=(
+  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support'
+  'libssh2: SSH support'
+  'postgresql-libs: PostgreSQL support'
+  'afpfs-ng: AFP support'
+  'subversion: Subversion support'
+)
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 misc/zsh/_medusa 
"${pkgdir}/usr/share/zsh/site-functions/_medusa"
+  install -Dm 644 doc/*.html README NEWS -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to