diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-26 12:16:42 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-26 12:16:42 +0000 |
commit | 698db087c89b74a0e7e89458181f3ba00ae6f3e0 (patch) | |
tree | ea97569207fdaa9983bbecef2b1eb6e9afbfb755 /net-p2p/primecoin-qt | |
parent | Stable for sparc, wrt bug #495804 (diff) | |
download | gentoo-2-698db087c89b74a0e7e89458181f3ba00ae6f3e0.tar.gz gentoo-2-698db087c89b74a0e7e89458181f3ba00ae6f3e0.tar.bz2 gentoo-2-698db087c89b74a0e7e89458181f3ba00ae6f3e0.zip |
Fix menu item name, bug #498550
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p/primecoin-qt')
-rw-r--r-- | net-p2p/primecoin-qt/ChangeLog | 11 | ||||
-rw-r--r-- | net-p2p/primecoin-qt/primecoin-qt-0.1.2-r1.ebuild (renamed from net-p2p/primecoin-qt/primecoin-qt-0.1.2.ebuild) | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net-p2p/primecoin-qt/ChangeLog b/net-p2p/primecoin-qt/ChangeLog index 4a7189065f30..a3b03ce6d9e4 100644 --- a/net-p2p/primecoin-qt/ChangeLog +++ b/net-p2p/primecoin-qt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/primecoin-qt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoin-qt/ChangeLog,v 1.1 2013/12/01 15:18:35 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoin-qt/ChangeLog,v 1.2 2014/01/26 12:16:42 blueness Exp $ + +*primecoin-qt-0.1.2-r1 (26 Jan 2014) + + 26 Jan 2014; Anthony G. Basile <blueness@gentoo.org> + +primecoin-qt-0.1.2-r1.ebuild, -primecoin-qt-0.1.2.ebuild: + Fix menu item name, bug #498550 *primecoin-qt-0.1.2 (01 Dec 2013) @@ -8,4 +14,3 @@ +primecoin-qt-0.1.2.ebuild, +files/primecoin-sys_leveldb.patch, +metadata.xml: Initial commit - diff --git a/net-p2p/primecoin-qt/primecoin-qt-0.1.2.ebuild b/net-p2p/primecoin-qt/primecoin-qt-0.1.2-r1.ebuild index 2895932d7e78..c8c66312199c 100644 --- a/net-p2p/primecoin-qt/primecoin-qt-0.1.2.ebuild +++ b/net-p2p/primecoin-qt/primecoin-qt-0.1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoin-qt/primecoin-qt-0.1.2.ebuild,v 1.1 2013/12/01 15:18:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoin-qt/primecoin-qt-0.1.2-r1.ebuild,v 1.1 2014/01/26 12:16:42 blueness Exp $ EAPI=5 @@ -119,7 +119,7 @@ src_install() { insinto /usr/share/pixmaps newins "share/pixmaps/primecoin.ico" "${PN}.ico" - make_desktop_entry "${PN} %u" "PPcoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/primecoin;\nTerminal=false" + make_desktop_entry "${PN} %u" "Primecoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/primecoin;\nTerminal=false" newman contrib/debian/manpages/bitcoin-qt.1 ${PN}.1 |