public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/tkabber/
@ 2018-08-18 20:41 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-08-18 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     110669bddefaa297f8b6d48082b483fa01d613f8
Author:     insighthorizon <majiricek <AT> seznam <DOT> cz>
AuthorDate: Sun Aug 12 21:42:11 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 20:41:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110669bd

net-im/tkabber: version bump to 1.1.2

Closes: https://bugs.gentoo.org/500952
Closes: https://github.com/gentoo/gentoo/pull/9568
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-im/tkabber/Manifest             |  2 ++
 net-im/tkabber/tkabber-1.1.2.ebuild | 48 +++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/net-im/tkabber/Manifest b/net-im/tkabber/Manifest
index 41f4897985b..b376531df15 100644
--- a/net-im/tkabber/Manifest
+++ b/net-im/tkabber/Manifest
@@ -1,2 +1,4 @@
 DIST tkabber-0.11.1.tar.gz 1026405 BLAKE2B 2c8e5c5348ed9ba416b734a100488d24fff16f54ff6eea1156665be4247f0d66ff94411914053ea95e28bb03509708daf5d0497906a9d6c60c37457ce885aa6b SHA512 a28f4f9d2873366b4ffc6153e08d21e77dd0178fea13d894e79ce941779d8e4c97e48b572cbfd8c6c25c0636f6c8d8ca8d9b081aaccbb8e6d809de3228bdd268
+DIST tkabber-1.1.2.tar.xz 993640 BLAKE2B 5389c2e6eefe82cf1344edf833a8f1aa3b7dafb0db7ad0589ea8cf3f756e44e2527c71a90030e8694a7f6a09fadba4d05b7b79cea8deb82a5dd51d41ad3c36c5 SHA512 5626921c8bb5e847cfb35c7532202cf1181d6a8d67712b024a7d2d4c4fead0442c16381b1269c7e5ecd0dbd785ed2f541feaee3b09d067532d58d9ffa6bae392
 DIST tkabber-plugins-0.11.1.tar.gz 615335 BLAKE2B 7e288806f3d44cc23b4447fe5caeb4bd5458cbef3329e8e49f3dd0640caaa7cf3386cd66d67413fe8f6e4176ae15ff8d2d3412684eaa82edb50cea0af3796200 SHA512 f77e4a2a3f11629796c6bdcc5ee9a782cc42ca9a43d8a9033b260df7f6260549860b6d53095067e4c3da9a1733a0570656ab807ff7853a4573c2e7f68a497014
+DIST tkabber-plugins-1.1.2.tar.xz 669580 BLAKE2B c1f15a4b49621c121a56884747ecce810fea12a784b2a1c2353dc0e94666635c391bd9d66b196900e05bf798689e4a29fe9f738f949e4ad6734541700c4b8a80 SHA512 6af7287da59f426f84ee24a0722d91106d15f939e7102c289fbe9a396b5b1b96f4fc9c3e58ceba74c1722e91d09a920d2f8e574437c8fe97382e020a911d678b

diff --git a/net-im/tkabber/tkabber-1.1.2.ebuild b/net-im/tkabber/tkabber-1.1.2.ebuild
new file mode 100644
index 00000000000..1a3d4ecb6b8
--- /dev/null
+++ b/net-im/tkabber/tkabber-1.1.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A jabber client written in Tcl/Tk"
+HOMEPAGE="http://tkabber.jabber.ru/"
+SRC_URI="
+	http://files.jabber.ru/tkabber/${P}.tar.xz
+	plugins? ( http://files.jabber.ru/tkabber/tkabber-plugins-${PV}.tar.xz )"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="plugins ssl"
+
+DEPEND="
+	>=dev-lang/tcl-8.4.9:0=
+	>=dev-lang/tk-8.4.9:0=
+	>=dev-tcltk/tcllib-1.3
+	>=dev-tcltk/bwidget-1.3
+	>=dev-tcltk/tkXwin-1.0
+	>=dev-tcltk/tkimg-1.2
+	>=dev-tcltk/tktray-1.3
+	ssl? ( >=dev-tcltk/tls-1.4.1 )
+"
+RDEPEND="${DEPEND}"
+
+# Disabled because it depends on gpgme 0.3.x
+#	crypt? ( >=dev-tcltk/tclgpgme-1.0 )
+
+src_compile() {
+	# dont run make, because the Makefile is broken with all=install
+	:
+}
+
+src_install() {
+	emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
+		DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+
+	dodoc AUTHORS ChangeLog INSTALL README
+
+	if use plugins; then
+		cd "${WORKDIR}/tkabber-plugins-${PV}" || die "Couldn't enter tkabber-plugins dir!"
+		emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
+			DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+	fi
+}


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

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

commit:     bc85555d034d1ae3dc6418d6e9d3dd4bba2e15d9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 00:06:52 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 00:18:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc85555d

net-im/tkabber: x86 stable (bug #676720)

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

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

diff --git a/net-im/tkabber/tkabber-1.1.2.ebuild b/net-im/tkabber/tkabber-1.1.2.ebuild
index 1a3d4ecb6b8..25d16f8a078 100644
--- a/net-im/tkabber/tkabber-1.1.2.ebuild
+++ b/net-im/tkabber/tkabber-1.1.2.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="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="plugins ssl"
 
 DEPEND="


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

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

commit:     7a1d239ecda9a92c1565ca710f77514c5e35a3a6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 06:23:43 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 06:23:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1d239e

net-im/tkabber: amd64 stable wrt bug #676720

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/tkabber/tkabber-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/tkabber/tkabber-1.1.2.ebuild b/net-im/tkabber/tkabber-1.1.2.ebuild
index 25d16f8a078..61f63dc1437 100644
--- a/net-im/tkabber/tkabber-1.1.2.ebuild
+++ b/net-im/tkabber/tkabber-1.1.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="plugins ssl"
 
 DEPEND="


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

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

commit:     88aa0525f60e1920162cdc92dc6eb8e745bf05ed
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 06:25:27 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 06:25:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88aa0525

net-im/tkabber: Drop old

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

 net-im/tkabber/Manifest                 |  2 --
 net-im/tkabber/tkabber-0.11.1-r1.ebuild | 48 ---------------------------------
 2 files changed, 50 deletions(-)

diff --git a/net-im/tkabber/Manifest b/net-im/tkabber/Manifest
index b376531df15..a27d1a8e2d3 100644
--- a/net-im/tkabber/Manifest
+++ b/net-im/tkabber/Manifest
@@ -1,4 +1,2 @@
-DIST tkabber-0.11.1.tar.gz 1026405 BLAKE2B 2c8e5c5348ed9ba416b734a100488d24fff16f54ff6eea1156665be4247f0d66ff94411914053ea95e28bb03509708daf5d0497906a9d6c60c37457ce885aa6b SHA512 a28f4f9d2873366b4ffc6153e08d21e77dd0178fea13d894e79ce941779d8e4c97e48b572cbfd8c6c25c0636f6c8d8ca8d9b081aaccbb8e6d809de3228bdd268
 DIST tkabber-1.1.2.tar.xz 993640 BLAKE2B 5389c2e6eefe82cf1344edf833a8f1aa3b7dafb0db7ad0589ea8cf3f756e44e2527c71a90030e8694a7f6a09fadba4d05b7b79cea8deb82a5dd51d41ad3c36c5 SHA512 5626921c8bb5e847cfb35c7532202cf1181d6a8d67712b024a7d2d4c4fead0442c16381b1269c7e5ecd0dbd785ed2f541feaee3b09d067532d58d9ffa6bae392
-DIST tkabber-plugins-0.11.1.tar.gz 615335 BLAKE2B 7e288806f3d44cc23b4447fe5caeb4bd5458cbef3329e8e49f3dd0640caaa7cf3386cd66d67413fe8f6e4176ae15ff8d2d3412684eaa82edb50cea0af3796200 SHA512 f77e4a2a3f11629796c6bdcc5ee9a782cc42ca9a43d8a9033b260df7f6260549860b6d53095067e4c3da9a1733a0570656ab807ff7853a4573c2e7f68a497014
 DIST tkabber-plugins-1.1.2.tar.xz 669580 BLAKE2B c1f15a4b49621c121a56884747ecce810fea12a784b2a1c2353dc0e94666635c391bd9d66b196900e05bf798689e4a29fe9f738f949e4ad6734541700c4b8a80 SHA512 6af7287da59f426f84ee24a0722d91106d15f939e7102c289fbe9a396b5b1b96f4fc9c3e58ceba74c1722e91d09a920d2f8e574437c8fe97382e020a911d678b

diff --git a/net-im/tkabber/tkabber-0.11.1-r1.ebuild b/net-im/tkabber/tkabber-0.11.1-r1.ebuild
deleted file mode 100644
index 55a50b6c3c3..00000000000
--- a/net-im/tkabber/tkabber-0.11.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A jabber client written in Tcl/Tk"
-HOMEPAGE="http://tkabber.jabber.ru/"
-SRC_URI="
-	http://files.jabber.ru/tkabber/${P}.tar.gz
-	plugins? ( http://files.jabber.ru/tkabber/tkabber-plugins-${PV}.tar.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="plugins ssl"
-
-DEPEND="
-	>=dev-lang/tcl-8.3.3:0=
-	>=dev-lang/tk-8.3.3:0=
-	>=dev-tcltk/tcllib-1.3
-	>=dev-tcltk/bwidget-1.3
-	>=dev-tcltk/tkXwin-1.0
-	>=dev-tcltk/tkimg-1.2
-	>=dev-tcltk/tktray-1.1
-	ssl? ( >=dev-tcltk/tls-1.4.1 )
-"
-RDEPEND="${DEPEND}"
-
-# Disabled because it depends on gpgme 0.3.x
-#	crypt? ( >=dev-tcltk/tclgpgme-1.0 )
-
-src_compile() {
-	# dont run make, because the Makefile is broken with all=install
-	:
-}
-
-src_install() {
-	emake install DESTDIR="${D}" PREFIX=/usr \
-		DOCDIR="/usr/share/doc/${P}"
-
-	dodoc AUTHORS ChangeLog INSTALL README
-
-	if use plugins; then
-		cd "${WORKDIR}/tkabber-plugins-${PV}"
-		emake install DESTDIR="${D}" PREFIX=/usr \
-			DOCDIR="/usr/share/doc/${P}"
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/tkabber/
@ 2019-12-20  9:30 Alfredo Tupone
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2019-12-20  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3160dea8ae5d455063386eeab4ed8052a16dcf40
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 09:30:07 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 09:30:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3160dea8

net-im/tkabber: remove dep on dev-tcltk/tkXwin (obsoleted)

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 net-im/tkabber/tkabber-1.1.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/tkabber/tkabber-1.1.2.ebuild b/net-im/tkabber/tkabber-1.1.2.ebuild
index 61f63dc1437..38cedf3735a 100644
--- a/net-im/tkabber/tkabber-1.1.2.ebuild
+++ b/net-im/tkabber/tkabber-1.1.2.ebuild
@@ -19,7 +19,6 @@ DEPEND="
 	>=dev-lang/tk-8.4.9:0=
 	>=dev-tcltk/tcllib-1.3
 	>=dev-tcltk/bwidget-1.3
-	>=dev-tcltk/tkXwin-1.0
 	>=dev-tcltk/tkimg-1.2
 	>=dev-tcltk/tktray-1.3
 	ssl? ( >=dev-tcltk/tls-1.4.1 )


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/tkabber/
@ 2023-03-29 19:45 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-03-29 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7d13039c57a0f746139444a771c2b4bd24dee046
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 16:55:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 19:44:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d13039c

net-im/tkabber: fix typo

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

 net-im/tkabber/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/tkabber/metadata.xml b/net-im/tkabber/metadata.xml
index 965a9fddebaf..a01af3c19be8 100644
--- a/net-im/tkabber/metadata.xml
+++ b/net-im/tkabber/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <!-- maintainer-needed -->
-<longdescription>Tkabber is a Free and Open Source client for the Jabber instant messaging system. It's writen in Tcl/Tk, and works on many platforms.</longdescription>
+<longdescription>Tkabber is a Free and Open Source client for the Jabber instant messaging system. It's written in Tcl/Tk, and works on many platforms.</longdescription>
 <use>
 	<flag name="plugins">Enables installation the extra plugins</flag>
 </use>


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18  6:24 [gentoo-commits] repo/gentoo:master commit in: net-im/tkabber/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2023-03-29 19:45 Sam James
2019-12-20  9:30 Alfredo Tupone
2019-02-18  6:25 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2018-08-18 20:41 Michał Górny

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