public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgintex/
@ 2015-09-01 20:13 Tobias Klausmann
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann @ 2015-09-01 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     3cca9f7fc16908cf5f5db1abf1065620dae7f214
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 20:12:30 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 20:12:30 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cca9f7f

x11-plugins/pidgintex: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 x11-plugins/pidgintex/pidgintex-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
index a54f60e..2bce48e 100644
--- a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
+++ b/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
@@ -8,7 +8,7 @@ inherit toolchain-funcs multilib
 MY_P=pidginTeX-${PV}
 
 DESCRIPTION="Pidgin plugin to render LaTeX expressions in messages"
-HOMEPAGE="https://code.google.com/p/pidgintex"
+HOMEPAGE="https://github.com/Micket/pidgintex"
 SRC_URI="https://pidgintex.googlecode.com/files/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgintex/
@ 2017-01-07 21:42 Göktürk Yüksek
  0 siblings, 0 replies; 6+ messages in thread
From: Göktürk Yüksek @ 2017-01-07 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     48487f9a0bdc6786740f80541c2230c8de257bcc
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 21:38:57 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 21:42:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48487f9a

x11-plugins/pidgintex: bump to 1.1.2_p20170107

Package-Manager: portage-2.3.0

 x11-plugins/pidgintex/Manifest                     |  1 +
 .../pidgintex/pidgintex-1.1.2_p20170107.ebuild     | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/x11-plugins/pidgintex/Manifest b/x11-plugins/pidgintex/Manifest
index 9db928d..501c65f 100644
--- a/x11-plugins/pidgintex/Manifest
+++ b/x11-plugins/pidgintex/Manifest
@@ -1 +1,2 @@
 DIST pidginTeX-1.1.1.tar.gz 23322 SHA256 1b47e89d12d5f5a8de4f3f89ea37da393223d525632c92e71cef8a54399ac1aa SHA512 df58e783cc19d5aa5a57dcb337192d593ad8427a860fd0314bf3f1fe0ca248e92ef8f675cd344c5703319ecfb91f88ea88e6917b8f4c89bf92dc45dd53015bb8 WHIRLPOOL 735734a62f140eb6fa704b310f829c11899a1ea44784589f120e9e63f31b905a2b0c900637cf1df393fc3fe77f07cec33f901e412635d6de30de40fd66c0b743
+DIST pidgintex-1.1.2_p20170107.tar.gz 50671 SHA256 48c79474aa5c41270756022a481935b0f4321380c2e58455cc42369e48cc1d59 SHA512 fbbe6eb4e2a0a5c9086e65d967133ab1cdd09292ce0b0cc474b82fbbcfc6b9abbb49ed3828c8e7094b7fef629a372833ec6f143ed4eb1b7d5c4fbd32e98a0271 WHIRLPOOL a61e27562e879de12ecd7a3a295c4d22169e2863c0e551b16940330372cee116b0e6818f775b46ea0143114005df0c1d632c370cf633b068165b8904c83da631

diff --git a/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
new file mode 100644
index 00000000..49c962e
--- /dev/null
+++ b/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs vcs-snapshot
+
+MY_COMMIT_HASH="a8f618cf1bf92279b43c7b737010fd7e42c8e5d3"
+
+DESCRIPTION="Pidgin plugin to render LaTeX expressions in messages"
+HOMEPAGE="https://github.com/Micket/pidgintex"
+SRC_URI="https://github.com/Micket/${PN}/archive/${MY_COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND="net-im/pidgin[gtk]
+	app-text/mathtex
+	nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	sed -e "s:\(^CC.*=\).*:\1 $(tc-getCC):" \
+		-e "s:\(^STRIP.*=\).*:\1 true:" \
+		-e "s:\(^CFLAGS[[:space:]]*\)=:\1+=:" \
+		-e "/LIB_INSTALL_DIR/{s:/lib/purple-2:/$(get_libdir)/pidgin:;}" \
+			-i Makefile || die
+	# set default renderer to mathtex
+	sed -e "/purple_prefs_add_string.*PREFS_RENDERER/{s:mimetex:mathtex:;}" \
+		-i pidginTeX.c || die
+
+	if ! use nls; then
+		sed -e '/ENABLE_NLS = 1/ d;' -i Makefile || die
+	fi
+
+	default
+}
+
+src_compile() {
+	emake PREFIX=/usr
+}
+
+src_install() {
+	emake PREFIX="${ED%/}/usr" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog 'Note, to see formulas either disable "Conversation Colors" plugin or'
+	elog 'switch off "ignore incoming format" option in plugin configuration.'
+	elog 'For details, take a look (and vote) at http://developer.pidgin.im/ticket/2772'
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgintex/
@ 2017-02-14 14:52 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2017-02-14 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2689765a1568d830ccd08d736dbaf5ad424484a9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 14:52:45 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 14:52:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2689765a

x11-plugins/pidgintex: amd64 stable wrt bug #609320

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
index 49c962ecc8..e81b7ebf5f 100644
--- a/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
+++ b/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Micket/${PN}/archive/${MY_COMMIT_HASH}.tar.gz -> ${P
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls"
 
 RDEPEND="net-im/pidgin[gtk]


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgintex/
@ 2017-02-14 15:39 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2017-02-14 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6c830bcb5e3f8bf41254cb23b02716b2d3f036ee
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 15:37:38 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 15:37:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c830bcb

x11-plugins/pidgintex: x86 stable wrt bug #609320

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
index e81b7ebf5f..b15d1f2025 100644
--- a/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
+++ b/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Micket/${PN}/archive/${MY_COMMIT_HASH}.tar.gz -> ${P
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND="net-im/pidgin[gtk]


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgintex/
@ 2017-02-14 19:43 Göktürk Yüksek
  0 siblings, 0 replies; 6+ messages in thread
From: Göktürk Yüksek @ 2017-02-14 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c6f0adad3c7fb1f8e64721535e1a7a92fdbf21e1
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 19:42:02 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 19:43:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f0adad

x11-plugins/pidgintex: remove old, migrate away from google code #544092

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-plugins/pidgintex/Manifest               |  1 -
 x11-plugins/pidgintex/metadata.xml           |  1 -
 x11-plugins/pidgintex/pidgintex-1.1.1.ebuild | 49 ----------------------------
 3 files changed, 51 deletions(-)

diff --git a/x11-plugins/pidgintex/Manifest b/x11-plugins/pidgintex/Manifest
index 501c65f0e1..92319dc843 100644
--- a/x11-plugins/pidgintex/Manifest
+++ b/x11-plugins/pidgintex/Manifest
@@ -1,2 +1 @@
-DIST pidginTeX-1.1.1.tar.gz 23322 SHA256 1b47e89d12d5f5a8de4f3f89ea37da393223d525632c92e71cef8a54399ac1aa SHA512 df58e783cc19d5aa5a57dcb337192d593ad8427a860fd0314bf3f1fe0ca248e92ef8f675cd344c5703319ecfb91f88ea88e6917b8f4c89bf92dc45dd53015bb8 WHIRLPOOL 735734a62f140eb6fa704b310f829c11899a1ea44784589f120e9e63f31b905a2b0c900637cf1df393fc3fe77f07cec33f901e412635d6de30de40fd66c0b743
 DIST pidgintex-1.1.2_p20170107.tar.gz 50671 SHA256 48c79474aa5c41270756022a481935b0f4321380c2e58455cc42369e48cc1d59 SHA512 fbbe6eb4e2a0a5c9086e65d967133ab1cdd09292ce0b0cc474b82fbbcfc6b9abbb49ed3828c8e7094b7fef629a372833ec6f143ed4eb1b7d5c4fbd32e98a0271 WHIRLPOOL a61e27562e879de12ecd7a3a295c4d22169e2863c0e551b16940330372cee116b0e6818f775b46ea0143114005df0c1d632c370cf633b068165b8904c83da631

diff --git a/x11-plugins/pidgintex/metadata.xml b/x11-plugins/pidgintex/metadata.xml
index 34939e01b5..ce13fc0a9c 100644
--- a/x11-plugins/pidgintex/metadata.xml
+++ b/x11-plugins/pidgintex/metadata.xml
@@ -7,7 +7,6 @@ mimeTeX or mathTeX to render LaTeX expressions in messages and chat. It is
 intended for math but mathTeX is fully compatible with LaTeX and any package can
 be used and mimeTeX also supports many other features.</longdescription>
 	<upstream>
-		<remote-id type="google-code">pidgintex</remote-id>
 		<remote-id type="github">Micket/pidgintex</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
deleted file mode 100644
index 2bce48e1df..0000000000
--- a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-inherit toolchain-funcs multilib
-
-MY_P=pidginTeX-${PV}
-
-DESCRIPTION="Pidgin plugin to render LaTeX expressions in messages"
-HOMEPAGE="https://github.com/Micket/pidgintex"
-SRC_URI="https://pidgintex.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="net-im/pidgin[gtk]
-	app-text/mathtex"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	sed -e "s:\(^CC.*=\).*:\1 $(tc-getCC):" \
-		-e "s:\(^STRIP.*=\).*:\1 true:" \
-		-e "s:\(^CFLAGS[[:space:]]*\)=:\1+=:" \
-		-e "/LIB_INSTALL_DIR/{s:/lib/purple-2:/$(get_libdir)/pidgin:;}" \
-			-i Makefile || die
-	# set default renderer to mathtex
-	sed -e "/purple_prefs_add_string.*PREFS_RENDERER/{s:mimetex:mathtex:;}" \
-		-i pidginTeX.c || die
-}
-
-src_compile() {
-	emake PREFIX=/usr || die
-}
-
-src_install() {
-	make PREFIX="${D}/usr" install || die "make install failed"
-	dodoc CHANGELOG README TODO || die
-}
-
-pkg_postinst() {
-	elog 'Note, to see formulas either disable "Conversation Colors" plugin or'
-	elog 'switch off "ignore incoming format" option in plugin configuration.'
-	elog 'For details, take a look (and vote) at http://developer.pidgin.im/ticket/2772'
-}


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

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

commit:     1bb2be1787f0906d699873a2afe136fb810195b9
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 07:02:35 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 07:05:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb2be17

x11-plugins/pidgintex: keyword ~riscv

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

 x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
index d4ee0bc14c5..f5f7c9cf369 100644
--- a/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
+++ b/x11-plugins/pidgintex/pidgintex-1.1.2_p20170107.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/Micket/${PN}/archive/${MY_COMMIT_HASH}.tar.gz -> ${P
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="nls"
 
 RDEPEND="net-im/pidgin[gtk]


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

end of thread, other threads:[~2021-09-09  7:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14 15:39 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgintex/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2021-09-09  7:11 Yixun Lan
2017-02-14 19:43 Göktürk Yüksek
2017-02-14 14:52 Agostino Sarubbo
2017-01-07 21:42 Göktürk Yüksek
2015-09-01 20:13 Tobias Klausmann

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