Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/odbtp: odbtp-1.1.4.ebuild
Date: Wed, 31 Mar 2010 21:39:07
Message-Id: E1Nx5cu-00033L-3I@stork.gentoo.org
1 ssuominen 10/03/31 21:39:04
2
3 Modified: odbtp-1.1.4.ebuild
4 Log:
5 Missing inherit
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-db/odbtp/odbtp-1.1.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild?r1=1.3&r2=1.4
14
15 Index: odbtp-1.1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- odbtp-1.1.4.ebuild 31 Mar 2010 20:44:11 -0000 1.3
22 +++ odbtp-1.1.4.ebuild 31 Mar 2010 21:39:04 -0000 1.4
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild,v 1.3 2010/03/31 20:44:11 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild,v 1.4 2010/03/31 21:39:04 ssuominen Exp $
28
29 -inherit eutils
30 +inherit eutils toolchain-funcs
31
32 DESCRIPTION="ODBTP is a fast, efficient TCP/IP protocol for connecting to Win32-based databases from any platform."
33 HOMEPAGE="http://odbtp.sourceforge.net/"