[arch-commits] Commit in macchanger/repos (4 files)

Kyle Keen kkeen at nymeria.archlinux.org
Fri Jan 25 02:08:05 UTC 2013


    Date: Friday, January 25, 2013 @ 03:08:04
  Author: kkeen
Revision: 82851

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

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

---------------------------+
 community-i686/PKGBUILD   |   54 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   54 ++++++++++++++++++++++----------------------
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-25 02:07:15 UTC (rev 82850)
+++ community-i686/PKGBUILD	2013-01-25 02:08:04 UTC (rev 82851)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=macchanger
-pkgver=1.5.0
-pkgrel=5
-pkgdesc="A small utility to change you NIC's MAC address"
-arch=('i686' 'x86_64')
-url="http://ftp.gnu.org/gnu/macchanger"
-license=('GPL')
-source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
-md5sums=('79b7cdaeca3d8ebafa764c4b0dd03ab7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man \
-              --infodir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR=${pkgdir} install
-}

Copied: macchanger/repos/community-i686/PKGBUILD (from rev 82850, macchanger/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-25 02:08:04 UTC (rev 82851)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=macchanger
+pkgver=1.5.0
+pkgrel=6
+pkgdesc="A small utility to change your NIC's MAC address"
+arch=('i686' 'x86_64')
+url="http://ftp.gnu.org/gnu/macchanger"
+license=('GPL')
+source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
+md5sums=('79b7cdaeca3d8ebafa764c4b0dd03ab7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man \
+              --infodir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-25 02:07:15 UTC (rev 82850)
+++ community-x86_64/PKGBUILD	2013-01-25 02:08:04 UTC (rev 82851)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=macchanger
-pkgver=1.5.0
-pkgrel=5
-pkgdesc="A small utility to change you NIC's MAC address"
-arch=('i686' 'x86_64')
-url="http://ftp.gnu.org/gnu/macchanger"
-license=('GPL')
-source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
-md5sums=('79b7cdaeca3d8ebafa764c4b0dd03ab7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man \
-              --infodir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR=${pkgdir} install
-}

Copied: macchanger/repos/community-x86_64/PKGBUILD (from rev 82850, macchanger/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-25 02:08:04 UTC (rev 82851)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=macchanger
+pkgver=1.5.0
+pkgrel=6
+pkgdesc="A small utility to change your NIC's MAC address"
+arch=('i686' 'x86_64')
+url="http://ftp.gnu.org/gnu/macchanger"
+license=('GPL')
+source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
+md5sums=('79b7cdaeca3d8ebafa764c4b0dd03ab7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man \
+              --infodir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list