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 66A08139086 for ; Fri, 30 Dec 2016 23:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CCF6E0C10; Fri, 30 Dec 2016 23:37:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 56D47E0C0C for ; Fri, 30 Dec 2016 23:37:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2FE913416E6 for ; Fri, 30 Dec 2016 23:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6357C24EC for ; Fri, 30 Dec 2016 23:37:08 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1483140922.40b8635272186dfd4f5ae2e351036ad40288b481.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_pgsql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/p1_pgsql/Manifest dev-erlang/p1_pgsql/p1_pgsql-1.1.1.ebuild X-VCS-Directories: dev-erlang/p1_pgsql/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 40b8635272186dfd4f5ae2e351036ad40288b481 X-VCS-Branch: master Date: Fri, 30 Dec 2016 23:37:08 +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: 347146f2-7dd2-4d0f-92ce-1e9f285b30bc X-Archives-Hash: 9a98889925e0cf8d87ff91b7f6004e81 commit: 40b8635272186dfd4f5ae2e351036ad40288b481 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Fri Dec 30 22:59:07 2016 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Fri Dec 30 23:35:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b86352 dev-erlang/p1_pgsql: Bump version Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-erlang/p1_pgsql/Manifest | 1 + dev-erlang/p1_pgsql/p1_pgsql-1.1.1.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-erlang/p1_pgsql/Manifest b/dev-erlang/p1_pgsql/Manifest index 0cd653d..b7527d0 100644 --- a/dev-erlang/p1_pgsql/Manifest +++ b/dev-erlang/p1_pgsql/Manifest @@ -1 +1,2 @@ DIST p1_pgsql-1.1.0.tar.gz 18634 SHA256 85ac94c2ae800a12e9f99a1d45f2bf03029613fe29533abf903ceec6b078e8d6 SHA512 0907d7aba238dfc561aea4b536aff198b7eb9f365cdd3e0a0f826201299cd146802629572862684b2b1b336341afd1778abe471056b09d14b21953a7c3cb4ba4 WHIRLPOOL e7a47cc6f6b9b8452705e511993bda4e664bbcedf79e573afa6f7af9d5ec7b88cb8b14821b3d016dddfc305e59f525a4229d627500fb1dfd71c9987075cbcf05 +DIST p1_pgsql-1.1.1.tar.gz 18797 SHA256 843566fb488ee773906ce801672288207c1ad6eab48da6ae7c2b12469d02b98d SHA512 6eaf443528d410a23086b267acbd6ebebe1503e0dc079ff9774d8c30018857c97a29f8aae67dfc9a399c35fdb7aa6e800cfe22a0b4d7836db286e05c9c7f4fad WHIRLPOOL 88aae05f6ea50c8894c549cd085cd4faac84b80d07494d74da0ee6dec1a9862a17781405c76429e6e43309996b598019990ee2704b58ae30c7a3988fcb596890 diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.1.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.1.ebuild new file mode 100644 index 00000000..e3c891d --- /dev/null +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit rebar + +DESCRIPTION="Pure Erlang PostgreSQL driver" +HOMEPAGE="https://github.com/processone/p1_pgsql" +SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="ErlPL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )