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

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 02:29:16 UTC 2014


    Date: Saturday, July 5, 2014 @ 04:29:16
  Author: fyan
Revision: 114957

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

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

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/PKGBUILD |   28 ----------------------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-05 02:28:43 UTC (rev 114956)
+++ community-i686/PKGBUILD	2014-07-05 02:29:16 UTC (rev 114957)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Paul Mattal <pjmattal at elys.com>
-
-pkgname=hexedit
-pkgver=1.2.13
-pkgrel=1
-pkgdesc="Hex Editor for Linux"
-arch=('i686' 'x86_64')
-url="http://rigaux.org/hexedit.html"
-license=('GPL')
-depends=('ncurses')
-source=("http://rigaux.org/${pkgname}-${pkgver}.src.tgz")
-md5sums=('a5af1378d028512a9cad27a5ba3e15f9')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  CFLAGS="$CFLAGS -Wall"
-
-  ./configure
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: hexedit/repos/community-i686/PKGBUILD (from rev 114956, hexedit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-05 02:29:16 UTC (rev 114957)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <pjmattal at elys.com>
+
+pkgname=hexedit
+pkgver=1.2.13
+pkgrel=2
+pkgdesc="Hex Editor for Linux"
+arch=('i686' 'x86_64')
+url="http://rigaux.org/hexedit.html"
+license=('GPL')
+depends=('ncurses')
+source=("http://rigaux.org/${pkgname}-${pkgver}.src.tgz")
+md5sums=('a5af1378d028512a9cad27a5ba3e15f9')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  CFLAGS="$CFLAGS -Wall"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make prefix="${pkgdir}/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-05 02:28:43 UTC (rev 114956)
+++ community-x86_64/PKGBUILD	2014-07-05 02:29:16 UTC (rev 114957)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Paul Mattal <pjmattal at elys.com>
-
-pkgname=hexedit
-pkgver=1.2.13
-pkgrel=1
-pkgdesc="Hex Editor for Linux"
-arch=('i686' 'x86_64')
-url="http://rigaux.org/hexedit.html"
-license=('GPL')
-depends=('ncurses')
-source=("http://rigaux.org/${pkgname}-${pkgver}.src.tgz")
-md5sums=('a5af1378d028512a9cad27a5ba3e15f9')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  CFLAGS="$CFLAGS -Wall"
-
-  ./configure
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: hexedit/repos/community-x86_64/PKGBUILD (from rev 114956, hexedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-05 02:29:16 UTC (rev 114957)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <pjmattal at elys.com>
+
+pkgname=hexedit
+pkgver=1.2.13
+pkgrel=2
+pkgdesc="Hex Editor for Linux"
+arch=('i686' 'x86_64')
+url="http://rigaux.org/hexedit.html"
+license=('GPL')
+depends=('ncurses')
+source=("http://rigaux.org/${pkgname}-${pkgver}.src.tgz")
+md5sums=('a5af1378d028512a9cad27a5ba3e15f9')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  CFLAGS="$CFLAGS -Wall"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make prefix="${pkgdir}/usr" install
+}




More information about the arch-commits mailing list