diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-dns/dnsimple-dyndns | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-dns/dnsimple-dyndns')
-rw-r--r-- | net-dns/dnsimple-dyndns/Manifest | 1 | ||||
-rw-r--r-- | net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild | 34 | ||||
-rw-r--r-- | net-dns/dnsimple-dyndns/metadata.xml | 19 |
3 files changed, 54 insertions, 0 deletions
diff --git a/net-dns/dnsimple-dyndns/Manifest b/net-dns/dnsimple-dyndns/Manifest new file mode 100644 index 000000000000..5f02511ec949 --- /dev/null +++ b/net-dns/dnsimple-dyndns/Manifest @@ -0,0 +1 @@ +DIST dnsimple-dyndns-0.1.tar.gz 4453 SHA256 5290db4354f3f015e78d7d689f5c7fe876bb9f073f9a765ed3adc67aae8243d9 SHA512 1dc7cdb968cd9303b922f0537fb5e63e5f16ed86d53506b47311d11f554f8e8332b989206c4947be75a07d576c98f4766dc9350ffbb30a31fa3581ded8a2b64e WHIRLPOOL 5b82ec54123d78c133aa32e31b7017fd6c1dd11985a3d85c38b83bdbbbb5a6ef4e678a20047f24858086b19312336640309ed580faff6dfe87077f4ffc18453c diff --git a/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild b/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild new file mode 100644 index 000000000000..db7b7cff5b06 --- /dev/null +++ b/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +GIT_ECLASS= +if [[ ${PV} = *9999* ]]; then + GIT_ECLASS="git-r3" + EGIT_REPO_URI="git://github.com/rafaelmartins/dnsimple-dyndns.git + https://github.com/rafaelmartins/dnsimple-dyndns.git" +fi + +inherit distutils-r1 ${GIT_ECLASS} + +DESCRIPTION="Dynamic DNS implementation, that relies on DNSimple.com" +HOMEPAGE="https://pypi.python.org/pypi/dnsimple-dyndns + https://github.com/rafaelmartins/dnsimple-dyndns" + +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +if [[ ${PV} = *9999* ]]; then + SRC_URI="" + KEYWORDS="" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND=">=dev-python/requests-2.0.0" +RDEPEND="${DEPEND}" diff --git a/net-dns/dnsimple-dyndns/metadata.xml b/net-dns/dnsimple-dyndns/metadata.xml new file mode 100644 index 000000000000..9991a3e7dbc2 --- /dev/null +++ b/net-dns/dnsimple-dyndns/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>rafaelmartins@gentoo.org</email> + <name>Rafael G. Martins</name> + </maintainer> + <longdescription lang="en"> + Dynamic DNS implementation, that relies on DNSimple.com. + </longdescription> + <upstream> + <maintainer status="active"> + <email>rafaelmartins@gentoo.org</email> + <name>Rafael G. Martins</name> + </maintainer> + <remote-id type="pypi">dnsimple-dyndns</remote-id> + <remote-id type="github">rafaelmartins/dnsimple-dyndns</remote-id> + </upstream> +</pkgmetadata> |