summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 00:47:06 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 00:47:06 +0000
commit7bd045ae2652fc399ce5a304cb5b0dc31404ac4c (patch)
treef32e8f04e31231032cb39eae14040f28888d7f2d /app-text
parent*** empty log message *** (diff)
downloadhistorical-7bd045ae2652fc399ce5a304cb5b0dc31404ac4c.tar.gz
historical-7bd045ae2652fc399ce5a304cb5b0dc31404ac4c.tar.bz2
historical-7bd045ae2652fc399ce5a304cb5b0dc31404ac4c.zip
*** empty log message ***
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ggv/files/digest-ggv-0.95-r11
-rw-r--r--app-text/ggv/files/digest-ggv-1.01
-rw-r--r--app-text/ggv/ggv-0.95-r1.ebuild36
-rw-r--r--app-text/ggv/ggv-1.0.1.ebuild44
4 files changed, 0 insertions, 82 deletions
diff --git a/app-text/ggv/files/digest-ggv-0.95-r1 b/app-text/ggv/files/digest-ggv-0.95-r1
deleted file mode 100644
index 25576b9bc48a..000000000000
--- a/app-text/ggv/files/digest-ggv-0.95-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e407836a107279b8fda1b961539a1cff ggv-0.95.tar.gz
diff --git a/app-text/ggv/files/digest-ggv-1.0 b/app-text/ggv/files/digest-ggv-1.0
deleted file mode 100644
index 0792bfd12e97..000000000000
--- a/app-text/ggv/files/digest-ggv-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a857c53a6b0ad2f3d95defc953e7cd5d ggv-1.0.tar.gz
diff --git a/app-text/ggv/ggv-0.95-r1.ebuild b/app-text/ggv/ggv-0.95-r1.ebuild
deleted file mode 100644
index cf2bfcf9cb0a..000000000000
--- a/app-text/ggv/ggv-0.95-r1.ebuild
+++ /dev/null
@@ -1,36 +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/app-text/ggv/ggv-0.95-r1.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp $
-
-P=ggv-0.95
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome Ghostview"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A}
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=app-text/ghostscript-6.23
- >=gnome-base/gnome-libs-1.2.4
- virtual/lpr"
-
-src_compile() {
- cd ${S}
- cp configure configure.orig
- sed -e "s/BONOBO_TRUE/BONOBO_FALSE/" configure.orig > configure
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --without-bonobo
- # bonobo support does not work yet
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-
-}
-
-
-
-
diff --git a/app-text/ggv/ggv-1.0.1.ebuild b/app-text/ggv/ggv-1.0.1.ebuild
deleted file mode 100644
index ef0577012d90..000000000000
--- a/app-text/ggv/ggv-1.0.1.ebuild
+++ /dev/null
@@ -1,44 +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>
-# /home/cvsroot/gentoo-x86/gnome-apps/ggv/ggv-0.95-r1.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome Ghostview"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A}
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.4
- bonobo? ( >=gnome-base/bonobo-1.0 )
- nls? ( sys-devel/gettext )"
-
-RDEPEND=">=gnome-base/gnome-libs-1.2.4
- bonobo? ( >=gnome-base/bonobo-1.0 )"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- if [ "`use bonobo`" ] ; then
- myconf="$myconf --with-bonobo"
- else
- myconf="$myconf --without-bonobo"
- cp configure configure.orig
- sed -e "s/BONOBO_TRUE/BONOBO_FALSE/" configure.orig > configure
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- $myconf
- # bonobo support does not work yet
- try make
-}
-
-src_install() {
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-
-
-
-