summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2007-12-03 21:41:14 +0000
committerTimo Gurr <tgurr@gentoo.org>2007-12-03 21:41:14 +0000
commitcdbdb47f7acd33893af85c51b3db90283d1fe909 (patch)
tree08d5c48bf837714d9e799bb0249de1761a39a010 /app-text/ghostscript-gpl
parentDJB has relicensed qmail to the public domain, see http://cr.yp.to/qmail/dist... (diff)
downloadgentoo-2-cdbdb47f7acd33893af85c51b3db90283d1fe909.tar.gz
gentoo-2-cdbdb47f7acd33893af85c51b3db90283d1fe909.tar.bz2
gentoo-2-cdbdb47f7acd33893af85c51b3db90283d1fe909.zip
Add ghostscript-gpl-8.61-r1.ebuild, fixes bug #200906.
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r--app-text/ghostscript-gpl/ChangeLog8
-rw-r--r--app-text/ghostscript-gpl/files/digest-ghostscript-gpl-8.61-r1 (renamed from app-text/ghostscript-gpl/files/digest-ghostscript-gpl-8.61)0
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-8.61-r1.ebuild (renamed from app-text/ghostscript-gpl/ghostscript-gpl-8.61.ebuild)7
3 files changed, 12 insertions, 3 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog
index 9cb112cdc5e8..86ad95cf1c9d 100644
--- a/app-text/ghostscript-gpl/ChangeLog
+++ b/app-text/ghostscript-gpl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/ghostscript-gpl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.32 2007/11/30 22:37:50 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.33 2007/12/03 21:41:14 tgurr Exp $
+
+*ghostscript-gpl-8.61-r1 (03 Dec 2007)
+
+ 03 Dec 2007; Timo Gurr <tgurr@gentoo.org> -ghostscript-gpl-8.61.ebuild,
+ +ghostscript-gpl-8.61-r1.ebuild:
+ Add ghostscript-gpl-8.61-r1.ebuild, fixes bug #200906.
*ghostscript-gpl-8.61 (30 Nov 2007)
diff --git a/app-text/ghostscript-gpl/files/digest-ghostscript-gpl-8.61 b/app-text/ghostscript-gpl/files/digest-ghostscript-gpl-8.61-r1
index 1dc21daeb2e6..1dc21daeb2e6 100644
--- a/app-text/ghostscript-gpl/files/digest-ghostscript-gpl-8.61
+++ b/app-text/ghostscript-gpl/files/digest-ghostscript-gpl-8.61-r1
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.61.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.61-r1.ebuild
index ecba1da550f0..6ed4c2104aa9 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-8.61.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.61-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.61.ebuild,v 1.1 2007/11/30 22:37:50 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.61-r1.ebuild,v 1.1 2007/12/03 21:41:14 tgurr Exp $
inherit autotools elisp-common eutils versionator flag-o-matic
@@ -104,6 +104,9 @@ src_unpack() {
cd "${S}"
eautoreconf
+
+ cd "${S}/ijs"
+ eautoreconf
}
src_compile() {
@@ -126,7 +129,7 @@ src_compile() {
emake -j1 so all || die "emake failed"
cd "${S}/ijs"
- ./autogen.sh || die "ijs autogen failed"
+ econf || die "ijs econf failed"
emake || die "ijs emake failed"
}