polynomial-c    15/01/07 21:24:41

  Modified:             ChangeLog
  Added:                automake-wrapper-10.ebuild
  Log:
  Version bump for automake-1.15
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.80                 sys-devel/automake-wrapper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/ChangeLog?rev=1.80&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/ChangeLog?rev=1.80&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   17 Jan 2014 04:23:05 -0000      1.79
+++ ChangeLog   7 Jan 2015 21:24:41 -0000       1.80
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/automake-wrapper
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.79 
2014/01/17 04:23:05 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.80 
2015/01/07 21:24:41 polynomial-c Exp $
+
+*automake-wrapper-10 (07 Jan 2015)
+
+  07 Jan 2015; Lars Wendler <polynomia...@gentoo.org>
+  +automake-wrapper-10.ebuild, +files/am-wrapper-10.sh:
+  Version bump for automake-1.15.
 
   17 Jan 2014; Mike Frysinger <vap...@gentoo.org> automake-wrapper-9.ebuild:
   Add arm64 keywords.



1.1                  sys-devel/automake-wrapper/automake-wrapper-10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-10.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-10.ebuild?rev=1.1&content-type=text/plain

Index: automake-wrapper-10.ebuild
===================================================================
# 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/automake-wrapper-10.ebuild,v 
1.1 2015/01/07 21:24:41 polynomial-c Exp $

EAPI=4

DESCRIPTION="wrapper for automake to manage multiple automake versions"
HOMEPAGE="http://www.gentoo.org/";
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

S=${WORKDIR}

src_unpack() {
        cp "${FILESDIR}"/am-wrapper-${PV}.sh "${S}"/ || die
}

src_prepare() {
        # usr/bin/aclocal: bad substitution -> /bin/sh != POSIX shell
        if use prefix ; then
                sed -i -e '1c\#!'"${EPREFIX}"'/bin/sh' \
                        "${S}"/am-wrapper-${PV}.sh || die
        fi
}

src_install() {
        newbin "${S}"/am-wrapper-${PV}.sh automake
        dosym automake /usr/bin/aclocal

        keepdir /usr/share/aclocal
}




Reply via email to