summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-09-09 15:19:23 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-09-09 15:19:23 +0000
commitc02ae721362e804e06fb3b61ecef818ff8e24118 (patch)
treef827bfb956db65f8f0d38cb4dc3eeb5ca406e6ad /app-misc/g15daemon
parentversion bump (diff)
downloadgentoo-2-c02ae721362e804e06fb3b61ecef818ff8e24118.tar.gz
gentoo-2-c02ae721362e804e06fb3b61ecef818ff8e24118.tar.bz2
gentoo-2-c02ae721362e804e06fb3b61ecef818ff8e24118.zip
Revbump in order to remove static lib and libtool archive.
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/g15daemon')
-rw-r--r--app-misc/g15daemon/ChangeLog8
-rw-r--r--app-misc/g15daemon/g15daemon-1.9.5.3-r5.ebuild (renamed from app-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild)9
2 files changed, 13 insertions, 4 deletions
diff --git a/app-misc/g15daemon/ChangeLog b/app-misc/g15daemon/ChangeLog
index cebb44e50c21..96a0c9284a5b 100644
--- a/app-misc/g15daemon/ChangeLog
+++ b/app-misc/g15daemon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/g15daemon
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/ChangeLog,v 1.37 2011/08/03 07:49:50 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/ChangeLog,v 1.38 2011/09/09 15:19:23 scarabeus Exp $
+
+*g15daemon-1.9.5.3-r5 (09 Sep 2011)
+
+ 09 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -g15daemon-1.9.5.3-r4.ebuild, +g15daemon-1.9.5.3-r5.ebuild:
+ Revbump in order to remove static lib and libtool archive.
*g15daemon-1.9.5.3-r4 (03 Aug 2011)
diff --git a/app-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild b/app-misc/g15daemon/g15daemon-1.9.5.3-r5.ebuild
index 11713e5c0c6a..12baaa748a4e 100644
--- a/app-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild
+++ b/app-misc/g15daemon/g15daemon-1.9.5.3-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild,v 1.2 2011/08/03 07:50:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/g15daemon-1.9.5.3-r5.ebuild,v 1.1 2011/09/09 15:19:23 scarabeus Exp $
EAPI=3
GENTOO_DEPEND_ON_PERL="no"
@@ -80,7 +80,8 @@ src_prepare() {
}
src_configure() {
- base_src_configure
+ econf \
+ --disable-static
if use perl; then
cd "${WORKDIR}/G15Daemon-0.2"
@@ -89,7 +90,7 @@ src_configure() {
}
src_compile() {
- base_src_compile
+ emake || die
if use perl; then
cd "${WORKDIR}/G15Daemon-0.2"
@@ -101,6 +102,8 @@ src_install() {
emake DESTDIR="${D}" \
docdir=/usr/share/doc/${PF} install || die "make install failed"
+ find "${ED}" -name '*.la' -exec rm -f {} +
+
# remove odd docs installed my make
rm "${D}/usr/share/doc/${PF}/"{LICENSE,README.usage}