* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: quota-3.15.ebuild ChangeLog
@ 2007-12-28 2:16 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson (robbat2) @ 2007-12-28 2:16 UTC (permalink / raw
To: gentoo-commits
robbat2 07/12/28 02:16:56
Modified: quota-3.15.ebuild ChangeLog
Log:
Fix ldap compile bug #203285.
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.2 sys-fs/quota/quota-3.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?r1=1.1&r2=1.2
Index: quota-3.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- quota-3.15.ebuild 24 Dec 2007 12:00:08 -0000 1.1
+++ quota-3.15.ebuild 28 Dec 2007 02:16:56 -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/sys-fs/quota/quota-3.15.ebuild,v 1.1 2007/12/24 12:00:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v 1.2 2007/12/28 02:16:56 robbat2 Exp $
inherit eutils flag-o-matic
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE="nls tcpd ldap rpc"
-RDEPEND="ldap? ( net-nds/openldap )
+RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
tcpd? ( sys-apps/tcp-wrappers )
rpc? ( net-nds/portmap )"
DEPEND="${RDEPEND}
@@ -32,7 +32,9 @@ src_unpack() {
# Don't strip binaries (from Fedora)
epatch "${FILESDIR}"/quota-3.06-no-stripping.patch
- append-cppflags -DLDAP_DEPRECATED=1
+ # This was for openldap-2.2 support before,
+ # Now we only support >=2.3
+ append-cppflags -DLDAP_DEPRECATED=0
sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure
}
1.33 sys-fs/quota/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -p -w -b -B -u -u -r1.32 -r1.33
--- ChangeLog 24 Dec 2007 12:00:08 -0000 1.32
+++ ChangeLog 28 Dec 2007 02:16:56 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/quota
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.32 2007/12/24 12:00:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.33 2007/12/28 02:16:56 robbat2 Exp $
+
+ 28 Dec 2007; Robin H. Johnson <robbat2@gentoo.org> quota-3.15.ebuild:
+ Fix ldap compile bug #203285.
*quota-3.15 (24 Dec 2007)
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: quota-3.15.ebuild ChangeLog
@ 2008-11-20 17:00 Tobias Scherbaum (dertobi123)
0 siblings, 0 replies; 4+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-11-20 17:00 UTC (permalink / raw
To: gentoo-commits
dertobi123 08/11/20 17:00:35
Modified: quota-3.15.ebuild ChangeLog
Log:
ppc stable, bug #247651
(Portage version: 2.2_rc14/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Revision Changes Path
1.3 sys-fs/quota/quota-3.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?r1=1.2&r2=1.3
Index: quota-3.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quota-3.15.ebuild 28 Dec 2007 02:16:56 -0000 1.2
+++ quota-3.15.ebuild 20 Nov 2008 17:00:35 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v 1.2 2007/12/28 02:16:56 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v 1.3 2008/11/20 17:00:35 dertobi123 Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ~sparc ~x86"
IUSE="nls tcpd ldap rpc"
RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
1.36 sys-fs/quota/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 20 Nov 2008 00:41:06 -0000 1.35
+++ ChangeLog 20 Nov 2008 17:00:35 -0000 1.36
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/quota
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.35 2008/11/20 00:41:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.36 2008/11/20 17:00:35 dertobi123 Exp $
+
+ 20 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org> quota-3.15.ebuild:
+ ppc stable, bug #247651
*quota-3.16 (20 Nov 2008)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: quota-3.15.ebuild ChangeLog
@ 2008-11-22 13:57 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-11-22 13:57 UTC (permalink / raw
To: gentoo-commits
maekke 08/11/22 13:57:41
Modified: quota-3.15.ebuild ChangeLog
Log:
amd64/x86 stable, bug #247651
(Portage version: 2.2_rc15/cvs/Linux 2.6.26.8 x86_64)
Revision Changes Path
1.4 sys-fs/quota/quota-3.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?r1=1.3&r2=1.4
Index: quota-3.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quota-3.15.ebuild 20 Nov 2008 17:00:35 -0000 1.3
+++ quota-3.15.ebuild 22 Nov 2008 13:57:41 -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/quota/quota-3.15.ebuild,v 1.3 2008/11/20 17:00:35 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v 1.4 2008/11/22 13:57:41 maekke Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
IUSE="nls tcpd ldap rpc"
RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
1.37 sys-fs/quota/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 20 Nov 2008 17:00:35 -0000 1.36
+++ ChangeLog 22 Nov 2008 13:57:41 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/quota
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.36 2008/11/20 17:00:35 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.37 2008/11/22 13:57:41 maekke Exp $
+
+ 22 Nov 2008; Markus Meier <maekke@gentoo.org> quota-3.15.ebuild:
+ amd64/x86 stable, bug #247651
20 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org> quota-3.15.ebuild:
ppc stable, bug #247651
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: quota-3.15.ebuild ChangeLog
@ 2009-01-21 20:22 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2009-01-21 20:22 UTC (permalink / raw
To: gentoo-commits
jer 09/01/21 20:22:46
Modified: quota-3.15.ebuild ChangeLog
Log:
Stable for HPPA (bug #247651).
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.6 sys-fs/quota/quota-3.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?r1=1.5&r2=1.6
Index: quota-3.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- quota-3.15.ebuild 25 Nov 2008 11:57:53 -0000 1.5
+++ quota-3.15.ebuild 21 Jan 2009 20:22:45 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v 1.5 2008/11/25 11:57:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v 1.6 2009/01/21 20:22:45 jer Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
IUSE="nls tcpd ldap rpc"
RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
1.40 sys-fs/quota/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 5 Jan 2009 23:09:49 -0000 1.39
+++ ChangeLog 21 Jan 2009 20:22:45 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/quota
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.39 2009/01/05 23:09:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.40 2009/01/21 20:22:45 jer Exp $
+
+ 21 Jan 2009; Jeroen Roovers <jer@gentoo.org> quota-3.15.ebuild:
+ Stable for HPPA (bug #247651).
*quota-3.17 (05 Jan 2009)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-21 20:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22 13:57 [gentoo-commits] gentoo-x86 commit in sys-fs/quota: quota-3.15.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2009-01-21 20:22 Jeroen Roovers (jer)
2008-11-20 17:00 Tobias Scherbaum (dertobi123)
2007-12-28 2:16 Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox