diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-06-22 17:10:59 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-06-22 17:10:59 +0000 |
commit | 2c177883bff88a2f3416c978e3e85f063aa03674 (patch) | |
tree | 37b66bfb07a58ca53ed5771a092426944937a89c /dev-libs/libvformat | |
parent | Fixed parallel build failure, bug #225079, thank Iain for report. (diff) | |
download | gentoo-2-2c177883bff88a2f3416c978e3e85f063aa03674.tar.gz gentoo-2-2c177883bff88a2f3416c978e3e85f063aa03674.tar.bz2 gentoo-2-2c177883bff88a2f3416c978e3e85f063aa03674.zip |
Patch only the .am file and run eautoreconf (#226707).
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/libvformat')
-rw-r--r-- | dev-libs/libvformat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libvformat/files/libvformat-nodoc.patch | 11 | ||||
-rw-r--r-- | dev-libs/libvformat/libvformat-1.13.ebuild | 10 |
3 files changed, 12 insertions, 17 deletions
diff --git a/dev-libs/libvformat/ChangeLog b/dev-libs/libvformat/ChangeLog index aa5c03ceb9fd..83ffb95a85f8 100644 --- a/dev-libs/libvformat/ChangeLog +++ b/dev-libs/libvformat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libvformat -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.6 2007/09/25 20:54:38 mrness Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.7 2008/06/22 17:10:59 mrness Exp $ + + 22 Jun 2008; Alin Năstac <mrness@gentoo.org> + files/libvformat-nodoc.patch, libvformat-1.13.ebuild: + Patch only the .am file and run eautoreconf (#226707). 25 Sep 2007; Alin Năstac <mrness@gentoo.org> libvformat-1.13.ebuild: Cosmetic changes. diff --git a/dev-libs/libvformat/files/libvformat-nodoc.patch b/dev-libs/libvformat/files/libvformat-nodoc.patch index c575abbedf15..e9dd55ce25ef 100644 --- a/dev-libs/libvformat/files/libvformat-nodoc.patch +++ b/dev-libs/libvformat/files/libvformat-nodoc.patch @@ -6,14 +6,3 @@ EXTRA_DIST = common/types.h vf_iface.h ---- Makefile.in.orig 2005-08-12 13:36:46.000000000 +0200 -+++ Makefile.in 2005-08-12 13:37:15.000000000 +0200 -@@ -66,7 +66,7 @@ - RANLIB = @RANLIB@ - VERSION = @VERSION@ - --SUBDIRS = src vformat test doc -+SUBDIRS = src vformat - - EXTRA_DIST = common/types.h vf_iface.h - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/dev-libs/libvformat/libvformat-1.13.ebuild b/dev-libs/libvformat/libvformat-1.13.ebuild index dde7735242be..4d4fb3e39992 100644 --- a/dev-libs/libvformat/libvformat-1.13.ebuild +++ b/dev-libs/libvformat/libvformat-1.13.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.6 2007/09/25 20:54:38 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.7 2008/06/22 17:10:59 mrness Exp $ -inherit eutils +inherit eutils autotools DESCRIPTION="Library to read and write vcard files" HOMEPAGE="http://sourceforge.net/projects/vformat/" SRC_URI="mirror://debian/pool/main/libv/${PN}/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-3.diff.gz" + mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-3.diff.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -24,8 +24,10 @@ src_unpack() { cd "${S}" epatch "${DISTDIR}/${PN}_${PV}-3.diff.gz" || die "epatch failed" + # Patch for not installing documentation, because that needs c2man epatch "${FILESDIR}/${PN}-nodoc.patch" || die "epatch failed" + eautoreconf } src_install() { |