From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 969491381F3 for ; Sun, 25 Aug 2013 22:03:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF9C6E0932; Sun, 25 Aug 2013 22:03:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64A82E0932 for ; Sun, 25 Aug 2013 22:03:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DE1233EEC6 for ; Sun, 25 Aug 2013 22:03:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9B3DDE5459 for ; Sun, 25 Aug 2013 22:03:47 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1377468086.d638d52b1cb2f5c9aa4aff4d2f08b853a7a7004b.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-db/virtuoso-odbc/ X-VCS-Repository: proj/kde X-VCS-Files: dev-db/virtuoso-odbc/virtuoso-odbc-7.0.0.ebuild X-VCS-Directories: dev-db/virtuoso-odbc/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: d638d52b1cb2f5c9aa4aff4d2f08b853a7a7004b X-VCS-Branch: master Date: Sun, 25 Aug 2013 22:03:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e8042530-5e9d-40d6-8c2f-94bf3820f727 X-Archives-Hash: d173045b66dda882404c5556c3ce0caa commit: d638d52b1cb2f5c9aa4aff4d2f08b853a7a7004b Author: Chris Reffett gentoo org> AuthorDate: Sun Aug 25 22:01:26 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Sun Aug 25 22:01:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d638d52b [dev-db/virtuoso-odbc] Bump to 7.0.0 for testing Package-Manager: portage-2.2.0 --- dev-db/virtuoso-odbc/virtuoso-odbc-7.0.0.ebuild | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-7.0.0.ebuild b/dev-db/virtuoso-odbc/virtuoso-odbc-7.0.0.ebuild new file mode 100644 index 0000000..f220602 --- /dev/null +++ b/dev-db/virtuoso-odbc/virtuoso-odbc-7.0.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild,v 1.5 2013/04/26 00:48:51 creffett Exp $ + +EAPI=5 + +inherit virtuoso + +DESCRIPTION="ODBC driver for OpenLink Virtuoso Open-Source Edition" + +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + >=dev-libs/openssl-0.9.7i:0 +" +DEPEND="${RDEPEND}" + +VOS_EXTRACT=" + libsrc/Dk + libsrc/Thread + libsrc/odbcsdk + libsrc/util + binsrc/driver +" + +src_configure() { + myconf+=" + --disable-static + --without-iodbc + " + + virtuoso_src_configure +} + +src_install() { + virtuoso_src_install + + # Remove libtool files + find "${ED}" -name '*.la' -delete +}