summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-01-19 02:34:39 +0000
committerMart Raudsepp <leio@gentoo.org>2009-01-19 02:34:39 +0000
commit22d835f3f680c17aa50be0333c9ae67fa87c2e11 (patch)
tree050ecf4e94d929e020d718f24409ba3454d2183f /dev-libs/libgweather
parentVersion bump. A small memory leak fix and translation fixes (diff)
downloadgentoo-2-22d835f3f680c17aa50be0333c9ae67fa87c2e11.tar.gz
gentoo-2-22d835f3f680c17aa50be0333c9ae67fa87c2e11.tar.bz2
gentoo-2-22d835f3f680c17aa50be0333c9ae67fa87c2e11.zip
Version bump. Disable static libraries in packaging
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'dev-libs/libgweather')
-rw-r--r--dev-libs/libgweather/ChangeLog10
-rw-r--r--dev-libs/libgweather/libgweather-2.24.3.ebuild (renamed from dev-libs/libgweather/libgweather-2.24.2.ebuild)6
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog
index c6aac73885a0..323e024ec62e 100644
--- a/dev-libs/libgweather/ChangeLog
+++ b/dev-libs/libgweather/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libgweather
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.19 2008/11/27 03:00:45 leio Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.20 2009/01/19 02:34:39 leio Exp $
+
+*libgweather-2.24.3 (19 Jan 2009)
+
+ 19 Jan 2009; Mart Raudsepp <leio@gentoo.org> -libgweather-2.24.2.ebuild,
+ +libgweather-2.24.3.ebuild:
+ Version bump. Disable static libraries in packaging
*libgweather-2.24.2 (27 Nov 2008)
diff --git a/dev-libs/libgweather/libgweather-2.24.2.ebuild b/dev-libs/libgweather/libgweather-2.24.3.ebuild
index 96443a137e6f..f23e4e5c6851 100644
--- a/dev-libs/libgweather/libgweather-2.24.2.ebuild
+++ b/dev-libs/libgweather/libgweather-2.24.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.24.2.ebuild,v 1.1 2008/11/27 03:00:45 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.24.3.ebuild,v 1.1 2009/01/19 02:34:39 leio Exp $
EAPI="1"
@@ -31,6 +31,6 @@ DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
pkg_setup() {
G2CONF="${G2CONF}
- --disable-all-translations-in-one-xml
+ --disable-all-translations-in-one-xml --disable-static
$(use_enable python)"
}