public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/
@ 2018-01-05 22:02 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2018-01-05 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     030d9f213bdc3e9ee91f38187ad9b3eaa92c6979
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 22:00:12 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 22:00:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030d9f21

x11-plugins/pidgin-privacy-please: Remove linguas_* from IUSE.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
index 9f968952cb3..68ee1c6cecf 100644
--- a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
+++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=2
@@ -12,7 +12,6 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64"
-IUSE="linguas_de linguas_pl linguas_ru"
 
 RDEPEND="<net-im/pidgin-3[gtk]"
 DEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/
@ 2018-05-26 20:31 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2018-05-26 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4c0a6f2261d137c1e77ea4b0a401f4e383cea778
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 19:11:26 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 20:31:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0a6f22

x11-plugins/pidgin-privacy-please: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
index 68ee1c6cecf..0b948e591e6 100644
--- a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
+++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 inherit autotools
 
@@ -19,11 +19,12 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext"
 
 src_prepare() {
+	default
 	sed -e 's: -Wall -g3::' -i configure.ac || die
 	eautoreconf
 }
 
 src_install() {
 	emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die
-	dodoc AUTHORS ChangeLog NEWS README || die
+	default
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d4d0c42c893f62dcecd3f224e589bd0ddfd1be9a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:51:25 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d0c42c

x11-plugins/pidgin-privacy-please: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
index 0b948e591e6..0af2b95d9d4 100644
--- a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
+++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
@@ -23,8 +23,3 @@ src_prepare() {
 	sed -e 's: -Wall -g3::' -i configure.ac || die
 	eautoreconf
 }
-
-src_install() {
-	emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die
-	default
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/
@ 2021-09-09  7:11 Yixun Lan
  0 siblings, 0 replies; 8+ messages in thread
From: Yixun Lan @ 2021-09-09  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f2b241cc48abc3878b1a5a4cf94b373777ea0506
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 06:35:51 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 07:05:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b241cc

x11-plugins/pidgin-privacy-please: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
index 0af2b95d9d4..557953d9332 100644
--- a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
+++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="<net-im/pidgin-3[gtk]"
 DEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/
@ 2024-02-25 10:45 Andreas Schuerch
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Schuerch @ 2024-02-25 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5c92a440b945b2fc4f34dc76d57e512dba63387a
Author:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 10:31:44 2024 +0000
Commit:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 10:44:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c92a440

x11-plugins/pidgin-privacy-please: EAPI8 bump, fix LICENSE, fix bug #853022

Closes: https://bugs.gentoo.org/853022
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>

 .../pidgin-privacy-please-0.7.1-r1.ebuild          | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1-r1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1-r1.ebuild
new file mode 100644
index 000000000000..8c2af2004dc2
--- /dev/null
+++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Pidgin plugin to stop spammers from annoying you"
+HOMEPAGE="https://code.google.com/p/pidgin-privacy-please/"
+SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="<net-im/pidgin-3[gtk]"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+	sys-devel/gettext"
+
+src_prepare() {
+	default
+	sed -e 's: -Wall -g3::' -i configure.ac || die
+	eautoreconf
+}
+
+src_install() {
+	default
+
+	find "${D}" -type f -name '*.la' -delete || die "la removal failed"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/
@ 2024-02-25 11:12 Andreas Schuerch
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Schuerch @ 2024-02-25 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d50fd404cf96e16138d5e783fb5e921da5d6aae1
Author:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 10:47:54 2024 +0000
Commit:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 11:12:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50fd404

x11-plugins/pidgin-privacy-please: add myself as a maintainer

Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>

 x11-plugins/pidgin-privacy-please/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-privacy-please/metadata.xml b/x11-plugins/pidgin-privacy-please/metadata.xml
index c3c97dea8658..11298de835d5 100644
--- a/x11-plugins/pidgin-privacy-please/metadata.xml
+++ b/x11-plugins/pidgin-privacy-please/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>nativemad@gentoo.org</email>
+		<name>Andreas Schuerch</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="google-code">pidgin-privacy-please</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/
@ 2024-04-19 10:28 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-19 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e19822211dfb24dc67ff6647fabc5757627e6928
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 10:28:22 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 10:28:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1982221

x11-plugins/pidgin-privacy-please: Stabilize 0.7.1-r1 amd64, #930228

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

 x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1-r1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1-r1.ebuild
index 8c2af2004dc2..2a8d55bef0f3 100644
--- a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1-r1.ebuild
+++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="<net-im/pidgin-3[gtk]"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/
@ 2024-04-19 11:19 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-19 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8393c921da508917b06271b15e38b10a723b1051
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 11:14:35 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 11:14:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8393c921

x11-plugins/pidgin-privacy-please: drop 0.7.1, EAPI6--

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

 .../pidgin-privacy-please-0.7.1.ebuild             | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
deleted file mode 100644
index 557953d9332d..000000000000
--- a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="pidgin plugin to stop spammers from annoying you"
-HOMEPAGE="https://code.google.com/p/pidgin-privacy-please/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-RDEPEND="<net-im/pidgin-3[gtk]"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	sys-devel/gettext"
-
-src_prepare() {
-	default
-	sed -e 's: -Wall -g3::' -i configure.ac || die
-	eautoreconf
-}


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

end of thread, other threads:[~2024-04-19 11:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-25 10:45 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/ Andreas Schuerch
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 11:19 Arthur Zamarin
2024-04-19 10:28 Arthur Zamarin
2024-02-25 11:12 Andreas Schuerch
2021-09-09  7:11 Yixun Lan
2018-05-27 18:23 Aaron Bauman
2018-05-26 20:31 Aaron Bauman
2018-01-05 22:02 Ulrich Müller

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