summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-05-21 17:33:58 +0000
committerJeroen Roovers <jer@gentoo.org>2013-05-21 17:33:58 +0000
commitb158c81a4b0c5c6bb7eafbf77003e26b91cc7b3d (patch)
tree67c6c84bcfabe0e675191c473386acbdc152c442 /dev-util
parentRemove empty DEPEND. (diff)
downloadgentoo-2-b158c81a4b0c5c6bb7eafbf77003e26b91cc7b3d.tar.gz
gentoo-2-b158c81a4b0c5c6bb7eafbf77003e26b91cc7b3d.tar.bz2
gentoo-2-b158c81a4b0c5c6bb7eafbf77003e26b91cc7b3d.zip
Auto-remove .la.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cunit/ChangeLog5
-rw-r--r--dev-util/cunit/cunit-2.1_p2.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog
index feb52d3fd11c..8aa192199d0f 100644
--- a/dev-util/cunit/ChangeLog
+++ b/dev-util/cunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.35 2013/05/21 17:24:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.36 2013/05/21 17:33:58 jer Exp $
+
+ 21 May 2013; Jeroen Roovers <jer@gentoo.org> cunit-2.1_p2.ebuild:
+ Auto-remove .la.
21 May 2013; Jeroen Roovers <jer@gentoo.org> cunit-2.1-r1.ebuild:
Remove empty DEPEND.
diff --git a/dev-util/cunit/cunit-2.1_p2.ebuild b/dev-util/cunit/cunit-2.1_p2.ebuild
index 951cb1e1ebb8..2b7fdbcb46ff 100644
--- a/dev-util/cunit/cunit-2.1_p2.ebuild
+++ b/dev-util/cunit/cunit-2.1_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.1 2013/05/21 17:22:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.2 2013/05/21 17:33:58 jer Exp $
EAPI=5
inherit autotools eutils flag-o-matic
@@ -41,3 +41,8 @@ src_configure() {
--disable-debug \
--docdir="${EPREFIX}"/usr/share/doc/${PF}
}
+
+src_install() {
+ default
+ prune_libtool_files
+}