public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-1.2531.ebuild
@ 2008-06-03 17:58 Patrick McLean (chutzpah)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick McLean (chutzpah) @ 2008-06-03 17:58 UTC (permalink / raw
  To: gentoo-commits

chutzpah    08/06/03 17:58:13

  Modified:             ChangeLog
  Added:                ntfs3g-1.2531.ebuild
  Log:
  Version bump (bug #224481).
  (Portage version: 2.1.5.3)

Revision  Changes    Path
1.66                 sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	7 May 2008 02:02:14 -0000	1.65
+++ ChangeLog	3 Jun 2008 17:58:13 -0000	1.66
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.65 2008/05/07 02:02:14 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.66 2008/06/03 17:58:13 chutzpah Exp $
+
+*ntfs3g-1.2531 (03 Jun 2008)
+
+  03 Jun 2008; Patrick McLean <chutzpah@gentoo.org> +ntfs3g-1.2531.ebuild:
+  Version bump (bug #224481).
 
 *ntfs3g-1.2506 (07 May 2008)
 



1.1                  sys-fs/ntfs3g/ntfs3g-1.2531.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?rev=1.1&content-type=text/plain

Index: ntfs3g-1.2531.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v 1.1 2008/06/03 17:58:13 chutzpah Exp $

MY_PN="${PN/3g/-3g}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Open source read-write NTFS driver that runs under FUSE"
HOMEPAGE="http://www.ntfs-3g.org"
SRC_URI="http://www.ntfs-3g.org/${MY_P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug suid"

RDEPEND=""
DEPEND=""

S="${WORKDIR}/${MY_P}"

src_compile() {
	econf \
		--docdir="/usr/share/doc/${PF}" \
		--enable-ldscript \
		--disable-ldconfig \
		$(use_enable debug)
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	prepalldocs
	dodoc AUTHORS ChangeLog CREDITS

	use suid && fperms u+s "/bin/${MY_PN}"
}

pkg_postinst() {
	if use suid; then
		ewarn
		ewarn "You have chosen to install ${PN} with the binary setuid root. This"
		ewarn "means that if there any undetected vulnerabilities in the binary,"
		ewarn "then local users may be able to gain root access on your machine."
		ewarn
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-1.2531.ebuild
@ 2008-07-13 22:40 Dawid Weglinski (cla)
  0 siblings, 0 replies; 4+ messages in thread
From: Dawid Weglinski (cla) @ 2008-07-13 22:40 UTC (permalink / raw
  To: gentoo-commits

cla         08/07/13 22:40:43

  Modified:             ChangeLog ntfs3g-1.2531.ebuild
  Log:
  Stable on x86 wrt bug #231422
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.69                 sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	13 Jul 2008 16:27:31 -0000	1.68
+++ ChangeLog	13 Jul 2008 22:40:42 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.68 2008/07/13 16:27:31 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.69 2008/07/13 22:40:42 cla Exp $
+
+  13 Jul 2008; Dawid Węgliński <cla@gentoo.org> ntfs3g-1.2531.ebuild:
+  Stable on x86 (bug #231422)
 
 *ntfs3g-1.2712 (13 Jul 2008)
 



1.3                  sys-fs/ntfs3g/ntfs3g-1.2531.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?r1=1.2&r2=1.3

Index: ntfs3g-1.2531.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ntfs3g-1.2531.ebuild	10 Jul 2008 15:45:12 -0000	1.2
+++ ntfs3g-1.2531.ebuild	13 Jul 2008 22:40:42 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v 1.2 2008/07/10 15:45:12 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v 1.3 2008/07/13 22:40:42 cla Exp $
 
 MY_PN="${PN/3g/-3g}"
 MY_P="${MY_PN}-${PV}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug suid"
 
 RDEPEND=""



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-1.2531.ebuild
@ 2008-07-14 19:23 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-07-14 19:23 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/07/14 19:23:54

  Modified:             ChangeLog ntfs3g-1.2531.ebuild
  Log:
  Stable on ppc wrt bug 231422
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.70                 sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	13 Jul 2008 22:40:42 -0000	1.69
+++ ChangeLog	14 Jul 2008 19:23:53 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.69 2008/07/13 22:40:42 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.70 2008/07/14 19:23:53 nixnut Exp $
+
+  14 Jul 2008; nixnut <nixnut@gentoo.org> ntfs3g-1.2531.ebuild:
+  Stable on ppc wrt bug 231422
 
   13 Jul 2008; Dawid Węgliński <cla@gentoo.org> ntfs3g-1.2531.ebuild:
   Stable on x86 (bug #231422)



1.4                  sys-fs/ntfs3g/ntfs3g-1.2531.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?r1=1.3&r2=1.4

Index: ntfs3g-1.2531.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ntfs3g-1.2531.ebuild	13 Jul 2008 22:40:42 -0000	1.3
+++ ntfs3g-1.2531.ebuild	14 Jul 2008 19:23:53 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v 1.3 2008/07/13 22:40:42 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v 1.4 2008/07/14 19:23:53 nixnut Exp $
 
 MY_PN="${PN/3g/-3g}"
 MY_P="${MY_PN}-${PV}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
 IUSE="debug suid"
 
 RDEPEND=""



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-1.2531.ebuild
@ 2008-07-17 19:04 Markus Rothe (corsair)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Rothe (corsair) @ 2008-07-17 19:04 UTC (permalink / raw
  To: gentoo-commits

corsair     08/07/17 19:04:53

  Modified:             ChangeLog ntfs3g-1.2531.ebuild
  Log:
  Stable on ppc64; bug #231422
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.71                 sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	14 Jul 2008 19:23:53 -0000	1.70
+++ ChangeLog	17 Jul 2008 19:04:53 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.70 2008/07/14 19:23:53 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.71 2008/07/17 19:04:53 corsair Exp $
+
+  17 Jul 2008; Markus Rothe <corsair@gentoo.org> ntfs3g-1.2531.ebuild:
+  Stable on ppc64; bug #231422
 
   14 Jul 2008; nixnut <nixnut@gentoo.org> ntfs3g-1.2531.ebuild:
   Stable on ppc wrt bug 231422



1.5                  sys-fs/ntfs3g/ntfs3g-1.2531.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild?r1=1.4&r2=1.5

Index: ntfs3g-1.2531.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ntfs3g-1.2531.ebuild	14 Jul 2008 19:23:53 -0000	1.4
+++ ntfs3g-1.2531.ebuild	17 Jul 2008 19:04:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v 1.4 2008/07/14 19:23:53 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2531.ebuild,v 1.5 2008/07/17 19:04:53 corsair Exp $
 
 MY_PN="${PN/3g/-3g}"
 MY_P="${MY_PN}-${PV}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE="debug suid"
 
 RDEPEND=""



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-07-17 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-17 19:04 [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-1.2531.ebuild Markus Rothe (corsair)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-14 19:23 Gysbert Wassenaar (nixnut)
2008-07-13 22:40 Dawid Weglinski (cla)
2008-06-03 17:58 Patrick McLean (chutzpah)

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