diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-21 19:36:30 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-21 19:36:30 +0000 |
commit | 0bbaf45915fc72c0c7a7cb8f570323292153e343 (patch) | |
tree | f6a4b92ee81e8d48d832a7a5573b2967e0adcee4 /net-mail | |
parent | Drop old; fix python eclass usage (diff) | |
download | gentoo-2-0bbaf45915fc72c0c7a7cb8f570323292153e343.tar.gz gentoo-2-0bbaf45915fc72c0c7a7cb8f570323292153e343.tar.bz2 gentoo-2-0bbaf45915fc72c0c7a7cb8f570323292153e343.zip |
Bump to EAPI=5
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/libdbx/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/libdbx/libdbx-1.0.3.ebuild | 33 | ||||
-rw-r--r-- | net-mail/libdbx/metadata.xml | 6 |
3 files changed, 19 insertions, 28 deletions
diff --git a/net-mail/libdbx/ChangeLog b/net-mail/libdbx/ChangeLog index bd3dc46dcd37..9380fb2bad73 100644 --- a/net-mail/libdbx/ChangeLog +++ b/net-mail/libdbx/ChangeLog @@ -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 <jlec@gentoo.org> libdbx-1.0.3.ebuild, + metadata.xml: + Bump to EAPI=5 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due #473480 diff --git a/net-mail/libdbx/libdbx-1.0.3.ebuild b/net-mail/libdbx/libdbx-1.0.3.ebuild index 79781417d9bf..428581e70426 100644 --- a/net-mail/libdbx/libdbx-1.0.3.ebuild +++ b/net-mail/libdbx/libdbx-1.0.3.ebuild @@ -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 } diff --git a/net-mail/libdbx/metadata.xml b/net-mail/libdbx/metadata.xml index d9cd2cad66c2..1470e032181b 100644 --- a/net-mail/libdbx/metadata.xml +++ b/net-mail/libdbx/metadata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>maintainer-needed@gentoo.org</email> -</maintainer> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> </pkgmetadata> |