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 DB30659CA3 for ; Mon, 14 Mar 2016 23:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F77621C096; Mon, 14 Mar 2016 23:07:10 +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 86F0521C08E for ; Mon, 14 Mar 2016 23:07:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CB86340A7F for ; Mon, 14 Mar 2016 23:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2A6A86C for ; Mon, 14 Mar 2016 23:07:01 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1457996797.ea46cb6d61baff4434a379d183fb63c68b30c89c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Palm-PDB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Palm-PDB/Manifest dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild dev-perl/Palm-PDB/metadata.xml X-VCS-Directories: dev-perl/Palm-PDB/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: ea46cb6d61baff4434a379d183fb63c68b30c89c X-VCS-Branch: master Date: Mon, 14 Mar 2016 23:07:01 +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: b63fbddb-0a5d-4d39-85e7-e77ef383436f X-Archives-Hash: b61e913bf28ac77a1a958573fae66358 commit: ea46cb6d61baff4434a379d183fb63c68b30c89c Author: Kent Fredric gmail com> AuthorDate: Mon Mar 14 16:00:32 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Mar 14 23:06:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea46cb6d dev-perl/Palm-PDB: Added to tree at version 1.400.0 dev-perl/Palm is getting split upstream into 2 distributions, and this is subsequently "split out of" dev-perl/Palm. It is also now required for dev-perl/Palm Package-Manager: portage-2.2.27 dev-perl/Palm-PDB/Manifest | 1 + dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild | 36 +++++++++++++++++++++++++++++++ dev-perl/Palm-PDB/metadata.xml | 13 +++++++++++ 3 files changed, 50 insertions(+) diff --git a/dev-perl/Palm-PDB/Manifest b/dev-perl/Palm-PDB/Manifest new file mode 100644 index 0000000..f583f39 --- /dev/null +++ b/dev-perl/Palm-PDB/Manifest @@ -0,0 +1 @@ +DIST Palm-PDB-1.400.tar.gz 40842 SHA256 9607db14aa4f61581350668a2c541e03727fbbc573c223d0e237c72ddf09092c SHA512 d0ec567e6d0964de03f8a73b12eb3b6082556527ed790118d65cec37b2201844f3d92cf12517d898c162918d28a111229b64513fa8e75f99afb7a76fceeebf98 WHIRLPOOL 3e60cf50ddf39cf573633c6c7989d0da38f0cc30b14d9b708bac5b1728c8394e72de37830bab178aa354af5d26b2845bb2bb31db2f3d1c051e2703d05c804977 diff --git a/dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild b/dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild new file mode 100644 index 0000000..7b987c1 --- /dev/null +++ b/dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=CJM +DIST_VERSION=1.400 + +inherit perl-module + +DESCRIPTION="Parse Palm database files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test examples" + +# This package is split upstream from "Palm" +# so collides before 1.14.0 +RDEPEND=" + ! + + + + perl@gentoo.org + Gentoo Perl Project + + + Palm-PDB + Palm::PDB + Palm::Raw + +