summaryrefslogtreecommitdiff
path: root/www-misc/mergelog/mergelog-4.5.ebuild
Unidiff
Diffstat (limited to 'www-misc/mergelog/mergelog-4.5.ebuild') (more/less context) (ignore whitespace changes)
-rw-r--r--www-misc/mergelog/mergelog-4.5.ebuild21
1 files changed, 17 insertions, 4 deletions
diff --git a/www-misc/mergelog/mergelog-4.5.ebuild b/www-misc/mergelog/mergelog-4.5.ebuild
index 3944793..e3c14e7 100644
--- a/www-misc/mergelog/mergelog-4.5.ebuild
+++ b/www-misc/mergelog/mergelog-4.5.ebuild
@@ -2,3 +2,5 @@
2# Distributed under the terms of the GNU General Public License v2 2# Distributed under the terms of the GNU General Public License v2
3# $Header: /var/cvsroot/gentoo-x86/www-misc/mergelog/mergelog-4.5.ebuild,v 1.3 2006/10/28 11:03:32 tomk Exp $ 3# $Header: $
4
5inherit eutils autotools
4 6
@@ -8,3 +10,3 @@ HOMEPAGE="http://mergelog.sourceforge.net"
8 10
9IUSE="" 11IUSE="splitlog"
10SLOT="0" 12SLOT="0"
@@ -13,4 +15,15 @@ KEYWORDS="~x86 ppc ~amd64"
13 15
14DEPEND="virtual/libc" 16DEPEND="
15RDEPEND="" 17 virtual/libc
18 splitlog? ( sys-devel/autoconf )
19"
20
21src_unpack() {
22 unpack $A
23 cd $S
24 if use splitlog ; then
25 epatch ${FILESDIR}/${PN}-split.patch
26 eautoreconf
27 fi
28}
16 29