pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/gentoo Changes 0.11.45:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0141bcd696c
branches:  trunk
changeset: 464542:c0141bcd696c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 12 11:56:05 2003 +0000

description:
Changes 0.11.45:
* Fixed logic error in Move that caused it to incorrectly fail when
  moving in the same filesystem (and be very sneaky about it unless
  you were using FAM). Also made it stop trying to avoid "needless"
  directory rescanning.
* Fixed broken formatting string in MkDir command's overwrite init.
* The Configure command's option text was untranslatable. Fixed,
  and translated it into Swedish.
* gentoo no longer tries to copy attributes for smlinks.
* Updated Russian translation.

diffstat:

 sysutils/gentoo/Makefile         |   4 ++--
 sysutils/gentoo/PLIST            |   8 +++++++-
 sysutils/gentoo/distinfo         |   7 ++++---
 sysutils/gentoo/patches/patch-ab |  13 +++++++++++++
 4 files changed, 26 insertions(+), 6 deletions(-)

diffs (66 lines):

diff -r f01180eb57dc -r c0141bcd696c sysutils/gentoo/Makefile
--- a/sysutils/gentoo/Makefile  Fri Dec 12 11:08:42 2003 +0000
+++ b/sysutils/gentoo/Makefile  Fri Dec 12 11:56:05 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2003/10/05 09:26:55 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2003/12/12 11:56:05 adam Exp $
 #
 
-DISTNAME=      gentoo-0.11.35
+DISTNAME=      gentoo-0.11.45
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gentoo/}
 
diff -r f01180eb57dc -r c0141bcd696c sysutils/gentoo/PLIST
--- a/sysutils/gentoo/PLIST     Fri Dec 12 11:08:42 2003 +0000
+++ b/sysutils/gentoo/PLIST     Fri Dec 12 11:56:05 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2002/12/07 10:12:42 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/12/12 11:56:05 adam Exp $
 bin/gentoo
 share/examples/gentoo/gentoogtkrc
 share/examples/gentoo/gentoorc
@@ -127,6 +127,12 @@
 share/gentoo/icons/xpm2.xpm
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gentoo.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gentoo.mo
+${PKGLOCALEDIR}/locale/ru_RU.CP1251/LC_MESSAGES/gentoo.mo
+${PKGLOCALEDIR}/locale/ru_RU.KOI8-R/LC_MESSAGES/gentoo.mo
+${PKGLOCALEDIR}/locale/ru_RU.UTF-8/LC_MESSAGES/gentoo.mo
+${PKGLOCALEDIR}/locale/ru_RU.cp1251/LC_MESSAGES/gentoo.mo
+${PKGLOCALEDIR}/locale/ru_RU.koi8r/LC_MESSAGES/gentoo.mo
+${PKGLOCALEDIR}/locale/ru_RU.utf8/LC_MESSAGES/gentoo.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gentoo.mo
 @dirrm share/gentoo/icons
 @dirrm share/gentoo
diff -r f01180eb57dc -r c0141bcd696c sysutils/gentoo/distinfo
--- a/sysutils/gentoo/distinfo  Fri Dec 12 11:08:42 2003 +0000
+++ b/sysutils/gentoo/distinfo  Fri Dec 12 11:56:05 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2003/10/05 09:26:55 wiz Exp $
+$NetBSD: distinfo,v 1.9 2003/12/12 11:56:05 adam Exp $
 
-SHA1 (gentoo-0.11.35.tar.gz) = a09676d112ab9261daa501f645096ec2c7b64e42
-Size (gentoo-0.11.35.tar.gz) = 1024149 bytes
+SHA1 (gentoo-0.11.45.tar.gz) = 4afac32148fe34d02c58ec694cd2151f6d6c7c52
+Size (gentoo-0.11.45.tar.gz) = 1237565 bytes
 SHA1 (patch-aa) = 49bf9ba554a7fa443c6176fc44a11bcae046cc9d
+SHA1 (patch-ab) = 3919e348efb207ad3fedcf038b495ada9ec80217
 SHA1 (patch-ae) = daa7cbed8d66af155f2624a0066b2f578e9a93c6
diff -r f01180eb57dc -r c0141bcd696c sysutils/gentoo/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gentoo/patches/patch-ab  Fri Dec 12 11:56:05 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2003/12/12 11:57:05 adam Exp $
+
+--- configure.orig     2003-12-12 12:15:39.000000000 +0000
++++ configure
+@@ -2717,7 +2717,7 @@ _ACEOF
+ 
+   GENTOO_CFLAGS="$GENTOO_CFLAGS -g -pg"
+ else
+-  GENTOO_CFLAGS="$GENTOO_CFLAGS -O2"
++  GENTOO_CFLAGS="$GENTOO_CFLAGS $CFLAGS"
+ fi;
+ 
+ 



Home | Main Index | Thread Index | Old Index