summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-06-10 21:18:57 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-06-10 21:18:57 +0000
commit52f9e0aa0a5400fb28c75f9fa83be63929b13542 (patch)
tree66037f1a2446cbaca9455c432807879761330eb4 /media-gfx
parentMasking qmail-scanner. (diff)
downloadgentoo-2-52f9e0aa0a5400fb28c75f9fa83be63929b13542.tar.gz
gentoo-2-52f9e0aa0a5400fb28c75f9fa83be63929b13542.tar.bz2
gentoo-2-52f9e0aa0a5400fb28c75f9fa83be63929b13542.zip
new stable version and removed the old ones
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/eog/ChangeLog6
-rw-r--r--media-gfx/eog/eog-0.117.0.ebuild72
-rw-r--r--media-gfx/eog/eog-0.118.0.ebuild72
-rw-r--r--media-gfx/eog/eog-1.0.0.ebuild35
-rw-r--r--media-gfx/eog/files/digest-eog-0.117.01
-rw-r--r--media-gfx/eog/files/digest-eog-0.118.01
-rw-r--r--media-gfx/eog/files/digest-eog-1.0.01
7 files changed, 41 insertions, 147 deletions
diff --git a/media-gfx/eog/ChangeLog b/media-gfx/eog/ChangeLog
index c9889dd66754..9f9fee123a14 100644
--- a/media-gfx/eog/ChangeLog
+++ b/media-gfx/eog/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for media-gfx/eog
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.8 2002/06/06 21:53:13 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.9 2002/06/10 21:18:57 spider Exp $
+*eog-1.0.0 (10 Jun 2002)
+ 10 Jun 2002; Spider <spider@gentoo.org> eog-1.0.0.ebuild :
+ New stable version! get it while its hot
+
eog-0.118.0 (06 Jun 2002)
06 Jun 2002; Spider <spider@gentoo.org> eog-0.118.0.ebuild:
gnome-print fix
diff --git a/media-gfx/eog/eog-0.117.0.ebuild b/media-gfx/eog/eog-0.117.0.ebuild
deleted file mode 100644
index 07acf555d371..000000000000
--- a/media-gfx/eog/eog-0.117.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.117.0.ebuild,v 1.1 2002/05/23 00:07:38 spider Exp $
-
-
-# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+
-DEBUG="yes"
-RESTRICT="nostrip"
-# force debug information
-CFLAGS="${CFLAGS} -g"
-CXXFLAGS="${CXXFLAGS} -g"
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="the Eye Of Gnome - Image Viewer and Cataloger for Gnome2"
-SRC_URI="ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/"
-SLOT="1"
-LICENSE="GPL-2"
-
-RDEPEND=">=dev-libs/glib-2.0.0
- >=gnome-base/gconf-1.1.8
- >=x11-libs/gtk+-2.0.0
- >=dev-libs/libxml2-2.4.17
- >=gnome-base/gnome-vfs-1.9.10
- >=gnome-base/libgnomeui-1.112.1
- >=gnome-base/libbonoboui-1.112.1
- >=gnome-base/bonobo-activation-0.9.5
- >=gnome-base/libgnomecanvas-1.113.0
- >=gnome-extra/libgnomeprint-1.111.0
- >=sys-libs/zlib-1.1.4
- >=media-libs/libpng-1.2.1"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- >=dev-util/intltool-0.17"
-
-src_compile() {
- libtoolize --copy --force
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --enable-platform-gnome-2 \
- --enable-debug=yes || die "configure failure"
-
- emake || die "compile failure"
-}
-
-src_install() {
- export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- localstatedir=${D}/var/lib \
- install || die
- unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
- dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS HACKING DEPENDS THANKS TODO
-}
-
-pkg_postinst() {
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- for SCHEMA in eog.schemas ; do
- /usr/bin/gconftool-2 --makefile-install-rule \
- /etc/gconf/schemas/${SCHEMA}
- done
- scrollkeeper-update -p /var/lib/scrollkeeper
-}
-
diff --git a/media-gfx/eog/eog-0.118.0.ebuild b/media-gfx/eog/eog-0.118.0.ebuild
deleted file mode 100644
index b9e7767f66d6..000000000000
--- a/media-gfx/eog/eog-0.118.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.118.0.ebuild,v 1.2 2002/06/06 21:53:13 spider Exp $
-
-
-# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+
-DEBUG="yes"
-RESTRICT="nostrip"
-# force debug information
-CFLAGS="${CFLAGS} -g"
-CXXFLAGS="${CXXFLAGS} -g"
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="the Eye Of Gnome - Image Viewer and Cataloger for Gnome2"
-SRC_URI="ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/"
-SLOT="1"
-LICENSE="GPL-2"
-
-RDEPEND=">=dev-libs/glib-2.0.0
- >=gnome-base/gconf-1.1.8
- >=x11-libs/gtk+-2.0.0
- >=dev-libs/libxml2-2.4.17
- >=gnome-base/gnome-vfs-1.9.10
- >=gnome-base/libgnomeui-1.112.1
- >=gnome-base/libbonoboui-1.112.1
- >=gnome-base/bonobo-activation-0.9.5
- >=gnome-base/libgnomecanvas-1.113.0
- >=gnome-base/libgnomeprint-1.111.0
- >=sys-libs/zlib-1.1.4
- >=media-libs/libpng-1.2.1"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- >=dev-util/intltool-0.17"
-
-src_compile() {
- libtoolize --copy --force
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --enable-platform-gnome-2 \
- --enable-debug=yes || die "configure failure"
-
- emake || die "compile failure"
-}
-
-src_install() {
- export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- localstatedir=${D}/var/lib \
- install || die
- unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
- dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS HACKING DEPENDS THANKS TODO
-}
-
-pkg_postinst() {
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- for SCHEMA in eog.schemas ; do
- /usr/bin/gconftool-2 --makefile-install-rule \
- /etc/gconf/schemas/${SCHEMA}
- done
- scrollkeeper-update -p /var/lib/scrollkeeper
-}
-
diff --git a/media-gfx/eog/eog-1.0.0.ebuild b/media-gfx/eog/eog-1.0.0.ebuild
new file mode 100644
index 000000000000..e721faf7ddab
--- /dev/null
+++ b/media-gfx/eog/eog-1.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-1.0.0.ebuild,v 1.1 2002/06/10 21:18:57 spider Exp $
+
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="the Eye Of Gnome - Image Viewer and Cataloger for Gnome2"
+SRC_URI="ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://www.gnome.org/"
+SLOT="1"
+LICENSE="GPL-2"
+
+RDEPEND=">=dev-libs/glib-2.0.0
+ >=gnome-base/gconf-1.1.8
+ >=x11-libs/gtk+-2.0.0
+ >=dev-libs/libxml2-2.4.17
+ >=gnome-base/gnome-vfs-1.9.16
+ >=gnome-base/libgnomeui-2.0.0
+ >=gnome-base/libbonoboui-2.0.0
+ >=gnome-base/bonobo-activation-1.0.0
+ >=gnome-base/libgnomecanvas-2.0.0
+ >=gnome-base/libgnomeprint-1.115.0
+ >=sys-libs/zlib-1.1.4
+ >=media-libs/libpng-1.2.1"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.17"
+
+G2CONF="${G2CONF} --enable-platform-gnome-2"
+DOCS="AUTHORS ChangeLog COPYING README* INSTALL NEWS HACKING DEPENDS THANKS TODO"
+SCHEMAS="eog.schemas"
+
diff --git a/media-gfx/eog/files/digest-eog-0.117.0 b/media-gfx/eog/files/digest-eog-0.117.0
deleted file mode 100644
index 11e78df7a975..000000000000
--- a/media-gfx/eog/files/digest-eog-0.117.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2ba1375e542eee624209d9c029a3da6 eog-0.117.0.tar.bz2 379632
diff --git a/media-gfx/eog/files/digest-eog-0.118.0 b/media-gfx/eog/files/digest-eog-0.118.0
deleted file mode 100644
index 25777cd95970..000000000000
--- a/media-gfx/eog/files/digest-eog-0.118.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fae0e84698a995d835710b77b0240222 eog-0.118.0.tar.bz2 332570
diff --git a/media-gfx/eog/files/digest-eog-1.0.0 b/media-gfx/eog/files/digest-eog-1.0.0
new file mode 100644
index 000000000000..e27987ab4432
--- /dev/null
+++ b/media-gfx/eog/files/digest-eog-1.0.0
@@ -0,0 +1 @@
+MD5 bda45849d387b28afc3106bbe6ece5ca eog-1.0.0.tar.bz2 339812