* [gentoo-commits] gentoo-x86 commit in sys-libs/gdbm: gdbm-1.8.3-r4.ebuild
@ 2010-02-06 6:33 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2010-02-06 6:33 UTC (permalink / raw
To: gentoo-commits
vapier 10/02/06 06:33:27
Modified: gdbm-1.8.3-r4.ebuild
Log:
note the comment with explanation
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.12 sys-libs/gdbm/gdbm-1.8.3-r4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild?r1=1.11&r2=1.12
Index: gdbm-1.8.3-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gdbm-1.8.3-r4.ebuild 6 Feb 2010 01:34:41 -0000 1.11
+++ gdbm-1.8.3-r4.ebuild 6 Feb 2010 06:33:26 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.11 2010/02/06 01:34:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.12 2010/02/06 06:33:26 vapier Exp $
inherit eutils libtool flag-o-matic
@@ -52,6 +52,10 @@
ewarn "LFS changes in the gdbm format. You can either delete the db"
ewarn "and regenerate it from scratch, or use the converter:"
ewarn "http://bugs.gentoo.org/attachment.cgi?id=215326"
+ ewarn
+ ewarn "See this comment for information on how to use it:"
+ ewarn "http://bugs.gentoo.org/show_bug.cgi?id=299390#c15"
+ ewarn
ewarn "You should be able to locate most gdbm db's on your system with:"
ewarn "find /etc /var -type f -exec file {} + | grep 'GNU dbm 1.x or ndbm database'"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gdbm: gdbm-1.8.3-r4.ebuild
@ 2010-03-20 21:03 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2010-03-20 21:03 UTC (permalink / raw
To: gentoo-commits
vapier 10/03/20 21:03:23
Modified: gdbm-1.8.3-r4.ebuild
Log:
also mention script by Greg Turner #299390
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.13 sys-libs/gdbm/gdbm-1.8.3-r4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild?r1=1.12&r2=1.13
Index: gdbm-1.8.3-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gdbm-1.8.3-r4.ebuild 6 Feb 2010 06:33:26 -0000 1.12
+++ gdbm-1.8.3-r4.ebuild 20 Mar 2010 21:03:23 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.12 2010/02/06 06:33:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.13 2010/03/20 21:03:23 vapier Exp $
inherit eutils libtool flag-o-matic
@@ -54,8 +54,11 @@
ewarn "http://bugs.gentoo.org/attachment.cgi?id=215326"
ewarn
ewarn "See this comment for information on how to use it:"
- ewarn "http://bugs.gentoo.org/show_bug.cgi?id=299390#c15"
+ ewarn "http://bugs.gentoo.org/299390#c15"
ewarn
ewarn "You should be able to locate most gdbm db's on your system with:"
ewarn "find /etc /var -type f -exec file {} + | grep 'GNU dbm 1.x or ndbm database'"
+ ewarn
+ ewarn "You could also try using this helper script:"
+ ewarn "http://bugs.gentoo.org/attachment.cgi?id=222581"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-20 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 6:33 [gentoo-commits] gentoo-x86 commit in sys-libs/gdbm: gdbm-1.8.3-r4.ebuild Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2010-03-20 21:03 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