+++ /dev/null
-# ChangeLog for media-gfx/ee
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ee/ChangeLog,v 1.13 2006/03/02 19:50:05 vanquirius Exp $
-
- 02 Mar 2006; Marcelo Goes <vanquirius@gentoo.org> ee-0.3.12-r3.ebuild:
- Require virtual/libintl instead of gettext in RDEPEND if nls flag is set.
-
- 18 Oct 2005; Mike Frysinger <vapier@gentoo.org> ee-0.3.12-r3.ebuild:
- Cleanup ebuild and fix nls issues #99762.
-
- 11 Aug 2005; Mark Loeser <halcy0n@gentoo.org> +metadata.xml,
- ee-0.3.12-r2.ebuild, ee-0.3.12-r3.ebuild:
- Fixed description; bug #92145 and added metadata.xml
-
- 01 Jul 2005; Ferris McCormick <fmccor@gentoo.org> ee-0.3.12-r3.ebuild:
- Add ~sparc keyword (after user query); builds without incident and appears
- to run fine.
-
- 01 Jul 2005; Ferris McCormick <fmccor@gentoo.org> ee-0.3.12-r2.ebuild:
- Add ~sparc keyword as a result of a user query; seems to work fine.
-
-*ee-0.3.12-r3 (07 Dec 2004)
-
- 07 Dec 2004; Akinori Hattori <hattya@gentoo.org> +ee-0.3.12-r3.ebuild:
- fixes bug #73179.
-
- 01 Oct 2004; <pyrania@gentoo.org> ee-0.3.12-r2.ebuild:
- Made epatch aware.
-
- 15 Dec 2003; Jon Portnoy <avenj@gentoo.org> ee-0.3.12-r2.ebuild :
- AMD64 keywords. Also added gnuconfig_update.
-
-*ee-0.3.12-r2 (9 May 2002)
-
- 30 Nov 2002; Jon Nall <nall@gentoo.org> ee-0.3.12-r2.ebuild :
- added ~ppc to KEYWORDS
-
- 15 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ee-0.3.12-r2.ebuild :
-
- Added db-1 as a dependency. Thanks to: bradh@frogmouth.net (Brad Hards) in
- bug #9149.
-
- 9 May 2002; Spider <spider@gentoo.org> ee-0.3.12-r2.ebuild :
- patch for -mo files
- nls-update
-
-*ee-0.3.12-r1 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+++ /dev/null
-MD5 17450aff925c0a90329ab263cdb0a04a ChangeLog 2105
-MD5 b613f22d8c4048df84acc9592ee34f27 ee-0.3.12-r2.ebuild 985
-MD5 7a33dc25734bb141a0f2e2169ba7d0b4 ee-0.3.12-r3.ebuild 1450
-MD5 bd6a1a727ab6ef5c722ecf4f77cf719e files/digest-ee-0.3.12-r2 61
-MD5 bd6a1a727ab6ef5c722ecf4f77cf719e files/digest-ee-0.3.12-r3 61
-MD5 3a9923f87aa62b5de53e8fe037fc0dae files/ee-mo.diff 502
-MD5 5fc54c5d01402d0610fafa96961bb8e0 metadata.xml 161
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ee/ee-0.3.12-r2.ebuild,v 1.15 2005/08/11 01:52:59 halcy0n Exp $
-
-inherit gnuconfig eutils
-
-IUSE="nls"
-
-DESCRIPTION="Electric Eyes image viewer"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc amd64"
-
-DEPEND="=sys-libs/db-1*
- >=gnome-base/gnome-libs-1.4.1.2-r1"
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-mo.diff || die "epatch failed!"
-}
-
-src_compile() {
- gnuconfig_update
-
- local myconf
- use nls && myconf="--enable-nls" || myconf="--disable-nls"
-
- econf ${myconf} || die "configure failure"
- emake || die "make failure"
-}
-
-src_install() {
- make DESTDIR=${D} \
- prefix=/usr \
- install || die "make install failure"
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ee/ee-0.3.12-r3.ebuild,v 1.5 2006/03/02 19:50:05 vanquirius Exp $
-
-inherit gnuconfig eutils
-
-DESCRIPTION="Electric Eyes image viewer"
-HOMEPAGE="http://www.gnome.org/"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="nls"
-
-DEPEND="=sys-libs/db-1*
- >=gnome-base/gnome-libs-1.4.1.2-r1
- nls? ( sys-devel/gettext )"
-
-RDEPEND="=sys-libs/db-1*
- >=gnome-base/gnome-libs-1.4.1.2-r1
- nls? ( virtual/libintl )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-mo.diff
- strip-linguas -i po
-}
-
-src_compile() {
- econf \
- --program-suffix=yes \
- $(use_enable nls) \
- || die "configure failure"
- emake || die "make failure"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failure"
- dodoc AUTHORS ChangeLog NEWS README
-
- # ee -> eeyes (bug #73179)
- # based on official Debian package's control file
- mv "${D}"/usr/share/gnome/help/{ee,eeyes}
-
- sed 's:\(=ee\):\1yes:' "${D}"/usr/share/mime-info/ee.keys \
- > "${D}"/usr/share/mime-info/eeyes.keys
- rm "${D}"/usr/share/mime-info/ee.keys
-
- dodir /usr/share/applications
- sed 's:\(Exec=ee\):\1yes:' "${D}"/usr/share/gnome/apps/Graphics/ee.desktop \
- > "${D}"/usr/share/applications/eeyes.desktop
- rm -r "${D}"/usr/share/gnome/apps
-}
+++ /dev/null
-MD5 d7e92c1cc560ce76e439353462b8aa7e ee-0.3.12.tar.gz 437916
+++ /dev/null
-MD5 d7e92c1cc560ce76e439353462b8aa7e ee-0.3.12.tar.gz 437916
+++ /dev/null
---- ee-0.3.12/po/Makefile.in.in.orig Mon Jul 17 17:42:34 2000
-+++ ee-0.3.12/po/Makefile.in.in Tue Apr 16 15:29:48 2002
-@@ -119,8 +119,8 @@
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- case "$$cat" in \
-- *.gmo) destdir=$(gnulocaledir);; \
-- *) destdir=$(localedir);; \
-+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
-+ *) destdir=$(DESTDIR)$(localedir);; \
- esac; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- dir=$$destdir/$$lang/LC_MESSAGES; \
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>graphics</herd>
-</pkgmetadata>
+++ /dev/null
-# ChangeLog for media-gfx/gnome-iconedit
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/ChangeLog,v 1.11 2004/06/24 22:39:31 agriffis Exp $
-
- 27 Apr 2004; Aron Griffis <agriffis@gentoo.org>
- gnome-iconedit-1.2.0-r5.ebuild:
- Add inherit eutils
-
-*gnome-iconedit-1.2.0-r5 (1 May 2002)
-
- 25 Apr 2003; foser <foser@gentoo.org> gnome-iconedit-1.2.0-r5.ebuild :
- Added libxml dep (#19801)
-
- 25 Mar 2003; Seemant Kulleen <seemant@gentoo.org>
- gnome-iconedit-1.2.0-r5.ebuild:
- homepage syntax fix. thanks to: Frantz Dhin <tragedy_rm@hotmail.com> in bug
- #18145
-
- 15 Feb 2003; Weeve,,, <weeve@gentoo.org> gnome-iconedit-1.2.0-r5.ebuild :
- Added sparc to keywords.
-
- 19 Sep 2002; Olivier Reisch <doctomoe@gentoo.org> gnome-iconedit-1.2.0-r5.ebuild:
- Added ppc keyword
-
- 12 Apr 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog,
- gnome-iconedit-1.2.0-r5, files/gnome-iconedit-1.2.0-r5 :
-
- Added -I/usr/include/gdk-pixbuf-1.0 per Martin Schlemmer suggestion
- in bug #1929.
-
-*gnome-iconedit-1.2.0-r4 (12 Apr 2002)
-
- 12 Apr 2002; Seemant Kulleen <seemant@gentoo.org>
- gnome-iconedit-1.2.0-r4.ebuild :
-
- Compile against newer libpng
-
-*gnome-iconedit-1.2.0-r3 (2 Apr 2002)
-
- 2 Apr 2002; M.Schlemmer <azarah@gentoo.org> :
-
- Export WANT_AUTOMAKE and WANT_AUTOCONF to use the proper versions of these
- ( automake-1.4 and autoconf-2.13 ). This resolves bug #1476.
-
-*gnome-iconedit-1.2.0-r2 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+++ /dev/null
-MD5 46f2dd4354d41ecc5e9986dc317a6429 gnome-iconedit-1.2.0-r5.ebuild 1351
-MD5 73a502b3b2e6b14ecb1a59b37b1201f4 ChangeLog 1928
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 d3c68ccfcef6c7c5f704962581a6d64e files/digest-gnome-iconedit-1.2.0-r5 77
-MD5 f9ee6f59378eced533e5dbe056a0cdb5 files/gnome-iconedit.diff 2157
+++ /dev/null
-MD5 76fcee700222898cc322a12844fb813a gnome-iconedit_1.2.0.orig.tar.gz 205360
+++ /dev/null
---- gnome-iconedit-1.2.0/src/layers.c~ Sat Jul 8 14:47:56 2000
-+++ gnome-iconedit-1.2.0/src/layers.c Mon Jul 10 17:16:44 2000
-@@ -304,7 +304,7 @@
- void
- ie_primitive_clear_all (IECanvasLayer *layer)
- {
-- memset (layer->pixbuf, 0x00, layer->rowstride * layer->height);
-+ memset (layer->pixbuf, 0x00, (size_t)(layer->rowstride * layer->height));
- }
-
- void
---- gnome-iconedit-1.2.0/src/Makefile.am.orig Sat Jul 8 00:51:52 2000
-+++ gnome-iconedit-1.2.0/src/Makefile.am Wed Aug 30 10:34:15 2000
-@@ -95,6 +95,7 @@
- -lgdk_pixbuf -lz -lpng -lXpm -lxml \
- $(OAF_LIBS) \
- -lbonobo-print \
-+ -lbonobox \
- -lbonobo \
- $(print_libs)
- endif
---- gnome-iconedit-1.2.0/src/menus.c.orig Thu Jun 22 13:31:59 2000
-+++ gnome-iconedit-1.2.0/src/menus.c Mon Dec 4 11:36:40 2000
-@@ -36,7 +36,8 @@
- #include <libgnomeprint/gnome-print-preview.h>
- #include <libgnomeprint/gnome-print-pixbuf.h>
- #include <libgnomeprint/gnome-font.h>
--#include <libgnomeprint/gnome-printer-profile.h>
-+/* not in gnome-print (0.25) anymore */
-+/*#include <libgnomeprint/gnome-printer-profile.h>*/
- #include <libgnomeprint/gnome-printer-dialog.h>
- #include <libgnomeprint/gnome-print-master.h>
- #include <libgnomeprint/gnome-print-master-preview.h>
---- gnome-iconedit-1.2.0/configure.in.orig Sat Jul 8 15:33:31 2000
-+++ gnome-iconedit-1.2.0/configure.in Mon Dec 4 11:55:20 2000
-@@ -93,11 +93,11 @@
- dnl Whether to use OAF
-
- AC_MSG_CHECKING(if Bonobo uses OAF)
--if ( gnome-config --libs bonobo | grep oaf ) > /dev/null 2>&1; then
-- enable_oaf="yes"
--else
-+dnl if ( gnome-config --libs bonobo | grep oaf ) > /dev/null 2>&1; then
-+dnl enable_oaf="yes"
-+dnl else
- enable_oaf="no"
--fi
-+dnl fi
-
- AC_MSG_RESULT("$enable_oaf")
-
---- gnome-iconedit-1.2.0/src/Iconedit.h.orig Wed Oct 3 23:32:48 2001
-+++ gnome-iconedit-1.2.0/src/Iconedit.h Wed Oct 3 23:32:58 2001
-@@ -13,7 +13,7 @@
- #endif /* __cplusplus */
-
- /** typedefs **/
--#include <liboaf/gnome-factory.h>
-+#include <libgnorba/gnome-factory.h>
- #if !defined(ORBIT_DECL_GNOME_Iconedit_Iconedit) && !defined(_GNOME_Iconedit_Iconedit_defined)
- #define ORBIT_DECL_GNOME_Iconedit_Iconedit 1
- #define _GNOME_Iconedit_Iconedit_defined 1
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild,v 1.20 2004/08/22 05:10:28 obz Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Edits icons, what more can you say?"
-HOMEPAGE="http://www.advogato.org/proj/GNOME-Iconedit/"
-SRC_URI="http://210.77.60.218/ftp/ftp.debian.org/pool/main/g/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~amd64"
-IUSE="nls"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- =x11-libs/gtk+-1.2*
- >=media-libs/gdk-pixbuf-0.11.0-r1
- dev-libs/libxml
- media-libs/libpng
- =gnome-base/orbit-0*"
-
-DEPEND="$RDEPEND >=sys-devel/autoconf-2.58"
-# Gnome-Print support is broken
-# >=gnome-base/gnome-print-0.30
-# Bonobo support is broken
-# bonobo? ( gnome-base/bonobo )"
-
-src_unpack() {
- unpack ${A}
-
- # Fix some compile / #include errors
- cd ${S}
- epatch ${FILESDIR}/gnome-iconedit.diff
-
- # Update the Makefiles.
- export WANT_AUTOMAKE=1.4
- export WANT_AUTOCONF=2.1
- automake --add-missing
- autoconf
-}
-
-src_compile() {
- append-flags `gnome-config --cflags print` -I/usr/include/gdk-pixbuf-1.0
- econf \
- --without-gnome-print \
- `use_enable nls` \
- || die
-
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>gnome</herd>
-</pkgmetadata>