+++ /dev/null
-# ChangeLog for gnome-extra/battstat
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/battstat/ChangeLog,v 1.12 2004/07/01 19:46:56 eradicator Exp $
-
- 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
- battstat-2.0.11.ebuild, battstat-2.0.13.ebuild:
- virtual/glibc -> virtual/libc
-
-*battstat-2.0.13 (17 Jun 2002)
-
- 06 Jan 2003; Jack Morgan <jmorgan@gentoo.org> battstat-2.0.13 battstat-2.0.11
- Removed sparc keywords as sparc laptops are uncommon
-
- 24 Jul 2002; Spider <spider@gentoo.org> battstat-2.0.13 battstat-2.0.11
- KEYWORDS, SLOT, LICENSE added
-
- 17 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog :
- Version bump, patch added, updated dependencies.
- Thanks again to hanno@gmx.de (Hanno Boeck) bug #3617
-
-
-*battstat-2.0.11 (10 Jun 2002)
- 10 Jun 2002; Seemant Kulleen <seemant@gentoo.org> battstat-2.0.11.ebuild
- files/digest-battstat-2.0.11 :
-
- Version bump thanks to: hanno@gmx.de (Hanno Boeck) in bug #3587
-
-*battstat-2.0.10-r3 (3 Jun 2002)
- 3 Jun 2002; Seemant Kulleen <seemant@gentoo.org> battstat-2.0.10-r3.ebuild
- files/digest-battstat-2.0.10-r3 :
-
- Sandbox violation fix for NLS info stuff. Same bug # fixed.
-
-*battstat-2.0.10-r2 (30 May 2002)
- 30 May 2002; Seemant Kulleen <seemant@gentoo.org>
- battstat-2.0.10-r2.ebuild files/digest-battstat-2.0.10-r2 :
-
- Sandbox violations fixed. Thanks to dave@cs.colgate.edu (Dave Nellans)
- in bug #2046 for finding it.
-
-*battstat-2.0.10-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 029ed1ce23e690f4b7a796a0b5ab437a ChangeLog 1949
-MD5 e97352944d1f83541d61e8021f9bda9d battstat-2.0.11.ebuild 1037
-MD5 c2ee7b0450c40dcbb9b8cf5f62605646 battstat-2.0.13.ebuild 1255
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 31d1f0e6dd4fc8a3dd521421db177727 files/battstat-acpi.diff 2058
-MD5 f0fbc49c008fdedfb7f3fa230f01f1ba files/digest-battstat-2.0.11 74
-MD5 b4f2a1f645aa4591b9b34e8a34c435f6 files/digest-battstat-2.0.13 128
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/battstat/battstat-2.0.11.ebuild,v 1.12 2004/07/01 19:46:56 eradicator Exp $
-
-IUSE="nls"
-
-S=${WORKDIR}/battstat_applet-${PV}
-DESCRIPTION="Battstat Applet, GNOME battery status applet."
-SRC_URI="http://download.sourceforge.net/battstat/battstat_applet-${PV}.tar.gz"
-HOMEPAGE="http://battstat.sourceforge.net"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="virtual/libc
- >=gnome-base/gnome-libs-1.4.1.2-r1
- >=gnome-base/gnome-core-1.4.0.4-r1
- >=sys-apps/apmd-3.0.1
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- use nls \
- || myconf="--disable-nls"
-# && myconf="--localedir=/usr/share/locale" \
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install () {
-
- make \
- DESTDIR=${D} \
- gnomeconfdir=${D}/etc \
- gnomedatadir=${D}/usr/share \
- gnulocaledir=${D}/usr/share/locale \
- install || die
-
- rm ${D}/topic.dat
-
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/battstat/battstat-2.0.13.ebuild,v 1.12 2004/07/01 19:46:56 eradicator Exp $
-
-IUSE="nls"
-
-S=${WORKDIR}/battstat_applet-${PV}
-DESCRIPTION="Battstat Applet, GNOME battery status applet."
-SRC_URI="http://download.sourceforge.net/battstat/battstat_applet-${PV}.tar.gz
-http://download.sourceforge.net/sourceforge/battstat/acpi-linux.h"
-HOMEPAGE="http://battstat.sourceforge.net"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="virtual/libc
- >=gnome-base/gnome-libs-1.4.1.7
- >=gnome-base/gnome-core-1.4.0.8
- >=sys-apps/apmd-3.0.2-r2
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack battstat_applet-${PV}.tar.gz
- cp ${DISTDIR}/acpi-linux.h battstat_applet-${PV}/src/
- patch -p0 < ${FILESDIR}/battstat-acpi.diff
-}
-
-src_compile() {
- local myconf
-
- use nls \
- || myconf="--disable-nls"
-# && myconf="--localedir=/usr/share/locale" \
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install () {
-
- make \
- DESTDIR=${D} \
- gnomeconfdir=${D}/etc \
- gnomedatadir=${D}/usr/share \
- gnulocaledir=${D}/usr/share/locale \
- install || die
-
- rm ${D}/topic.dat
-
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-
+++ /dev/null
---- battstat_applet-2.0.13-orig/src/acpi-linux.c Sun Nov 4 23:41:22
-2001
-+++ battstat_applet-2.0.13/src/acpi-linux.c Tue May 7 12:28:31 2002
-@@ -49,7 +49,7 @@
- if ((c = strchr(tmp, ':'))) // Is a colon separated line
- {
- *c = 0;
-- if (strcmp(tmp, field) == 0) // It is the right line
-+ if (strcasecmp(tmp, field) == 0) // It is the right line
- {
- c++; // Find the beginning of the data
- if (*c)
-@@ -106,11 +106,11 @@
- low_capacity = 0;
- critical_capacity = 0;
-
-- if ((f = fopen("/proc/acpi/battery/1/info", "r")))
-+ if ((f = fopen("/proc/acpi/battery/BAT1/info", "r")))
- {
-- max_capacity = al_get_field_int(f, "Design Capacity");
-- low_capacity = al_get_field_int(f, "Design Capacity Warning");
-- critical_capacity = al_get_field_int(f, "Design Capacity Low");
-+ max_capacity = al_get_field_int(f, "design capacity");
-+ low_capacity = al_get_field_int(f, "design capacity warning");
-+ critical_capacity = al_get_field_int(f, "design capacity low");
-
- fclose(f);
- }
-@@ -121,27 +121,27 @@
- charging = FALSE;
- remain = 0;
-
-- if ((f = fopen("/proc/acpi/battery/1/status", "r")))
-+ if ((f = fopen("/proc/acpi/battery/BAT1/state", "r")))
- {
- gchar *s;
- gchar tmp[256];
-
-- if ((s = al_get_field(f, "State", tmp, sizeof(tmp))))
-+ if ((s = al_get_field(f, "charging state", tmp, sizeof(tmp))))
- charging = strcmp(s, "charging") == 0;
-
-- remain = al_get_field_int(f, "Remaining Capacity");
-+ remain = al_get_field_int(f, "remaining capacity");
-
- fclose(f);
- }
-
- ac_online = FALSE;
-
-- if ((f = fopen("/proc/acpi/ac_adapter/0/status", "r")))
-+ if ((f = fopen("/proc/acpi/ac_adapter/ACAD/state", "r")))
- {
- gchar *s;
- gchar tmp[256];
-
-- if ((s = al_get_field(f, "Status", tmp, sizeof(tmp))))
-+ if ((s = al_get_field(f, "state", tmp, sizeof(tmp))))
- ac_online = strcmp(s, "on-line") == 0;
-
- fclose(f);
+++ /dev/null
-MD5 caedf0168e59073ca3dcb7af012b1eae battstat_applet-2.0.11.tar.gz 737464
+++ /dev/null
-MD5 a6c704b14ab8b3911e18c8d44e6846c3 battstat_applet-2.0.13.tar.gz 823753
-MD5 83abe9b005c6c13ae1c88737636a14de acpi-linux.h 923
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>gnome</herd>
-</pkgmetadata>
+++ /dev/null
-# ChangeLog for gnome-extra/bonobo-conf
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/ChangeLog,v 1.12 2005/09/11 07:56:58 agriffis Exp $
-
- 11 Sep 2005; Aron Griffis <agriffis@gentoo.org> bonobo-conf-0.16.ebuild:
- Mark 0.16 stable on alpha
-
- 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> bonobo-conf-0.14.ebuild:
- Fix use invocation
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*bonobo-conf-0.16 (28 Sep 2002)
-
- 06 Jul 2003; Guy Martin <gmsoft@gentoo.org> bonobo-conf-0.16.ebuild :
- Added hppa to KEYWORDS.
-
- 29 Mar 2003; Aron Griffis <agriffis@gentoo.org> bonobo-conf-0.16.ebuild:
- Add ~alpha to KEYWORDS
-
- 28 Sep 2002; Martin Schlemmer <azarah@gentoo.org> :
- New version. Update to use gnome.org eclass.
-
-*bonobo-conf-0.14 (11 Apr 2002)
- 25 Jul 2002; Spider <spider@gentoo.org>
- SLOT KEYWORDS and LICENSE added
-
- 11 Apr 2002; Spider <spider@gentoo.org>
- Update all glib dependencies to use glib-1.2* in preparation of unmasking the glib-2.0.1 packages
-
-*bonobo-conf-0.14 (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 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 4b1c53d06cc2cf5fba10d3939f547003 ChangeLog 1564
-MD5 5976ce666d3f004879f572133a75283b bonobo-conf-0.14.ebuild 1168
-MD5 e714f9326a887acad3c0ba96f432e1e3 bonobo-conf-0.16.ebuild 1045
-MD5 aeca55f4f94d65d65ccc5482f4c6541c files/digest-bonobo-conf-0.14 68
-MD5 dfa7edf21e04d750f82339aa1743615e files/digest-bonobo-conf-0.16 68
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild,v 1.16 2004/07/14 15:22:18 agriffis Exp $
-
-IUSE="nls"
-
-DESCRIPTION="Bonobo Configuration System"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz
- ftp://ftp.ximian.com/pub/source/evolution/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
-
-RDEPEND="=dev-libs/glib-1.2*
- =x11-libs/gtk+-1.2*
- >=gnome-base/bonobo-1.0.15
- >=gnome-base/oaf-0.6.6-r1"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- >=dev-util/intltool-0.11"
-
-src_compile() {
- local myconf
-
- if ! use nls ; then
- myconf="--disable-nls"
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --disable-more-warnings \
- $myconf || die
-
- make || die
-}
-
-src_install () {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
-}
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild,v 1.11 2005/09/11 07:56:58 agriffis Exp $
-
-IUSE="nls"
-
-GNOME_TARBALL_SUFFIX="gz"
-inherit gnome.org libtool
-
-DESCRIPTION="Bonobo Configuration System"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha hppa ppc sparc x86"
-
-RDEPEND="=dev-libs/glib-1.2*
- =x11-libs/gtk+-1.2*
- >=gnome-base/bonobo-1.0.15
- >=gnome-base/oaf-0.6.6-r1"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- >=dev-util/intltool-0.11"
-
-src_compile() {
- elibtoolize
-
- local myconf=""
- use nls || myconf="--disable-nls"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --disable-more-warnings \
- ${myconf} || die
-
- make || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
-}
+++ /dev/null
-MD5 ba37bffe8b6ac5c9281e0112de548b9d bonobo-conf-0.14.tar.gz 438259
+++ /dev/null
-MD5 03467d42b8a74d379cfef238017eb862 bonobo-conf-0.16.tar.gz 459686
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>gnome</herd>
-</pkgmetadata>
+++ /dev/null
-# ChangeLog for gnome-extra/glibwww
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/glibwww/ChangeLog,v 1.8 2004/06/24 22:04:03 agriffis Exp $
-
- 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
- glibwww-0.2-r2.ebuild:
- Masked glibwww-0.2-r2.ebuild stable for ppc
-
- 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> glibwww-0.2-r2.ebuild:
- fixing depend. see 45343
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*glibwww-0.2-r2 (1 Feb 2002)
-
- 25 Jul 2002; Spider <spider@gentoo.org>
- SLOT KEYWORDS and LICENSE added
-
-
- 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 c24b63efd45d6dd6b5c82b7d2002258f glibwww-0.2-r2.ebuild 824
-MD5 9685a565b896d08f1dfae92a1f3a3caa ChangeLog 1070
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 90e8513819a09b1d7bbea09a2866ff7c files/digest-glibwww-0.2-r2 63
+++ /dev/null
-MD5 3f20f0e7b01acb8dc81502e088cd9389 glibwww-0.2.tar.gz 162157
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/glibwww/glibwww-0.2-r2.ebuild,v 1.13 2004/07/14 15:25:01 agriffis Exp $
-
-DESCRIPTION="The Gnome WWW Libraries"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-SLOT="0"
-KEYWORDS="x86 sparc ppc"
-IUSE=""
-LICENSE="GPL-2"
-
-DEPEND=">=net-libs/libwww-1.5.3-r1
- >=gnome-base/gnome-libs-1.4.1.2-r1"
-
-src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- assert
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- dodoc AUTHORS ChangeLog NEWS README
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>gnome</herd>
-</pkgmetadata>
+++ /dev/null
-# ChangeLog for gnome-extra/gnome-pim
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pim/ChangeLog,v 1.17 2006/06/12 13:40:54 allanonjl Exp $
-
- 12 Jun 2006; John N. Laliberte <allanonjl@gentoo.org>
- gnome-pim-1.4.8.ebuild, gnome-pim-1.4.9.ebuild:
- fix description, fixes #136390
-
- 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
- gnome-pim-1.4.8.ebuild, gnome-pim-1.4.9.ebuild:
- Masked gnome-pim-1.4.9.ebuild testing for ppc
-
- 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
- gnome-pim-1.4.8.ebuild:
- Masked gnome-pim-1.4.8.ebuild stable for ppc
-
- 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> gnome-pim-1.4.8.ebuild:
- Add die following econf for bug 48950
-
- 25 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> gnome-pim-1.4.9.ebuild:
- Couldn't get <app-pda/gnome-pilot-2 to compile on amd64.
-
- 25 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> gnome-pim-1.4.9.ebuild:
- Adding amd64 keyword. Closing #42587.
-
- 30 Aug 2003; Alastair Tse <liquidx@gentoo.org> gnome-pim-1.4.8.ebuild,
- gnome-pim-1.4.9.ebuild:
- moving gnome-extra/gnome-pilot* to app-pda/gnome-pilot*
-
-*gnome-pim-1.4.9 (28 Jul 2003)
-
- 28 Jul 2003; Aron Griffis <agriffis@gentoo.org> gnome-pim-1.4.9.ebuild:
- I added this to my tree a long time ago to use on alpha, but forgot to commit
- it to cvs. So here it is... an updated release of a Gnome1 program, stable
- on alpha!
-
- 10 Jun 2003; Alastair Tse <liquidx@gentoo.org> gnome-pim-1.4.8.ebuild:
- fixed gnome-pilot deps and cleaned ebuild
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*gnome-pim-1.4.8 (12 Oct 2002)
-
- 22 May 2003; foser <foser@gentoo.org> gnome-pim-1.4.8.ebuild :
- Removed unneeded xml check (#21504)
-
- 18 May 2003; foser <foser@gentoo.org> gnome-pam-1.4.8.ebuild :
- Disabled nls stuff (#20645)
-
- 12 Oct 2002; foser <foser@gentoo.org> gnome-pim-1.4.8.ebuild :
- Bugfix release, added pda USE flag
-
-*gnome-pim-1.4.6 (26 Apr 2002)
-
- 25 Jul 2002; Spider <spider@gentoo.org>
- SLOT KEYWORDS and LICENSE added
-
- 26 Apr 2002; Spider <spider@gentoo.org> gnome-pim-1.4.6.ebuild :
- update URL
- new version (beating the dead horse)
-
-*gnome-pim-1.4.3 (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
-DIST gnome-pim-1.4.8.tar.gz 1452005
-DIST gnome-pim-1.4.9.tar.gz 1467095
-EBUILD gnome-pim-1.4.8.ebuild 998 RMD160 201b1bc420a5e13234d014a391cc9da0dfea8eb6 SHA1 95775044fb9587a7eb52333d8dd2fe7fe97f116f SHA256 3d3ff49728f6290f1b81451f6a05ee8fc9cf623f2f6b1cfbbb799d01a539b504
-MD5 9c41172bfdffbddd04b4dbcbf671acfe gnome-pim-1.4.8.ebuild 998
-RMD160 201b1bc420a5e13234d014a391cc9da0dfea8eb6 gnome-pim-1.4.8.ebuild 998
-SHA256 3d3ff49728f6290f1b81451f6a05ee8fc9cf623f2f6b1cfbbb799d01a539b504 gnome-pim-1.4.8.ebuild 998
-EBUILD gnome-pim-1.4.9.ebuild 1010 RMD160 120cbcc304c0cbb4f64df72174d3a83ab1a2dbfc SHA1 5dfa4c7dba0e42c70ec08a75be0de4c36a13a825 SHA256 c410c4d7671febaa97a09f2ca24cb5edc57a4a5df6e92b9777deb1e5249111e7
-MD5 ef2ce7d8a8ef35cc6bdaca85014853a2 gnome-pim-1.4.9.ebuild 1010
-RMD160 120cbcc304c0cbb4f64df72174d3a83ab1a2dbfc gnome-pim-1.4.9.ebuild 1010
-SHA256 c410c4d7671febaa97a09f2ca24cb5edc57a4a5df6e92b9777deb1e5249111e7 gnome-pim-1.4.9.ebuild 1010
-MISC ChangeLog 2671 RMD160 b21f6039d8f391075a4fd01102646ffaad1317f3 SHA1 f6bd2c72426af6f73f8e03c673b005b1b4f591d3 SHA256 b6939c7661eed8cb182b1c9343458bbcbcffee8d16ff8a4ea5110be34c0d984c
-MD5 438e27c2fed7863b19d85c34b979ac4f ChangeLog 2671
-RMD160 b21f6039d8f391075a4fd01102646ffaad1317f3 ChangeLog 2671
-SHA256 b6939c7661eed8cb182b1c9343458bbcbcffee8d16ff8a4ea5110be34c0d984c ChangeLog 2671
-MISC metadata.xml 158 RMD160 c0e2bae8e91bb6be8922bac5e4f597302e06587e SHA1 38f78e9790bcd4382b4a49aa226aa6dda1d3a3d7 SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-RMD160 c0e2bae8e91bb6be8922bac5e4f597302e06587e metadata.xml 158
-SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1 metadata.xml 158
-MD5 cb1d2cd51f69dff9863bfd8b97b7b726 files/digest-gnome-pim-1.4.8 68
-RMD160 0b6603eef13096fc80a6a3b6bdd1d9991c67b2d0 files/digest-gnome-pim-1.4.8 68
-SHA256 15ab4875a1dccd22a6e6284ad20933d7ba97b50d2946aecd742b810c25465008 files/digest-gnome-pim-1.4.8 68
-MD5 619c550d9ed98e3e79c54d5baa9e3b03 files/digest-gnome-pim-1.4.9 68
-RMD160 52111bb39139146dd04d0ea9ce9fd0cc6c90812b files/digest-gnome-pim-1.4.9 68
-SHA256 2a1433c45b315ebcafd2e27e7d03efca35c7799986ddd103c32f2527cbf719e1 files/digest-gnome-pim-1.4.9 68
+++ /dev/null
-MD5 e55c4a0666d244d944fe836d293d4bad gnome-pim-1.4.8.tar.gz 1452005
+++ /dev/null
-MD5 849babfa25e08eb7616d20e826f7fb6d gnome-pim-1.4.9.tar.gz 1467095
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pim/gnome-pim-1.4.8.ebuild,v 1.15 2006/06/12 13:40:54 allanonjl Exp $
-
-IUSE="pda"
-
-DESCRIPTION="A personal information manager package for GNOME."
-#this version is not available from official gnome repos
-SRC_URI="http://me.in-berlin.de/~jroger/gnome-pim/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/gnome-office/gnome-pim.shtml"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc ppc"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1"
-
-DEPEND="${RDEPEND}
- pda? ( <app-pda/gnome-pilot-2 )"
-
-src_unpack() {
- unpack ${A}
-
- # remove unneeded check that makes it want libxml (#21504)
- cd ${S}
- mv configure.in configure.in.old
- sed -e "s:GNOME_XML_CHECK::" configure.in.old > configure.in
- autoconf || die
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die
-}
-
-src_install() {
- einstall || die
- 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/gnome-extra/gnome-pim/gnome-pim-1.4.9.ebuild,v 1.7 2006/06/12 13:40:54 allanonjl Exp $
-
-IUSE="pda"
-
-DESCRIPTION="A personal information manager package for GNOME."
-#this version is not available from official gnome repos
-SRC_URI="http://me.in-berlin.de/~jroger/gnome-pim/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/gnome-office/gnome-pim.shtml"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc alpha ~amd64 ~ppc"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1"
-
-DEPEND="${RDEPEND}
- !amd64? ( pda? ( <app-pda/gnome-pilot-2 ) )"
-
-src_unpack() {
- unpack ${A}
-
- # remove unneeded check that makes it want libxml (#21504)
- cd ${S}
- mv configure.in configure.in.old
- sed -e "s:GNOME_XML_CHECK::" configure.in.old > configure.in
- autoconf || die
-}
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS COPYING* ChangeLog NEWS README*
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>gnome</herd>
-</pkgmetadata>
+++ /dev/null
-# ChangeLog for gnome-extra/gtop
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtop/ChangeLog,v 1.12 2006/06/17 05:19:53 mr_bones_ Exp $
-
- 17 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org>
- gtop-1.0.13-r2.ebuild:
- make DESCRIPTION better
-
- 22 Nov 2004; Mike Gardiner <obz@gentoo.org> gtop-1.0.13-r2.ebuild:
- Fixed SRC_URI as requested in bug #71908
-
- 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> gtop-1.0.13-r2.ebuild:
- Fix use invocation
-
- 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
- gtop-1.0.13-r2.ebuild:
- Masked gtop-1.0.13-r2.ebuild stable for ppc
-
- 21 Sep 2003; foser <foser@gentoo.org> gtop-1.0.13-r2.ebuild :
- Added gcc33 patch provided by Joel Hill <joelhill@earthlink.net> in #29056
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*gtop-1.0.13-r2 (11 Jul 2002)
-
- 11 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> gtop-1.0.13-r2.ebuild:
-
- Updated dependencies and corrected the libgtop depence to emerge the
- GNOME1 version instead of the GNOME2 one. Also fixes bug #4811.
-
-*gtop-1.0.13-r1 (10 Jul 2002)
-
- 10 Jul 2002; Maik Schreiber <blizzy@gentoo.org> :
-
- Added dependency on gnome-base/gnome-libs. This closes bug #4771.
+++ /dev/null
-AUX gtop-1-gcc33_fix.patch 2006 RMD160 6dbb047871ce1072cd484faf9d670adf5bcf23a8 SHA1 06332de5ff3a083dd8215efa61b4dd41358636b2 SHA256 3b6f4ea1c90e2c00205c7d92d77941e001854121f0ba74b7925480692df996e7
-MD5 da1795c7e27f92b3dcd45b8f1a3d3997 files/gtop-1-gcc33_fix.patch 2006
-RMD160 6dbb047871ce1072cd484faf9d670adf5bcf23a8 files/gtop-1-gcc33_fix.patch 2006
-SHA256 3b6f4ea1c90e2c00205c7d92d77941e001854121f0ba74b7925480692df996e7 files/gtop-1-gcc33_fix.patch 2006
-DIST gtop-1.0.13.tar.gz 823015
-EBUILD gtop-1.0.13-r2.ebuild 1092 RMD160 074a98fc7f9540078e3d70424d38ddf00fde0f53 SHA1 e16a4d6b1f702ca311c8f00e228db84b86943417 SHA256 6fd0545a4dd1183a1dc04e74319360e669cae2c4641afc010b28b1a8220efb16
-MD5 bf4d1dcf00cb701ecdc4ec1cbe92a7d3 gtop-1.0.13-r2.ebuild 1092
-RMD160 074a98fc7f9540078e3d70424d38ddf00fde0f53 gtop-1.0.13-r2.ebuild 1092
-SHA256 6fd0545a4dd1183a1dc04e74319360e669cae2c4641afc010b28b1a8220efb16 gtop-1.0.13-r2.ebuild 1092
-MISC ChangeLog 1277 RMD160 1d69de536fdac40d0c9f8aec48e890dfb634589c SHA1 c4ecb0fd5a139d65ff48ed7d84b215c8dc11adc2 SHA256 444522c396cae2816adb34f1de419fd22a7199a0b1c0b21f069e42f21ba7d9da
-MD5 da37f28494a35b3f53f001848f1b60c1 ChangeLog 1277
-RMD160 1d69de536fdac40d0c9f8aec48e890dfb634589c ChangeLog 1277
-SHA256 444522c396cae2816adb34f1de419fd22a7199a0b1c0b21f069e42f21ba7d9da ChangeLog 1277
-MISC metadata.xml 158 RMD160 c0e2bae8e91bb6be8922bac5e4f597302e06587e SHA1 38f78e9790bcd4382b4a49aa226aa6dda1d3a3d7 SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-RMD160 c0e2bae8e91bb6be8922bac5e4f597302e06587e metadata.xml 158
-SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1 metadata.xml 158
-MD5 060270f8f304c05ad883998165905dc1 files/digest-gtop-1.0.13-r2 63
-RMD160 ef40a9ae8c5a3b44efa37eebf249c5238398f3c2 files/digest-gtop-1.0.13-r2 63
-SHA256 77e316a5dfc36154e5dda61d0f33e0db1f58719aad3ab5989a5b0e3f5df2fa1b files/digest-gtop-1.0.13-r2 63
+++ /dev/null
-MD5 4580801db3c87784b25f46a5bf1f5aba gtop-1.0.13.tar.gz 823015
+++ /dev/null
-diff -ur gtop-1.0.13/main.c gtop-1.0.13-gentoo/main.c
---- gtop-1.0.13/main.c 2003-09-21 12:04:02.000000000 +1200
-+++ gtop-1.0.13-gentoo/main.c 2003-09-21 12:15:06.000000000 +1200
-@@ -149,7 +149,7 @@
- GNOMEUIINFO_END
- };
-
--#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (& ## x ## Property_Descriptor, >op_properties. ## y ##))
-+#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (& x ## Property_Descriptor, >op_properties. y ))
-
- void
- gtop_quit (void)
-diff -ur gtop-1.0.13/procview.c gtop-1.0.13-gentoo/procview.c
---- gtop-1.0.13/procview.c 2003-09-21 12:04:02.000000000 +1200
-+++ gtop-1.0.13-gentoo/procview.c 2003-09-21 12:26:17.000000000 +1200
-@@ -96,29 +96,29 @@
- \
- static int cmp_ ## NAME (const ProcProcData **P, const ProcProcData **Q) \
- { \
-- return (*P)->d->sort_order * ((*P)-> ## NAME - (*Q)-> ## NAME); \
-+ return (*P)->d->sort_order * ((*P)-> NAME - (*Q)-> NAME); \
- }
-
- #define CMP_INT(NAME) \
- \
- static int cmp_ ## NAME (const ProcProcData **P, const ProcProcData **Q) \
- { \
-- return (*P)->d->sort_order * ((*P)->p-> ## NAME - (*Q)->p-> ## NAME); \
-+ return (*P)->d->sort_order * ((*P)->p-> NAME - (*Q)->p-> NAME); \
- }
-
- #define CMP_INT2(NAME,V1,V2) \
- \
- static int cmp_ ## NAME (const ProcProcData **P, const ProcProcData **Q) \
- { \
-- return (*P)->d->sort_order * ((*P)->p-> ## V1 + (*P)->p-> ## V2 - (\
-- (*Q)->p-> ## V1 + (*Q)->p-> ## V2)); \
-+ return (*P)->d->sort_order * ((*P)->p-> V1 + (*P)->p-> V2 - (\
-+ (*Q)->p-> V1 + (*Q)->p-> V2)); \
- }
-
- #define CMP_STR(NAME) \
- \
- static int cmp_ ## NAME (const ProcProcData **P, const ProcProcData **Q) \
- { \
-- return (*P)->d->sort_order * strcasecmp ((*P)->p-> ## NAME, (*Q)->p-> ## NAME); \
-+ return (*P)->d->sort_order * strcasecmp ((*P)->p-> NAME, (*Q)->p-> NAME); \
- }
-
- #define SORT_ASC 1
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtop/gtop-1.0.13-r2.ebuild,v 1.17 2006/06/17 05:19:53 mr_bones_ Exp $
-
-inherit eutils
-
-IUSE="nls"
-
-DESCRIPTION="GNOME system monitor"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/1.0/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ppc"
-
-DEPEND="( >=gnome-base/libgtop-1.0.12-r1
- <gnome-base/libgtop-2.0.0 )
- >=gnome-base/gnome-libs-1.4.1.7
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
-
- unpack ${A}
-
- epatch ${FILESDIR}/${PN}-1-gcc33_fix.patch
-
-}
-
-src_compile() {
- local myconf
-
- if ! 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=${D}/var/lib \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog 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>
+++ /dev/null
-# ChangeLog for gnome-extra/guppi
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/ChangeLog,v 1.27 2006/09/19 03:01:41 dang Exp $
-
- 19 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> guppi-0.40.3-r3.ebuild:
- Marked stable on amd64 bug #146394
-
- 17 Sep 2006; <nixnut@gentoo.org> guppi-0.40.3-r3.ebuild:
- Stable on ppc wrt bug 146394
-
- 07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org>
- guppi-0.40.3-r3.ebuild:
- Stable on sparc
-
- 06 Sep 2006; Joshua Jackson <tsunam@gentoo.org> guppi-0.40.3-r3.ebuild:
- Stable x86; bug #146394
-
- 02 Aug 2006; Aron Griffis <agriffis@gentoo.org> guppi-0.40.3-r3.ebuild:
- Fix build with gcc-4 by marking -r3 stable on alpha ia64
-
- 26 Nov 2005; Simon Stelling <blubb@gentoo.org> guppi-0.40.3-r2.ebuild,
- guppi-0.40.3-r3.ebuild:
- fix trivial multilib-strict issues; mark -r2 stable on amd64
-
-*guppi-0.40.3-r3 (20 Nov 2005)
-
- 20 Nov 2005; John N. Laliberte <allanonjl@gentoo.org>
- +files/guppi-0.40.3-gcc4.patch, -guppi-0.40.3-r1.ebuild,
- +guppi-0.40.3-r3.ebuild:
- remove -r1 (old version). add gcc4 patch (Thanks to Halcy0n)
-
- 17 Oct 2005; Aron Griffis <agriffis@gentoo.org> guppi-0.40.3-r2.ebuild:
- Mark 0.40.3-r2 stable on ia64
-
- 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> guppi-0.40.3-r2.ebuild:
- add ~ia64
-
- 16 May 2005; John N. Laliberte <allanonjl@gentoo.org>
- guppi-0.40.3-r2.ebuild:
- gcc -> toolchain-funcs
-
- 18 Sep 2004; Daniel Goller <morfic@gentoo.org>
- +files/guppi-0.40.3-gcc34.patch, guppi-0.40.3-r2.ebuild:
- fixing bug 55228, thanks to Matthew Baker for patch
-
- 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> guppi-0.40.3-r1.ebuild,
- guppi-0.40.3-r2.ebuild:
- Fix use invocation
-
- 02 Mar 2004; <augustus@gentoo.org> guppi-0.40.3-r2.ebuild:
- Added ~amd64 keyword.
-
- 09 Jan 2004; Aron Griffis <agriffis@gentoo.org> guppi-0.40.3-r2.ebuild:
- stable on alpha
-
- 17 Oct 2003; Alastair Tse <liquidx@gentoo.org> guppi-0.40.3-r1.ebuild,
- guppi-0.40.3-r2.ebuild:
- added gal dep (#31051)
-
- 24 Jul 2003; Tavis Ormandy <taviso@gentoo.org> guppi-0.40.3-r2.ebuild:
- ~alpha
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*guppi-0.40.3-r2 (4 Nov 2002)
-
- 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :
- Add the --enable-gnumeric option back again, thanks to
- Eric Andresen <ndiin1@cox.net> for noticing that it got
- missing.
-
-*guppi-0.40.3-r1 (16 Mar 2002)
-
- 1 Sep 2002; Martin Schlemmer <azarah@gentoo.org> :
- Fix libglade DEPEND to pull in a gnome1 version of libglade.
-
- 25 Jul 2002; Spider <spider@gentoo.org> :
- make it work with repoman
-
- 16 Mar 2002; M.Schlemmer <azarah@gentoo.org> :
-
- Drop guile depend to version 1.4 to fix gnucash support.
-
-*guppi-0.40.3 (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
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX guppi-0.40.3-gcc34.patch 3044 RMD160 d1d4c33397a5ce0aaf05427ac907fcb8b85e4a75 SHA1 81058fe890d0d37030f53bb2c2c9e8798ef764ac SHA256 31b92edf822f39919ef78d8b82b20bcffe365f85d68b7df51a9e548dbf26b2aa
-MD5 2ae6cfb52cae2b086dd468f05c207dc1 files/guppi-0.40.3-gcc34.patch 3044
-RMD160 d1d4c33397a5ce0aaf05427ac907fcb8b85e4a75 files/guppi-0.40.3-gcc34.patch 3044
-SHA256 31b92edf822f39919ef78d8b82b20bcffe365f85d68b7df51a9e548dbf26b2aa files/guppi-0.40.3-gcc34.patch 3044
-AUX guppi-0.40.3-gcc4.patch 2794 RMD160 eda2ecdd1b1a0926e32afd7ec28fc6a752ec0ece SHA1 19da49fc3788cc08a13d0e595c6efe72ebd2f036 SHA256 1ab0d6ed824cd6c7eceb0eee098b64df11e92ce8d6c884936b598ae094b16a27
-MD5 f8a4dee52fe87e0ce5c0694741074cbb files/guppi-0.40.3-gcc4.patch 2794
-RMD160 eda2ecdd1b1a0926e32afd7ec28fc6a752ec0ece files/guppi-0.40.3-gcc4.patch 2794
-SHA256 1ab0d6ed824cd6c7eceb0eee098b64df11e92ce8d6c884936b598ae094b16a27 files/guppi-0.40.3-gcc4.patch 2794
-DIST Guppi-0.40.3.tar.bz2 1016831 RMD160 c1e5575a992e40966749a8a18b2143ed69329495 SHA1 7435bddddca9e3347efb006ad33198fbbe593ea7 SHA256 732821df222b9fb1739e90d6d2d0698656237a1cceeef0569e56dfe6414d7a47
-EBUILD guppi-0.40.3-r2.ebuild 2478 RMD160 2599d99e51f39916706e6a7e2fa8d2600f0e2342 SHA1 8584d608ab82c26723deb2dfd09f97025c714c86 SHA256 fcdc403f7b5e1e1e28d3981d8b5f894b32150171ccc910d03da769e39c83ccb6
-MD5 9905bb135887d269262f681421d4eec9 guppi-0.40.3-r2.ebuild 2478
-RMD160 2599d99e51f39916706e6a7e2fa8d2600f0e2342 guppi-0.40.3-r2.ebuild 2478
-SHA256 fcdc403f7b5e1e1e28d3981d8b5f894b32150171ccc910d03da769e39c83ccb6 guppi-0.40.3-r2.ebuild 2478
-EBUILD guppi-0.40.3-r3.ebuild 2522 RMD160 fbacd7ff5a547693ece727bec78eefd5d2d7095b SHA1 51db5096d69d683ad3822d9f0f81b8a5ea6aec60 SHA256 b88e560373d07184c64e6e7ddb9db644effc5446b7ea2bce8a324a47c7ae635a
-MD5 c2d9c9f2f9f267b133366de156a451b5 guppi-0.40.3-r3.ebuild 2522
-RMD160 fbacd7ff5a547693ece727bec78eefd5d2d7095b guppi-0.40.3-r3.ebuild 2522
-SHA256 b88e560373d07184c64e6e7ddb9db644effc5446b7ea2bce8a324a47c7ae635a guppi-0.40.3-r3.ebuild 2522
-MISC ChangeLog 3205 RMD160 892525eed8d015764e25445a5ebfaaad23fca219 SHA1 d15be637bcd4ebe82232f3a7af544e9c06a22020 SHA256 57b67336f893c62ee10d493a44762a8819085a349cc7bb85561275062b5b92a5
-MD5 ca9e730cc2bd853404c49c2b2b75202f ChangeLog 3205
-RMD160 892525eed8d015764e25445a5ebfaaad23fca219 ChangeLog 3205
-SHA256 57b67336f893c62ee10d493a44762a8819085a349cc7bb85561275062b5b92a5 ChangeLog 3205
-MISC metadata.xml 158 RMD160 c0e2bae8e91bb6be8922bac5e4f597302e06587e SHA1 38f78e9790bcd4382b4a49aa226aa6dda1d3a3d7 SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-RMD160 c0e2bae8e91bb6be8922bac5e4f597302e06587e metadata.xml 158
-SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1 metadata.xml 158
-MD5 b4a1fce2c2ca5c81298bc4c518a90411 files/digest-guppi-0.40.3-r2 244
-RMD160 284b6a5c51713c0be107a7e9a0a8a049644cdc2f files/digest-guppi-0.40.3-r2 244
-SHA256 8b33b7d69c3e003fdf6e1cfe2fdacd0b86edfaaf9565b864b46e242b2d55b7da files/digest-guppi-0.40.3-r2 244
-MD5 b4a1fce2c2ca5c81298bc4c518a90411 files/digest-guppi-0.40.3-r3 244
-RMD160 284b6a5c51713c0be107a7e9a0a8a049644cdc2f files/digest-guppi-0.40.3-r3 244
-SHA256 8b33b7d69c3e003fdf6e1cfe2fdacd0b86edfaaf9565b864b46e242b2d55b7da files/digest-guppi-0.40.3-r3 244
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.5-ecc0.1.6 (GNU/Linux)
-
-iD8DBQFFD12XomPajV0RnrERArmgAJ9vNs6dQXhRvKPiUEtI/8lqnH7VDwCeMuKP
-CKi+wNsLvxE0HDztqkU3JCs=
-=CFZ/
------END PGP SIGNATURE-----
+++ /dev/null
-MD5 26ec6eb5b6fe7fb4e32ecff64d4f1b16 Guppi-0.40.3.tar.bz2 1016831
-RMD160 c1e5575a992e40966749a8a18b2143ed69329495 Guppi-0.40.3.tar.bz2 1016831
-SHA256 732821df222b9fb1739e90d6d2d0698656237a1cceeef0569e56dfe6414d7a47 Guppi-0.40.3.tar.bz2 1016831
+++ /dev/null
-MD5 26ec6eb5b6fe7fb4e32ecff64d4f1b16 Guppi-0.40.3.tar.bz2 1016831
-RMD160 c1e5575a992e40966749a8a18b2143ed69329495 Guppi-0.40.3.tar.bz2 1016831
-SHA256 732821df222b9fb1739e90d6d2d0698656237a1cceeef0569e56dfe6414d7a47 Guppi-0.40.3.tar.bz2 1016831
+++ /dev/null
-diff -urN Guppi-0.40.3.old/libguppitank/guppi-object-barchart.c Guppi-0.40.3/libguppitank/guppi-object-barchart.c
---- Guppi-0.40.3.old/libguppitank/guppi-object-barchart.c 2002-01-08 01:28:53.000000000 -0500
-+++ Guppi-0.40.3/libguppitank/guppi-object-barchart.c 2004-08-30 14:26:15.617630328 -0400
-@@ -699,8 +699,6 @@
- if (obar->bar_callback3)
- obar->bar_callback3 (r, c, obar->bar_callback3_data);
- break;
--
-- default:
- }
- }
-
-@@ -731,8 +729,6 @@
- (obar->data_cols - 1 - box) : box,
- obar->legend_callback3_data);
- break;
--
-- default:
- }
- }
-
-diff -urN Guppi-0.40.3.old/src/demo.c Guppi-0.40.3/src/demo.c
---- Guppi-0.40.3.old/src/demo.c 2002-01-08 01:28:57.000000000 -0500
-+++ Guppi-0.40.3/src/demo.c 2004-08-30 14:23:18.144610328 -0400
-@@ -450,7 +450,6 @@
- case GUPPI_EAST:
- compass_pos = GUPPI_NORTH;
- break;
-- default:
- }
-
- guppi_element_state_set (state,
-diff -urN Guppi-0.40.3.old/src/libguppiplot/guppi-layout-constraint.c Guppi-0.40.3/src/libguppiplot/guppi-layout-constraint.c
---- Guppi-0.40.3.old/src/libguppiplot/guppi-layout-constraint.c 2002-01-18 21:45:21.000000000 -0500
-+++ Guppi-0.40.3/src/libguppiplot/guppi-layout-constraint.c 2004-08-30 14:20:44.331993400 -0400
-@@ -162,9 +162,6 @@
- guppi_layout_constraint_add_term (glc, GLC_REGION_TOP, factor, geom);
- guppi_layout_constraint_add_term (glc, GLC_REGION_BOTTOM, -factor, geom);
- return;
--
-- default:
-- /* Fall through, do nothing. */
- }
-
- ti = term_info_new (type, factor, geom);
-diff -urN Guppi-0.40.3.old/src/libguppiplot/guppi-root-group-item.c Guppi-0.40.3/src/libguppiplot/guppi-root-group-item.c
---- Guppi-0.40.3.old/src/libguppiplot/guppi-root-group-item.c 2002-01-08 01:31:08.000000000 -0500
-+++ Guppi-0.40.3/src/libguppiplot/guppi-root-group-item.c 2004-08-30 14:22:24.517762848 -0400
-@@ -546,8 +546,6 @@
-
- case GDK_MOTION_NOTIFY:
- return motion_notify_event (root, &(ev->motion));
--
-- default:
- }
-
- return FALSE;
-@@ -772,11 +770,6 @@
- }
-
- break;
--
--
-- case ROOT_GROUP_RESIZE_NONE:
-- default:
-- /* insure we do nothing */
- }
-
- if (please_resize_canvas)
-diff -urN Guppi-0.40.3.old/src/libguppiplot/guppi-text-block.c Guppi-0.40.3/src/libguppiplot/guppi-text-block.c
---- Guppi-0.40.3.old/src/libguppiplot/guppi-text-block.c 2001-11-26 15:00:17.000000000 -0500
-+++ Guppi-0.40.3/src/libguppiplot/guppi-text-block.c 2004-08-30 14:20:05.056964112 -0400
-@@ -897,9 +897,6 @@
- /* Each hard break gets a corresponding soft break --- so do
- nothing. */
- break;
--
-- default:
-- /* Do nothing. */
- }
-
- render_stack_evolve (stack, tt);
-diff -urN Guppi-0.40.3.old/src/libguppiplot/guppi-view-interval.c Guppi-0.40.3/src/libguppiplot/guppi-view-interval.c
---- Guppi-0.40.3.old/src/libguppiplot/guppi-view-interval.c 2002-01-18 21:45:21.000000000 -0500
-+++ Guppi-0.40.3/src/libguppiplot/guppi-view-interval.c 2004-08-30 14:17:27.552908368 -0400
-@@ -226,7 +226,6 @@
- return x != 0;
- #endif
-
-- default:
- }
-
- return TRUE;
+++ /dev/null
---- Guppi-0.40.3/src/libguppiuseful/guppi-plug-in.c.foo 2005-03-07 16:46:56.000000000 -0500
-+++ Guppi-0.40.3/src/libguppiuseful/guppi-plug-in.c 2005-03-07 16:52:32.000000000 -0500
-@@ -47,7 +47,7 @@
-
- guppi_finalized (obj);
-
-- guppi_free0 ((gpointer)pi->load_path);
-+ guppi_free0 (pi->load_path);
-
- if (parent_class->finalize)
- parent_class->finalize (obj);
---- Guppi-0.40.3/src/libguppispecfns/mtherr.c.foo 2005-03-07 17:05:14.000000000 -0500
-+++ Guppi-0.40.3/src/libguppispecfns/mtherr.c 2005-03-07 17:05:22.000000000 -0500
-@@ -58,7 +58,7 @@
- #include <glib.h>
- #include "mconf.h"
-
--static int merror = 0;
-+int merror = 0;
-
- /* Notice: the order of appearance of the following
- * messages is bound to the error codes defined
---- Guppi-0.40.3/src/libguppidata/guppi-data.c.foo 2005-03-07 17:08:27.000000000 -0500
-+++ Guppi-0.40.3/src/libguppidata/guppi-data.c 2005-03-07 17:19:11.000000000 -0500
-@@ -1079,8 +1079,6 @@
- static void
- guppi_data_class_init (GuppiDataClass *klass)
- {
-- static void build_menu (GuppiData *, GtkMenu *, gpointer);
--
- GtkObjectClass *object_class = (GtkObjectClass *) klass;
-
- parent_class = gtk_type_class (GTK_TYPE_OBJECT);
---- Guppi-0.40.3/src/libguppidata/guppi-seq-scalar.c.foo 2005-03-07 17:08:49.000000000 -0500
-+++ Guppi-0.40.3/src/libguppidata/guppi-seq-scalar.c 2005-03-07 17:19:35.000000000 -0500
-@@ -1775,8 +1775,6 @@
- static void
- guppi_seq_scalar_class_init (GuppiSeqScalarClass *klass)
- {
-- static GtkWidget *info_display (GuppiData *);
--
- GtkObjectClass *object_class = (GtkObjectClass *) klass;
- GuppiDataClass *data_class = GUPPI_DATA_CLASS (klass);
- GuppiSeqClass *seq_class = GUPPI_SEQ_CLASS (klass);
---- Guppi-0.40.3/src/libguppiplot/guppi-root-group-item.c.foo 2005-03-07 17:15:25.000000000 -0500
-+++ Guppi-0.40.3/src/libguppiplot/guppi-root-group-item.c 2005-03-07 17:16:21.000000000 -0500
-@@ -153,10 +153,11 @@
- guppi_canvas_item_set_bbox_c (item, 0, 0, xsize, ysize);
- }
-
-+static void canv_size_allocate (GtkWidget *, GtkAllocation *, gpointer);
-+
- static void
- changed_scale (GuppiCanvasItem *item, double scale)
- {
-- static void canv_size_allocate (GtkWidget *, GtkAllocation *, gpointer);
- GuppiRootGroupItem *root_item = GUPPI_ROOT_GROUP_ITEM (item);
-
- if (GUPPI_CANVAS_ITEM_CLASS (parent_class)->changed_scale)
---- Guppi-0.40.3/src/libguppiplot/guppi-axis-markers.c.foo 2005-03-07 17:16:35.000000000 -0500
-+++ Guppi-0.40.3/src/libguppiplot/guppi-axis-markers.c 2005-03-07 17:17:12.000000000 -0500
-@@ -47,10 +47,11 @@
-
- static guint gam_signals[LAST_SIGNAL] = { 0 };
-
-+static void clear (GuppiAxisMarkers *);
-+
- static void
- guppi_axis_markers_finalize (GtkObject * obj)
- {
-- static void clear (GuppiAxisMarkers *);
- GuppiAxisMarkers *gal = GUPPI_AXIS_MARKERS (obj);
-
- guppi_finalized (obj);
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.40.3-r2.ebuild,v 1.15 2005/11/26 11:46:41 blubb Exp $
-
-inherit toolchain-funcs eutils multilib
-
-IUSE="python nls readline"
-
-MY_P=${P/guppi/Guppi}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="GNOME Plotting Tool"
-# ftp.gnome.org is slooow in updating ;/
-SRC_URI="ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org/pub/GNOME/stable/sources/Guppi/${MY_P}.tar.bz2
- ftp://ftp.gnome.org/pub/GNOME/stable/sources/Guppi/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/guppi/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-
-
-RDEPEND="=x11-libs/gtk+-1.2*
- >=gnome-base/gnome-libs-1.4.1.2
- >=gnome-base/oaf-0.6.7
- <gnome-base/libglade-0.90
- >=gnome-base/gnome-print-0.31
- >=media-libs/gdk-pixbuf-0.13
- >=dev-util/guile-1.4
- >=gnome-base/bonobo-1.0.17
- <gnome-extra/gal-1.99"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext
- >=dev-util/intltool-0.11 )
- python? ( >=dev-lang/python-2.0 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- #remove default: since we have none for gcc3.4, gcc3.3 safe closing bug #55228
- epatch ${FILESDIR}/${P}-gcc34.patch
-}
-src_compile() {
-
- local myconf
-
- if use python
- then
- myconf="${myconf} --enable-python"
- else
- myconf="${myconf} --disable-python"
- fi
-
- if ! use nls ; then
- myconf="${myconf} --disable-nls"
- fi
-
- if ! use readline ; then
- myconf="${myconf} --disable-guile-readline"
- fi
-
- # We need this for gnumeric support. Note that you do
- # not need gnumeric installed for this to work.
- myconf="${myconf} --enable-gnumeric"
-
-# to compile with guile-1.5
-# CFLAGS="${CFLAGS} -DGUPPI_USING_NEWER_GUILE `gnome-config --cflags libglade`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-bonobo \
- --libdir=/usr/$(get_libdir) \
- ${myconf} || die
-
- # The python 'generate' module opens some files in rw mode for some
- # unknown reason.
- addwrite "/usr/$(get_libdir)/python2.0/"
- addwrite "/usr/$(get_libdir)/python2.1/"
- addwrite "/usr/$(get_libdir)/python2.2/"
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- libdir=${D}/usr/$(get_libdir) \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.40.3-r3.ebuild,v 1.7 2006/09/19 03:01:41 dang Exp $
-
-inherit toolchain-funcs eutils multilib
-
-IUSE="python nls readline"
-
-MY_P=${P/guppi/Guppi}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="GNOME Plotting Tool"
-# ftp.gnome.org is slooow in updating ;/
-SRC_URI="ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org/pub/GNOME/stable/sources/Guppi/${MY_P}.tar.bz2
- ftp://ftp.gnome.org/pub/GNOME/stable/sources/Guppi/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/guppi/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-
-
-RDEPEND="=x11-libs/gtk+-1.2*
- >=gnome-base/gnome-libs-1.4.1.2
- >=gnome-base/oaf-0.6.7
- <gnome-base/libglade-0.90
- >=gnome-base/gnome-print-0.31
- >=media-libs/gdk-pixbuf-0.13
- >=dev-util/guile-1.4
- >=gnome-base/bonobo-1.0.17
- <gnome-extra/gal-1.99"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext
- >=dev-util/intltool-0.11 )
- python? ( >=dev-lang/python-2.0 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- #remove default: since we have none for gcc3.4, gcc3.3 safe closing bug #55228
- epatch ${FILESDIR}/${P}-gcc34.patch
-
- # gcc-4
- epatch ${FILESDIR}/${P}-gcc4.patch
-}
-src_compile() {
-
- local myconf
-
- if use python
- then
- myconf="${myconf} --enable-python"
- else
- myconf="${myconf} --disable-python"
- fi
-
- if ! use nls ; then
- myconf="${myconf} --disable-nls"
- fi
-
- if ! use readline ; then
- myconf="${myconf} --disable-guile-readline"
- fi
-
- # We need this for gnumeric support. Note that you do
- # not need gnumeric installed for this to work.
- myconf="${myconf} --enable-gnumeric"
-
-# to compile with guile-1.5
-# CFLAGS="${CFLAGS} -DGUPPI_USING_NEWER_GUILE `gnome-config --cflags libglade`"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-bonobo \
- --libdir=/usr/$(get_libdir) \
- ${myconf} || die
-
- # The python 'generate' module opens some files in rw mode for some
- # unknown reason.
- addwrite "/usr/$(get_libdir)/python2.0/"
- addwrite "/usr/$(get_libdir)/python2.1/"
- addwrite "/usr/$(get_libdir)/python2.2/"
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- libdir=${D}/usr/$(get_libdir) \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog 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>
+++ /dev/null
-# ChangeLog for gnome-extra/merlin-cpufire
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/merlin-cpufire/ChangeLog,v 1.8 2004/06/24 22:09:25 agriffis Exp $
-
- 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
- merlin-cpufire-0.1.0-r1.ebuild:
- Masked merlin-cpufire-0.1.0-r1.ebuild stable for ppc
-
- 25 Mar 2004; Martin Holzer <mholzer@gentoo.org>
- merlin-cpufire-0.1.0-r1.ebuild:
- fixing depend. see 45343
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*merlin-cpufire-0.1.0-r1 (24 Jul 2002)
-
- 24 Jul 2002; Maik Schreiber <blizzy@gentoo.org> :
-
- merlin-cpufire needs libgtop <2.x; changed ebuild to reflect that.
-
-*merlin-cpufire-0.1.0 (18 Jun 2002)
-
- 18 Jun 2002; Ryan Phillips <rphillips@gentoo.org> :
-
- Initial import.
+++ /dev/null
-MD5 61d5dbee807280276d3ae43e29daf25d merlin-cpufire-0.1.0-r1.ebuild 914
-MD5 6e08d1ddf15e8bf2c4ff141471e0471c ChangeLog 842
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 ddd8954b2c0e5c5075c43d4aa017b0dc files/digest-merlin-cpufire-0.1.0-r1 68
+++ /dev/null
-MD5 4be66b4349b2a21b9ad995ddc5c90993 merlin-cpufire-0.1.0.tgz 15909
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0-r1.ebuild,v 1.9 2004/07/14 15:59:05 agriffis Exp $
-
-DESCRIPTION="Gnome applet that displays CPU usage as burning fire"
-HOMEPAGE="http://nitric.com/freeware"
-SRC_URI="ftp://ftp.ibiblio.org/pub/packages/desktops/gnome/sources/merlin-cpufire/${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ppc"
-IUSE=""
-
-DEPEND="gnome-base/gnome-core
- <gnome-base/libgtop-2"
-
-src_compile() {
- mv Makefile Makefile~
- # include libgtop in cppFlags
- sed <Makefile~ >Makefile -e 's|cppFlags = ${shell gnome-config --cflags glib gnome gnomeui gnorba}|cppFlags = ${shell gnome-config --cflags glib gnome gnomeui gnorba libgtop}|'
- make prefix=${D}/usr etcdir=${D}/etc || die
-}
-
-src_install () {
- make prefix=${D}/usr etcdir=${D}/etc install
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>gnome</herd>
-</pkgmetadata>
+++ /dev/null
-# ChangeLog for gnome-extra/users-guide
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/users-guide/ChangeLog,v 1.7 2006/03/07 00:21:34 pylon Exp $
-
- 07 Mar 2006; Lars Weiler <pylon@gentoo.org> -users-guide-1.2.ebuild:
- Removing old versions for CVS maintenance (problems with doubled version in
- Attic).
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
- 25 Jul 2002; Spider <spider@gentoo.org>
- SLOT LICENSE and KEYWORDS
-
-
-*users-guide-1.2-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 577535bb2f204bad3fd019b336861607 ChangeLog 997
-RMD160 3b52f516a969a87afe9a84b56f98c78850dba9a7 ChangeLog 997
-SHA256 d324e3a50395563702f6751a484b0f77a0b1d0ece8ebad4fc7582f52f047224e ChangeLog 997
-MD5 bc05cc5910c5c34a6fc7447fd0141bbf files/digest-users-guide-1.2-r1 68
-RMD160 33911e331df437e132aa19aaab2518c8bd35e093 files/digest-users-guide-1.2-r1 68
-SHA256 314f88d1e4cbe894d8dfe4ad7ba9f6240421dd3d3afbf76d5d27f46e9c6ad7b8 files/digest-users-guide-1.2-r1 68
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-RMD160 c0e2bae8e91bb6be8922bac5e4f597302e06587e metadata.xml 158
-SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1 metadata.xml 158
-MD5 494dc6d32797765448bbc2183cd42d0d users-guide-1.2-r1.ebuild 852
-RMD160 66f23465125762284a9a2a22d4bfb1459acd0b1b users-guide-1.2-r1.ebuild 852
-SHA256 1fa8d8bfa7f83e5a01e469d43ecaeca0dd1980eca89d78d3705f791205001e19 users-guide-1.2-r1.ebuild 852
+++ /dev/null
-MD5 824cdcdbdf1f1647f942ae648b60d1f3 users-guide-1.2.tar.gz 6803164
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>gnome</herd>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/users-guide/users-guide-1.2-r1.ebuild,v 1.12 2004/07/14 16:00:50 agriffis Exp $
-
-DESCRIPTION="gnome-users-guide"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-IUSE=""
-LICENSE="GPL-2"
-
-DEPEND="gnome-base/gnome-core"
-
-src_compile() {
- sed 's%\help/users-guide%help/gnome-users-guide%' Makefile.am > tmp~
- mv tmp~ Makefile.am
- sed 's%\help/users-guide%help/gnome-users-guide%' Makefile.in > tmp~
- mv tmp~ Makefile.in
-
- ./configure --host=${CHOST} \
- --prefix=/usr
- assert
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
-
- dodoc AUTHORS COPYING* ChangeLog NEWS README* TODO
-}