summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-11-15 09:24:44 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-11-15 09:24:44 +0000
commit316d723b089523d3fbd2b6eb9e9402ed1c2c4826 (patch)
tree8b147895a34bcd6858ed28975b0fb3922a8f99fc /gnome-base
parentA patch to build with the lates qt package and a small fix to link kdevelop (diff)
downloadhistorical-316d723b089523d3fbd2b6eb9e9402ed1c2c4826.tar.gz
historical-316d723b089523d3fbd2b6eb9e9402ed1c2c4826.tar.bz2
historical-316d723b089523d3fbd2b6eb9e9402ed1c2c4826.zip
moved the tex-USE-check here instead of the old 0.32
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-print/files/digest-gnome-print-0.321
-rw-r--r--gnome-base/gnome-print/files/digest-gnome-print-0.32-r3 (renamed from gnome-base/gnome-print/files/digest-gnome-print-0.32-r2)0
-rw-r--r--gnome-base/gnome-print/gnome-print-0.32-r3.ebuild (renamed from gnome-base/gnome-print/gnome-print-0.32-r2.ebuild)3
-rw-r--r--gnome-base/gnome-print/gnome-print-0.32.ebuild59
4 files changed, 2 insertions, 61 deletions
diff --git a/gnome-base/gnome-print/files/digest-gnome-print-0.32 b/gnome-base/gnome-print/files/digest-gnome-print-0.32
deleted file mode 100644
index 83a09a8cb247..000000000000
--- a/gnome-base/gnome-print/files/digest-gnome-print-0.32
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2dfe9de478faea9146d2857590cc8521 gnome-print-0.32.tar.gz 987136
diff --git a/gnome-base/gnome-print/files/digest-gnome-print-0.32-r2 b/gnome-base/gnome-print/files/digest-gnome-print-0.32-r3
index 7adec76cc037..7adec76cc037 100644
--- a/gnome-base/gnome-print/files/digest-gnome-print-0.32-r2
+++ b/gnome-base/gnome-print/files/digest-gnome-print-0.32-r3
diff --git a/gnome-base/gnome-print/gnome-print-0.32-r2.ebuild b/gnome-base/gnome-print/gnome-print-0.32-r3.ebuild
index b5a9c9a90613..2101b2bf5c18 100644
--- a/gnome-base/gnome-print/gnome-print-0.32-r2.ebuild
+++ b/gnome-base/gnome-print/gnome-print-0.32-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.32-r2.ebuild,v 1.1 2001/11/14 17:42:35 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.32-r3.ebuild,v 1.1 2001/11/15 09:24:44 hallski Exp $
S=${WORKDIR}/${P}
@@ -16,6 +16,7 @@ RDEPEND=">=media-libs/gdk-pixbuf-0.11.0-r1
DEPEND="${RDEPEND}
sys-devel/gettext
sys-devel/perl
+ tex? ( app-text/tetex )
>=app-text/ghostscript-6.50-r2"
src_compile() {
diff --git a/gnome-base/gnome-print/gnome-print-0.32.ebuild b/gnome-base/gnome-print/gnome-print-0.32.ebuild
deleted file mode 100644
index 255de56fbb57..000000000000
--- a/gnome-base/gnome-print/gnome-print-0.32.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.32.ebuild,v 1.2 2001/11/15 00:41:01 achim Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="gnome-print"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-
-RDEPEND=">=media-libs/gdk-pixbuf-0.11.0-r1
- >=gnome-base/libglade-0.17-r1
- >=media-libs/freetype-2.0.5"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- tex? ( app-text/tetex )
- sys-devel/perl
- >=app-text/ghostscript-6.50-r2"
-
-src_unpack() {
- unpack ${P}.tar.gz
-
- cd ${S}
- # add missing DESTDIR to font installation
- sed 's:all \($(datadir).*\)\($(sysconfdir)\):all $(DESTDIR)\1$(DESTDIR)\2:'\
- installer/Makefile.in > installer/Makefile.in.new
- mv installer/Makefile.in.new installer/Makefile.in
- # add --clean to gnome-font-install options so that currently-installed
- # fontmaps will be ignored and new complete ones will be built
- sed "s:'--dynamic',:& '--clean',:" \
- run-gnome-font-install > run-gnome-font-install.new
- mv run-gnome-font-install.new run-gnome-font-install
-}
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- $myconf || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dosed /etc/gnome/fonts/*
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}