diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-04-04 15:40:19 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-04-04 15:40:19 +0000 |
commit | b1779e93d6fb3f14d55ad28812d79e22c7ffcbc6 (patch) | |
tree | d8ec27487301fce3d9e3607e05231630cc240a81 /gnome-extra/libgda | |
parent | Removed dbus-shar->ndesk-dbus move. (diff) | |
download | gentoo-2-b1779e93d6fb3f14d55ad28812d79e22c7ffcbc6.tar.gz gentoo-2-b1779e93d6fb3f14d55ad28812d79e22c7ffcbc6.tar.bz2 gentoo-2-b1779e93d6fb3f14d55ad28812d79e22c7ffcbc6.zip |
Remove la files from libgda, bump so that user get the change
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-4.2.5-r1.ebuild (renamed from gnome-extra/libgda/libgda-4.2.5.ebuild) | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index f3f3055cc56d..42b711d9beb2 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/libgda # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.162 2011/03/22 19:30:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.163 2011/04/04 15:40:19 nirbheek Exp $ + +*libgda-4.2.5-r1 (04 Apr 2011) + + 04 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -libgda-4.2.5.ebuild, + +libgda-4.2.5-r1.ebuild: + Remove la files from libgda, bump so that user get the change 22 Mar 2011; Brent Baude <ranger@gentoo.org> libgda-4.2.2.ebuild: Marking libgda-4.2.2 ppc stable for bug 353436 diff --git a/gnome-extra/libgda/libgda-4.2.5.ebuild b/gnome-extra/libgda/libgda-4.2.5-r1.ebuild index 8c181a326428..a7673655971c 100644 --- a/gnome-extra/libgda/libgda-4.2.5.ebuild +++ b/gnome-extra/libgda/libgda-4.2.5-r1.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/gnome-extra/libgda/libgda-4.2.5.ebuild,v 1.2 2011/03/08 05:21:17 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.5-r1.ebuild,v 1.1 2011/04/04 15:40:19 nirbheek Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -123,3 +123,9 @@ src_prepare() { src_test() { emake check XDG_DATA_HOME="${T}/.local" || die "tests failed" } + +src_install() { + gnome2_src_install + # Nothing uses these in the tree + find "${D}" -name '*.la' -exec rm -f '{}' + || die +} |