diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 04:33:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 04:33:46 +0000 |
commit | 4a64a5e10903c1ccfe54b84d211ff332673c35b6 (patch) | |
tree | f010261d2e71e0fb5464ddb2004532cf4a081135 /media-gfx/eog | |
parent | *** empty log message *** (diff) | |
download | historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.tar.gz historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.tar.bz2 historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.zip |
repoman'd
Diffstat (limited to 'media-gfx/eog')
-rw-r--r-- | media-gfx/eog/eog-0.6-r3.ebuild | 56 | ||||
-rw-r--r-- | media-gfx/eog/eog-0.6-r4.ebuild | 18 | ||||
-rw-r--r-- | media-gfx/eog/eog-1.0.0.ebuild | 35 | ||||
-rw-r--r-- | media-gfx/eog/eog-1.0.1-r1.ebuild | 36 | ||||
-rw-r--r-- | media-gfx/eog/eog-1.0.1-r2.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/eog/files/digest-eog-0.6-r3 | 1 | ||||
-rw-r--r-- | media-gfx/eog/files/digest-eog-1.0.0 | 1 | ||||
-rw-r--r-- | media-gfx/eog/files/digest-eog-1.0.1-r1 | 1 |
8 files changed, 11 insertions, 142 deletions
diff --git a/media-gfx/eog/eog-0.6-r3.ebuild b/media-gfx/eog/eog-0.6-r3.ebuild deleted file mode 100644 index 297d122f2431..000000000000 --- a/media-gfx/eog/eog-0.6-r3.ebuild +++ /dev/null @@ -1,56 +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.6-r3.ebuild,v 1.3 2002/07/11 06:30:27 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Eye of GNOME" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/eog/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml" - -RDEPEND="virtual/glibc - >=gnome-base/gconf-1.0.4-r2 - >=gnome-base/bonobo-1.0.9-r1 - >=gnome-base/gnome-print-0.25i - >=gnome-base/libglade-0.17 - >=gnome-base/oaf-0.6.2 - =dev-libs/glib-1.2* - >=media-libs/gdk-pixbuf-0.16.0 - jpeg? ( media-libs/jpeg ) - png? ( media-libs/libpng - sys-libs/zlib )" - -DEPEND="${RDEPEND} - virtual/glibc - nls? ( sys-devel/gettext ) - >=dev-util/intltool-0.11" - - -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 prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=/var/lib \ - GCONF_CONFIG_SOURCE="xml::${D}/etc/gconf/gconf.xml.defaults" \ - install || die - - dodoc AUTHORS COPYING DEPENDS ChangeLog HACKING NEWS README \ - TODO MAINTAINERS -} - diff --git a/media-gfx/eog/eog-0.6-r4.ebuild b/media-gfx/eog/eog-0.6-r4.ebuild index b147bbca9eb7..65ed08cd0be7 100644 --- a/media-gfx/eog/eog-0.6-r4.ebuild +++ b/media-gfx/eog/eog-0.6-r4.ebuild @@ -1,14 +1,17 @@ # 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.6-r4.ebuild,v 1.3 2002/07/11 06:30:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.6-r4.ebuild,v 1.4 2002/07/23 04:33:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Eye of GNOME" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/eog/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml" -RDEPEND="virtual/glibc - >=gnome-base/gconf-1.0.4-r2 +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=gnome-base/gconf-1.0.4-r2 >=gnome-base/bonobo-1.0.9-r1 >=gnome-base/gnome-print-0.25i >=gnome-base/libglade-0.17 @@ -19,7 +22,7 @@ RDEPEND="virtual/glibc png? ( media-libs/libpng sys-libs/zlib )" -DEPEND="${RDEPEND} +RDEPEND="${DEPEND} nls? ( sys-devel/gettext >=dev-util/intltool-0.11 )" @@ -30,12 +33,7 @@ src_compile() { use nls || myconf="--disable-nls" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - + econf ${myconf} || die emake || die } diff --git a/media-gfx/eog/eog-1.0.0.ebuild b/media-gfx/eog/eog-1.0.0.ebuild deleted file mode 100644 index e721faf7ddab..000000000000 --- a/media-gfx/eog/eog-1.0.0.ebuild +++ /dev/null @@ -1,35 +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-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/eog-1.0.1-r1.ebuild b/media-gfx/eog/eog-1.0.1-r1.ebuild deleted file mode 100644 index 83afc7bc700a..000000000000 --- a/media-gfx/eog/eog-1.0.1-r1.ebuild +++ /dev/null @@ -1,36 +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-1.0.1-r1.ebuild,v 1.1 2002/06/21 14:06:16 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.3 - >=gnome-base/gconf-1.2.0 - >=x11-libs/gtk+-2.0.5 - >=dev-libs/libxml2-2.4.17 - >=gnome-base/gnome-vfs-2.0.0 - >=gnome-base/libgnomeui-2.0.1 - >=gnome-base/libbonoboui-2.0.0 - >=gnome-base/bonobo-activation-1.0.1 - >=gnome-base/libgnomecanvas-2.0.1 - >=gnome-base/libgnomeprint-1.115.0 - >=gnome-base/librsvg-2.0.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/eog-1.0.1-r2.ebuild b/media-gfx/eog/eog-1.0.1-r2.ebuild index 967deb4f4acf..aa12dbdaba0c 100644 --- a/media-gfx/eog/eog-1.0.1-r2.ebuild +++ b/media-gfx/eog/eog-1.0.1-r2.ebuild @@ -1,16 +1,17 @@ # 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.1-r2.ebuild,v 1.1 2002/06/26 23:18:01 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-1.0.1-r2.ebuild,v 1.2 2002/07/23 04:33:46 seemant Exp $ - inherit gnome2 S=${WORKDIR}/${P} DESCRIPTION="the Eye Of Gnome - Image Viewer and Cataloger for Gnome2" SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" + SLOT="1" LICENSE="GPL-2" +KEYWORDS="x86" RDEPEND=">=dev-libs/glib-2.0.3 >=gnome-base/gconf-1.2.0 diff --git a/media-gfx/eog/files/digest-eog-0.6-r3 b/media-gfx/eog/files/digest-eog-0.6-r3 deleted file mode 100644 index 941eb438c206..000000000000 --- a/media-gfx/eog/files/digest-eog-0.6-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e843959ff17f847e27a3219ac6cafcc7 eog-0.6.tar.gz 425084 diff --git a/media-gfx/eog/files/digest-eog-1.0.0 b/media-gfx/eog/files/digest-eog-1.0.0 deleted file mode 100644 index e27987ab4432..000000000000 --- a/media-gfx/eog/files/digest-eog-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 bda45849d387b28afc3106bbe6ece5ca eog-1.0.0.tar.bz2 339812 diff --git a/media-gfx/eog/files/digest-eog-1.0.1-r1 b/media-gfx/eog/files/digest-eog-1.0.1-r1 deleted file mode 100644 index 42b737be8695..000000000000 --- a/media-gfx/eog/files/digest-eog-1.0.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0870d7a21aa33bc6c959ec8a83d0e003 eog-1.0.1.tar.bz2 346719 |