vapier      14/10/24 21:20:38

  Modified:             ChangeLog autoconf-2.69.ebuild autoconf-9999.ebuild
  Log:
  Upgrade old ebuilds to EAPI=4 and enable SLOTing all the time.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.193                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   24 Oct 2014 21:14:20 -0000      1.192
+++ ChangeLog   24 Oct 2014 21:20:38 -0000      1.193
@@ -1,11 +1,11 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.192 
2014/10/24 21:14:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.193 
2014/10/24 21:20:38 vapier Exp $
 
   24 Oct 2014; Mike Frysinger <vap...@gentoo.org> autoconf-2.59-r7.ebuild,
   autoconf-2.61-r2.ebuild, autoconf-2.62-r1.ebuild, autoconf-2.63-r1.ebuild,
   autoconf-2.64.ebuild, autoconf-2.65-r1.ebuild, autoconf-2.67.ebuild,
-  autoconf-2.68.ebuild, autoconf-2.69.ebuild:
+  autoconf-2.68.ebuild, autoconf-2.69.ebuild, autoconf-9999.ebuild:
   Upgrade old ebuilds to EAPI=4 and enable SLOTing all the time.
 
   24 Oct 2014; Mike Frysinger <vap...@gentoo.org> autoconf-2.67.ebuild,



1.21                 sys-devel/autoconf/autoconf-2.69.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild?r1=1.20&r2=1.21

Index: autoconf-2.69.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- autoconf-2.69.ebuild        24 Oct 2014 21:14:20 -0000      1.20
+++ autoconf-2.69.ebuild        24 Oct 2014 21:20:38 -0000      1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 
1.20 2014/10/24 21:14:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 
1.21 2014/10/24 21:20:38 vapier Exp $
 
 EAPI="3"
 
@@ -34,7 +34,7 @@
        if [[ ${PV} == "9999" ]] ; then
                autoreconf -f -i || die
        fi
-       use multislot && find -name Makefile.in -exec sed -i 
'/^pkgdatadir/s:$:-@VERSION@:' {} +
+       find -name Makefile.in -exec sed -i '/^pkgdatadir/s:$:-@VERSION@:' {} +
 }
 
 src_configure() {
@@ -51,10 +51,8 @@
        dodoc AUTHORS BUGS NEWS README TODO THANKS \
                ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2
 
-       if use multislot ; then
-               local f
-               for f in "${D}"/usr/share/info/*.info* ; do
-                       mv "${f}" "${f/.info/-${SLOT}.info}" || die
-               done
-       fi
+       local f
+       for f in "${D}"/usr/share/info/*.info* ; do
+               mv "${f}" "${f/.info/-${SLOT}.info}" || die
+       done
 }



1.15                 sys-devel/autoconf/autoconf-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild?r1=1.14&r2=1.15

Index: autoconf-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- autoconf-9999.ebuild        24 Oct 2014 19:23:59 -0000      1.14
+++ autoconf-9999.ebuild        24 Oct 2014 21:20:38 -0000      1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v 
1.14 2014/10/24 19:23:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v 
1.15 2014/10/24 21:20:38 vapier Exp $
 
 EAPI="4"
 
@@ -22,12 +22,13 @@
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html";
 
 LICENSE="GPL-3"
-SLOT=$(usex multislot "${PV}" "2.5")
-IUSE="emacs multislot"
+SLOT="${PV}"
+IUSE="emacs"
 
 DEPEND=">=sys-devel/m4-1.4.16
        >=dev-lang/perl-5.6"
 RDEPEND="${DEPEND}
+       !~sys-devel/${P}:0
        >=sys-devel/autoconf-wrapper-13"
 [[ ${PV} == "9999" ]] && DEPEND+=" >=sys-apps/texinfo-4.3"
 PDEPEND="emacs? ( app-emacs/autoconf-mode )"
@@ -36,7 +37,7 @@
        if [[ ${PV} == "9999" ]] ; then
                autoreconf -f -i || die
        fi
-       use multislot && find -name Makefile.in -exec sed -i 
'/^pkgdatadir/s:$:-@VERSION@:' {} +
+       find -name Makefile.in -exec sed -i '/^pkgdatadir/s:$:-@VERSION@:' {} +
 }
 
 src_configure() {
@@ -51,10 +52,8 @@
 src_install() {
        default
 
-       if use multislot ; then
-               local f
-               for f in "${D}"/usr/share/info/*.info* ; do
-                       mv "${f}" "${f/.info/-${SLOT}.info}" || die
-               done
-       fi
+       local f
+       for f in "${D}"/usr/share/info/*.info* ; do
+               mv "${f}" "${f/.info/-${SLOT}.info}" || die
+       done
 }




Reply via email to