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 7EA8B13800E for ; Thu, 2 Aug 2012 22:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 543D0E081D; Thu, 2 Aug 2012 22:40:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 224A9E081D for ; Thu, 2 Aug 2012 22:40:24 +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 6AA2C1B402B for ; Thu, 2 Aug 2012 22:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 262FBE543C for ; Thu, 2 Aug 2012 22:40:23 +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: <1343946119.c1bd4a9790f3c0e21cce2f637f9ccc0414686397.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/metadata.xml dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild X-VCS-Directories: dev-db/virtuoso-odbc/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: c1bd4a9790f3c0e21cce2f637f9ccc0414686397 X-VCS-Branch: master Date: Thu, 2 Aug 2012 22:40:23 +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: fbd7fb94-5683-4183-bc1d-64456ee9936d X-Archives-Hash: d1ad38223fa4a6754da4dd013ba76e78 commit: c1bd4a9790f3c0e21cce2f637f9ccc0414686397 Author: Chris Reffett gmail com> AuthorDate: Thu Aug 2 22:21:59 2012 +0000 Commit: Chris Reffett gmail com> CommitDate: Thu Aug 2 22:21:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c1bd4a97 [dev-db/virtuoso-odbc] Version bump, in overlay for testing. (Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit) --- dev-db/virtuoso-odbc/metadata.xml | 13 +++++++ dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild | 41 +++++++++++++++++++++++ 2 files changed, 54 insertions(+), 0 deletions(-) diff --git a/dev-db/virtuoso-odbc/metadata.xml b/dev-db/virtuoso-odbc/metadata.xml new file mode 100644 index 0000000..fbcadb2 --- /dev/null +++ b/dev-db/virtuoso-odbc/metadata.xml @@ -0,0 +1,13 @@ + + + + kde + + reavertm@gentoo.org + Maciej Mrozowski + + + creffett@gentoo.org + Chris Reffett + + diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild new file mode 100644 index 0000000..a52c543 --- /dev/null +++ b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 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.5.ebuild,v 1.1 2012/07/13 22:20:20 creffett Exp $ + +EAPI=4 + +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 +}