commit: 4e0e495dd504bb4efe0a55829e2406eb6d23046b Author: layman <layman <AT> localhost> AuthorDate: Wed Jul 29 08:45:30 2015 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Wed Jul 29 08:45:30 2015 +0000 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=4e0e495d
Version bump Package-Manager: portage-2.2.20 net-dns/nsupdate-info/ChangeLog | 6 +++++ net-dns/nsupdate-info/Manifest | 14 +--------- net-dns/nsupdate-info/nsupdate-info-0.11.0.ebuild | 31 +++++++++++++++++++++++ net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild | 29 --------------------- net-dns/nsupdate-info/nsupdate-info-9999.ebuild | 22 ++++++++-------- 5 files changed, 50 insertions(+), 52 deletions(-) diff --git a/net-dns/nsupdate-info/ChangeLog b/net-dns/nsupdate-info/ChangeLog index e4f73af..6514142 100644 --- a/net-dns/nsupdate-info/ChangeLog +++ b/net-dns/nsupdate-info/ChangeLog @@ -1,3 +1,9 @@ +*nsupdate-info-0.11.0 (29 Jul 2015) + + 29 Jul 2015; Michael Weber <[email protected]> +nsupdate-info-0.11.0.ebuild, + -nsupdate-info-0.9.0.ebuild, nsupdate-info-9999.ebuild: + Version bump + 02 Nov 2014; Michael Weber <[email protected]> nsupdate-info-0.9.0.ebuild, nsupdate-info-9999.ebuild: django 1.7 doesn't work, yet diff --git a/net-dns/nsupdate-info/Manifest b/net-dns/nsupdate-info/Manifest index 689f8a4..47e119e 100644 --- a/net-dns/nsupdate-info/Manifest +++ b/net-dns/nsupdate-info/Manifest @@ -1,13 +1 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST nsupdate-info-0.9.0.tar.gz 247972 SHA256 97bda37087e3e5698c1e0e4fa54f4e447592225422b7b49bb8d5a5164b48da12 SHA512 177e2596f5be68716acad89b42dda489079ae4fa6b2ce299ee009b3f82c5fef9a9733a97004a13c5f0051eb24b4bf4f28a5a1c30db10fcf5e01341b5e6ad764d WHIRLPOOL 002ba01c802bb5d6db79aa1d64867019b747040a2fcbd8a1fa827194c59b57cb6c76a7b27980a5442f3413a337476e96824c0742bc805195ad19e7ed40e10ae9 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iL4EAREIAGYFAlRWADRfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl -bnBncC5maWZ0aGhvcnNlbWFuLm5ldDY3QjA4MzdGODg1NUMxMjIzNUQ0MDgxNzky -N0FERDBDNjJFRUYwOTAACgkQknrdDGLu8JB3jQD/d9EV6AmpyGP+ebC4e/+JIwpT -gGFJfLj+XOowy2A6418BAJI6NXizxFLgS+F4lAu4SmolKk24rtoiZ9ocwjsWCGUg -=ZD5P ------END PGP SIGNATURE----- +DIST nsupdate-info-0.11.0.tar.gz 261912 SHA256 5f4c21aea109bbc0cc68843243c76dbd80d20d7f3c4878c3c5d819b56cb29773 SHA512 323c0214342164dc192f99b54d2b0153c8b5bb3f26cfd516335ec7d84796a36defd2c029ca7bd37033970ed25b998ca8158fb7b498ddf7032cc2cc29bcbfa386 WHIRLPOOL 65fdb95ab78d061e1a375d2c46622d9124c13efad1fecf5a24d9c9c7467bea9b288bad9ee708a6eb23e587725a88cd13c8a0eb9d4e619226dfe1fd6d8a690d6e diff --git a/net-dns/nsupdate-info/nsupdate-info-0.11.0.ebuild b/net-dns/nsupdate-info/nsupdate-info-0.11.0.ebuild new file mode 100644 index 0000000..43b79cb --- /dev/null +++ b/net-dns/nsupdate-info/nsupdate-info-0.11.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 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-1.7[sqlite,$PYTHON_USEDEP] + <dev-python/django-1.8[sqlite,$PYTHON_USEDEP] + dev-python/django-bootstrap-form[$PYTHON_USEDEP] + dev-python/django-debug-toolbar[$PYTHON_USEDEP] + dev-python/django-extensions[$PYTHON_USEDEP] + dev-python/django-registration-redux[$PYTHON_USEDEP] + dev-python/dnspython[$PYTHON_USEDEP] + dev-python/netaddr[$PYTHON_USEDEP] + dev-python/python-social-auth[$PYTHON_USEDEP] + dev-python/requests[$PYTHON_USEDEP] +" diff --git a/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild b/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild deleted file mode 100644 index d633df3..0000000 --- a/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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-bootstrap-form - dev-python/django-debug-toolbar - dev-python/django-extensions - dev-python/django-registration - dev-python/dnspython - dev-python/netaddr - dev-python/python-social-auth - dev-python/south" diff --git a/net-dns/nsupdate-info/nsupdate-info-9999.ebuild b/net-dns/nsupdate-info/nsupdate-info-9999.ebuild index 10d7034..7399cd6 100644 --- a/net-dns/nsupdate-info/nsupdate-info-9999.ebuild +++ b/net-dns/nsupdate-info/nsupdate-info-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -18,12 +18,14 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} - dev-python/django[sqlite] - dev-python/django-bootstrap-form - dev-python/django-debug-toolbar - dev-python/django-extensions - dev-python/django-registration - dev-python/dnspython - dev-python/netaddr - dev-python/python-social-auth - dev-python/south" + >=dev-python/django-1.7[sqlite,$PYTHON_USEDEP] + <dev-python/django-1.8[sqlite,$PYTHON_USEDEP] + dev-python/django-bootstrap-form[$PYTHON_USEDEP] + dev-python/django-debug-toolbar[$PYTHON_USEDEP] + dev-python/django-extensions[$PYTHON_USEDEP] + dev-python/django-registration-redux[$PYTHON_USEDEP] + dev-python/dnspython[$PYTHON_USEDEP] + dev-python/netaddr[$PYTHON_USEDEP] + dev-python/python-social-auth[$PYTHON_USEDEP] + dev-python/requests[$PYTHON_USEDEP] +"
