summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-09-07 21:18:58 +0000
committerMike Frysinger <vapier@gentoo.org>2010-09-07 21:18:58 +0000
commit87835f010d3bb80a4728feb08ac38b9ad12bb351 (patch)
tree3c56e751a246bf5182839693f22498018ee33a14 /app-emulation
parentFix xmllint validation (bug #330693 by Neil Leathers) and add missing gnome2_... (diff)
downloadgentoo-2-87835f010d3bb80a4728feb08ac38b9ad12bb351.tar.gz
gentoo-2-87835f010d3bb80a4728feb08ac38b9ad12bb351.tar.bz2
gentoo-2-87835f010d3bb80a4728feb08ac38b9ad12bb351.zip
Drop libtool munging as based in latest 3.06 ebuild.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/hercules/ChangeLog5
-rw-r--r--app-emulation/hercules/hercules-3.07.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/app-emulation/hercules/ChangeLog b/app-emulation/hercules/ChangeLog
index cbf201519b23..ede6138bc07f 100644
--- a/app-emulation/hercules/ChangeLog
+++ b/app-emulation/hercules/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/hercules
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.29 2010/09/04 03:34:11 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.30 2010/09/07 21:18:58 vapier Exp $
+
+ 07 Sep 2010; Mike Frysinger <vapier@gentoo.org> hercules-3.07.ebuild:
+ Drop libtool munging as based in latest 3.06 ebuild.
04 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> hercules-3.06.ebuild:
x86 stable wrt bug #335186
diff --git a/app-emulation/hercules/hercules-3.07.ebuild b/app-emulation/hercules/hercules-3.07.ebuild
index 19ea8773c67c..40fe2749d880 100644
--- a/app-emulation/hercules/hercules-3.07.ebuild
+++ b/app-emulation/hercules/hercules-3.07.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild,v 1.1 2010/08/30 04:25:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild,v 1.2 2010/09/07 21:18:58 vapier Exp $
inherit eutils flag-o-matic
@@ -19,8 +19,6 @@ src_unpack() {
sed -i \
-e 's:@modexecdir@:$(libdir)/$(PACKAGE):' \
-e '/^AM_CPPFLAGS/s:=:= -DMODULESDIR=\\"$(modexecdir)\\" :' \
- -e 's:ltdl.lo::' \
- -e '/^libherc_la_LIBADD/s:=:= -lltdl :' \
$(find -name Makefile.in)
sed -i '/MODULESDIR/d' config.h.in
}