summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-10-11 19:28:21 +0000
committerPeter Volkov <pva@gentoo.org>2008-10-11 19:28:21 +0000
commit75abfc93e92a9657656c70243bb30c458b12c0f9 (patch)
tree407b4b76155d49316e9e099f62d2edaa91201d1f /app-doc/gimp-help
parentRemoved www-apps/xrms (#235005). (diff)
downloadgentoo-2-75abfc93e92a9657656c70243bb30c458b12c0f9.tar.gz
gentoo-2-75abfc93e92a9657656c70243bb30c458b12c0f9.tar.bz2
gentoo-2-75abfc93e92a9657656c70243bb30c458b12c0f9.zip
Version bump, removed -j1 as it was fixed upstream. Made installable with gimp-2.6, bug #240433, thank Jeroen Roovers and Night Nord for report.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-doc/gimp-help')
-rw-r--r--app-doc/gimp-help/ChangeLog9
-rw-r--r--app-doc/gimp-help/gimp-help-2.4.2.ebuild (renamed from app-doc/gimp-help/gimp-help-2.4.0.ebuild)20
2 files changed, 13 insertions, 16 deletions
diff --git a/app-doc/gimp-help/ChangeLog b/app-doc/gimp-help/ChangeLog
index e697e561e010..5ccbf39fb1b0 100644
--- a/app-doc/gimp-help/ChangeLog
+++ b/app-doc/gimp-help/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-doc/gimp-help
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.52 2008/07/24 21:39:41 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.53 2008/10/11 19:28:21 pva Exp $
+
+*gimp-help-2.4.2 (11 Oct 2008)
+
+ 11 Oct 2008; Peter Volkov <pva@gentoo.org> -gimp-help-2.4.0.ebuild,
+ +gimp-help-2.4.2.ebuild:
+ Version bump, removed -j1 as it was fixed upstream. Made installable with
+ gimp-2.6, bug #240433, thank Jeroen Roovers and Night Nord for report.
24 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
diff --git a/app-doc/gimp-help/gimp-help-2.4.0.ebuild b/app-doc/gimp-help/gimp-help-2.4.2.ebuild
index 4c11905cb67e..369933539d67 100644
--- a/app-doc/gimp-help/gimp-help-2.4.0.ebuild
+++ b/app-doc/gimp-help/gimp-help-2.4.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-2.4.0.ebuild,v 1.4 2008/03/09 00:25:11 ricmm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-2.4.2.ebuild,v 1.1 2008/10/11 19:28:21 pva Exp $
-inherit eutils autotools
+inherit eutils
DESCRIPTION="GNU Image Manipulation Program help files"
HOMEPAGE="http://docs.gimp.org/"
@@ -17,7 +17,7 @@ IUSE=""
# Only *not* outdated translations (see, configure.ac) are listed.
# On update do not forgive to check quickreference/Makefile.am for
# QUICKREFERENCE_ALL_LINGUAS. LANGS should include that langs too.
-LANGS="de en es fr it ko nl no ru sv"
+LANGS="de en es fr it ko nl no pl ru sv"
for X in ${LANGS} ; do
IUSE="${IUSE} linguas_${X}"
@@ -26,16 +26,7 @@ done
DEPEND="=app-text/docbook-xml-dtd-4.3*
dev-libs/libxml2
dev-libs/libxslt"
-RDEPEND="=media-gfx/gimp-2.4*"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- epatch "${FILESDIR}"/${P}-skip-linguas-images.patch
- epatch "${FILESDIR}"/${P}-quickreference-linguas.patch
- eautoreconf
-}
+RDEPEND=">=media-gfx/gimp-2.4"
src_compile() {
local ALL_LINGUAS=""
@@ -50,11 +41,10 @@ src_compile() {
--disable-network \
|| die "econf failed"
- emake -j1 || die "emake failed"
+ emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
-
dodoc AUTHORS ChangeLog HACKING NEWS README TERMINOLOGY
}