summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-29 00:16:55 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-29 00:16:55 +0000
commitdf6704307356aead0f14c9bb1535e62f267d9adb (patch)
tree37b7aa073f729c7d024201fc7a78f363b98dfb0c /app-text/ggv
parentcleaned up ebuild (diff)
downloadgentoo-2-df6704307356aead0f14c9bb1535e62f267d9adb.tar.gz
gentoo-2-df6704307356aead0f14c9bb1535e62f267d9adb.tar.bz2
gentoo-2-df6704307356aead0f14c9bb1535e62f267d9adb.zip
cleaned up a little
Diffstat (limited to 'app-text/ggv')
-rw-r--r--app-text/ggv/files/digest-ggv-1.1.911
-rw-r--r--app-text/ggv/files/digest-ggv-1.1.921
-rw-r--r--app-text/ggv/files/digest-ggv-1.1.931
-rw-r--r--app-text/ggv/ggv-1.1.91.ebuild53
-rw-r--r--app-text/ggv/ggv-1.1.92.ebuild53
-rw-r--r--app-text/ggv/ggv-1.1.93.ebuild62
-rw-r--r--app-text/ggv/ggv-1.1.94.ebuild12
7 files changed, 6 insertions, 177 deletions
diff --git a/app-text/ggv/files/digest-ggv-1.1.91 b/app-text/ggv/files/digest-ggv-1.1.91
deleted file mode 100644
index 75f622ed379d..000000000000
--- a/app-text/ggv/files/digest-ggv-1.1.91
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3a1d10de762cf3d0e373134d73c80c08 ggv-1.1.91.tar.gz 719654
diff --git a/app-text/ggv/files/digest-ggv-1.1.92 b/app-text/ggv/files/digest-ggv-1.1.92
deleted file mode 100644
index c471a41a703b..000000000000
--- a/app-text/ggv/files/digest-ggv-1.1.92
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b9261e5e6ca75749a7a30c1c4fe1ab45 ggv-1.1.92.tar.gz 724083
diff --git a/app-text/ggv/files/digest-ggv-1.1.93 b/app-text/ggv/files/digest-ggv-1.1.93
deleted file mode 100644
index fde5b4c4bb15..000000000000
--- a/app-text/ggv/files/digest-ggv-1.1.93
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9c5f23a548c05cca178a0438cb7cbbac ggv-1.1.93.tar.gz 733637
diff --git a/app-text/ggv/ggv-1.1.91.ebuild b/app-text/ggv/ggv-1.1.91.ebuild
deleted file mode 100644
index 3adba9a65508..000000000000
--- a/app-text/ggv/ggv-1.1.91.ebuild
+++ /dev/null
@@ -1,53 +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-1.1.91.ebuild,v 1.1 2001/11/09 02:18:31 hallski Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome Ghostview"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
-
- if [ "`use bonobo`" ] ; then
- myconf="$myconf --with-bonobo"
- CFLAGS="${CFLAGS} `gnome-config --cflags bonobo bonobox`"
- else
- myconf="$myconf --without-bonobo"
- fi
-
- CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- $myconf || die
-
- emake || die
-}
-
-src_install() {
- gconftool --shutdown
-
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-
diff --git a/app-text/ggv/ggv-1.1.92.ebuild b/app-text/ggv/ggv-1.1.92.ebuild
deleted file mode 100644
index dd9ab68d895e..000000000000
--- a/app-text/ggv/ggv-1.1.92.ebuild
+++ /dev/null
@@ -1,53 +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-1.1.92.ebuild,v 1.1 2001/11/18 01:41:20 hallski Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome Ghostview"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
-
- if [ "`use bonobo`" ] ; then
- myconf="$myconf --with-bonobo"
- CFLAGS="${CFLAGS} `gnome-config --cflags bonobo bonobox`"
- else
- myconf="$myconf --without-bonobo"
- fi
-
- CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- $myconf || die
-
- emake || die
-}
-
-src_install() {
- gconftool --shutdown
-
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-
diff --git a/app-text/ggv/ggv-1.1.93.ebuild b/app-text/ggv/ggv-1.1.93.ebuild
deleted file mode 100644
index f6a22b8538a4..000000000000
--- a/app-text/ggv/ggv-1.1.93.ebuild
+++ /dev/null
@@ -1,62 +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-1.1.93.ebuild,v 1.1 2002/02/17 03:58:30 agriffis Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome Ghostview"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- use nls || myconf="--disable-nls"
- if use bonobo; then
- myconf="$myconf --with-bonobo"
- else
- myconf="$myconf --without-bonobo"
- fi
-
- ./configure --build=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --disable-install-schemas \
- $myconf || die
-
- # CFLAGS was slurped up by ./configure above. It's now in the
- # Makefiles. We don't want to override it with our own.
- unset CFLAGS
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- # This is from the devhelp ebuild...
- # Fix gconf permissions
- killall gconfd-1 2>/dev/null >/dev/null
- chmod o+rX /etc/gconf -R
- # Install schemas
- gconftool-1 --shutdown
- SOURCE=xml::/etc/gconf/gconf.xml.defaults
- GCONF_CONFIG_SOURCE=$SOURCE \
- gconftool-1 --makefile-install-rule \
- /etc/gconf/schemas/${PN}.schemas \
- # 2>/dev/null >/dev/null || exit 1
- assert "gconftool-1 execution failed"
-}
diff --git a/app-text/ggv/ggv-1.1.94.ebuild b/app-text/ggv/ggv-1.1.94.ebuild
index 8ab7ee2bc4fd..13cb1fc14f9a 100644
--- a/app-text/ggv/ggv-1.1.94.ebuild
+++ b/app-text/ggv/ggv-1.1.94.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 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-1.1.94.ebuild,v 1.1 2002/03/13 09:33:50 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-1.1.94.ebuild,v 1.2 2002/03/29 00:15:56 seemant Exp $
S=${WORKDIR}/${P}
@@ -10,10 +10,10 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnome.org/"
RDEPEND=">=gnome-base/gnome-libs-1.4.1.4
- bonobo? ( >=gnome-base/bonobo-1.0.19-r1 )"
+ bonobo? ( >=gnome-base/bonobo-1.0.19-r1 )"
DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
+ nls? ( sys-devel/gettext )"
src_compile() {
local myconf
@@ -55,8 +55,8 @@ pkg_postinst() {
gconftool-1 --shutdown
SOURCE=xml::/etc/gconf/gconf.xml.defaults
GCONF_CONFIG_SOURCE=$SOURCE \
- gconftool-1 --makefile-install-rule \
- /etc/gconf/schemas/${PN}.schemas \
- # 2>/dev/null >/dev/null || exit 1
+ gconftool-1 --makefile-install-rule \
+ /etc/gconf/schemas/${PN}.schemas \
+ # 2>/dev/null >/dev/null || exit 1
assert "gconftool-1 execution failed"
}