public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2021-05-28 15:57 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-05-28 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     91a1567719bdbdfe9147ae618e778f53e747a059
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 15:57:07 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 28 15:57:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a15677

net-misc/pedro: fix docinto argument (avoid double 'prefix')

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

 net-misc/pedro/{pedro-1.6.ebuild => pedro-1.6-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/pedro/pedro-1.6.ebuild b/net-misc/pedro/pedro-1.6-r1.ebuild
similarity index 86%
rename from net-misc/pedro/pedro-1.6.ebuild
rename to net-misc/pedro/pedro-1.6-r1.ebuild
index 68f35cb0e6f..f6b5ca3d86b 100644
--- a/net-misc/pedro/pedro-1.6.ebuild
+++ b/net-misc/pedro/pedro-1.6-r1.ebuild
@@ -40,13 +40,13 @@ src_install() {
 	fi
 
 	if use examples ; then
-		docinto /usr/share/doc/${PF}/examples
+		docinto examples
 		dodoc src/examples/*.{c,tcl}
 
-		docinto /usr/share/doc/${PF}/examples/java_api
+		docinto examples/java_api
 		dodoc src/java_api/*.java
 
-		docinto /usr/share/doc/${PF}/examples/python_api
+		docinto examples/python_api
 		dodoc src/python_api/*.py
 	fi
 }


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2024-05-13 19:12 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-05-13 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ffced18f99132a3bcae867a44b25d648827457e4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 19:11:53 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 19:11:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffced18f

net-misc/pedro: drop 1.12

Closes: https://bugs.gentoo.org/913494
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/pedro/Manifest          |  1 -
 net-misc/pedro/pedro-1.12.ebuild | 58 ----------------------------------------
 2 files changed, 59 deletions(-)

diff --git a/net-misc/pedro/Manifest b/net-misc/pedro/Manifest
index c7d6532e9f82..ea0c572650c4 100644
--- a/net-misc/pedro/Manifest
+++ b/net-misc/pedro/Manifest
@@ -1,3 +1,2 @@
-DIST pedro-1.12.tgz 1181678 BLAKE2B ed882ab3dae0912519283229d10ff6f12ef4f623d72beaf22b8467e8072752fbd57836a0ebbad0f0ce3da1b4837049161bcb12673e3c38c94eb167e16c0c0a1e SHA512 936b2c6cac526d9d3c0e146b53dc65ed0508c6abd1b66c97656fa5b4011d7dd11912d1c0bf091a29b56e13c3e19ec3e0ad7760d44d4887b939699cdd2389c819
 DIST pedro-1.14.tgz 1213309 BLAKE2B 104f3816d79534411ba5d78517a744d9a0bf892cf99a1c654a94b9041f4ff038c00d029b182b8f825cfe80cb9861e9440b4e73de3be1f74945a34dbaefb995e7 SHA512 ffe32c296c8325ea31a4bf5d937504e9076654253f19dea17b234f53ba62a4b96e8611cab1dbf545f30734cfd8924e4140b08956180886ac21849546b9ad0cad
 DIST pedro-manual-1.x.tar.gz 222863 BLAKE2B 085b118585808aced9217a8001080b589d9dad958ad14787f929a4808b10bb2be80ae7bc04c07b676e41aed9e2ec916215c5d15dda2317f71ecebbc7c1737d96 SHA512 87f8e07e3a687d12e366f1974398996f2346e417680ab534622f901c0c7e1efeb171f0c0dadad46b578122c9e98531570c303d2d3ce04b1cd8150816d6138f99

diff --git a/net-misc/pedro/pedro-1.12.ebuild b/net-misc/pedro/pedro-1.12.ebuild
deleted file mode 100644
index e66bf2c9ece4..000000000000
--- a/net-misc/pedro/pedro-1.12.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Pedro is a subscription/notification communications system"
-HOMEPAGE="https://staff.itee.uq.edu.au/pjr/HomePages/PedroHome.html"
-SRC_URI="https://staff.itee.uq.edu.au/pjr/HomePages/PedroFiles/${P}.tgz
-	doc? ( https://dev.gentoo.org/~keri/distfiles/pedro/${PN}-manual-1.x.tar.gz )"
-S="${WORKDIR}"/${P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc examples"
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-portage.patch
-)
-
-src_prepare() {
-	default
-
-	eautoreconf
-}
-
-src_configure() {
-	tc-export PKG_CONFIG
-
-	default
-}
-
-src_install() {
-	default
-
-	if use doc ; then
-		dodoc "${WORKDIR}"/${PN}.pdf
-	fi
-
-	if use examples ; then
-		docinto examples
-		dodoc src/examples/*.{c,tcl}
-
-		docinto examples/java_api
-		dodoc src/java_api/*.java
-
-		docinto examples/python_api
-		dodoc src/python_api/*.py
-	fi
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2024-05-13 19:10 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-05-13 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     25b6b3a71a8df7d0f3f2dc08a0e177724efcccfa
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 19:10:17 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 19:10:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b6b3a7

net-misc/pedro: Stabilize 1.14 x86, #931883

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/pedro/pedro-1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/pedro/pedro-1.14.ebuild b/net-misc/pedro/pedro-1.14.ebuild
index 7e375d5b18e4..8bafc60e2f56 100644
--- a/net-misc/pedro/pedro-1.14.ebuild
+++ b/net-misc/pedro/pedro-1.14.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-libs/glib:2"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2024-05-13 19:10 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-05-13 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     33db638ee4a7d1f5bbc04e5dd58d9ad11a4557ef
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 19:10:18 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 19:10:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33db638e

net-misc/pedro: Stabilize 1.14 amd64, #931883

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/pedro/pedro-1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/pedro/pedro-1.14.ebuild b/net-misc/pedro/pedro-1.14.ebuild
index 8bafc60e2f56..44f6236944f0 100644
--- a/net-misc/pedro/pedro-1.14.ebuild
+++ b/net-misc/pedro/pedro-1.14.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-libs/glib:2"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2024-05-13 18:51 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-05-13 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8295db238e37470e6abd972820ba5d5f0216ca9c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 18:51:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 18:51:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8295db23

net-misc/pedro: Stabilize 1.14 ppc, #931883

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/pedro/pedro-1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/pedro/pedro-1.14.ebuild b/net-misc/pedro/pedro-1.14.ebuild
index 19bf94c63701..7e375d5b18e4 100644
--- a/net-misc/pedro/pedro-1.14.ebuild
+++ b/net-misc/pedro/pedro-1.14.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="doc examples"
 
 RDEPEND="dev-libs/glib:2"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2023-01-10  2:44 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-10  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     bb5827f93181c98928baf76504cd707e41bfaf64
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 02:44:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 02:44:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5827f9

net-misc/pedro: Stabilize 1.12 ppc, #890054

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

 net-misc/pedro/pedro-1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/pedro/pedro-1.12.ebuild b/net-misc/pedro/pedro-1.12.ebuild
index 8e55ec833240..e66bf2c9ece4 100644
--- a/net-misc/pedro/pedro-1.12.ebuild
+++ b/net-misc/pedro/pedro-1.12.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-libs/glib:2"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2023-01-10  2:44 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-10  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     24646e55b7118ec3fd2a4c0721bf03dae94991bd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 02:44:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 02:44:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24646e55

net-misc/pedro: Stabilize 1.12 amd64, #890054

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

 net-misc/pedro/pedro-1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/pedro/pedro-1.12.ebuild b/net-misc/pedro/pedro-1.12.ebuild
index 363c2fb884dc..8e55ec833240 100644
--- a/net-misc/pedro/pedro-1.12.ebuild
+++ b/net-misc/pedro/pedro-1.12.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-libs/glib:2"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2023-01-10  2:44 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-10  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e21b7ef5b4b2515e6463fd4e7521dfa087c366d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 02:44:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 02:44:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21b7ef5

net-misc/pedro: Stabilize 1.12 x86, #890054

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

 net-misc/pedro/pedro-1.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/pedro/pedro-1.12.ebuild b/net-misc/pedro/pedro-1.12.ebuild
index f513594a09f5..363c2fb884dc 100644
--- a/net-misc/pedro/pedro-1.12.ebuild
+++ b/net-misc/pedro/pedro-1.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-libs/glib:2"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2021-05-31 18:47 Keri Harris
  0 siblings, 0 replies; 13+ messages in thread
From: Keri Harris @ 2021-05-31 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     08c741f2f658896634e54cb8fb6a9046ee8a5fe1
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 18:46:59 2021 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Mon May 31 18:47:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c741f2

net-misc/pedro: cleanly regenerate configure script and Makefiles

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Keri Harris <keri <AT> gentoo.org>

 net-misc/pedro/pedro-1.12.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-misc/pedro/pedro-1.12.ebuild b/net-misc/pedro/pedro-1.12.ebuild
index 050a58794d6..f513594a09f 100644
--- a/net-misc/pedro/pedro-1.12.ebuild
+++ b/net-misc/pedro/pedro-1.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit toolchain-funcs
+inherit autotools toolchain-funcs
 
 DESCRIPTION="Pedro is a subscription/notification communications system"
 HOMEPAGE="https://staff.itee.uq.edu.au/pjr/HomePages/PedroHome.html"
@@ -26,6 +26,12 @@ PATCHES=(
 	"${FILESDIR}"/${P}-portage.patch
 )
 
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
 src_configure() {
 	tc-export PKG_CONFIG
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2021-05-29 14:22 Keri Harris
  0 siblings, 0 replies; 13+ messages in thread
From: Keri Harris @ 2021-05-29 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     dae3e41c425ed30b5ee18401cb715ee4eaa2db9b
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 14:21:53 2021 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Sat May 29 14:22:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae3e41c

net-misc/pedro: version bump

Closes: https://bugs.gentoo.org/792714
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Keri Harris <keri <AT> gentoo.org>

 net-misc/pedro/Manifest          |  2 ++
 net-misc/pedro/pedro-1.12.ebuild | 52 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/net-misc/pedro/Manifest b/net-misc/pedro/Manifest
index 72dc13f047c..e6352a90381 100644
--- a/net-misc/pedro/Manifest
+++ b/net-misc/pedro/Manifest
@@ -1,2 +1,4 @@
+DIST pedro-1.12.tgz 1181678 BLAKE2B ed882ab3dae0912519283229d10ff6f12ef4f623d72beaf22b8467e8072752fbd57836a0ebbad0f0ce3da1b4837049161bcb12673e3c38c94eb167e16c0c0a1e SHA512 936b2c6cac526d9d3c0e146b53dc65ed0508c6abd1b66c97656fa5b4011d7dd11912d1c0bf091a29b56e13c3e19ec3e0ad7760d44d4887b939699cdd2389c819
 DIST pedro-1.6.tgz 711856 BLAKE2B 5027dd438995e212889786996debb5765d49828d38ce715672e44776b5fb63db0d6bca0e72339fd5067254aed0b731d3f77656ad510d978e4f456af45d6cf008 SHA512 263f53e447d4b3baab405a1d7313fc397f8a62958957688265c7485a5697b642138636659b5515b9010341655ba8045e5d85f69a86c20baa28edc0dcff0aef42
 DIST pedro-manual-1.6.tar.gz 222863 BLAKE2B 085b118585808aced9217a8001080b589d9dad958ad14787f929a4808b10bb2be80ae7bc04c07b676e41aed9e2ec916215c5d15dda2317f71ecebbc7c1737d96 SHA512 87f8e07e3a687d12e366f1974398996f2346e417680ab534622f901c0c7e1efeb171f0c0dadad46b578122c9e98531570c303d2d3ce04b1cd8150816d6138f99
+DIST pedro-manual-1.x.tar.gz 222863 BLAKE2B 085b118585808aced9217a8001080b589d9dad958ad14787f929a4808b10bb2be80ae7bc04c07b676e41aed9e2ec916215c5d15dda2317f71ecebbc7c1737d96 SHA512 87f8e07e3a687d12e366f1974398996f2346e417680ab534622f901c0c7e1efeb171f0c0dadad46b578122c9e98531570c303d2d3ce04b1cd8150816d6138f99

diff --git a/net-misc/pedro/pedro-1.12.ebuild b/net-misc/pedro/pedro-1.12.ebuild
new file mode 100644
index 00000000000..050a58794d6
--- /dev/null
+++ b/net-misc/pedro/pedro-1.12.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Pedro is a subscription/notification communications system"
+HOMEPAGE="https://staff.itee.uq.edu.au/pjr/HomePages/PedroHome.html"
+SRC_URI="https://staff.itee.uq.edu.au/pjr/HomePages/PedroFiles/${P}.tgz
+	doc? ( https://dev.gentoo.org/~keri/distfiles/pedro/${PN}-manual-1.x.tar.gz )"
+S="${WORKDIR}"/${P}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc examples"
+
+RDEPEND="dev-libs/glib:2"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-portage.patch
+)
+
+src_configure() {
+	tc-export PKG_CONFIG
+
+	default
+}
+
+src_install() {
+	default
+
+	if use doc ; then
+		dodoc "${WORKDIR}"/${PN}.pdf
+	fi
+
+	if use examples ; then
+		docinto examples
+		dodoc src/examples/*.{c,tcl}
+
+		docinto examples/java_api
+		dodoc src/java_api/*.java
+
+		docinto examples/python_api
+		dodoc src/python_api/*.py
+	fi
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2021-05-29 14:11 Keri Harris
  0 siblings, 0 replies; 13+ messages in thread
From: Keri Harris @ 2021-05-29 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     71b08c99cfa41becd03ecdbdf7c84350cff31899
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 14:11:03 2021 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Sat May 29 14:11:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b08c99

net-misc/pedro: update HOMEPAGE and SRC_URI. Bug #792714

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Keri Harris <keri <AT> gentoo.org>

 net-misc/pedro/pedro-1.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/pedro/pedro-1.6-r1.ebuild b/net-misc/pedro/pedro-1.6-r1.ebuild
index f6b5ca3d86b..0d2ffbd916f 100644
--- a/net-misc/pedro/pedro-1.6-r1.ebuild
+++ b/net-misc/pedro/pedro-1.6-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Pedro is a subscription/notification communications system"
-HOMEPAGE="http://www.itee.uq.edu.au/~pjr/HomePages/PedroHome.html"
-SRC_URI="http://www.itee.uq.edu.au/~pjr/HomePages/PedroFiles/${P}.tgz
+HOMEPAGE="https://staff.itee.uq.edu.au/pjr/HomePages/PedroHome.html"
+SRC_URI="https://staff.itee.uq.edu.au/pjr/HomePages/PedroFiles/${P}.tgz
 	doc? ( mirror://gentoo/${PN}-manual-${PV}.tar.gz )"
 S="${WORKDIR}"/${P}
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2021-04-19 19:31 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-04-19 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8ce6361806cf77d20bd93b5bdc09cd2d7046d3d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 19:29:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:30:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce63618

net-misc/pedro: move pkgconfig dep for older EAPIs

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/pedro/pedro-1.6.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/pedro/pedro-1.6.ebuild b/net-misc/pedro/pedro-1.6.ebuild
index d80053f1055..68f35cb0e6f 100644
--- a/net-misc/pedro/pedro-1.6.ebuild
+++ b/net-misc/pedro/pedro-1.6.ebuild
@@ -17,8 +17,10 @@ KEYWORDS="amd64 ppc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-portage.patch


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
@ 2018-06-01 14:05 Aaron Bauman
  0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2018-06-01 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a53cda5bbc27a242101047f27ac1fc86216720ca
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  1 13:59:47 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jun  1 14:05:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53cda5b

net-misc/pedro: insinto -> docinto; doins -> dodoc

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/pedro/pedro-1.6.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/pedro/pedro-1.6.ebuild b/net-misc/pedro/pedro-1.6.ebuild
index a3983f5619e..428ab0412b8 100644
--- a/net-misc/pedro/pedro-1.6.ebuild
+++ b/net-misc/pedro/pedro-1.6.ebuild
@@ -28,13 +28,13 @@ src_install() {
 	fi
 
 	if use examples ; then
-		insinto /usr/share/doc/${PF}/examples
-		doins src/examples/*.{c,tcl}
+		docinto /usr/share/doc/${PF}/examples
+		dodoc src/examples/*.{c,tcl}
 
-		insinto /usr/share/doc/${PF}/examples/java_api
-		doins src/java_api/*.java
+		docinto /usr/share/doc/${PF}/examples/java_api
+		dodoc src/java_api/*.java
 
-		insinto /usr/share/doc/${PF}/examples/python_api
-		doins src/python_api/*.py
+		docinto /usr/share/doc/${PF}/examples/python_api
+		dodoc src/python_api/*.py
 	fi
 }


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

end of thread, other threads:[~2024-05-13 19:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-28 15:57 [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-05-13 19:12 Arthur Zamarin
2024-05-13 19:10 Arthur Zamarin
2024-05-13 19:10 Arthur Zamarin
2024-05-13 18:51 Arthur Zamarin
2023-01-10  2:44 Sam James
2023-01-10  2:44 Sam James
2023-01-10  2:44 Sam James
2021-05-31 18:47 Keri Harris
2021-05-29 14:22 Keri Harris
2021-05-29 14:11 Keri Harris
2021-04-19 19:31 Sam James
2018-06-01 14:05 Aaron Bauman

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