* [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/
@ 2011-10-27 18:02 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 54bf4bae09ca2c5e73a690377e3044e0359743f5
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 17:20:10 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 17:20:10 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=54bf4bae
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
net-dns/inadyn-mt/ChangeLog | 7 +++++++
net-dns/inadyn-mt/metadata.xml | 1 -
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/net-dns/inadyn-mt/ChangeLog b/net-dns/inadyn-mt/ChangeLog
new file mode 100644
index 0000000..59da778
--- /dev/null
+++ b/net-dns/inadyn-mt/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for net-dns/inadyn-mt
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Removed no-herd from herd tag in metadata.xml
+
diff --git a/net-dns/inadyn-mt/metadata.xml b/net-dns/inadyn-mt/metadata.xml
index 328fbd1..16bcc9f 100644
--- a/net-dns/inadyn-mt/metadata.xml
+++ b/net-dns/inadyn-mt/metadata.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
<maintainer>
<email>sping@gentoo.org</email>
<name>Sebastian Pipping</name>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/
@ 2013-02-11 20:04 Sebastian Pipping
0 siblings, 0 replies; 7+ messages in thread
From: Sebastian Pipping @ 2013-02-11 20:04 UTC (permalink / raw
To: gentoo-commits
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."
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/
@ 2014-04-23 22:42 Sebastian Pipping
0 siblings, 0 replies; 7+ messages in thread
From: Sebastian Pipping @ 2014-04-23 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 9c2168f7d255d7172ad4b41df339195bb0503c30
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Wed Apr 23 22:41:37 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:41:46 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=9c2168f7
net-dns/inadyn-mt: Add media-libs/libao runtime dependency, add missing "inherit user"
---
net-dns/inadyn-mt/inadyn-mt-02.24.36.ebuild | 6 +++---
net-dns/inadyn-mt/inadyn-mt-02.24.38.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-dns/inadyn-mt/inadyn-mt-02.24.36.ebuild b/net-dns/inadyn-mt/inadyn-mt-02.24.36.ebuild
index 7b50ef5..0b47aa7 100644
--- a/net-dns/inadyn-mt/inadyn-mt-02.24.36.ebuild
+++ b/net-dns/inadyn-mt/inadyn-mt-02.24.36.ebuild
@@ -4,7 +4,7 @@
EAPI="3"
-inherit eutils
+inherit user eutils
MY_P="${PN}.v.${PV}"
DESCRIPTION="Dynamic DNS (DynDNS) Update daemon in C that supports multiple services"
@@ -16,8 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND=""
+RDEPEND="media-libs/libao"
+DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_P}
diff --git a/net-dns/inadyn-mt/inadyn-mt-02.24.38.ebuild b/net-dns/inadyn-mt/inadyn-mt-02.24.38.ebuild
index 7b50ef5..0b47aa7 100644
--- a/net-dns/inadyn-mt/inadyn-mt-02.24.38.ebuild
+++ b/net-dns/inadyn-mt/inadyn-mt-02.24.38.ebuild
@@ -4,7 +4,7 @@
EAPI="3"
-inherit eutils
+inherit user eutils
MY_P="${PN}.v.${PV}"
DESCRIPTION="Dynamic DNS (DynDNS) Update daemon in C that supports multiple services"
@@ -16,8 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND=""
+RDEPEND="media-libs/libao"
+DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_P}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/
@ 2014-06-09 13:41 Sebastian Pipping
0 siblings, 0 replies; 7+ messages in thread
From: Sebastian Pipping @ 2014-06-09 13:41 UTC (permalink / raw
To: gentoo-commits
commit: 05a91d89cab7787dc5471a0e39428fdc63fb6f84
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Jun 9 13:40:52 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 13:40:52 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=05a91d89
net-dns/inadyn-mt: 02.24.40
---
net-dns/inadyn-mt/inadyn-mt-02.24.40.ebuild | 52 +++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/net-dns/inadyn-mt/inadyn-mt-02.24.40.ebuild b/net-dns/inadyn-mt/inadyn-mt-02.24.40.ebuild
new file mode 100644
index 0000000..0b47aa7
--- /dev/null
+++ b/net-dns/inadyn-mt/inadyn-mt-02.24.40.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."
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/
@ 2014-09-17 19:47 Sebastian Pipping
0 siblings, 0 replies; 7+ messages in thread
From: Sebastian Pipping @ 2014-09-17 19:47 UTC (permalink / raw
To: gentoo-commits
commit: 16995739d2f6d7a8e69e044faa9afbf7e2904741
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Wed Sep 17 19:45:39 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 19:46:43 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=16995739
net-dns/inadyn-mt: 02.24.43
---
net-dns/inadyn-mt/inadyn-mt-02.24.43.ebuild | 52 +++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/net-dns/inadyn-mt/inadyn-mt-02.24.43.ebuild b/net-dns/inadyn-mt/inadyn-mt-02.24.43.ebuild
new file mode 100644
index 0000000..0b47aa7
--- /dev/null
+++ b/net-dns/inadyn-mt/inadyn-mt-02.24.43.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."
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/
@ 2015-02-02 15:48 Sebastian Pipping
0 siblings, 0 replies; 7+ messages in thread
From: Sebastian Pipping @ 2015-02-02 15:48 UTC (permalink / raw
To: gentoo-commits
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."
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/
@ 2015-06-08 15:05 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-06-08 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 4cd157e3805b6ffe569ffd70cf6a62b62832ab73
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 14:33:13 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 14:33:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=4cd157e3
net-dns/inadyn-mt: Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20
net-dns/inadyn-mt/ChangeLog | 6 ++++--
net-dns/inadyn-mt/metadata.xml | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/net-dns/inadyn-mt/ChangeLog b/net-dns/inadyn-mt/ChangeLog
index 59da778..b02132f 100644
--- a/net-dns/inadyn-mt/ChangeLog
+++ b/net-dns/inadyn-mt/ChangeLog
@@ -1,7 +1,9 @@
# ChangeLog for net-dns/inadyn-mt
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ net-dns/inadyn-mt: Updating remote-id in metadata.xml
+
27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
-
diff --git a/net-dns/inadyn-mt/metadata.xml b/net-dns/inadyn-mt/metadata.xml
index 16bcc9f..53fe63a 100644
--- a/net-dns/inadyn-mt/metadata.xml
+++ b/net-dns/inadyn-mt/metadata.xml
@@ -5,4 +5,7 @@
<email>sping@gentoo.org</email>
<name>Sebastian Pipping</name>
</maintainer>
+ <upstream>
+ <remote-id type="sourceforge">inadyn-mt</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-06-08 15:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11 20:04 [gentoo-commits] proj/betagarden:master commit in: net-dns/inadyn-mt/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2015-06-08 15:05 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox