public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2016-04-03 18:03 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2016-04-03 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7a2332950438eeb34bd5b28255c6a511bd54d7e8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 18:02:25 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 18:02:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a233295

net-dns/updatedd: Disable static building and drop .la files (#577248 by Blake Leverett)

Package-Manager: portage-2.2.28

 net-dns/updatedd/updatedd-2.6-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/net-dns/updatedd/updatedd-2.6-r1.ebuild b/net-dns/updatedd/updatedd-2.6-r1.ebuild
new file mode 100644
index 0000000..f72f2d3
--- /dev/null
+++ b/net-dns/updatedd/updatedd-2.6-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
+HOMEPAGE="http://savannah.nongnu.org/projects/updatedd/"
+SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-options.patch
+	default
+}
+
+src_configure() {
+	econf --disable-static
+}
+
+src_install() {
+	default
+	mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
+	prune_libtool_files
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2017-01-14  6:32 Michael Orlitzky
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Orlitzky @ 2017-01-14  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 06:31:50 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 06:32:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa5eeb2

net-dns/updatedd: new revision restoring the .la plugins.

The fix for bug 577248 broke the plugin discovery of updatedd. It's
not clear if the ".la" extension can simply be replaced by ".so", so
I've restored the ".la" files for now (by eliminating a call to
prune_libtool_files).

Gentoo-Bug: 605622
Reported-By: Maciej S. Szmigiero

Package-Manager: portage-2.3.0

 net-dns/updatedd/{updatedd-2.6-r3.ebuild => updatedd-2.6-r4.ebuild} | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r3.ebuild b/net-dns/updatedd/updatedd-2.6-r4.ebuild
similarity index 90%
rename from net-dns/updatedd/updatedd-2.6-r3.ebuild
rename to net-dns/updatedd/updatedd-2.6-r4.ebuild
index fbbc113..64e13b4 100644
--- a/net-dns/updatedd/updatedd-2.6-r3.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r4.ebuild
@@ -3,7 +3,6 @@
 # $Id$
 
 EAPI=6
-inherit eutils
 
 DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
 HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"
@@ -26,8 +25,3 @@ PATCHES=(
 src_configure() {
 	econf --disable-static --docdir="/usr/share/doc/${PF}"
 }
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2017-02-19  9:05 Markus Meier
  0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier @ 2017-02-19  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8833d88102263c18f3422aaadedae5b4015cd268
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 09:04:26 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 09:05:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8833d881

net-dns/updatedd: add ~arm, bug #605722

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 net-dns/updatedd/updatedd-2.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r5.ebuild b/net-dns/updatedd/updatedd-2.6-r5.ebuild
index 24685ac553..531c41191b 100644
--- a/net-dns/updatedd/updatedd-2.6-r5.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2017-08-13 16:08 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2017-08-13 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6d2e3087704a933cfdb581c0e1847d5373acc5f2
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 13:07:07 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 16:08:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2e3087

net-dns/updatedd: keyworded 2.6-r5 for ppc, bug #605722

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 net-dns/updatedd/updatedd-2.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r5.ebuild b/net-dns/updatedd/updatedd-2.6-r5.ebuild
index 529787f1921..fae1a41e9e1 100644
--- a/net-dns/updatedd/updatedd-2.6-r5.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2017-08-13 18:15 Michael Orlitzky
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Orlitzky @ 2017-08-13 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d1923971effa270346d435cc7a3073fbb96117ce
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 18:14:52 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 18:15:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1923971

net-dns/updatedd: remove unused version 2.6-r4.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-dns/updatedd/updatedd-2.6-r4.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r4.ebuild b/net-dns/updatedd/updatedd-2.6-r4.ebuild
deleted file mode 100644
index ff62882f4ad..00000000000
--- a/net-dns/updatedd/updatedd-2.6-r4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
-HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"
-SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl"
-
-PATCHES=(
-	"${FILESDIR}/${P}-options.patch"
-	"${FILESDIR}/fix-ovh-DYNDNSHOST.patch"
-	"${FILESDIR}/respect-docdir.patch"
-)
-
-src_configure() {
-	econf --disable-static --docdir="/usr/share/doc/${PF}"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2018-02-18 21:48 Thomas Deutschmann
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Deutschmann @ 2018-02-18 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ab165c43ed07792b61f8fe6f9214c727cb4d52a5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 21:46:06 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 21:48:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab165c43

net-dns/updatedd: x86 stable (bug #647724)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-dns/updatedd/updatedd-2.6-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r5.ebuild b/net-dns/updatedd/updatedd-2.6-r5.ebuild
index fae1a41e9e1..093f87e8e58 100644
--- a/net-dns/updatedd/updatedd-2.6-r5.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2018-04-16 21:26 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2018-04-16 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9fb761036eedf4b65d3a81087130671229301984
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 21:13:12 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 21:25:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb76103

net-dns/updatedd: stable 2.6-r5 for ppc, bug #647724

Bug: https://bugs.gentoo.org/647724
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 net-dns/updatedd/updatedd-2.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r5.ebuild b/net-dns/updatedd/updatedd-2.6-r5.ebuild
index bec39311837..341328f5421 100644
--- a/net-dns/updatedd/updatedd-2.6-r5.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2018-04-17 20:27 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2018-04-17 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     9cffb5132dd9de700eb1033db6d9072addadd9c8
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 17 08:38:49 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 20:26:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cffb513

net-dns/updatedd: Clean up old

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 net-dns/updatedd/updatedd-2.6.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/net-dns/updatedd/updatedd-2.6.ebuild b/net-dns/updatedd/updatedd-2.6.ebuild
deleted file mode 100644
index 351f873c173..00000000000
--- a/net-dns/updatedd/updatedd-2.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
-HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"
-SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE=""
-
-RDEPEND=""
-
-src_unpack() {
-	unpack ${A}
-	epatch "${FILESDIR}"/${P}-options.patch
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
-	dodoc AUTHORS
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2021-04-30 15:23 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2021-04-30 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f94c7ff85ac0308f9f99f590a545245e18841206
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 15:23:22 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 15:23:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94c7ff8

net-dns/updatedd: amd64 stable wrt bug #786984

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-dns/updatedd/updatedd-2.6-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r6.ebuild b/net-dns/updatedd/updatedd-2.6-r6.ebuild
index d352c43644a..220691ccf4d 100644
--- a/net-dns/updatedd/updatedd-2.6-r6.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2021-04-30 23:29 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-04-30 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     40d0b47be213305bee601ca92d5777378e86a87f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 23:28:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 23:28:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d0b47b

net-dns/updatedd: Stabilize 2.6-r6 x86, #786984

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dns/updatedd/updatedd-2.6-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r6.ebuild b/net-dns/updatedd/updatedd-2.6-r6.ebuild
index 220691ccf4d..9ad0b1ad98c 100644
--- a/net-dns/updatedd/updatedd-2.6-r6.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2021-04-30 23:37 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-04-30 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     dec90553729f8e7e4837d467206faaa2d13a1560
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 23:36:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 23:36:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec90553

net-dns/updatedd: Stabilize 2.6-r6 ppc, #786984

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dns/updatedd/updatedd-2.6-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r6.ebuild b/net-dns/updatedd/updatedd-2.6-r6.ebuild
index 9ad0b1ad98c..d55cae76e39 100644
--- a/net-dns/updatedd/updatedd-2.6-r6.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2022-11-17  1:06 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-11-17  1:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6a0959170e0c8b84fd6badb5ab30fe162ff87af7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 23:39:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 23:39:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a095917

net-dns/updatedd: add savannah-nongnu upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dns/updatedd/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-dns/updatedd/metadata.xml b/net-dns/updatedd/metadata.xml
index 85e4ed814fa2..3919a9943bb2 100644
--- a/net-dns/updatedd/metadata.xml
+++ b/net-dns/updatedd/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="savannah-nongnu">updatedd</remote-id>	
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/
@ 2022-12-14 23:42 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-12-14 23:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2ad4a9c2ef6511dc2f73ccd31590571e8fc06c50
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 23:42:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 23:42:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad4a9c2

net-dns/updatedd: fix src_install

Closes: https://bugs.gentoo.org/885977
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dns/updatedd/{updatedd-2.6-r7.ebuild => updatedd-2.6-r8.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-dns/updatedd/updatedd-2.6-r7.ebuild b/net-dns/updatedd/updatedd-2.6-r8.ebuild
similarity index 98%
rename from net-dns/updatedd/updatedd-2.6-r7.ebuild
rename to net-dns/updatedd/updatedd-2.6-r8.ebuild
index 4b7df5532d7e..563946854844 100644
--- a/net-dns/updatedd/updatedd-2.6-r7.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r8.ebuild
@@ -34,5 +34,7 @@ src_prepare() {
 }
 
 src_install() {
+	default
+
 	find "${ED}" -name '*.la' -delete || die
 }


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-12-14 23:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-13 18:15 [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2022-12-14 23:42 Sam James
2022-11-17  1:06 Sam James
2021-04-30 23:37 Sam James
2021-04-30 23:29 Sam James
2021-04-30 15:23 Agostino Sarubbo
2018-04-17 20:27 David Seifert
2018-04-16 21:26 Sergei Trofimovich
2018-02-18 21:48 Thomas Deutschmann
2017-08-13 16:08 Sergei Trofimovich
2017-02-19  9:05 Markus Meier
2017-01-14  6:32 Michael Orlitzky
2016-04-03 18:03 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox