public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
@ 2018-05-28 23:02 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     6dbf3202b10d47825a5858d93cbf7aeecaab28f2
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 17:00:11 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbf3202

net-im/librvp: add EPREFIX for our Gentoo Prefix friends

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-im/librvp/librvp-0.9.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
index c0b7fe1d6b5..8099329ca4a 100644
--- a/net-im/librvp/librvp-0.9.7.ebuild
+++ b/net-im/librvp/librvp-0.9.7.ebuild
@@ -19,6 +19,6 @@ DEPEND="virtual/pkgconfig
 	${RDEPEND}"
 
 src_configure() {
-	econf --with-gaim-plugin-dir=/usr/$(get_libdir)/pidgin \
-		--with-gaim-data-dir=/usr/share/pixmaps/pidgin
+	econf --with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \
+		--with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
@ 2018-05-28 23:02 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bce33685b9a546703d70a06dc7389df64f91d778
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 22:33:57 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce33685

net-im/librvp: add EPREFIX where needed

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-im/librvp/librvp-0.9.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild
index 6999a1f636e..8bf71334810 100644
--- a/net-im/librvp/librvp-0.9.6.ebuild
+++ b/net-im/librvp/librvp-0.9.6.ebuild
@@ -19,6 +19,6 @@ DEPEND="virtual/pkgconfig
 	${RDEPEND}"
 
 src_configure() {
-	econf --with-gaim-plugin-dir=/usr/$(get_libdir)/pidgin \
-		--with-gaim-data-dir=/usr/share/pixmaps/pidgin
+	econf --with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \
+		--with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
@ 2019-02-15  0:18 Thomas Deutschmann
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2019-02-15  0:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2bcc6677548b2de554fc14458f34127404faf614
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 14 23:58:39 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 00:17:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcc6677

net-im/librvp: x86 stable (bug #676714)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-im/librvp/librvp-0.9.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
index 8099329ca4a..80b28a8e905 100644
--- a/net-im/librvp/librvp-0.9.7.ebuild
+++ b/net-im/librvp/librvp-0.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="net-im/pidgin[gtk]"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
@ 2019-02-16 19:42 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-02-16 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a3a2ccdd35f547260c9e85b326165fa84d947c6d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 19:41:59 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 19:41:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a2ccdd

net-im/librvp: Drop unused inherit

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-im/librvp/librvp-0.9.6.ebuild | 4 +---
 net-im/librvp/librvp-0.9.7.ebuild | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild
index 8bf71334810..0352f42f832 100644
--- a/net-im/librvp/librvp-0.9.6.ebuild
+++ b/net-im/librvp/librvp-0.9.6.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit multilib
-
 DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Pidgin"
 HOMEPAGE="https://www.waider.ie/hacks/workshop/c/rvp/"
 SRC_URI="https://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"

diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
index 80b28a8e905..ca33cd8c1cd 100644
--- a/net-im/librvp/librvp-0.9.7.ebuild
+++ b/net-im/librvp/librvp-0.9.7.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=7
 
-inherit multilib
-
 DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Pidgin"
 HOMEPAGE="https://www.waider.ie/hacks/workshop/c/rvp/"
 SRC_URI="https://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
@ 2019-02-18  7:28 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-02-18  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7fd38b9dcb509276b0d34e3d8c27e8fcadd463b1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 07:27:33 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 07:27:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd38b9d

net-im/librvp: amd64 stable wrt bug #676714

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-im/librvp/librvp-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
index ca33cd8c1cd..69563f1ad40 100644
--- a/net-im/librvp/librvp-0.9.7.ebuild
+++ b/net-im/librvp/librvp-0.9.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="net-im/pidgin[gtk]"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
@ 2019-02-18 21:24 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2019-02-18 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f9d4ddd8cf1cf99de49bd66bbb37e71874ceb0a4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 21:19:02 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 21:23:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d4ddd8

net-im/librvp: Drop old

Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-im/librvp/Manifest            |  1 -
 net-im/librvp/librvp-0.9.6.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/net-im/librvp/Manifest b/net-im/librvp/Manifest
index cf3d2e11ed5..bfb64667513 100644
--- a/net-im/librvp/Manifest
+++ b/net-im/librvp/Manifest
@@ -1,2 +1 @@
-DIST librvp-0.9.6.tar.gz 464935 BLAKE2B 4698484eb8bef18a67c16618c2083968ab765da0b73c85e71e3aee7f08a52acb9d69f680743cabf1e9300b5aa13d79ef1eeedc3b38db9ef85b09cd114708017b SHA512 5ec9aafbfc937b3bac648632e879393b826bd8206d7c16f921705855f0f6e7aadc18b8e119aa8b356e3095d1a0ff798a8d576386dd097b7f7794f577c8190c46
 DIST librvp-0.9.7.tar.gz 478014 BLAKE2B 5e57bb7899037084f7e1f9a1f5816f199efb200a62b3e56e400ac5850fc2cb9fcffc9248c61b4ccbc73a67cf628ae06af36d443047ffc67f351c795320f58132 SHA512 dd097f3b845288771be33b553cfc0da90a87350e2021f9fe706e6b7479abc3bb1c7d08a9f38f9376fee235a5491c30bb65e7bd968901626ddf0499aa5ca1580c

diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild
deleted file mode 100644
index 0352f42f832..00000000000
--- a/net-im/librvp/librvp-0.9.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Pidgin"
-HOMEPAGE="https://www.waider.ie/hacks/workshop/c/rvp/"
-SRC_URI="https://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="net-im/pidgin[gtk]"
-DEPEND="virtual/pkgconfig
-	${RDEPEND}"
-
-src_configure() {
-	econf --with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \
-		--with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
@ 2020-11-14 20:22 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2020-11-14 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0aa098bcd2591b5a421910c81b1363706164409c
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 14 20:19:25 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 20:19:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa098bc

net-im/librvp: disable static libs

Closes: https://bugs.gentoo.org/740670
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-im/librvp/librvp-0.9.7.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
index 69563f1ad40..b87866183e5 100644
--- a/net-im/librvp/librvp-0.9.7.ebuild
+++ b/net-im/librvp/librvp-0.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,13 +10,19 @@ SRC_URI="https://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="net-im/pidgin[gtk]"
 DEPEND="virtual/pkgconfig
 	${RDEPEND}"
 
 src_configure() {
-	econf --with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \
-		--with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin
+	econf \
+		--with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \
+		--with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin \
+		--disable-static
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/
@ 2023-09-19 21:29 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2023-09-19 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ba0c9e1a11d91dcc0bcac6cff4e3e8604b72e017
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 21:28:40 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 21:28:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0c9e1a

net-im/librvp: add dependency on virtual/libcrypt

Closes: https://bugs.gentoo.org/872014
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 net-im/librvp/librvp-0.9.7.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
index b87866183e5c..c51d20139da9 100644
--- a/net-im/librvp/librvp-0.9.7.ebuild
+++ b/net-im/librvp/librvp-0.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RDEPEND="net-im/pidgin[gtk]"
+RDEPEND="net-im/pidgin[gtk]
+	virtual/libcrypt:="
 DEPEND="virtual/pkgconfig
 	${RDEPEND}"
 


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

end of thread, other threads:[~2023-09-19 21:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-28 23:02 [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2018-05-28 23:02 Aaron Bauman
2019-02-15  0:18 Thomas Deutschmann
2019-02-16 19:42 Mikle Kolyada
2019-02-18  7:28 Mikle Kolyada
2019-02-18 21:24 Pacho Ramos
2020-11-14 20:22 David Seifert
2023-09-19 21:29 Andreas K. Hüttel

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