From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SoNBi-0003H1-R2 for garchives@archives.gentoo.org; Mon, 09 Jul 2012 23:16:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03A7421C0A0; Mon, 9 Jul 2012 23:15:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD6A421C0A0 for ; Mon, 9 Jul 2012 23:15: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 2260D1B4035 for ; Mon, 9 Jul 2012 23:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D263CE543C for ; Mon, 9 Jul 2012 23:15:48 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1341875423.75c0abf8a5e764f568c47da7ab74a92b91b24c41.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.5.ebuild X-VCS-Directories: dev-db/virtuoso-odbc/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 75c0abf8a5e764f568c47da7ab74a92b91b24c41 X-VCS-Branch: master Date: Mon, 9 Jul 2012 23:15:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d06f832a-646a-4995-b3a6-518b7afda57e X-Archives-Hash: 23b0efaf703d70f1cb1f827da382c563 commit: 75c0abf8a5e764f568c47da7ab74a92b91b24c41 Author: Chris Reffett gmail com> AuthorDate: Mon Jul 9 23:10:23 2012 +0000 Commit: Chris Reffett gmail com> CommitDate: Mon Jul 9 23:10:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D75c0abf8 [dev-db/virtuoso-odbc] Add to overlay for testing, version bump to 6.1.5 (Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest comm= it) --- dev-db/virtuoso-odbc/metadata.xml | 13 +++++++ dev-db/virtuoso-odbc/virtuoso-odbc-6.1.5.ebuild | 41 +++++++++++++++++= ++++++ 2 files changed, 54 insertions(+), 0 deletions(-) diff --git a/dev-db/virtuoso-odbc/metadata.xml b/dev-db/virtuoso-odbc/met= adata.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.5.ebuild b/dev-db/vir= tuoso-odbc/virtuoso-odbc-6.1.5.ebuild new file mode 100644 index 0000000..bfbf074 --- /dev/null +++ b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.5.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +inherit virtuoso + +DESCRIPTION=3D"ODBC driver for OpenLink Virtuoso Open-Source Edition" + +KEYWORDS=3D"~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-li= nux ~x86-linux" +IUSE=3D"" + +RDEPEND=3D" + >=3Ddev-libs/openssl-0.9.7i:0 +" +DEPEND=3D"${RDEPEND}" + +VOS_EXTRACT=3D" + libsrc/Dk + libsrc/Thread + libsrc/odbcsdk + libsrc/util + binsrc/driver +" + +src_configure() { + myconf+=3D" + --disable-static + --without-iodbc + " + + virtuoso_src_configure +} + +src_install() { + virtuoso_src_install + + # Remove libtool files + find "${ED}" -name '*.la' -delete +}