From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1A2D1381FA for ; Thu, 15 May 2014 15:30:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6751EE0AE9; Thu, 15 May 2014 15:30:22 +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 D8003E0AE9 for ; Thu, 15 May 2014 15:30:21 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [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 E961233F894 for ; Thu, 15 May 2014 15:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 913A01818D for ; Thu, 15 May 2014 15:30:19 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1400167805.b8d2d839135a13e490a66be1bfd49ea6d166dadd.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: dev-util/PyCLP/ X-VCS-Repository: dev/xmw X-VCS-Files: dev-util/PyCLP/ChangeLog dev-util/PyCLP/Manifest dev-util/PyCLP/PyCLP-0.8.ebuild dev-util/PyCLP/metadata.xml X-VCS-Directories: dev-util/PyCLP/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b8d2d839135a13e490a66be1bfd49ea6d166dadd X-VCS-Branch: master Date: Thu, 15 May 2014 15:30:19 +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: 50fb6ef3-fd02-41f9-be09-da2490f0e818 X-Archives-Hash: 7307262063602bce7796122a44169020 commit: b8d2d839135a13e490a66be1bfd49ea6d166dadd Author: Michael Weber xmw de> AuthorDate: Thu May 15 15:30:05 2014 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu May 15 15:30:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=b8d2d839 Initial import Package-Manager: portage-2.2.10 Manifest-Sign-Key: 62EEF090 --- dev-util/PyCLP/ChangeLog | 4 ++++ dev-util/PyCLP/Manifest | 11 +++++++++++ dev-util/PyCLP/PyCLP-0.8.ebuild | 24 ++++++++++++++++++++++++ dev-util/PyCLP/metadata.xml | 8 ++++++++ 4 files changed, 47 insertions(+) diff --git a/dev-util/PyCLP/ChangeLog b/dev-util/PyCLP/ChangeLog new file mode 100644 index 0000000..ccf61d8 --- /dev/null +++ b/dev-util/PyCLP/ChangeLog @@ -0,0 +1,4 @@ +*PyCLP-0.8 (15 May 2014) + + 15 May 2014; Michael Weber +PyCLP-0.8.ebuild, +metadata.xml: + Initial import diff --git a/dev-util/PyCLP/Manifest b/dev-util/PyCLP/Manifest new file mode 100644 index 0000000..cdc0acb --- /dev/null +++ b/dev-util/PyCLP/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST PyCLP-0.8.tar.gz 103577 SHA256 9a6c1108abc780e8ee8cb38896bd8724ec22558f418c8d81d19b51950d9c45cb SHA512 083ccba76c749fe0d9801e920a23134597bec4b065a7a33380029b7ebecefffba3ca3b2c14108aeaf7076698aff0490e8ed45419eee5081429f9886cbda6895e WHIRLPOOL 44bbbf21232c5ab0cd801db1f1d1950901a68e6cb05e3685e046a5fe76eacaff0d1d1a5a63b075395804c3712798fc20e1ad01e94da4681dfba5b0b5ffafe643 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iF4EAREIAAYFAlN03X0ACgkQknrdDGLu8JDk6AD+Nvy7KdGeMekYTnkFY8h0B5cH +NmwfvI5cabwUhl5XEdgBAI9y64MYGBdTjlz56tEwEQy7jEXRcolta69e/eJYkQtP +=ML83 +-----END PGP SIGNATURE----- diff --git a/dev-util/PyCLP/PyCLP-0.8.ebuild b/dev-util/PyCLP/PyCLP-0.8.ebuild new file mode 100644 index 0000000..27edea2 --- /dev/null +++ b/dev-util/PyCLP/PyCLP-0.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +inherit distutils-r1 + +DESCRIPTION="Python library to interface ECLiPSe Constraint Programmig System" +HOMEPAGE="https://sourceforge.net/projects/pyclp/" +SRC_URI="mirror://pypi/P/PyCLP/PyCLP-0.8.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +pkg_setup() { + export ECLIPSEDIR=${EROOT}opt/eclipse-cpl +} diff --git a/dev-util/PyCLP/metadata.xml b/dev-util/PyCLP/metadata.xml new file mode 100644 index 0000000..5b80fb9 --- /dev/null +++ b/dev-util/PyCLP/metadata.xml @@ -0,0 +1,8 @@ + + + + +xmw@gentoo.org +Michael Weber + +