pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gentoo Update to 0.11.35:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a8d1cf0acb5
branches:  trunk
changeset: 462538:6a8d1cf0acb5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 05 09:26:55 2003 +0000

description:
Update to 0.11.35:
0.11.35
* Brought the copyright in About into 2003. :)
* Copying now also copies owner and group information, except for
  symbolic links. If you really need it for links, let me know.
  Also note that copying owner info requires root access, and that
  group copying is very limited for non-root users. See chgrp(2).
* Hopefully made Copy signal failure when target file doesn't have
  full size, which in turn should help Move behave better.
* Added an option to always save configuration on exit, which does
  away with the dialog. Kind of silly, but easy to implement.
* Changed logic in internal dir-copy code, so it doesn't fool itself
  into thinking it fails quite as easily. Note: when copying a dir,
  gentoo will first *delete* the destination, to ensure that the
  copy is indeed 1:1 and not a merge. BEWARE!
* The internal routine that rescans a pane no longer activates it,
  which means less flickering focus indication when the other pane
  rescans due to FAM detecting a modification in its contents.
* FAM rescans are now rate-limited, and will not occur more often
  than once every 300 milliseconds. This limit is not settable at
  runtime, you need to edit source (gfam.c:96) to change it.
* Added call to gtk_set_locale() during startup, suggested by
  tarot.
* Silently assume compiler is GCC, and disregard CFLAGS set by
  autoconf. In return, --enable-debug now disables optimizing.

diffstat:

 sysutils/gentoo/Makefile |  5 ++---
 sysutils/gentoo/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 429162bdc6e9 -r 6a8d1cf0acb5 sysutils/gentoo/Makefile
--- a/sysutils/gentoo/Makefile  Sun Oct 05 09:24:04 2003 +0000
+++ b/sysutils/gentoo/Makefile  Sun Oct 05 09:26:55 2003 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/07/13 13:53:15 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2003/10/05 09:26:55 wiz Exp $
 #
 
-DISTNAME=      gentoo-0.11.34
-PKGREVISION=   2
+DISTNAME=      gentoo-0.11.35
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gentoo/}
 
diff -r 429162bdc6e9 -r 6a8d1cf0acb5 sysutils/gentoo/distinfo
--- a/sysutils/gentoo/distinfo  Sun Oct 05 09:24:04 2003 +0000
+++ b/sysutils/gentoo/distinfo  Sun Oct 05 09:26:55 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2002/12/07 10:12:42 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2003/10/05 09:26:55 wiz Exp $
 
-SHA1 (gentoo-0.11.34.tar.gz) = 552046a36a64c4d03f9687432fb5280b462966e6
-Size (gentoo-0.11.34.tar.gz) = 1021899 bytes
+SHA1 (gentoo-0.11.35.tar.gz) = a09676d112ab9261daa501f645096ec2c7b64e42
+Size (gentoo-0.11.35.tar.gz) = 1024149 bytes
 SHA1 (patch-aa) = 49bf9ba554a7fa443c6176fc44a11bcae046cc9d
 SHA1 (patch-ae) = daa7cbed8d66af155f2624a0066b2f578e9a93c6



Home | Main Index | Thread Index | Old Index