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 23C7A1390AE for ; Fri, 7 Mar 2014 03:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A9D4E0AC1; Fri, 7 Mar 2014 03:27:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 845A0E0AC1 for ; Fri, 7 Mar 2014 03:27:43 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A008C33FBDF for ; Fri, 7 Mar 2014 03:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 41710188EA for ; Fri, 7 Mar 2014 03:27:41 +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: <1394162725.df30e4ab89647cc1317941084106a06ee6dc74d9.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-6.1.7.ebuild dev-db/virtuoso-odbc/virtuoso-odbc-7.0.0.ebuild dev-db/virtuoso-odbc/virtuoso-odbc-7.1.0.ebuild X-VCS-Directories: dev-db/virtuoso-odbc/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: df30e4ab89647cc1317941084106a06ee6dc74d9 X-VCS-Branch: master Date: Fri, 7 Mar 2014 03:27:41 +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: 29984015-64d8-46c2-ab82-a0dbf9c86379 X-Archives-Hash: 8974c3a05ab4d2b5bf5862c183b8907c commit: df30e4ab89647cc1317941084106a06ee6dc74d9 Author: Chris Reffett gentoo org> AuthorDate: Fri Mar 7 03:25:25 2014 +0000 Commit: Chris Reffett gentoo org> CommitDate: Fri Mar 7 03:25:25 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df30e4ab [dev-db/virtuoso-odbc] Remove 6.1.7 (moved to tree as 6.1.8), bump to 7.1.0. Update to reflect changes to virtuoso.eclass. Package-Manager: portage-2.2.8-r1 --- dev-db/virtuoso-odbc/virtuoso-odbc-6.1.7.ebuild | 41 ---------------------- ...dbc-7.0.0.ebuild => virtuoso-odbc-7.1.0.ebuild} | 0 2 files changed, 41 deletions(-) diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.7.ebuild b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.7.ebuild deleted file mode 100644 index d854c0e..0000000 --- a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.7.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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 -} diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-7.0.0.ebuild b/dev-db/virtuoso-odbc/virtuoso-odbc-7.1.0.ebuild similarity index 100% rename from dev-db/virtuoso-odbc/virtuoso-odbc-7.0.0.ebuild rename to dev-db/virtuoso-odbc/virtuoso-odbc-7.1.0.ebuild