* [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
@ 2015-08-22 16:04 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2015-08-22 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 099dfe65de234e280d6116ca19243adb635d9607
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 16:07:23 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:08:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099dfe65
net-p2p/litecoin-qt: remove older unstable version.
Package-Manager: portage-2.2.20.1
net-p2p/litecoin-qt/Manifest | 1 -
net-p2p/litecoin-qt/litecoin-qt-0.8.7.4.ebuild | 143 -------------------------
2 files changed, 144 deletions(-)
diff --git a/net-p2p/litecoin-qt/Manifest b/net-p2p/litecoin-qt/Manifest
index 1ead511..992235c 100644
--- a/net-p2p/litecoin-qt/Manifest
+++ b/net-p2p/litecoin-qt/Manifest
@@ -1,2 +1 @@
DIST litecoin-0.10.2.2.tar.gz 4700783 SHA256 952c84b181323db17a8fa23217f59b576ad3ebad92c158b3a7c29d458a1130dc SHA512 46e4c014ae8527dd58af073bab96ea4fd55c69fcc63eaa4fd600bf3c1fc2102500151b49431a72b55334a409d4f5226937cd0c5337feaa4ad49e6ef9e9728aba WHIRLPOOL 5c1d5605d4afb16744fcf0b09dd52eb574aea0cdd9754f94d4cfd9ac064491a0e192d8c4b1a3324e355d71758735265b272dfa41f938212e17badb9f8a70698b
-DIST litecoin-0.8.7.4.tar.gz 4808429 SHA256 032d1eb2ffb06ce467f514e08a66f42bcd507df2d8f1cf2c0541f2906288931a SHA512 14588dab6450bee439c3af16e277afc1f2ff562c93463d9767da27cf724cd6bb4a1c64100806d61dc1d062a39f440e4878e19b425f29e866562acc56c893cca5 WHIRLPOOL 1329d7c234c75b5083f58f5edf69b6ea9acc13f48a9734cd839001dcd3e52c10d3ade55ac853e196deca8b149aba00a3590e52cf766f62b941bd4e4828f10b96
diff --git a/net-p2p/litecoin-qt/litecoin-qt-0.8.7.4.ebuild b/net-p2p/litecoin-qt/litecoin-qt-0.8.7.4.ebuild
deleted file mode 100644
index 01d62fa..0000000
--- a/net-p2p/litecoin-qt/litecoin-qt-0.8.7.4.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DB_VER="4.8"
-
-LANGS="af_ZA ar bg bs ca ca_ES cs cy da de el_GR en eo es es_CL et eu_ES fa fa_IR fi fr fr_CA gu_IN he hi_IN hr hu it ja la lt lv_LV nb nl pl pt_BR pt_PT ro_RO ru sk sr sv th_TH tr uk zh_CN zh_TW"
-inherit db-use eutils fdo-mime gnome2-utils kde4-functions qt4-r2
-
-MyPV="${PV/_/-}"
-MyPN="litecoin"
-MyP="${MyPN}-${MyPV}"
-
-DESCRIPTION="P2P Internet currency based on Bitcoin but easier to mine"
-HOMEPAGE="https://litecoin.org/"
-SRC_URI="https://github.com/${MyPN}-project/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyP}.tar.gz"
-
-LICENSE="MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus ipv6 kde +qrcode upnp"
-
-RDEPEND="
- dev-libs/boost[threads(+)]
- dev-libs/openssl:0[-bindist]
- qrcode? (
- media-gfx/qrencode
- )
- upnp? (
- net-libs/miniupnpc
- )
- sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
- <=dev-libs/leveldb-1.12.0[-snappy]
- dev-qt/qtgui:4
- dbus? (
- dev-qt/qtdbus:4
- )
-"
-DEPEND="${RDEPEND}
- >=app-shells/bash-4.1
-"
-
-DOCS="doc/README.md doc/release-notes.md"
-
-S="${WORKDIR}/${MyP}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${MyPN}-sys_leveldb.patch
- rm -r src/leveldb
-
- cd src || die
-
- local filt= yeslang= nolang=
-
- for lan in $LANGS; do
- if [ ! -e qt/locale/bitcoin_$lan.ts ]; then
- ewarn "Language '$lan' no longer supported. Ebuild needs update."
- fi
- done
-
- for ts in $(ls qt/locale/*.ts)
- do
- x="${ts/*bitcoin_/}"
- x="${x/.ts/}"
- if ! use "linguas_$x"; then
- nolang="$nolang $x"
- rm "$ts"
- filt="$filt\\|$x"
- else
- yeslang="$yeslang $x"
- fi
- done
-
- filt="bitcoin_\\(${filt:2}\\)\\.\(qm\|ts\)"
- sed "/${filt}/d" -i 'qt/bitcoin.qrc'
- einfo "Languages -- Enabled:$yeslang -- Disabled:$nolang"
-}
-
-src_configure() {
- OPTS=()
-
- use dbus && OPTS+=("USE_DBUS=1")
- if use upnp; then
- OPTS+=("USE_UPNP=1")
- else
- OPTS+=("USE_UPNP=-")
- fi
-
- use qrcode && OPTS+=("USE_QRCODE=1")
- use ipv6 || OPTS+=("USE_IPV6=-")
-
- OPTS+=("USE_SYSTEM_LEVELDB=1")
- OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")")
- OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}")
-
- if has_version '>=dev-libs/boost-1.52'; then
- OPTS+=("LIBS+=-lboost_chrono\$\$BOOST_LIB_SUFFIX")
- fi
-
- #The litecoin codebase is mostly taken from bitcoin-qt
- eqmake4 bitcoin-qt.pro "${OPTS[@]}"
-}
-
-#Tests are broken with and without our litecoin-sys_leveldb.patch
-#src_test() {
-# cd src || die
-# emake -f makefile.unix "${OPTS[@]}" test_litecoin
-# ./test_litecoin || die 'Tests failed'
-#}
-
-src_install() {
- qt4-r2_src_install
-
- dobin ${PN}
-
- insinto /usr/share/pixmaps
- newins "share/pixmaps/bitcoin.ico" "${PN}.ico"
-
- make_desktop_entry "${PN} %u" "Litecoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/litecoin;\nTerminal=false"
-
- newman contrib/debian/manpages/bitcoin-qt.1 ${PN}.1
-
- if use kde; then
- insinto /usr/share/kde4/services
- newins contrib/debian/bitcoin-qt.protocol ${PN}.protocol
- fi
-}
-
-update_caches() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
- buildsycoca
-}
-
-pkg_postinst() {
- update_caches
-}
-
-pkg_postrm() {
- update_caches
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
@ 2015-08-22 16:04 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2015-08-22 16:04 UTC (permalink / raw
To: gentoo-commits
commit: f7378e76f98cf8dab36b967483d1001458f0cd2f
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 16:05:27 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:08:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7378e76
net-p2p/litecoin-qt: restrict version of leveldb.
Gentoo-Bug: 558266
Package-Manager: portage-2.2.20.1
net-p2p/litecoin-qt/litecoin-qt-0.10.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2.ebuild b/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2.ebuild
index 94f0d99..2d33a74 100644
--- a/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2.ebuild
+++ b/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
net-libs/miniupnpc
)
sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
- virtual/bitcoin-leveldb
+ <=dev-libs/leveldb-1.15.0-r1
!qt5? (
dev-qt/qtgui:4
dbus? (
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
@ 2016-07-08 16:05 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2016-07-08 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 9b16ec13e1842d67227dfdef0463106b711724fa
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 8 16:08:46 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jul 8 16:08:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b16ec13
net-p2p/litecoin-qt: transfer maintainership to Marc Popp
Package-Manager: portage-2.2.28
net-p2p/litecoin-qt/metadata.xml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/net-p2p/litecoin-qt/metadata.xml b/net-p2p/litecoin-qt/metadata.xml
index 4b1aab9..affa43f 100644
--- a/net-p2p/litecoin-qt/metadata.xml
+++ b/net-p2p/litecoin-qt/metadata.xml
@@ -2,8 +2,13 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
+ <email>marc.popp@sunny-computing.de</email>
+ <name>Marc Popp</name>
+ <description>Maintainer. Assign bugs to him</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="qrcode">Enable generation of QR Codes for receiving payments</flag>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
@ 2016-08-25 18:13 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2016-08-25 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 32f13e2308cadeeca8c7236ba9c824ed07b9abf6
Author: Marc Popp <Marc.Popp <AT> sunny-computing <DOT> de>
AuthorDate: Thu Aug 25 16:47:17 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 18:11:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f13e23
net-p2p/litecoin-qt: Version Bump to 0.10.4.0, bug #592112
net-p2p/litecoin-qt/Manifest | 1 +
net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild | 148 ++++++++++++++++++++++++
2 files changed, 149 insertions(+)
diff --git a/net-p2p/litecoin-qt/Manifest b/net-p2p/litecoin-qt/Manifest
index 992235c..a1d9c8d 100644
--- a/net-p2p/litecoin-qt/Manifest
+++ b/net-p2p/litecoin-qt/Manifest
@@ -1 +1,2 @@
DIST litecoin-0.10.2.2.tar.gz 4700783 SHA256 952c84b181323db17a8fa23217f59b576ad3ebad92c158b3a7c29d458a1130dc SHA512 46e4c014ae8527dd58af073bab96ea4fd55c69fcc63eaa4fd600bf3c1fc2102500151b49431a72b55334a409d4f5226937cd0c5337feaa4ad49e6ef9e9728aba WHIRLPOOL 5c1d5605d4afb16744fcf0b09dd52eb574aea0cdd9754f94d4cfd9ac064491a0e192d8c4b1a3324e355d71758735265b272dfa41f938212e17badb9f8a70698b
+DIST litecoin-0.10.4.0.tar.gz 4730189 SHA256 a9adb6d2ae555afdaa2a5febb81341ac506930cf04ab95b9dc3ab99a4de0405e SHA512 ae17e754d188efb1b51a376a52fe03e43b58c5059673b7dd4ecbf4f48574290b84011525fef2e10893f53e4da3d6ad9b5577001bb40aef7080d4c2479f4714a9 WHIRLPOOL 21737a593390cd8ef41e5adb77e6cd5ccb886bdbc8d2ea96078bac99ffab5c95347cd86f1e9047b5ee528a112bfe3ae0e5ef5be3498b7aa36ec169bdfdaf4818
diff --git a/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild b/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild
new file mode 100644
index 00000000..cf6fdd6
--- /dev/null
+++ b/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DB_VER="4.8"
+
+LANGS="ach af_ZA ar be_BY bg bs ca_ES ca ca@valencia cmn cs cy da de el_GR en eo es_CL es_DO es_MX es es_UY et eu_ES fa_IR fa fi fr_CA fr gl gu_IN he hi_IN hr hu id_ID it ja ka kk_KZ ko_KR ky la lt lv_LV mn ms_MY nb nl pam pl pt_BR pt_PT ro_RO ru sah sk sl_SI sq sr sv th_TH tr uk ur_PK uz@Cyrl vi vi_VN zh_CN zh_HK zh_TW"
+
+inherit autotools db-use eutils fdo-mime gnome2-utils kde4-functions qt4-r2
+
+MyPV="${PV/_/-}"
+MyPN="litecoin"
+MyP="${MyPN}-${MyPV}"
+
+DESCRIPTION="P2P Internet currency based on Bitcoin but easier to mine"
+HOMEPAGE="https://litecoin.org/"
+SRC_URI="https://github.com/${MyPN}-project/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyP}.tar.gz"
+
+LICENSE="MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus kde +qrcode qt5 upnp"
+
+RDEPEND="
+ dev-libs/boost[threads(+)]
+ dev-libs/openssl:0[-bindist]
+ dev-libs/protobuf:=
+ qrcode? (
+ media-gfx/qrencode
+ )
+ upnp? (
+ net-libs/miniupnpc
+ )
+ sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
+ >=dev-libs/leveldb-1.18-r1
+ !qt5? (
+ dev-qt/qtcore:4[ssl]
+ dev-qt/qtgui:4
+ dbus? (
+ dev-qt/qtdbus:4
+ )
+ )
+ qt5? (
+ dev-qt/qtnetwork:5[ssl]
+ dev-qt/qtgui:5
+ dbus? (
+ dev-qt/qtdbus:5
+ )
+ )
+"
+DEPEND="${RDEPEND}
+ >=app-shells/bash-4.1
+"
+
+DOCS="doc/README.md doc/release-notes.md"
+
+S="${WORKDIR}/${MyP}"
+
+src_prepare() {
+ epatch "${FILESDIR}"/0.9.0-sys_leveldb.patch
+ epatch "${FILESDIR}"/litecoind-0.10.2.2-memenv_h.patch
+ epatch "${FILESDIR}"/litecoind-0.10.2.2-fix-gnustack.patch
+ epatch "${FILESDIR}"/litecoin-0.10.2.2-fix-litecoin-qt_protocol.patch
+ eautoreconf
+ rm -r src/leveldb
+
+ cd src || die
+
+ local filt= yeslang= nolang=
+
+ for lan in $LANGS; do
+ if [ ! -e qt/locale/bitcoin_$lan.ts ]; then
+ ewarn "Language '$lan' no longer supported. Ebuild needs update."
+ fi
+ done
+
+ for ts in $(ls qt/locale/*.ts)
+ do
+ x="${ts/*bitcoin_/}"
+ x="${x/.ts/}"
+ if ! use "linguas_$x"; then
+ nolang="$nolang $x"
+ #rm "$ts"
+ filt="$filt\\|$x"
+ else
+ yeslang="$yeslang $x"
+ fi
+ done
+
+ filt="bitcoin_\\(${filt:2}\\)\\.\(qm\|ts\)"
+ sed "/${filt}/d" -i 'qt/bitcoin_locale.qrc'
+ einfo "Languages -- Enabled:$yeslang -- Disabled:$nolang"
+}
+
+src_configure() {
+ local my_econf=
+ if use upnp; then
+ my_econf="${my_econf} --with-miniupnpc --enable-upnp-default"
+ else
+ my_econf="${my_econf} --without-miniupnpc --disable-upnp-default"
+ fi
+ econf \
+ --enable-wallet \
+ --disable-ccache \
+ --disable-static \
+ --disable-tests \
+ --with-system-leveldb \
+ --with-system-libsecp256k1 \
+ --without-libs \
+ --without-utils \
+ --without-daemon \
+ --with-gui=$(usex qt5 qt5 qt4) \
+ $(use_with dbus qtdbus) \
+ $(use_with qrcode qrencode) \
+ ${my_econf}
+}
+
+src_install() {
+ default
+
+ insinto /usr/share/pixmaps
+ newins "share/pixmaps/bitcoin.ico" "${PN}.ico"
+
+ make_desktop_entry "${PN} %u" "Litecoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/litecoin;\nTerminal=false"
+
+ newman contrib/debian/manpages/bitcoin-qt.1 ${PN}.1
+
+ if use kde; then
+ insinto /usr/share/kde4/services
+ newins contrib/debian/bitcoin-qt.protocol ${PN}.protocol
+ fi
+}
+
+update_caches() {
+ gnome2_icon_cache_update
+ fdo-mime_desktop_database_update
+ buildsycoca
+}
+
+pkg_postinst() {
+ update_caches
+}
+
+pkg_postrm() {
+ update_caches
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
@ 2016-08-25 18:13 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2016-08-25 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 52c6b38d1a250738eaec504f562c1131dc7cce9e
Author: Marc Popp <Marc.Popp <AT> sunny-computing <DOT> de>
AuthorDate: Thu Aug 25 16:44:54 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 18:11:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c6b38d
net-p2p/litecoin-qt: Fixed DEPENDENCY bug #592018
net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild b/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild
index c3b13c1..a5d01ce 100644
--- a/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild
+++ b/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild
@@ -36,12 +36,14 @@ RDEPEND="
sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
>=dev-libs/leveldb-1.18-r1
!qt5? (
+ dev-qt/qtcore:4[ssl]
dev-qt/qtgui:4
dbus? (
dev-qt/qtdbus:4
)
)
qt5? (
+ dev-qt/qtnetwork:5[ssl]
dev-qt/qtgui:5
dbus? (
dev-qt/qtdbus:5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
@ 2016-08-25 20:21 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2016-08-25 20:21 UTC (permalink / raw
To: gentoo-commits
commit: 6694012a40b247dab3f4f35f3896d81e4c7ea73a
Author: Marc Popp <Marc.Popp <AT> sunny-computing <DOT> de>
AuthorDate: Thu Aug 25 19:29:49 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 20:20:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6694012a
net-p2p/litecoin-qt: Added needed QT5Widgets Dependency
net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild | 1 +
net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild b/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild
index a5d01ce..6a4c1f4 100644
--- a/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild
+++ b/net-p2p/litecoin-qt/litecoin-qt-0.10.2.2-r4.ebuild
@@ -45,6 +45,7 @@ RDEPEND="
qt5? (
dev-qt/qtnetwork:5[ssl]
dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
dbus? (
dev-qt/qtdbus:5
)
diff --git a/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild b/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild
index cf6fdd6..b76c8eb 100644
--- a/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild
+++ b/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild
@@ -45,6 +45,7 @@ RDEPEND="
qt5? (
dev-qt/qtnetwork:5[ssl]
dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
dbus? (
dev-qt/qtdbus:5
)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
@ 2016-08-25 20:21 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2016-08-25 20:21 UTC (permalink / raw
To: gentoo-commits
commit: bd6bc320e53d8cb56f914512c40e9d8d5336e45f
Author: Marc Popp <Marc.Popp <AT> sunny-computing <DOT> de>
AuthorDate: Thu Aug 25 19:59:59 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 20:20:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6bc320
net-p2p/litecoin-qt: Added another missing QT5 dependency
net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild b/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild
index b76c8eb..d190eac 100644
--- a/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild
+++ b/net-p2p/litecoin-qt/litecoin-qt-0.10.4.0.ebuild
@@ -52,6 +52,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ qt5? ( dev-qt/linguist-tools:5 )
>=app-shells/bash-4.1
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
@ 2017-01-15 3:12 Göktürk Yüksek
0 siblings, 0 replies; 9+ messages in thread
From: Göktürk Yüksek @ 2017-01-15 3:12 UTC (permalink / raw
To: gentoo-commits
commit: 8ecbb3dde97cc9bea0a4059faa3d2c2ad876238c
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 03:07:09 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 03:12:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecbb3dd
net-p2p/litecoin-qt: remove the obsolete <description> tag
Package-Manager: portage-2.3.0
net-p2p/litecoin-qt/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-p2p/litecoin-qt/metadata.xml b/net-p2p/litecoin-qt/metadata.xml
index affa43f..76a9c28 100644
--- a/net-p2p/litecoin-qt/metadata.xml
+++ b/net-p2p/litecoin-qt/metadata.xml
@@ -4,7 +4,6 @@
<maintainer type="person">
<email>marc.popp@sunny-computing.de</email>
<name>Marc Popp</name>
- <description>Maintainer. Assign bugs to him</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
@ 2017-08-01 14:32 Amy Liffey
0 siblings, 0 replies; 9+ messages in thread
From: Amy Liffey @ 2017-08-01 14:32 UTC (permalink / raw
To: gentoo-commits
commit: a8c99665a7432e96b8070038deb2ba78395c349c
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 14:20:21 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Aug 1 14:31:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c99665
net-p2p/litecoin-qt: remove inactive proxy maintainer
Package-Manager: Portage-2.3.6, Repoman-2.3.1
net-p2p/litecoin-qt/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/net-p2p/litecoin-qt/metadata.xml b/net-p2p/litecoin-qt/metadata.xml
index 76a9c2862fd..46a9d83f4f4 100644
--- a/net-p2p/litecoin-qt/metadata.xml
+++ b/net-p2p/litecoin-qt/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>marc.popp@sunny-computing.de</email>
- <name>Marc Popp</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+<!-- maintainer-needed -->
<use>
<flag name="qrcode">Enable generation of QR Codes for receiving payments</flag>
</use>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2017-08-01 14:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-22 16:04 [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2017-08-01 14:32 Amy Liffey
2017-01-15 3:12 Göktürk Yüksek
2016-08-25 20:21 Anthony G. Basile
2016-08-25 20:21 Anthony G. Basile
2016-08-25 18:13 Anthony G. Basile
2016-08-25 18:13 Anthony G. Basile
2016-07-08 16:05 Anthony G. Basile
2015-08-22 16:04 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox