diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-21 05:50:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-21 05:50:12 +0000 |
commit | ee43dde416d77edc623fb5dea4df6fc688a063c7 (patch) | |
tree | d6da653ff6acc357b791f1bbaf340f560c17ee39 /app-text | |
parent | add IUSE doc, doc build (diff) | |
download | gentoo-2-ee43dde416d77edc623fb5dea4df6fc688a063c7.tar.gz gentoo-2-ee43dde416d77edc623fb5dea4df6fc688a063c7.tar.bz2 gentoo-2-ee43dde416d77edc623fb5dea4df6fc688a063c7.zip |
Leave a note about fixes committed to upstream repository for next person touching the ebuild.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/stardict/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/stardict/stardict-3.0.4.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/stardict/ChangeLog b/app-text/stardict/ChangeLog index 5808ae8bbe34..4fc8ebea5dc2 100644 --- a/app-text/stardict/ChangeLog +++ b/app-text/stardict/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/stardict # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.34 2014/05/09 14:17:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.35 2014/05/21 05:50:12 ssuominen Exp $ + + 21 May 2014; Samuli Suominen <ssuominen@gentoo.org> stardict-3.0.4.ebuild: + Leave a note about fixes committed to upstream repository for next person + touching the ebuild. *stardict-3.0.4 (09 May 2014) diff --git a/app-text/stardict/stardict-3.0.4.ebuild b/app-text/stardict/stardict-3.0.4.ebuild index 72128466e2c0..56a9a318a3a5 100644 --- a/app-text/stardict/stardict-3.0.4.ebuild +++ b/app-text/stardict/stardict-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.4.ebuild,v 1.1 2014/05/09 14:17:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.4.ebuild,v 1.2 2014/05/21 05:50:12 ssuominen Exp $ EAPI=5 @@ -57,9 +57,8 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig" src_prepare() { + # These 2 fixes have been upstreamized for upcoming 3.0.5 differently, so drop 'em: epatch "${FILESDIR}"/${PN}-3.0.3-zlib-1.2.5.2.patch - - # error: undefined reference to 'g_module_symbol' wrt #451730#c6 sed -i -e '/DEP_MODULES/s:glib-2.0:gmodule-2.0 &:' dict/configure || die gnome2_src_prepare |