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,  2 Feb 2015 15:48:33 +0000 (UTC)	[thread overview]
Message-ID: <1422892064.f7ef0e5e14773ccec70911792c1afac87e14db56.sping@gentoo> (raw)

commit:     f7ef0e5e14773ccec70911792c1afac87e14db56
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Feb  2 15:47:44 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Feb  2 15:47:44 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=f7ef0e5e

net-dns/inadyn-mt: 02.24.44

---
 net-dns/inadyn-mt/inadyn-mt-02.24.44.ebuild | 52 +++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/net-dns/inadyn-mt/inadyn-mt-02.24.44.ebuild b/net-dns/inadyn-mt/inadyn-mt-02.24.44.ebuild
new file mode 100644
index 0000000..0b47aa7
--- /dev/null
+++ b/net-dns/inadyn-mt/inadyn-mt-02.24.44.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 user 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=""
+
+RDEPEND="media-libs/libao"
+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:[~2015-02-02 15:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02 15:48 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
2014-09-17 19:47 Sebastian Pipping
2014-06-09 13:41 Sebastian Pipping
2014-04-23 22:42 Sebastian Pipping
2013-02-11 20:04 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=1422892064.f7ef0e5e14773ccec70911792c1afac87e14db56.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