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 2ED8E138AF5 for ; Sun, 2 Nov 2014 09:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C92EBE0BB8; Sun, 2 Nov 2014 09:12:16 +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 7ADECE0BB8 for ; Sun, 2 Nov 2014 09:12:16 +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 19649340020 for ; Sun, 2 Nov 2014 09:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAE20944C for ; Sun, 2 Nov 2014 09:12:13 +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: <1414919516.39da285e8f98225327cf4b9cce966340ffbab1ca.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: net-dns/nsupdate-info/ X-VCS-Repository: dev/xmw X-VCS-Files: net-dns/nsupdate-info/ChangeLog net-dns/nsupdate-info/Manifest net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild X-VCS-Directories: net-dns/nsupdate-info/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 39da285e8f98225327cf4b9cce966340ffbab1ca X-VCS-Branch: master Date: Sun, 2 Nov 2014 09:12:13 +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: db076fcb-5c07-4b83-ac6f-b76646f0e741 X-Archives-Hash: fb5bd667af3ead4ede7de50500f0de92 commit: 39da285e8f98225327cf4b9cce966340ffbab1ca Author: Michael Weber xmw de> AuthorDate: Sun Nov 2 09:11:56 2014 +0000 Commit: Michael Weber gentoo org> CommitDate: Sun Nov 2 09:11:56 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=39da285e add release Package-Manager: portage-2.2.14 Manifest-Sign-Key: 62EEF090 --- net-dns/nsupdate-info/ChangeLog | 5 +++++ net-dns/nsupdate-info/Manifest | 1 + net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild | 28 ++++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/net-dns/nsupdate-info/ChangeLog b/net-dns/nsupdate-info/ChangeLog index 0e3f3e1..f8167e0 100644 --- a/net-dns/nsupdate-info/ChangeLog +++ b/net-dns/nsupdate-info/ChangeLog @@ -1,3 +1,8 @@ +*nsupdate-info-0.9.0 (02 Nov 2014) + + 02 Nov 2014; Michael Weber +nsupdate-info-0.9.0.ebuild: + add release + 02 Nov 2014; Michael Weber nsupdate-info-9999.ebuild: Update deps diff --git a/net-dns/nsupdate-info/Manifest b/net-dns/nsupdate-info/Manifest new file mode 100644 index 0000000..a918777 --- /dev/null +++ b/net-dns/nsupdate-info/Manifest @@ -0,0 +1 @@ +DIST nsupdate-info-0.9.0.tar.gz 247972 SHA256 97bda37087e3e5698c1e0e4fa54f4e447592225422b7b49bb8d5a5164b48da12 SHA512 177e2596f5be68716acad89b42dda489079ae4fa6b2ce299ee009b3f82c5fef9a9733a97004a13c5f0051eb24b4bf4f28a5a1c30db10fcf5e01341b5e6ad764d WHIRLPOOL 002ba01c802bb5d6db79aa1d64867019b747040a2fcbd8a1fa827194c59b57cb6c76a7b27980a5442f3413a337476e96824c0742bc805195ad19e7ed40e10ae9 diff --git a/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild b/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild new file mode 100644 index 0000000..d127df6 --- /dev/null +++ b/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="Dynamic DNS service" +HOMEPAGE="https://github.com/nsupdate-info/nsupdate.info" +SRC_URI="https://github.com/${PN}/${PN/-/.}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + dev-python/django[sqlite] + dev-python/django-debug-toolbar + dev-python/django-extensions + dev-python/django-registration + dev-python/django-bootstrap-form + dev-python/python-social-auth + dev-python/dnspython + dev-python/netaddr"