commit: 39da285e8f98225327cf4b9cce966340ffbab1ca Author: Michael Weber <michael <AT> xmw <DOT> de> AuthorDate: Sun Nov 2 09:11:56 2014 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> 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 <[email protected]> +nsupdate-info-0.9.0.ebuild: + add release + 02 Nov 2014; Michael Weber <[email protected]> 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"
