grknight    14/07/20 02:21:13

  Modified:             mysql++-2.3.2.ebuild ChangeLog
  Log:
  Update EAPI and fix QA warnings on old stable. This is only kept on the off 
chance a
  user depends on this old API as nothing depends on it.  No code changes or 
file differences
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

Revision  Changes    Path
1.11                 dev-db/mysql++/mysql++-2.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild?r1=1.10&r2=1.11

Index: mysql++-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mysql++-2.3.2.ebuild        29 Nov 2008 10:58:21 -0000      1.10
+++ mysql++-2.3.2.ebuild        20 Jul 2014 02:21:13 -0000      1.11
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild,v 1.10 
2008/11/29 10:58:21 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild,v 1.11 
2014/07/20 02:21:13 grknight Exp $
+
+EAPI=5
 
 inherit eutils
 
@@ -17,9 +19,7 @@
 DEPEND="${RDEPEND}
                >=sys-devel/gcc-3"
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
 
        epatch "${FILESDIR}"/${P}-gcc-4.3.patch
 
@@ -31,7 +31,7 @@
        done
 }
 
-src_compile() {
+src_configure() {
        local myconf
        # we want C++ exceptions turned on
        myconf="--enable-exceptions"
@@ -43,16 +43,14 @@
        # force the cflags into place otherwise they get totally ignored by
        # configure
        CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
-       econf ${myconf} || die "econf failed"
-
-       emake || die "unable to make"
+       econf ${myconf}
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die
+       default
        # install the docs and HTML pages
        dodoc README* CREDITS ChangeLog HACKERS Wishlist
-       dodoc doc/*
-       cp -ra doc/html "${D}"/usr/share/doc/${PF}/html
-       prepalldocs
+       dohtml -r doc/html/*
+       rm -r doc/html || die
+       dodoc -r doc/*
 }



1.73                 dev-db/mysql++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   7 Jun 2014 01:54:35 -0000       1.72
+++ ChangeLog   20 Jul 2014 02:21:13 -0000      1.73
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/mysql++
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.72 2014/06/07 
01:54:35 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.73 2014/07/20 
02:21:13 grknight Exp $
+
+  20 Jul 2014; Brian Evans <grkni...@gentoo.org> mysql++-2.3.2.ebuild:
+  Update EAPI and fix QA warnings on old stable. This is only kept on the off
+  chance a  user depends on this old API as nothing depends on it.  No code
+  changes or file differences
 
   07 Jun 2014; Brian Evans <grkni...@gentoo.org> -mysql++-3.0.5.ebuild,
   -mysql++-3.0.9.ebuild:




Reply via email to