public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/man: man-1.6f-r3.ebuild
@ 2011-01-02  3:22 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2011-01-02  3:22 UTC (permalink / raw
  To: gentoo-commits

vapier      11/01/02 03:22:10

  Removed:              man-1.6f-r3.ebuild
  Log:
  old



^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/man: man-1.6f-r3.ebuild
@ 2010-01-27  2:31 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2010-01-27  2:31 UTC (permalink / raw
  To: gentoo-commits

vapier      10/01/27 02:31:10

  Modified:             man-1.6f-r3.ebuild
  Log:
  remove double slash in log output #194532

Revision  Changes    Path
1.14                 sys-apps/man/man-1.6f-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?r1=1.13&r2=1.14

Index: man-1.6f-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- man-1.6f-r3.ebuild	29 Sep 2009 11:45:01 -0000	1.13
+++ man-1.6f-r3.ebuild	27 Jan 2010 02:31:10 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v 1.13 2009/09/29 11:45:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v 1.14 2010/01/27 02:31:10 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -96,7 +96,7 @@
 }
 
 pkg_postinst() {
-	einfo "Forcing sane permissions onto ${ROOT}/var/cache/man (Bug #40322)"
+	einfo "Forcing sane permissions onto ${ROOT}var/cache/man (Bug #40322)"
 	chown -R root:man "${ROOT}"/var/cache/man
 	chmod -R g+w "${ROOT}"/var/cache/man
 	[[ -e ${ROOT}/var/cache/man/whatis ]] \
@@ -110,7 +110,7 @@
 		[[ $(md5sum "${f}") == "8b2016cc778ed4e2570b912c0f420266 "* ]] \
 			&& rm -f "${f}"
 	done
-	files=$(ls "${ROOT}"/etc/cron.{daily,weekly}/makewhatis{,.cron} 2>/dev/null)
+	files=$(ls "${ROOT}"etc/cron.{daily,weekly}/makewhatis{,.cron} 2>/dev/null)
 	if [[ ${files/$'\n'} != ${files} ]] ; then
 		ewarn "You have multiple makewhatis cron files installed."
 		ewarn "You might want to delete all but one of these:"






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/man: man-1.6f-r3.ebuild
@ 2009-09-08 17:49 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2009-09-08 17:49 UTC (permalink / raw
  To: gentoo-commits

vapier      09/09/08 17:49:30

  Modified:             man-1.6f-r3.ebuild
  Log:
  allow xz-utils and lzma-utils #279871
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sys-apps/man/man-1.6f-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?r1=1.10&r2=1.11

Index: man-1.6f-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- man-1.6f-r3.ebuild	17 Mar 2009 09:50:47 -0000	1.10
+++ man-1.6f-r3.ebuild	8 Sep 2009 17:49:30 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v 1.10 2009/03/17 09:50:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v 1.11 2009/09/08 17:49:30 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -17,7 +17,7 @@
 RDEPEND=">=sys-apps/groff-1.19.2-r1
 	!sys-apps/man-db
 	!app-arch/lzma
-	lzma? ( app-arch/lzma-utils )"
+	lzma? ( || ( app-arch/xz-utils app-arch/lzma-utils ) )"
 PROVIDE="virtual/man"
 
 pkg_setup() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-02  3:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-02  3:22 [gentoo-commits] gentoo-x86 commit in sys-apps/man: man-1.6f-r3.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-27  2:31 Mike Frysinger (vapier)
2009-09-08 17:49 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox