[arch-commits] Commit in texinfo/repos (8 files)

Eric Belanger eric at archlinux.org
Mon Apr 28 03:46:28 UTC 2008


    Date: Sunday, April 27, 2008 @ 23:46:27
  Author: eric
Revision: 1029

moving from testing to core

Added:
  texinfo/repos/core-i686/ChangeLog
    (from rev 710, texinfo/trunk/ChangeLog)
  texinfo/repos/core-x86_64/ChangeLog
    (from rev 710, texinfo/trunk/ChangeLog)
Modified:
  texinfo/repos/core-i686/	(properties)
  texinfo/repos/core-i686/PKGBUILD
  texinfo/repos/core-x86_64/	(properties)
  texinfo/repos/core-x86_64/PKGBUILD
Deleted:
  texinfo/repos/testing-i686/
  texinfo/repos/testing-x86_64/

-----------------------+
 core-i686/ChangeLog   |    5 +++++
 core-i686/PKGBUILD    |   19 ++++++++++---------
 core-x86_64/ChangeLog |    5 +++++
 core-x86_64/PKGBUILD  |   19 ++++++++++---------
 4 files changed, 30 insertions(+), 18 deletions(-)


Property changes on: texinfo/repos/core-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /texinfo/trunk:1
   + /texinfo/trunk:1-1028

Copied: texinfo/repos/core-i686/ChangeLog (from rev 710, texinfo/trunk/ChangeLog)
===================================================================
--- core-i686/ChangeLog	                        (rev 0)
+++ core-i686/ChangeLog	2008-04-28 03:46:27 UTC (rev 1029)
@@ -0,0 +1,5 @@
+2008-04-21  Eric Belanger  <eric at archlinux.org>
+
+	* texinfo 4.12-1
+	* Upstream update
+	* Updated license

Modified: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2008-04-27 19:10:08 UTC (rev 1028)
+++ core-i686/PKGBUILD	2008-04-28 03:46:27 UTC (rev 1029)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: Jason Chu <jason at archlinux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-#
+
 pkgname=texinfo
-pkgver=4.11
-pkgrel=2
+pkgver=4.12
+pkgrel=1
 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/texinfo/"
-license=('GPL')
+license=('GPL3')
 depends=('ncurses')
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('0c652adddc75b385ee1509fc55ff2837')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e9216fb657e1555a289a14a74dac8f4f')
+sha1sums=('1587ef35b68ea5d0f7a6801a86977d8b825e2f1b')
 
 build() {
-   cd $startdir/src/$pkgname-$pkgver
+   cd ${startdir}/src/${pkgname}-${pkgver}
    ./configure --prefix=/usr
    make || return 1
-   make DESTDIR=$startdir/pkg install
+   make DESTDIR=${startdir}/pkg install
 }


Property changes on: texinfo/repos/core-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /texinfo/trunk:1
   + /texinfo/trunk:1-1028

Copied: texinfo/repos/core-x86_64/ChangeLog (from rev 710, texinfo/trunk/ChangeLog)
===================================================================
--- core-x86_64/ChangeLog	                        (rev 0)
+++ core-x86_64/ChangeLog	2008-04-28 03:46:27 UTC (rev 1029)
@@ -0,0 +1,5 @@
+2008-04-21  Eric Belanger  <eric at archlinux.org>
+
+	* texinfo 4.12-1
+	* Upstream update
+	* Updated license

Modified: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2008-04-27 19:10:08 UTC (rev 1028)
+++ core-x86_64/PKGBUILD	2008-04-28 03:46:27 UTC (rev 1029)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: Jason Chu <jason at archlinux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-#
+
 pkgname=texinfo
-pkgver=4.11
-pkgrel=2
+pkgver=4.12
+pkgrel=1
 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/texinfo/"
-license=('GPL')
+license=('GPL3')
 depends=('ncurses')
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('0c652adddc75b385ee1509fc55ff2837')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e9216fb657e1555a289a14a74dac8f4f')
+sha1sums=('1587ef35b68ea5d0f7a6801a86977d8b825e2f1b')
 
 build() {
-   cd $startdir/src/$pkgname-$pkgver
+   cd ${startdir}/src/${pkgname}-${pkgver}
    ./configure --prefix=/usr
    make || return 1
-   make DESTDIR=$startdir/pkg install
+   make DESTDIR=${startdir}/pkg install
 }





More information about the arch-commits mailing list