public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiziano Mueller (dev-zero)" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.0.25c-r1.ebuild ChangeLog
Date: Sun, 09 Sep 2007 10:57:30 +0000	[thread overview]
Message-ID: <E1IUKTq-0000RC-Fp@stork.gentoo.org> (raw)

dev-zero    07/09/09 10:57:30

  Modified:             samba-3.0.25c-r1.ebuild ChangeLog
  Log:
  Fixed newins and removed install of {mount,umount}.cifs.8 (bugs #191804 and #191805 thanks to Jakub Moc)
  (Portage version: 2.1.3.8)

Revision  Changes    Path
1.2                  net-fs/samba/samba-3.0.25c-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild?r1=1.1&r2=1.2

Index: samba-3.0.25c-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-3.0.25c-r1.ebuild	8 Sep 2007 12:05:53 -0000	1.1
+++ samba-3.0.25c-r1.ebuild	9 Sep 2007 10:57:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild,v 1.1 2007/09/08 12:05:53 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild,v 1.2 2007/09/09 10:57:29 dev-zero Exp $
 
 inherit eutils pam python multilib versionator confutils
 
@@ -57,6 +57,8 @@
 		-e 's|"lib32" ||' \
 		-e 's|if test -d "$i/$l" ;|if test -d "$i/$l" -o -L "$i/$l";|' \
 		configure || die "sed failed"
+
+	rm "${S}/docs/manpages"/{mount,umount}.cifs.8
 }
 
 src_compile() {
@@ -203,7 +205,7 @@
 	use winbind && doins ${CONFDIR}/system-auth-winbind
 	if use swat ; then
 		insinto /etc/xinetd.d
-		newins "${CONFDIR}/swat.xinetd swat"
+		newins "${CONFDIR}/swat.xinetd" swat
 	else
 		rm -f "${D}/usr/sbin/swat"
 		rm -f "${D}/usr/share/man/man8/swat.8"



1.300                net-fs/samba/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.300&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.300&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?r1=1.299&r2=1.300

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -r1.299 -r1.300
--- ChangeLog	8 Sep 2007 12:05:53 -0000	1.299
+++ ChangeLog	9 Sep 2007 10:57:29 -0000	1.300
@@ -1,6 +1,11 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.299 2007/09/08 12:05:53 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.300 2007/09/09 10:57:29 dev-zero Exp $
+
+  09 Sep 2007; Tiziano Müller <dev-zero@gentoo.org>
+  samba-3.0.25c-r1.ebuild:
+  Fixed newins and removed install of {mount,umount}.cifs.8 (bugs #191804 and
+  #191805 thanks to Jakub Moc)
 
 *samba-3.0.25c-r1 (08 Sep 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-09-09 11:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-09 10:57 Tiziano Mueller (dev-zero) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-10  8:21 [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.0.25c-r1.ebuild ChangeLog Tiziano Mueller (dev-zero)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IUKTq-0000RC-Fp@stork.gentoo.org \
    --to=dev-zero@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox