summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-10 16:46:31 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-10 16:46:31 +0000
commitbe7dc6eb4f5e058a31665620e6209ed951b2b176 (patch)
tree525d6c6485aaa9dd1769578ef50b993e18c7ee8a /dev-cpp/libsexymm
parentversion bump (diff)
downloadgentoo-2-be7dc6eb4f5e058a31665620e6209ed951b2b176.tar.gz
gentoo-2-be7dc6eb4f5e058a31665620e6209ed951b2b176.tar.bz2
gentoo-2-be7dc6eb4f5e058a31665620e6209ed951b2b176.zip
Remove useless libtool archive wrt #362885 by Cesko Voeten. Remove static archive to match gtkmm behavior.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/libsexymm')
-rw-r--r--dev-cpp/libsexymm/ChangeLog6
-rw-r--r--dev-cpp/libsexymm/libsexymm-0.1.9.ebuild11
2 files changed, 15 insertions, 2 deletions
diff --git a/dev-cpp/libsexymm/ChangeLog b/dev-cpp/libsexymm/ChangeLog
index bc5adffa783a..7184e1b75f77 100644
--- a/dev-cpp/libsexymm/ChangeLog
+++ b/dev-cpp/libsexymm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-cpp/libsexymm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libsexymm/ChangeLog,v 1.13 2011/03/29 06:14:10 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libsexymm/ChangeLog,v 1.14 2011/04/10 16:46:31 ssuominen Exp $
+
+ 10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libsexymm-0.1.9.ebuild:
+ Remove useless libtool archive wrt #362885 by Cesko Voeten. Remove static
+ archive to match gtkmm behavior.
29 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
libsexymm-0.1.9.ebuild:
diff --git a/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild b/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild
index e6d8c2fc3fcb..6f89ae7d463d 100644
--- a/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild
+++ b/dev-cpp/libsexymm/libsexymm-0.1.9.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/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild,v 1.7 2011/03/29 06:14:10 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild,v 1.8 2011/04/10 16:46:31 ssuominen Exp $
EAPI="3"
@@ -20,3 +20,12 @@ RDEPEND=">=dev-cpp/glibmm-2.4:2
>=x11-libs/libsexy-0.1.9"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+
+pkg_setup() {
+ G2CONF="${G2CONF} --disable-static"
+}
+
+src_install() {
+ gnome2_src_install
+ find "${ED}" -name '*.la' -exec rm -f {} +
+}