summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-05-12 21:48:57 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:06 +0200
commitd4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6 (patch)
tree2a5ea9ae39450958316da86a1e309d6de091e7c5 /app-text/stardict
parentBump portage-bashrc-mv, noscript. Update checksums (diff)
downloadmv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.gz
mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.bz2
mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.zip
base-eclass. Update checksums
Diffstat (limited to 'app-text/stardict')
-rw-r--r--app-text/stardict/ChangeLog3
-rw-r--r--app-text/stardict/stardict-3.0.3-r2.ebuild19
2 files changed, 12 insertions, 10 deletions
diff --git a/app-text/stardict/ChangeLog b/app-text/stardict/ChangeLog
index 55f62e27..ad20c3ee 100644
--- a/app-text/stardict/ChangeLog
+++ b/app-text/stardict/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+ 12 May 2012; Martin Väth <martin@mvath.de>
+ base->eutils
+
05 May 2012; Martin Väth <martin@mvath.de>
Update pkgconfig dependency change from main tree.
diff --git a/app-text/stardict/stardict-3.0.3-r2.ebuild b/app-text/stardict/stardict-3.0.3-r2.ebuild
index d3dbcb60..7e25cbb7 100644
--- a/app-text/stardict/stardict-3.0.3-r2.ebuild
+++ b/app-text/stardict/stardict-3.0.3-r2.ebuild
@@ -13,7 +13,7 @@ EAPI=4
GNOME2_LA_PUNT=yes
GCONF_DEBUG=no
-inherit base eutils gnome2 autotools
+inherit eutils gnome2 autotools
DESCRIPTION="A international dictionary supporting fuzzy and glob style matching"
HOMEPAGE="http://code.google.com/p/stardict-3/"
@@ -72,16 +72,15 @@ pkg_setup() {
--disable-schemas-install"
}
-PATCHES=(
- "${FILESDIR}/${P}-correct-glib-include.patch"
- "${FILESDIR}/${P}-entry.patch"
- "${FILESDIR}/${P}-gcc46.patch"
- "${FILESDIR}/${P}-compositelookup_cpp.patch"
- "${FILESDIR}/${P}-overflow.patch"
- "${FILESDIR}/${P}-zlib-1.2.5.2.patch"
-)
src_prepare() {
- base_src_prepare
+ epatch \
+ "${FILESDIR}"/${P}-correct-glib-include.patch \
+ "${FILESDIR}"/${P}-entry.patch \
+ "${FILESDIR}"/${P}-gcc46.patch \
+ "${FILESDIR}"/${P}-compositelookup_cpp.patch \
+ "${FILESDIR}"/${P}-overflow.patch \
+ "${FILESDIR}"/${P}-zlib-1.2.5.2.patch
+ epatch_user
if ! use gnome
then sed -i \
-e "s/GNOME_DOC_INIT/GNOME_DOC_INIT([0.32],[:],[:])/" \