public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/
Date: Mon, 11 Feb 2013 20:04:27 +0000 (UTC)	[thread overview]
Message-ID: <1360612979.3c7a8642680fc6071f7e75f539537ea755642969.sping@gentoo> (raw)

commit:     3c7a8642680fc6071f7e75f539537ea755642969
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Feb 11 20:02:59 2013 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 20:02:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=3c7a8642

net-dns/inadyn-mt: 02.24.38

---
 net-dns/inadyn-mt/inadyn-mt-02.24.38.ebuild |   52 +++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/net-dns/inadyn-mt/inadyn-mt-02.24.38.ebuild b/net-dns/inadyn-mt/inadyn-mt-02.24.38.ebuild
new file mode 100644
index 0000000..7b50ef5
--- /dev/null
+++ b/net-dns/inadyn-mt/inadyn-mt-02.24.38.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit eutils
+
+MY_P="${PN}.v.${PV}"
+DESCRIPTION="Dynamic DNS (DynDNS) Update daemon in C that supports multiple services"
+HOMEPAGE="http://sourceforge.net/projects/inadyn-mt"
+SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}"/${MY_P}
+
+pkg_setup() {
+	enewuser ${PN}
+}
+
+src_prepare() {
+	rm -R bin || die
+
+	# inadyn-mt comes with outdated inadyn man pages - see inadyn-mt bug 2445206
+	rm man/inadyn.8
+	rm man/inadyn.conf.5
+}
+
+src_install() {
+	# dodir /usr/share || die
+	emake DESTDIR="${D}" INSTALL_PREFIX="${D}"/usr/share install || die
+
+	dodoc ChangeLog NEWS README NOTICE AUTHORS || die
+	dohtml readme.html || die
+
+	newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
+	insinto /etc
+	doins "${FILESDIR}"/${PN}.conf || die
+}
+
+pkg_postinst() {
+	elog "You will need to edit /etc/inadyn-mt.conf before running inadyn-mt"
+	elog "for the first time. The format is basically the same as the"
+	elog "command line options; see inadyn-mt and inadyn-mt.conf manpages."
+}


             reply	other threads:[~2013-02-11 20:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-11 20:04 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-08 15:05 [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/ Justin Lecher
2015-02-02 15:48 Sebastian Pipping
2014-09-17 19:47 Sebastian Pipping
2014-06-09 13:41 Sebastian Pipping
2014-04-23 22:42 Sebastian Pipping
2011-10-27 18:02 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1360612979.3c7a8642680fc6071f7e75f539537ea755642969.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox