automake-wrapper: Update to version 10

This commit is contained in:
Alexpux
2015-01-12 10:46:33 +03:00
parent bd9265fb4b
commit f35fea71b7
3 changed files with 20 additions and 37 deletions

View File

@@ -1,39 +1,33 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=automake-wrapper
pkgver=9
pkgrel=3
pkgver=10
pkgrel=1
pkgdesc="Wrapper scripts for automake and aclocal"
arch=('any')
license=('GPL')
url="http://www.gentoo.org"
groups=('base-devel')
depends=('bash' 'gawk'
#'automake1.4'
#'automake1.5'
'automake1.6'
'automake1.7'
'automake1.7'
'automake1.8'
'automake1.9'
'automake1.10'
'automake1.11'
'automake1.12'
'automake1.13'
'automake1.14'
'automake1.15')
#'automake1.4'
#'automake1.5'
'automake1.6'
'automake1.7'
'automake1.7'
'automake1.8'
'automake1.9'
'automake1.10'
'automake1.11'
'automake1.12'
'automake1.13'
'automake1.14'
'automake1.15')
#install=automake.install
source=("am-wrapper-${pkgver}.sh"
automake1.15.patch)
md5sums=('0b1f6f9288b3d1a64b858b18c958dce2'
'cf3747c6622cc29f7c29a97a608a7e64')
source=("am-wrapper-${pkgver}.sh")
md5sums=('a93a6424252d9c0e0469fdce5da05da1')
provides=("automake")
conflicts=("automake")
prepare() {
patch -p0 -i ${srcdir}/automake1.15.patch
}
package() {
mkdir -p ${pkgdir}/usr/bin

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/files/am-wrapper-9.sh,v 1.1 2013/06/23 04:50:40 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/files/am-wrapper-10.sh,v 1.1 2015/01/07 21:24:41 polynomial-c Exp $
# Executes the correct automake version.
#
@@ -71,7 +71,7 @@ fi
# Set up bindings between actual version and WANT_AUTOMAKE;
# Start with last known versions to speed up lookup process.
#
LAST_KNOWN_AUTOMAKE_VER="14"
LAST_KNOWN_AUTOMAKE_VER="15"
vers=$(printf '1.%s ' `seq ${LAST_KNOWN_AUTOMAKE_VER} -1 4`)
#

View File

@@ -1,11 +0,0 @@
--- am-wrapper-9.sh.orig 2015-01-07 11:09:23.386200000 +0300
+++ am-wrapper-9.sh 2015-01-07 11:09:30.328200000 +0300
@@ -71,7 +71,7 @@
# Set up bindings between actual version and WANT_AUTOMAKE;
# Start with last known versions to speed up lookup process.
#
-LAST_KNOWN_AUTOMAKE_VER="14"
+LAST_KNOWN_AUTOMAKE_VER="15"
vers=$(printf '1.%s ' `seq ${LAST_KNOWN_AUTOMAKE_VER} -1 4`)
#