[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2022-10-17 Thread Sam James
commit: 758837466fad224fd82ba92c6a7066afe7484dbe
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 18 02:28:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 18 02:28:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75883746

net-im/dianara: fix remote-id

Signed-off-by: Sam James  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 @@
 https://savannah.nongnu.org/bugs/?group=dianara
 dianara
   
-  
-dianara
-  
 



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2022-10-17 Thread Sam James
commit: b9097411472528468e251ecbed378a9dc3a4963d
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 18 02:25:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 18 02:28:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9097411

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

Signed-off-by: Sam James  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 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   
https://savannah.nongnu.org/bugs/?group=dianara
-   
+  
+  
+https://savannah.nongnu.org/bugs/?group=dianara
+dianara
+  
+  
+dianara
+  
 



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2019-06-27 Thread Andreas Sturmlechner
commit: f4593c070b3ef24870f449ca4b83b71d6b88e9c1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 27 13:44:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 27 17:18:02 2019 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2019-04-09 Thread Mikle Kolyada
commit: 5ceccaf59974a15043be0eb601b05133542ba84e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 21:11:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 21:11:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ceccaf5

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

Signed-off-by: Mikle Kolyada  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="



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2019-03-11 Thread Andreas Sturmlechner
commit: db8d3ea190affdaef2a8a31579d4cb768d9b87b8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar  6 19:48:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 11 13:57:48 2019 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2018-03-15 Thread Andreas Sturmlechner
commit: a99481749ceab124317568b9a99f81e76111ead5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 15 15:50:18 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 16:33:33 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2017-09-08 Thread Michael Palimaka
commit: fd2fad2c2eb6ae6a57c1560848253661b3a6c487
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep  9 03:43:44 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep  9 03:45:41 2017 +
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="



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2017-09-08 Thread Michael Palimaka
commit: 5e34c2a7d56074e921dde77cf090c1957b6bd31e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep  9 03:44:01 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep  9 03:45:41 2017 +
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 
060a65f126af920d29f5fab595a0977e5fc90ecf6585876249224ac8fb5bb99bde0ea6b6e56622b434f99213a138d71be9bda713ebbdea95581b9e89aebb
 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..000
--- 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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2017-09-08 Thread Michael Palimaka
commit: 9925d0ab787bead8faa54eb55a54321dcc00e7be
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep  9 03:25:43 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep  9 03:25:58 2017 +
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



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2017-08-12 Thread Michael Palimaka
commit: 6e31702244669e39d87b33a2c89443af2151b313
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Aug 12 15:41:32 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Aug 12 15:43:10 2017 +
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 
060a65f126af920d29f5fab595a0977e5fc90ecf6585876249224ac8fb5bb99bde0ea6b6e56622b434f99213a138d71be9bda713ebbdea95581b9e89aebb
 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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2016-03-24 Thread Michael Palimaka
commit: b418cc528f3b7cd0b094e529c248bcb8e66ecc49
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Mar 24 12:35:36 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Mar 24 12:36:02 2016 +
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 
060a65f126af920d29f5fab595a0977e5fc90ecf6585876249224ac8fb5bb99bde0ea6b6e56622b434f99213a138d71be9bda713ebbdea95581b9e89aebb
 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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2016-03-19 Thread Johannes Huber
commit: e28543743665639aa96660e2a15d9ca9a78077f8
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Mar 17 13:03:50 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Mar 17 13:03:50 2016 +
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



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2015-11-04 Thread Michael Palimaka
commit: 85c6ec4fc61a68f69aceb58bff7b161bcf1b1060
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Nov  4 11:15:27 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Nov  4 11:16:25 2015 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2015-11-03 Thread Agostino Sarubbo
commit: b68d632ef15a53910eca212ba0a0ba6f16d3a816
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:17:05 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:17:05 2015 +
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="



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2015-10-19 Thread Agostino Sarubbo
commit: 4523810a58c301ab7e4af6452c60d6c0d75c6d46
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:27 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:27 2015 +
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="



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2015-10-09 Thread Michael Palimaka
commit: 40ef80d0fd08b05a21ca217310859f6d30b60ac2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct  9 13:25:45 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct  9 13:26:07 2015 +
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"



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2015-10-09 Thread Julian Ospald
commit: c15d52d9d17b0ec9d5967ba8d0ca720a25fa2e97
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  9 13:47:32 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct  9 13:47:32 2015 +
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



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/, dev-haskell/uri/, x11-terms/valaterm/, net-nntp/kwooty/, ...

2015-10-01 Thread Justin Lecher
commit: f8fd6bd07efee4d36a1babf55d6e69c7cb4a93d4
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct  1 10:50:24 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct  1 12:01:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fd6bd0

Drop obsolete gitorious remote-id

Signed-off-by: Justin Lecher  gentoo.org>

 app-admin/gtkdiskfree/metadata.xml   | 7 ++-
 app-arch/deltarpm/metadata.xml   | 5 +
 app-emacs/evil/metadata.xml  | 7 ++-
 app-emacs/pov-mode/metadata.xml  | 7 ++-
 app-i18n/enca/metadata.xml   | 5 +
 dev-haskell/uri/metadata.xml | 5 +
 dev-python/async/metadata.xml| 3 +--
 dev-python/git-python/metadata.xml   | 3 +--
 media-plugins/gst-plugins-vaapi/metadata.xml | 5 +
 net-im/dianara/metadata.xml  | 3 +--
 net-misc/spice-gtk/metadata.xml  | 5 +
 net-nntp/kwooty/metadata.xml | 3 +--
 sci-electronics/osqoop/metadata.xml  | 5 +
 sys-auth/oath-toolkit/metadata.xml   | 5 +
 x11-misc/set_opacity/metadata.xml| 5 +
 x11-terms/valaterm/metadata.xml  | 5 +
 16 files changed, 19 insertions(+), 59 deletions(-)

diff --git a/app-admin/gtkdiskfree/metadata.xml 
b/app-admin/gtkdiskfree/metadata.xml
index 4c8d1bc..e042f09 100644
--- a/app-admin/gtkdiskfree/metadata.xml
+++ b/app-admin/gtkdiskfree/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
proxy-maintainers
@@ -12,8 +12,5 @@


 gtkdiskfree is a gtk extension to the cli tool df, does the same and more
-
-   
-   gtkdiskfree
-   
+   
 

diff --git a/app-arch/deltarpm/metadata.xml b/app-arch/deltarpm/metadata.xml
index 24ef88e..f7ce1ce 100644
--- a/app-arch/deltarpm/metadata.xml
+++ b/app-arch/deltarpm/metadata.xml
@@ -1,11 +1,8 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 

maintainer-nee...@gentoo.org

A tool to create and apply deltarpms.
-   
-   deltarpm/deltarpm
-   
 

diff --git a/app-emacs/evil/metadata.xml b/app-emacs/evil/metadata.xml
index bebc85a..4182a42 100644
--- a/app-emacs/evil/metadata.xml
+++ b/app-emacs/evil/metadata.xml
@@ -1,8 +1,5 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-emacs
-
-  evil
-
+  emacs
 

diff --git a/app-emacs/pov-mode/metadata.xml b/app-emacs/pov-mode/metadata.xml
index f09c9de..4182a42 100644
--- a/app-emacs/pov-mode/metadata.xml
+++ b/app-emacs/pov-mode/metadata.xml
@@ -1,8 +1,5 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-emacs
-
-  pov-mode
-
+  emacs
 

diff --git a/app-i18n/enca/metadata.xml b/app-i18n/enca/metadata.xml
index d10f1bc..e42fda9 100644
--- a/app-i18n/enca/metadata.xml
+++ b/app-i18n/enca/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
proxy-maintainers
@@ -11,7 +11,4 @@
maksbo...@gentoo.org
Maxim Koltsov

-   
-   enca
-   
 

diff --git a/dev-haskell/uri/metadata.xml b/dev-haskell/uri/metadata.xml
index 2d26feb..efb9b12 100644
--- a/dev-haskell/uri/metadata.xml
+++ b/dev-haskell/uri/metadata.xml
@@ -1,11 +1,8 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
haskell

Library for working with URIs, including parsing, rendering, 
merging, escaping

-   
-   uri
-   
 

diff --git a/dev-python/async/metadata.xml b/dev-python/async/metadata.xml
index 6dff7db..71f6c30 100644
--- a/dev-python/async/metadata.xml
+++ b/dev-python/async/metadata.xml
@@ -1,9 +1,8 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
python

async
-   git-python/async

 

diff --git a/dev-python/git-python/metadata.xml 
b/dev-python/git-python/metadata.xml
index 5a31bf7..690b57f 100644
--- a/dev-python/git-python/metadata.xml
+++ b/dev-python/git-python/metadata.xml
@@ -1,9 +1,8 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
python

GitPython
-   git-python

 

diff --git a/media-plugins/gst-plugins-vaapi/metadata.xml 
b/media-plugins/gst-plugins-vaapi/metadata.xml
index 6552820..6fef508 100644
--- a/media-plugins/gst-plugins-vaapi/metadata.xml
+++ b/media-plugins/gst-plugins-vaapi/metadata.xml
@@ -1,11 +1,8 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
gstreamer

Enable DRM renderer

-   
-   vaapi/gstreamer-vaapi
-   
 

diff --git a/net-im/dianara/metadata.xml b/net-im/dianara/metadata.xml
index 9a53b08..27e2dbc 100644
--- a/net-im/dianara/metadata.xml
+++ b/net-im/dianara/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 

@@ -6,6 +6,5 @@



https://savannah.nongnu.org/bugs/?group=dianara
-   

[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2015-08-10 Thread Julian Ospald
commit: b7a5bd593e718982b457d2021462abcc01855956
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Mon Aug 10 23:39:08 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Mon Aug 10 23:46:51 2015 +
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 000..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
+}