diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-07-23 19:43:36 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-07-23 19:43:36 +0000 |
commit | 9079b40a6d821b3e4f7421d65cf0752e141abca6 (patch) | |
tree | 14d24241f95a2d108d683ab31be0b8c1bafdb89c /net-libs/libunicall | |
parent | Do not compile test program and move to EAPI-2 (diff) | |
download | gentoo-2-9079b40a6d821b3e4f7421d65cf0752e141abca6.tar.gz gentoo-2-9079b40a6d821b3e4f7421d65cf0752e141abca6.tar.bz2 gentoo-2-9079b40a6d821b3e4f7421d65cf0752e141abca6.zip |
Previous commit makes removed useless
(Portage version: 13845-svn/cvs/Linux i686)
Diffstat (limited to 'net-libs/libunicall')
-rw-r--r-- | net-libs/libunicall/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libunicall/files/libunicall-0.0.6_pre1-expose-internal-headers.patch | 12 | ||||
-rw-r--r-- | net-libs/libunicall/libunicall-0.0.6_pre1.ebuild | 3 |
3 files changed, 7 insertions, 15 deletions
diff --git a/net-libs/libunicall/ChangeLog b/net-libs/libunicall/ChangeLog index 12e802ba5b57..6a0c563107a8 100644 --- a/net-libs/libunicall/ChangeLog +++ b/net-libs/libunicall/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libunicall # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.6 2009/07/23 19:35:01 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/ChangeLog,v 1.7 2009/07/23 19:43:36 volkmar Exp $ + + 23 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> + -files/libunicall-0.0.6_pre1-expose-internal-headers.patch, + libunicall-0.0.6_pre1.ebuild: + Previous commit makes removed useless 23 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> libunicall-0.0.6_pre1.ebuild: diff --git a/net-libs/libunicall/files/libunicall-0.0.6_pre1-expose-internal-headers.patch b/net-libs/libunicall/files/libunicall-0.0.6_pre1-expose-internal-headers.patch deleted file mode 100644 index 37834e11c0b6..000000000000 --- a/net-libs/libunicall/files/libunicall-0.0.6_pre1-expose-internal-headers.patch +++ /dev/null @@ -1,12 +0,0 @@ -=== modified file 'testcall.c' ---- testcall.c 2008-12-08 12:11:12 +0000 -+++ testcall.c 2008-12-08 12:11:43 +0000 -@@ -47,6 +47,7 @@ - - #if defined(HAVE_SPANDSP_H) - #include <spandsp.h> -+#include <spandsp/expose.h> - #endif - - #include "unicall.h" - diff --git a/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild b/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild index 8003e5412970..d34a20199aa9 100644 --- a/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild +++ b/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.4 2009/07/23 19:35:01 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libunicall/libunicall-0.0.6_pre1.ebuild,v 1.5 2009/07/23 19:43:36 volkmar Exp $ EAPI="2" @@ -26,7 +26,6 @@ src_prepare() { # do not compile test program sed -i -e "/testcall/d" Makefile.am || die "sed failed" - epatch "${FILESDIR}/${P}-expose-internal-headers.patch" epatch "${FILESDIR}/${P}--as-needed.2.patch" eautoreconf } |