From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43F9F139694 for ; Fri, 7 Jul 2017 10:39:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87D2F1FC03A; Fri, 7 Jul 2017 10:39:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C0C71FC03A for ; Fri, 7 Jul 2017 10:39:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CB00341776 for ; Fri, 7 Jul 2017 10:39:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14A417478 for ; Fri, 7 Jul 2017 10:39:23 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1499423971.44f4035a5128acace766407bd8cfb21415359085.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/clsql/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/clsql/clsql-5.4.0.ebuild dev-lisp/clsql/clsql-6.4.0.ebuild dev-lisp/clsql/clsql-6.4.1.ebuild X-VCS-Directories: dev-lisp/clsql/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 44f4035a5128acace766407bd8cfb21415359085 X-VCS-Branch: master Date: Fri, 7 Jul 2017 10:39: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: e18b3466-6573-483a-b7d4-b7d8701b7006 X-Archives-Hash: ed247ed606f8a5dff5c00338011b30b6 commit: 44f4035a5128acace766407bd8cfb21415359085 Author: Chema Alonso Josa gentoo org> AuthorDate: Fri Jul 7 10:39:31 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Jul 7 10:39:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=44f4035a dev-lisp/clsql: Updates ebuilds dev-lisp/clsql/clsql-5.4.0.ebuild | 19 +++++++++---------- dev-lisp/clsql/clsql-6.4.0.ebuild | 16 +++++++--------- dev-lisp/clsql/clsql-6.4.1.ebuild | 16 +++++++--------- 3 files changed, 23 insertions(+), 28 deletions(-) diff --git a/dev-lisp/clsql/clsql-5.4.0.ebuild b/dev-lisp/clsql/clsql-5.4.0.ebuild index d5765a17..72bdb6f8 100644 --- a/dev-lisp/clsql/clsql-5.4.0.ebuild +++ b/dev-lisp/clsql/clsql-5.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=3 +EAPI=6 + inherit common-lisp-3 eutils toolchain-funcs flag-o-matic multilib DESCRIPTION="A multi-platform SQL interface for Common Lisp" @@ -15,7 +15,7 @@ RESTRICT="mirror" LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc oracle mysql postgres sqlite sqlite3 odbc" +IUSE="doc oracle mysql postgres sqlite odbc" DEPEND="mysql? ( virtual/mysql )" RDEPEND="${DEPEND} @@ -23,14 +23,13 @@ RDEPEND="${DEPEND} dev-lisp/md5 >=dev-lisp/uffi-2.0.0 oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( dev-db/postgresql-base ) - sqlite? ( dev-db/sqlite:0 ) - sqlite3? ( dev-db/sqlite:3 ) + postgres? ( dev-db/postgresql ) + sqlite? ( dev-db/sqlite:3 ) odbc? ( dev-db/unixODBC )" src_prepare() { - sed -i "s,/usr/lib,/usr/$(get_libdir),g" "${S}"/${PN}-{mysql,uffi}.asd - sed -i 's,"usr" "lib","usr" "'$(get_libdir)'",g' "${S}"/${PN}-{mysql,uffi}.asd + sed -i "s,/usr/lib,/usr/$(get_libdir),g" "${S}"/${PN}-{mysql,uffi}.asd || die + sed -i 's,"usr" "lib","usr" "'$(get_libdir)'",g' "${S}"/${PN}-{mysql,uffi}.asd || die } @cc() { @@ -54,7 +53,7 @@ src_compile() { } install_clsql_pkg() { - cd "${S}" + cd "${S}" || die common-lisp-install-sources db-${1} common-lisp-install-asdf ${PN}-${1} if [ -f db-${1}/${PN}_${1}.so ]; then diff --git a/dev-lisp/clsql/clsql-6.4.0.ebuild b/dev-lisp/clsql/clsql-6.4.0.ebuild index 25c3195d..d0680216 100644 --- a/dev-lisp/clsql/clsql-6.4.0.ebuild +++ b/dev-lisp/clsql/clsql-6.4.0.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 flag-o-matic multilib toolchain-funcs @@ -14,7 +13,7 @@ SRC_URI="http://files.b9.com/clsql/${P}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc examples mysql odbc oracle postgres sqlite sqlite3" +IUSE="doc examples mysql odbc oracle postgres sqlite" RDEPEND="!dev-lisp/cl-sql dev-lisp/md5 @@ -22,13 +21,12 @@ RDEPEND="!dev-lisp/cl-sql mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( dev-db/postgresql-base ) - sqlite? ( dev-db/sqlite:0 ) - sqlite3? ( dev-db/sqlite:3 )" + postgres? ( dev-db/postgresql ) + sqlite? ( dev-db/sqlite:3 )" src_prepare() { - sed -i "s,/usr/lib,/usr/$(get_libdir),g" "${S}"/${PN}-{mysql,uffi}.asd - sed -i 's,"usr" "lib","usr" "'$(get_libdir)'",g' "${S}"/${PN}-{mysql,uffi}.asd + sed -i "s,/usr/lib,/usr/$(get_libdir),g" "${S}"/${PN}-{mysql,uffi}.asd || die + sed -i 's,"usr" "lib","usr" "'$(get_libdir)'",g' "${S}"/${PN}-{mysql,uffi}.asd || die } @cc() { diff --git a/dev-lisp/clsql/clsql-6.4.1.ebuild b/dev-lisp/clsql/clsql-6.4.1.ebuild index 25c3195d..d0680216 100644 --- a/dev-lisp/clsql/clsql-6.4.1.ebuild +++ b/dev-lisp/clsql/clsql-6.4.1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 flag-o-matic multilib toolchain-funcs @@ -14,7 +13,7 @@ SRC_URI="http://files.b9.com/clsql/${P}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc examples mysql odbc oracle postgres sqlite sqlite3" +IUSE="doc examples mysql odbc oracle postgres sqlite" RDEPEND="!dev-lisp/cl-sql dev-lisp/md5 @@ -22,13 +21,12 @@ RDEPEND="!dev-lisp/cl-sql mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( dev-db/postgresql-base ) - sqlite? ( dev-db/sqlite:0 ) - sqlite3? ( dev-db/sqlite:3 )" + postgres? ( dev-db/postgresql ) + sqlite? ( dev-db/sqlite:3 )" src_prepare() { - sed -i "s,/usr/lib,/usr/$(get_libdir),g" "${S}"/${PN}-{mysql,uffi}.asd - sed -i 's,"usr" "lib","usr" "'$(get_libdir)'",g' "${S}"/${PN}-{mysql,uffi}.asd + sed -i "s,/usr/lib,/usr/$(get_libdir),g" "${S}"/${PN}-{mysql,uffi}.asd || die + sed -i 's,"usr" "lib","usr" "'$(get_libdir)'",g' "${S}"/${PN}-{mysql,uffi}.asd || die } @cc() {