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 1F6F21388BF for ; Tue, 12 Jan 2016 21:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97BCB21C05A; Tue, 12 Jan 2016 21:30:24 +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 2DF8321C05A for ; Tue, 12 Jan 2016 21:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57E64340896 for ; Tue, 12 Jan 2016 21:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20C60CF6 for ; Tue, 12 Jan 2016 21:30:18 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1452634195.4eba38829f011f91e4a8aa26a0b2c9b90d1b4ced.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/spatialite/spatialite-2.4.0_rc4.ebuild dev-db/spatialite/spatialite-3.0.1.ebuild X-VCS-Directories: dev-db/spatialite/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 4eba38829f011f91e4a8aa26a0b2c9b90d1b4ced X-VCS-Branch: master Date: Tue, 12 Jan 2016 21:30:18 +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: a9c0b92c-ece7-4e02-8a21-cf5e6e94425a X-Archives-Hash: 4195f0e51fc8b6dad7d85bb63b52321e commit: 4eba38829f011f91e4a8aa26a0b2c9b90d1b4ced Author: Amy Winston gentoo org> AuthorDate: Tue Jan 12 21:29:05 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Tue Jan 12 21:29:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eba3882 dev-db/spatialite: eapi bump Package-Manager: portage-2.2.24 dev-db/spatialite/spatialite-2.4.0_rc4.ebuild | 4 ++-- dev-db/spatialite/spatialite-3.0.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild b/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild index 0ad1585..daaa342 100644 --- a/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild +++ b/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 MY_PV=${PV/_rc/-} MY_P=lib${P/_rc*} diff --git a/dev-db/spatialite/spatialite-3.0.1.ebuild b/dev-db/spatialite/spatialite-3.0.1.ebuild index ae43cfe..c1c2e2d 100644 --- a/dev-db/spatialite/spatialite-3.0.1.ebuild +++ b/dev-db/spatialite/spatialite-3.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 MY_PN="lib${PN}" MY_P="${MY_PN}-${PV}"