jlec        15/03/21 19:36:30

  Modified:             metadata.xml libdbx-1.0.3.ebuild ChangeLog
  Log:
  Bump to EAPI=5
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  net-mail/libdbx/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/libdbx/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml        21 Jul 2013 09:43:49 -0000      1.3
+++ metadata.xml        21 Mar 2015 19:36:30 -0000      1.4
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer>
-<email>[email protected]</email>
-</maintainer>
+  <maintainer>
+    <email>[email protected]</email>
+  </maintainer>
 </pkgmetadata>



1.8                  net-mail/libdbx/libdbx-1.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild?r1=1.7&r2=1.8

Index: libdbx-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libdbx-1.0.3.ebuild 21 Jun 2013 13:55:04 -0000      1.7
+++ libdbx-1.0.3.ebuild 21 Mar 2015 19:36:30 -0000      1.8
@@ -1,45 +1,32 @@
-# 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/net-mail/libdbx/libdbx-1.0.3.ebuild,v 1.7 
2013/06/21 13:55:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild,v 1.8 
2015/03/21 19:36:30 jlec Exp $
+
+EAPI=5
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION="Tools and library for reading Outlook Express mailboxes (.dbx 
format)"
-HOMEPAGE="http://sourceforge.net/projects/ol2mbox";
 MY_PN="libdbx"
 MYFILE="${MY_PN}_${PV}.tgz"
+
+DESCRIPTION="Tools and library for reading Outlook Express mailboxes (.dbx 
format)"
+HOMEPAGE="http://sourceforge.net/projects/ol2mbox";
 SRC_URI="mirror://sourceforge/ol2mbox/${MYFILE}"
 
 LICENSE="GPL-2"
-
 SLOT="0"
-
 KEYWORDS="~amd64 x86"
-
 IUSE=""
 
-DEPEND=">=sys-apps/sed-4"
-
 S="${WORKDIR}/${MY_PN}_${PV}"
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
        epatch "${FILESDIR}/bad_c.patch"
-       sed -i -e 's/-g/$(CFLAGS) $(LDFLAGS)/;s|gcc|$(CC)|g' Makefile
-}
-
-src_compile() {
+       sed -i -e 's/-g/$(CFLAGS) $(LDFLAGS)/;s|gcc|$(CC)|g' Makefile || die
        tc-export CC
-       emake || die
 }
 
 src_install() {
-       exeinto /usr/bin
-       doexe readoe readdbx
+       dobin readoe readdbx
        dodoc README* AUTHORS FILE-FORMAT
-       insinto /usr/include
-       doins libdbx.h libdbx++.h
-       insinto /usr/lib
-       doins libdbx.o
 }



1.8                  net-mail/libdbx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/libdbx/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   21 Jul 2013 09:43:49 -0000      1.7
+++ ChangeLog   21 Mar 2015 19:36:30 -0000      1.8
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/libdbx
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/ChangeLog,v 1.7 2013/07/21 
09:43:49 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/ChangeLog,v 1.8 2015/03/21 
19:36:30 jlec Exp $
+
+  21 Mar 2015; Justin Lecher <[email protected]> libdbx-1.0.3.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
 
   21 Jul 2013; Pacho Ramos <[email protected]> metadata.xml:
   Cleanup due #473480




Reply via email to