public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2015-08-10 23:47 Julian Ospald
  0 siblings, 0 replies; 18+ messages in thread
From: Julian Ospald @ 2015-08-10 23:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b7a5bd593e718982b457d2021462abcc01855956
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 23:39:08 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 23:46:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a5bd59

net-im/dianara: version bump to 1.3.1

 net-im/dianara/Manifest             |  1 +
 net-im/dianara/dianara-1.3.1.ebuild | 55 +++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest
index 36583f1..03c146b 100644
--- a/net-im/dianara/Manifest
+++ b/net-im/dianara/Manifest
@@ -1 +1,2 @@
 DIST dianara-v1.2.4.tar.gz 540237 SHA256 8e58042e551646a09bd3c47838a1fb6d65c90501547ce4ed85944814d6e609d2 SHA512 78bacd0a02f5070b54d0a0aa74282592ab60aa734143c50f00f97f0dc09308f0571205608e0150fd4eb5cdca0083a5a2b0acaa2f90a00f84cd9cc6737dee30c7 WHIRLPOOL 940a6c2a0a1e15accaee24b40b96a87c0f8d947d65bfa7e7d3155ccdf90ca73b0ae6a8a7bc5f3281736f298f1748a352638d772153479fa5d4f1d1119febf636
+DIST dianara-v1.3.1.tar.gz 691521 SHA256 98cd23ad6e9cdee1410662cf2008da0114e30d8f8e852f062e1bc46a286ff4e8 SHA512 8d8f4aa07af5a71cdd2778ae8cc8c095df42e415df4bbc8997d44886a98879184b316e7c76c49e9167b95838ac11b6844775f930359820a07927a12890becacf WHIRLPOOL 19a884f73778755795fdffc9c0ac5722806c49d45c2bda50040ad06681d0aff683329513ff1c584452d926f72b9c99139be51955c70d638a9e3af8f4d9fdfa98

diff --git a/net-im/dianara/dianara-1.3.1.ebuild b/net-im/dianara/dianara-1.3.1.ebuild
new file mode 100644
index 0000000..9ff4e3d
--- /dev/null
+++ b/net-im/dianara/dianara-1.3.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils gnome2-utils qmake-utils
+
+MY_P=${PN}-v${PV/_beta/beta}
+DESCRIPTION="Qt-based client for the pump.io distributed social network"
+HOMEPAGE="http://dianara.nongnu.org/"
+SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=app-crypt/qca-2.1.0.3:2[qt4]
+	dev-libs/qjson
+	dev-libs/qoauth
+	dev-qt/qtcore:4
+	dev-qt/qtdbus:4
+	dev-qt/qtgui:4
+	sys-apps/file"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	eqmake4
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	doman manual/*
+	dodoc README TODO CHANGELOG BUGS
+	doicon -s 32 icon/32x32/${PN}.png
+	doicon -s 64 icon/64x64/${PN}.png
+	domenu ${PN}.desktop
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2015-10-09 13:26 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2015-10-09 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     40ef80d0fd08b05a21ca217310859f6d30b60ac2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 13:25:45 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 13:26:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ef80d0

net-im/dianara: add missing USE dependencies

Gentoo-bug: 560624

Package-Manager: portage-2.2.20.1

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

diff --git a/net-im/dianara/dianara-1.3.1.ebuild b/net-im/dianara/dianara-1.3.1.ebuild
index 9ff4e3d..37dad4c 100644
--- a/net-im/dianara/dianara-1.3.1.ebuild
+++ b/net-im/dianara/dianara-1.3.1.ebuild
@@ -17,10 +17,10 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-	>=app-crypt/qca-2.1.0.3:2[qt4]
+	>=app-crypt/qca-2.1.0.3:2[openssl,qt4]
 	dev-libs/qjson
 	dev-libs/qoauth
-	dev-qt/qtcore:4
+	dev-qt/qtcore:4[ssl]
 	dev-qt/qtdbus:4
 	dev-qt/qtgui:4
 	sys-apps/file"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2015-10-09 13:48 Julian Ospald
  0 siblings, 0 replies; 18+ messages in thread
From: Julian Ospald @ 2015-10-09 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c15d52d9d17b0ec9d5967ba8d0ca720a25fa2e97
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 13:47:32 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 13:47:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15d52d9

net-im/dianara: revbump

Because 40ef80d0fd08b05a21ca217310859f6d30b60ac2
assumed dynamic dependencies, which is wrong.

 net-im/dianara/{dianara-1.3.1.ebuild => dianara-1.3.1-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-im/dianara/dianara-1.3.1.ebuild b/net-im/dianara/dianara-1.3.1-r1.ebuild
similarity index 100%
rename from net-im/dianara/dianara-1.3.1.ebuild
rename to net-im/dianara/dianara-1.3.1-r1.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2015-10-19  9:27 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2015-10-19  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4523810a58c301ab7e4af6452c60d6c0d75c6d46
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 09:26:27 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 09:26:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4523810a

net-im/dianara: amd64 stable wrt bug #562654

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-im/dianara/dianara-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/dianara/dianara-1.3.1-r1.ebuild b/net-im/dianara/dianara-1.3.1-r1.ebuild
index 37dad4c..6dba725 100644
--- a/net-im/dianara/dianara-1.3.1-r1.ebuild
+++ b/net-im/dianara/dianara-1.3.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2015-11-03 16:18 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2015-11-03 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b68d632ef15a53910eca212ba0a0ba6f16d3a816
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 16:17:05 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 16:17:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68d632e

net-im/dianara: x86 stable wrt bug #562654

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 net-im/dianara/dianara-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/dianara/dianara-1.3.1-r1.ebuild b/net-im/dianara/dianara-1.3.1-r1.ebuild
index 6dba725..5020adb 100644
--- a/net-im/dianara/dianara-1.3.1-r1.ebuild
+++ b/net-im/dianara/dianara-1.3.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2015-11-04 11:16 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2015-11-04 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     85c6ec4fc61a68f69aceb58bff7b161bcf1b1060
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  4 11:15:27 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov  4 11:16:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c6ec4f

net-im/dianara: remove old

Package-Manager: portage-2.2.20.1

 net-im/dianara/Manifest             |  1 -
 net-im/dianara/dianara-1.2.4.ebuild | 57 -------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest
index 03c146b..a720028 100644
--- a/net-im/dianara/Manifest
+++ b/net-im/dianara/Manifest
@@ -1,2 +1 @@
-DIST dianara-v1.2.4.tar.gz 540237 SHA256 8e58042e551646a09bd3c47838a1fb6d65c90501547ce4ed85944814d6e609d2 SHA512 78bacd0a02f5070b54d0a0aa74282592ab60aa734143c50f00f97f0dc09308f0571205608e0150fd4eb5cdca0083a5a2b0acaa2f90a00f84cd9cc6737dee30c7 WHIRLPOOL 940a6c2a0a1e15accaee24b40b96a87c0f8d947d65bfa7e7d3155ccdf90ca73b0ae6a8a7bc5f3281736f298f1748a352638d772153479fa5d4f1d1119febf636
 DIST dianara-v1.3.1.tar.gz 691521 SHA256 98cd23ad6e9cdee1410662cf2008da0114e30d8f8e852f062e1bc46a286ff4e8 SHA512 8d8f4aa07af5a71cdd2778ae8cc8c095df42e415df4bbc8997d44886a98879184b316e7c76c49e9167b95838ac11b6844775f930359820a07927a12890becacf WHIRLPOOL 19a884f73778755795fdffc9c0ac5722806c49d45c2bda50040ad06681d0aff683329513ff1c584452d926f72b9c99139be51955c70d638a9e3af8f4d9fdfa98

diff --git a/net-im/dianara/dianara-1.2.4.ebuild b/net-im/dianara/dianara-1.2.4.ebuild
deleted file mode 100644
index 24182a7..0000000
--- a/net-im/dianara/dianara-1.2.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils gnome2-utils qmake-utils
-
-MY_P=${PN}-v${PV/_beta/beta}
-DESCRIPTION="Qt-based client for the pump.io distributed social network"
-HOMEPAGE="http://dianara.nongnu.org/"
-SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-	app-crypt/qca:2[qt4(+)]
-	dev-libs/qjson
-	dev-libs/qoauth
-	dev-qt/qtcore:4
-	dev-qt/qtdbus:4
-	dev-qt/qtgui:4
-	sys-apps/file"
-RDEPEND="${DEPEND}
-	app-crypt/qca:2[openssl]
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	eqmake4
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-
-	doman manual/*
-	dodoc README TODO CHANGELOG BUGS
-	doicon -s 32 icon/32x32/${PN}.png
-	doicon -s 64 icon/64x64/${PN}.png
-	domenu ${PN}.desktop
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2016-03-17 13:09 Johannes Huber
  0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2016-03-17 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e28543743665639aa96660e2a15d9ca9a78077f8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 13:03:50 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 13:03:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2854374

net-im/dianara: Pin slot on dev-libs/qoauth

Package-Manager: portage-2.2.28

 net-im/dianara/dianara-1.3.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/dianara/dianara-1.3.1-r1.ebuild b/net-im/dianara/dianara-1.3.1-r1.ebuild
index 5020adb..39ff62c 100644
--- a/net-im/dianara/dianara-1.3.1-r1.ebuild
+++ b/net-im/dianara/dianara-1.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ IUSE=""
 RDEPEND="
 	>=app-crypt/qca-2.1.0.3:2[openssl,qt4]
 	dev-libs/qjson
-	dev-libs/qoauth
+	dev-libs/qoauth:0
 	dev-qt/qtcore:4[ssl]
 	dev-qt/qtdbus:4
 	dev-qt/qtgui:4


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2016-03-24 12:36 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-03-24 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b418cc528f3b7cd0b094e529c248bcb8e66ecc49
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 12:35:36 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 12:36:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b418cc52

net-im/dianara: version bump

Package-Manager: portage-2.2.28

 net-im/dianara/Manifest             |  1 +
 net-im/dianara/dianara-1.3.3.ebuild | 55 +++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest
index a720028..f26c98e 100644
--- a/net-im/dianara/Manifest
+++ b/net-im/dianara/Manifest
@@ -1 +1,2 @@
 DIST dianara-v1.3.1.tar.gz 691521 SHA256 98cd23ad6e9cdee1410662cf2008da0114e30d8f8e852f062e1bc46a286ff4e8 SHA512 8d8f4aa07af5a71cdd2778ae8cc8c095df42e415df4bbc8997d44886a98879184b316e7c76c49e9167b95838ac11b6844775f930359820a07927a12890becacf WHIRLPOOL 19a884f73778755795fdffc9c0ac5722806c49d45c2bda50040ad06681d0aff683329513ff1c584452d926f72b9c99139be51955c70d638a9e3af8f4d9fdfa98
+DIST dianara-v1.3.3.tar.gz 810167 SHA256 275f6873c5893e90ecd78285186adfc0444e176bb247f1bc69443dbb01f198a0 SHA512 060a65f126af920d29f5fab595a0977e5fc90ecf6585876249224ac8fb5bb99bde0ea6b6e566228888b434f99213a138d71be9bda713ebbdea95581b9e89aebb WHIRLPOOL 69f42add86144ff3ed2beec53e6127d6fe323ae2ce175a78ad7ed263e3102213575163141fb9d02135196757a71b4f2c1a7aeb6428c1029558f00f0075ad2f14

diff --git a/net-im/dianara/dianara-1.3.3.ebuild b/net-im/dianara/dianara-1.3.3.ebuild
new file mode 100644
index 0000000..53368f3
--- /dev/null
+++ b/net-im/dianara/dianara-1.3.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils gnome2-utils qmake-utils
+
+MY_P=${PN}-v${PV/_beta/beta}
+DESCRIPTION="Qt-based client for the pump.io distributed social network"
+HOMEPAGE="http://dianara.nongnu.org/"
+SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=app-crypt/qca-2.1.0.3:2[openssl,qt4]
+	dev-libs/qjson
+	dev-libs/qoauth:0
+	dev-qt/qtcore:4[ssl]
+	dev-qt/qtdbus:4
+	dev-qt/qtgui:4
+	sys-apps/file"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	eqmake4
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	doman manual/*
+	dodoc README TODO CHANGELOG BUGS
+	doicon -s 32 icon/32x32/${PN}.png
+	doicon -s 64 icon/64x64/${PN}.png
+	domenu ${PN}.desktop
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2017-08-12 15:43 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2017-08-12 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6e31702244669e39d87b33a2c89443af2151b313
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 15:41:32 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 15:43:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e317022

net-im/dianara: version bump 1.3.7

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-im/dianara/Manifest             |  1 +
 net-im/dianara/dianara-1.3.7.ebuild | 51 +++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest
index f26c98eed4d..fb3a3e66c37 100644
--- a/net-im/dianara/Manifest
+++ b/net-im/dianara/Manifest
@@ -1,2 +1,3 @@
 DIST dianara-v1.3.1.tar.gz 691521 SHA256 98cd23ad6e9cdee1410662cf2008da0114e30d8f8e852f062e1bc46a286ff4e8 SHA512 8d8f4aa07af5a71cdd2778ae8cc8c095df42e415df4bbc8997d44886a98879184b316e7c76c49e9167b95838ac11b6844775f930359820a07927a12890becacf WHIRLPOOL 19a884f73778755795fdffc9c0ac5722806c49d45c2bda50040ad06681d0aff683329513ff1c584452d926f72b9c99139be51955c70d638a9e3af8f4d9fdfa98
 DIST dianara-v1.3.3.tar.gz 810167 SHA256 275f6873c5893e90ecd78285186adfc0444e176bb247f1bc69443dbb01f198a0 SHA512 060a65f126af920d29f5fab595a0977e5fc90ecf6585876249224ac8fb5bb99bde0ea6b6e566228888b434f99213a138d71be9bda713ebbdea95581b9e89aebb WHIRLPOOL 69f42add86144ff3ed2beec53e6127d6fe323ae2ce175a78ad7ed263e3102213575163141fb9d02135196757a71b4f2c1a7aeb6428c1029558f00f0075ad2f14
+DIST dianara-v1.3.7.tar.gz 914570 SHA256 7c20a4599344d2e87022f405c1b0590ae73fe553e41edef0c6bcddba8b79ccf2 SHA512 9727fabff2ae6a13811d61d15027a5de063628c628bb12c7f82bcefa45f49ee4b48b9dc861de2cede296669bc73a589efb3050200877339b4b5d0f058624b4b7 WHIRLPOOL 9e4d250bacd4db25279a6209508b1377571828b3e3381ae6728392b6a2ced15c25ba01778fb5c5602750d765ddd66a26695705575ed841753c4c0de499e97be6

diff --git a/net-im/dianara/dianara-1.3.7.ebuild b/net-im/dianara/dianara-1.3.7.ebuild
new file mode 100644
index 00000000000..657796de68e
--- /dev/null
+++ b/net-im/dianara/dianara-1.3.7.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils qmake-utils
+
+MY_P=${PN}-v${PV/_beta/beta}
+DESCRIPTION="Qt-based client for the pump.io distributed social network"
+HOMEPAGE="http://dianara.nongnu.org/"
+SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=app-crypt/qca-2.1.0.3:2[qt5,ssl]
+	dev-libs/qoauth:5
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5[ssl]
+	dev-qt/qtwidgets:5
+	sys-apps/file"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	doman manual/*
+	dodoc README TODO CHANGELOG BUGS
+	doicon -s 32 icon/32x32/${PN}.png
+	doicon -s 64 icon/64x64/${PN}.png
+	domenu ${PN}.desktop
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2017-09-09  3:26 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2017-09-09  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9925d0ab787bead8faa54eb55a54321dcc00e7be
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 03:25:43 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 03:25:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9925d0ab

net-im/dianara: raise dev-libs/qoauth dependency

The higher version contains a fix to the prf file to ensure revdeps can build
correctly. See also 10b59d39749196a759fd300365fbe565f584a554.

Closes: https://bugs.gentoo.org/627754
Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/net-im/dianara/dianara-1.3.7.ebuild b/net-im/dianara/dianara-1.3.7.ebuild
index 657796de68e..8e5b2fab723 100644
--- a/net-im/dianara/dianara-1.3.7.ebuild
+++ b/net-im/dianara/dianara-1.3.7.ebuild
@@ -17,7 +17,7 @@ IUSE=""
 
 RDEPEND="
 	>=app-crypt/qca-2.1.0.3:2[qt5,ssl]
-	dev-libs/qoauth:5
+	>=dev-libs/qoauth-2.0.1_pre20160315-r2:5
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2017-09-09  3:45 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2017-09-09  3:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5e34c2a7d56074e921dde77cf090c1957b6bd31e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 03:44:01 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 03:45:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e34c2a7

net-im/dianara: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-im/dianara/Manifest                |  2 --
 net-im/dianara/dianara-1.3.1-r1.ebuild | 54 ----------------------------------
 net-im/dianara/dianara-1.3.3.ebuild    | 54 ----------------------------------
 3 files changed, 110 deletions(-)

diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest
index fb3a3e66c37..33036ae5324 100644
--- a/net-im/dianara/Manifest
+++ b/net-im/dianara/Manifest
@@ -1,3 +1 @@
-DIST dianara-v1.3.1.tar.gz 691521 SHA256 98cd23ad6e9cdee1410662cf2008da0114e30d8f8e852f062e1bc46a286ff4e8 SHA512 8d8f4aa07af5a71cdd2778ae8cc8c095df42e415df4bbc8997d44886a98879184b316e7c76c49e9167b95838ac11b6844775f930359820a07927a12890becacf WHIRLPOOL 19a884f73778755795fdffc9c0ac5722806c49d45c2bda50040ad06681d0aff683329513ff1c584452d926f72b9c99139be51955c70d638a9e3af8f4d9fdfa98
-DIST dianara-v1.3.3.tar.gz 810167 SHA256 275f6873c5893e90ecd78285186adfc0444e176bb247f1bc69443dbb01f198a0 SHA512 060a65f126af920d29f5fab595a0977e5fc90ecf6585876249224ac8fb5bb99bde0ea6b6e566228888b434f99213a138d71be9bda713ebbdea95581b9e89aebb WHIRLPOOL 69f42add86144ff3ed2beec53e6127d6fe323ae2ce175a78ad7ed263e3102213575163141fb9d02135196757a71b4f2c1a7aeb6428c1029558f00f0075ad2f14
 DIST dianara-v1.3.7.tar.gz 914570 SHA256 7c20a4599344d2e87022f405c1b0590ae73fe553e41edef0c6bcddba8b79ccf2 SHA512 9727fabff2ae6a13811d61d15027a5de063628c628bb12c7f82bcefa45f49ee4b48b9dc861de2cede296669bc73a589efb3050200877339b4b5d0f058624b4b7 WHIRLPOOL 9e4d250bacd4db25279a6209508b1377571828b3e3381ae6728392b6a2ced15c25ba01778fb5c5602750d765ddd66a26695705575ed841753c4c0de499e97be6

diff --git a/net-im/dianara/dianara-1.3.1-r1.ebuild b/net-im/dianara/dianara-1.3.1-r1.ebuild
deleted file mode 100644
index 2deb2470033..00000000000
--- a/net-im/dianara/dianara-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils gnome2-utils qmake-utils
-
-MY_P=${PN}-v${PV/_beta/beta}
-DESCRIPTION="Qt-based client for the pump.io distributed social network"
-HOMEPAGE="http://dianara.nongnu.org/"
-SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	>=app-crypt/qca-2.1.0.3:2[qt4,ssl]
-	dev-libs/qjson
-	dev-libs/qoauth:0
-	dev-qt/qtcore:4[ssl]
-	dev-qt/qtdbus:4
-	dev-qt/qtgui:4
-	sys-apps/file"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	eqmake4
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-
-	doman manual/*
-	dodoc README TODO CHANGELOG BUGS
-	doicon -s 32 icon/32x32/${PN}.png
-	doicon -s 64 icon/64x64/${PN}.png
-	domenu ${PN}.desktop
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}

diff --git a/net-im/dianara/dianara-1.3.3.ebuild b/net-im/dianara/dianara-1.3.3.ebuild
deleted file mode 100644
index 83253db931d..00000000000
--- a/net-im/dianara/dianara-1.3.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils qmake-utils
-
-MY_P=${PN}-v${PV/_beta/beta}
-DESCRIPTION="Qt-based client for the pump.io distributed social network"
-HOMEPAGE="http://dianara.nongnu.org/"
-SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=app-crypt/qca-2.1.0.3:2[qt4,ssl]
-	dev-libs/qjson
-	dev-libs/qoauth:0
-	dev-qt/qtcore:4[ssl]
-	dev-qt/qtdbus:4
-	dev-qt/qtgui:4
-	sys-apps/file"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	eqmake4
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-
-	doman manual/*
-	dodoc README TODO CHANGELOG BUGS
-	doicon -s 32 icon/32x32/${PN}.png
-	doicon -s 64 icon/64x64/${PN}.png
-	domenu ${PN}.desktop
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2017-09-09  3:45 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2017-09-09  3:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fd2fad2c2eb6ae6a57c1560848253661b3a6c487
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 03:43:44 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 03:45:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2fad2c

net-im/dianara: amd64/x86 stable

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/net-im/dianara/dianara-1.3.7.ebuild b/net-im/dianara/dianara-1.3.7.ebuild
index 8e5b2fab723..39071737ddd 100644
--- a/net-im/dianara/dianara-1.3.7.ebuild
+++ b/net-im/dianara/dianara-1.3.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2018-03-15 16:34 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2018-03-15 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a99481749ceab124317568b9a99f81e76111ead5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 15:50:18 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 16:33:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9948174

net-im/dianara: Prepare app-crypt/qca w/o USE=qt5, eutils->desktop

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-im/dianara/{dianara-1.3.7.ebuild => dianara-1.3.7-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/dianara/dianara-1.3.7.ebuild b/net-im/dianara/dianara-1.3.7-r1.ebuild
similarity index 87%
rename from net-im/dianara/dianara-1.3.7.ebuild
rename to net-im/dianara/dianara-1.3.7-r1.ebuild
index 39071737ddd..4f9fe948126 100644
--- a/net-im/dianara/dianara-1.3.7.ebuild
+++ b/net-im/dianara/dianara-1.3.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils gnome2-utils qmake-utils
+inherit desktop gnome2-utils qmake-utils
 
 MY_P=${PN}-v${PV/_beta/beta}
 DESCRIPTION="Qt-based client for the pump.io distributed social network"
@@ -16,7 +16,7 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="
-	>=app-crypt/qca-2.1.0.3:2[qt5,ssl]
+	>=app-crypt/qca-2.1.0.3:2[qt5(+),ssl]
 	>=dev-libs/qoauth-2.0.1_pre20160315-r2:5
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2019-03-11 13:59 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-03-11 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     db8d3ea190affdaef2a8a31579d4cb768d9b87b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 19:48:15 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 13:57:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8d3ea1

net-im/dianara: 1.4.2 version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/dianara/Manifest             |  1 +
 net-im/dianara/dianara-1.4.2.ebuild | 43 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest
index 0eeb5e38570..85a81f0a3a0 100644
--- a/net-im/dianara/Manifest
+++ b/net-im/dianara/Manifest
@@ -1 +1,2 @@
 DIST dianara-v1.3.7.tar.gz 914570 BLAKE2B 7e78c867b5ca485fb24d924410b0f24eb9b7c132d61f0fb40fb6a43b26db13eeb40fff6a8ee0147045f392317a1da90518040726bcdeb97274bd407c4ab00bb6 SHA512 9727fabff2ae6a13811d61d15027a5de063628c628bb12c7f82bcefa45f49ee4b48b9dc861de2cede296669bc73a589efb3050200877339b4b5d0f058624b4b7
+DIST dianara-v1.4.2.tar.gz 946414 BLAKE2B 418f9cc701d37d03a23a205a1854b9d7de1f6fbdf372bbc9030285f5a37bd4602d6eeb2c529a8ec1406385cc385ec9057f8c590a7c9e94ef741c3c0a922714bb SHA512 97b0b8b661f1d40ce419b5dc04275ddb9a514dfc6e993ecf45cb18fabed1e8ed73fbee24c9e0c643b3e552a61b38b49b440489278d17c44aa6cbfe51dc5f59c3

diff --git a/net-im/dianara/dianara-1.4.2.ebuild b/net-im/dianara/dianara-1.4.2.ebuild
new file mode 100644
index 00000000000..892cb456538
--- /dev/null
+++ b/net-im/dianara/dianara-1.4.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=${PN}-v${PV/_beta/beta}
+inherit desktop qmake-utils xdg
+
+DESCRIPTION="Qt-based client for the pump.io distributed social network"
+HOMEPAGE="http://dianara.nongnu.org/"
+SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=app-crypt/qca-2.1.0.3:2[qt5(+),ssl]
+	>=dev-libs/qoauth-2.0.1_pre20160315-r2:5
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5[ssl]
+	dev-qt/qtwidgets:5
+	sys-apps/file"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	doman manual/*
+	einstalldocs
+	doicon -s 32 icon/32x32/${PN}.png
+	doicon -s 64 icon/64x64/${PN}.png
+	domenu ${PN}.desktop
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2019-04-09 21:11 Mikle Kolyada
  0 siblings, 0 replies; 18+ messages in thread
From: Mikle Kolyada @ 2019-04-09 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     5ceccaf59974a15043be0eb601b05133542ba84e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 21:11:40 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 21:11:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ceccaf5

net-im/dianara: amd64 stable wrt bug #682180

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

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

diff --git a/net-im/dianara/dianara-1.4.2.ebuild b/net-im/dianara/dianara-1.4.2.ebuild
index 6b939474f68..7887c5d84fe 100644
--- a/net-im/dianara/dianara-1.4.2.ebuild
+++ b/net-im/dianara/dianara-1.4.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2019-06-27 17:21 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-06-27 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f4593c070b3ef24870f449ca4b83b71d6b88e9c1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 13:44:29 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 17:18:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4593c07

net-im/dianara: Drop 1.3.7-r1

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/dianara/Manifest                |  1 -
 net-im/dianara/dianara-1.3.7-r1.ebuild | 51 ----------------------------------
 2 files changed, 52 deletions(-)

diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest
index 85a81f0a3a0..ded939393dc 100644
--- a/net-im/dianara/Manifest
+++ b/net-im/dianara/Manifest
@@ -1,2 +1 @@
-DIST dianara-v1.3.7.tar.gz 914570 BLAKE2B 7e78c867b5ca485fb24d924410b0f24eb9b7c132d61f0fb40fb6a43b26db13eeb40fff6a8ee0147045f392317a1da90518040726bcdeb97274bd407c4ab00bb6 SHA512 9727fabff2ae6a13811d61d15027a5de063628c628bb12c7f82bcefa45f49ee4b48b9dc861de2cede296669bc73a589efb3050200877339b4b5d0f058624b4b7
 DIST dianara-v1.4.2.tar.gz 946414 BLAKE2B 418f9cc701d37d03a23a205a1854b9d7de1f6fbdf372bbc9030285f5a37bd4602d6eeb2c529a8ec1406385cc385ec9057f8c590a7c9e94ef741c3c0a922714bb SHA512 97b0b8b661f1d40ce419b5dc04275ddb9a514dfc6e993ecf45cb18fabed1e8ed73fbee24c9e0c643b3e552a61b38b49b440489278d17c44aa6cbfe51dc5f59c3

diff --git a/net-im/dianara/dianara-1.3.7-r1.ebuild b/net-im/dianara/dianara-1.3.7-r1.ebuild
deleted file mode 100644
index 4f9fe948126..00000000000
--- a/net-im/dianara/dianara-1.3.7-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop gnome2-utils qmake-utils
-
-MY_P=${PN}-v${PV/_beta/beta}
-DESCRIPTION="Qt-based client for the pump.io distributed social network"
-HOMEPAGE="http://dianara.nongnu.org/"
-SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	>=app-crypt/qca-2.1.0.3:2[qt5(+),ssl]
-	>=dev-libs/qoauth-2.0.1_pre20160315-r2:5
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5[ssl]
-	dev-qt/qtwidgets:5
-	sys-apps/file"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-
-	doman manual/*
-	dodoc README TODO CHANGELOG BUGS
-	doicon -s 32 icon/32x32/${PN}.png
-	doicon -s 64 icon/64x64/${PN}.png
-	domenu ${PN}.desktop
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2022-10-18  2:28 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-10-18  2:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b9097411472528468e251ecbed378a9dc3a4963d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 02:25:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 02:28:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9097411

net-im/dianara: add savannah-nongnu upstream metadata

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

 net-im/dianara/metadata.xml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-im/dianara/metadata.xml b/net-im/dianara/metadata.xml
index 211f6fdfa6ba..9bfe79194ee8 100644
--- a/net-im/dianara/metadata.xml
+++ b/net-im/dianara/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<bugs-to>https://savannah.nongnu.org/bugs/?group=dianara</bugs-to>
-	</upstream>
+  <!-- maintainer-needed -->
+  <upstream>
+    <bugs-to>https://savannah.nongnu.org/bugs/?group=dianara</bugs-to>
+    <remote-id type="savannah-nongnu">dianara</remote-id>
+  </upstream>
+  <upstream>
+    <remote-id type="savannah-nongnu">dianara</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
@ 2022-10-18  2:28 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-10-18  2:28 UTC (permalink / raw
  To: gentoo-commits

commit:     758837466fad224fd82ba92c6a7066afe7484dbe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 02:28:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 02:28:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75883746

net-im/dianara: fix remote-id

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

 net-im/dianara/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-im/dianara/metadata.xml b/net-im/dianara/metadata.xml
index 9bfe79194ee8..87eb3c5383c3 100644
--- a/net-im/dianara/metadata.xml
+++ b/net-im/dianara/metadata.xml
@@ -6,7 +6,4 @@
     <bugs-to>https://savannah.nongnu.org/bugs/?group=dianara</bugs-to>
     <remote-id type="savannah-nongnu">dianara</remote-id>
   </upstream>
-  <upstream>
-    <remote-id type="savannah-nongnu">dianara</remote-id>
-  </upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2022-10-18  2:28 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-18  2:28 [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-10-18  2:28 Sam James
2019-06-27 17:21 Andreas Sturmlechner
2019-04-09 21:11 Mikle Kolyada
2019-03-11 13:59 Andreas Sturmlechner
2018-03-15 16:34 Andreas Sturmlechner
2017-09-09  3:45 Michael Palimaka
2017-09-09  3:45 Michael Palimaka
2017-09-09  3:26 Michael Palimaka
2017-08-12 15:43 Michael Palimaka
2016-03-24 12:36 Michael Palimaka
2016-03-17 13:09 Johannes Huber
2015-11-04 11:16 Michael Palimaka
2015-11-03 16:18 Agostino Sarubbo
2015-10-19  9:27 Agostino Sarubbo
2015-10-09 13:48 Julian Ospald
2015-10-09 13:26 Michael Palimaka
2015-08-10 23:47 Julian Ospald

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