[arch-commits] Commit in macchanger/repos (6 files)
Kyle Keen
kkeen at archlinux.org
Thu Apr 28 20:03:31 UTC 2016
Date: Thursday, April 28, 2016 @ 22:03:30
Author: kkeen
Revision: 172450
archrelease: copy trunk to community-i686, community-x86_64
Added:
macchanger/repos/community-i686/PKGBUILD
(from rev 172449, macchanger/trunk/PKGBUILD)
macchanger/repos/community-x86_64/PKGBUILD
(from rev 172449, macchanger/trunk/PKGBUILD)
Deleted:
macchanger/repos/community-i686/PKGBUILD
macchanger/repos/community-i686/macchanger.install
macchanger/repos/community-x86_64/PKGBUILD
macchanger/repos/community-x86_64/macchanger.install
-------------------------------------+
/PKGBUILD | 60 ++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 -----------------
community-i686/macchanger.install | 21 -----------
community-x86_64/PKGBUILD | 31 -----------------
community-x86_64/macchanger.install | 21 -----------
5 files changed, 60 insertions(+), 104 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-28 20:03:08 UTC (rev 172449)
+++ community-i686/PKGBUILD 2016-04-28 20:03:30 UTC (rev 172450)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=macchanger
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="A small utility to change your NIC's MAC address"
-arch=('i686' 'x86_64')
-#url="http://ftp.gnu.org/gnu/macchanger"
-url="http://www.gnu.org/software/macchanger"
-license=('GPL')
-depends=('glibc')
-install='macchanger.install'
-source=("https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz")
-md5sums=('ebd3c24360454b2684c39d89dcaabac8')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}
Copied: macchanger/repos/community-i686/PKGBUILD (from rev 172449, macchanger/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-28 20:03:30 UTC (rev 172450)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=macchanger
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="A small utility to change your NIC's MAC address"
+arch=('i686' 'x86_64')
+#url="http://ftp.gnu.org/gnu/macchanger"
+url="http://www.gnu.org/software/macchanger"
+license=('GPL')
+depends=('glibc')
+source=("https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz")
+md5sums=('ebd3c24360454b2684c39d89dcaabac8')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./autogen.sh
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-i686/macchanger.install
===================================================================
--- community-i686/macchanger.install 2016-04-28 20:03:08 UTC (rev 172449)
+++ community-i686/macchanger.install 2016-04-28 20:03:30 UTC (rev 172450)
@@ -1,21 +0,0 @@
-infodir=/usr/share/info
-filelist=(macchanger.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- usr/bin/install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- usr/bin/install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-28 20:03:08 UTC (rev 172449)
+++ community-x86_64/PKGBUILD 2016-04-28 20:03:30 UTC (rev 172450)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=macchanger
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="A small utility to change your NIC's MAC address"
-arch=('i686' 'x86_64')
-#url="http://ftp.gnu.org/gnu/macchanger"
-url="http://www.gnu.org/software/macchanger"
-license=('GPL')
-depends=('glibc')
-install='macchanger.install'
-source=("https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz")
-md5sums=('ebd3c24360454b2684c39d89dcaabac8')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}
Copied: macchanger/repos/community-x86_64/PKGBUILD (from rev 172449, macchanger/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-28 20:03:30 UTC (rev 172450)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=macchanger
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="A small utility to change your NIC's MAC address"
+arch=('i686' 'x86_64')
+#url="http://ftp.gnu.org/gnu/macchanger"
+url="http://www.gnu.org/software/macchanger"
+license=('GPL')
+depends=('glibc')
+source=("https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz")
+md5sums=('ebd3c24360454b2684c39d89dcaabac8')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./autogen.sh
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/macchanger.install
===================================================================
--- community-x86_64/macchanger.install 2016-04-28 20:03:08 UTC (rev 172449)
+++ community-x86_64/macchanger.install 2016-04-28 20:03:30 UTC (rev 172450)
@@ -1,21 +0,0 @@
-infodir=/usr/share/info
-filelist=(macchanger.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- usr/bin/install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- usr/bin/install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
More information about the arch-commits
mailing list