diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-22 07:57:19 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-22 07:57:19 +0000 |
commit | fe32ee928ce81a925869b9c44d239aa889d5aaeb (patch) | |
tree | d5687e5000f091d625b73ef9b8a03a30a7543227 /gnome-extra | |
parent | fix restart command in init script (#68727) (Manifest recommit) (diff) | |
download | gentoo-2-fe32ee928ce81a925869b9c44d239aa889d5aaeb.tar.gz gentoo-2-fe32ee928ce81a925869b9c44d239aa889d5aaeb.tar.bz2 gentoo-2-fe32ee928ce81a925869b9c44d239aa889d5aaeb.zip |
removed intltoolize, not quite sure why its not working, but temporary stopgap for now.
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgnomedb/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gnome-extra/libgnomedb/ChangeLog b/gnome-extra/libgnomedb/ChangeLog index 70d333596e22..456eda8084a1 100644 --- a/gnome-extra/libgnomedb/ChangeLog +++ b/gnome-extra/libgnomedb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/libgnomedb # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.25 2004/08/14 23:36:05 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.26 2004/10/22 07:57:19 liquidx Exp $ + + 22 Oct 2004; Alastair Tse <liquidx@gentoo.org> libgnomedb-1.0.4.ebuild: + removed intltoolize, not quite sure why its not working, but temporary + stopgap for now. 15 Aug 2004; Tom Martin <slarti@gentoo.org> libgnomedb-1.0.4.ebuild: Marked ~amd64. diff --git a/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild index 84f874d66a72..b2d82f22b942 100644 --- a/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild +++ b/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild,v 1.3 2004/08/14 23:36:05 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild,v 1.4 2004/10/22 07:57:19 liquidx Exp $ inherit gnome2 eutils @@ -29,7 +29,8 @@ DEPEND=">=dev-util/pkgconfig-0.8 src_unpack() { unpack ${A} gnome2_omf_fix ${S}/doc/Makefile.in - cd ${S}; intltoolize --force || die + cd ${S} + #intltoolize --force || die # Avoid documentation problems. See bug #46275. epatch ${FILESDIR}/${PN}-1.0.3-gtkdoc_fix.patch # Add extra selector. See bug #48611. |