public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/multibit: multibit-0.5.16.ebuild ChangeLog multibit-0.5.15.ebuild
@ 2013-12-28 18:41 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2013-12-28 18:41 UTC (permalink / raw
  To: gentoo-commits

blueness    13/12/28 18:41:36

  Modified:             ChangeLog
  Added:                multibit-0.5.16.ebuild
  Removed:              multibit-0.5.15.ebuild
  Log:
  Version bump, remove older
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  net-p2p/multibit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/multibit/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/multibit/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/multibit/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/multibit/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 Dec 2013 13:49:01 -0000	1.1
+++ ChangeLog	28 Dec 2013 18:41:36 -0000	1.2
@@ -1,10 +1,15 @@
 # ChangeLog for net-p2p/multibit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/multibit/ChangeLog,v 1.1 2013/12/01 13:49:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/multibit/ChangeLog,v 1.2 2013/12/28 18:41:36 blueness Exp $
+
+*multibit-0.5.16 (28 Dec 2013)
+
+  28 Dec 2013; Anthony G. Basile <blueness@gentoo.org> +multibit-0.5.16.ebuild,
+  -multibit-0.5.15.ebuild, files/auto-install.xml, files/multibit:
+  Version bump, remove older
 
 *multibit-0.5.15 (01 Dec 2013)
 
   01 Dec 2013; Anthony G. Basile <blueness@gentoo.org> +multibit-0.5.15.ebuild,
   +files/auto-install.xml, +files/multibit, +metadata.xml:
   Initial commit
-



1.1                  net-p2p/multibit/multibit-0.5.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/multibit/multibit-0.5.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/multibit/multibit-0.5.16.ebuild?rev=1.1&content-type=text/plain

Index: multibit-0.5.16.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/multibit/multibit-0.5.16.ebuild,v 1.1 2013/12/28 18:41:36 blueness Exp $

EAPI=5

inherit eutils

DESCRIPTION="MultiBit is a secure, lightweight, international Bitcoin wallet written in Java"
HOMEPAGE="https://multibit.org/"
SRC_URI="https://multibit.org/releases/${P}/${P}-linux.jar"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=virtual/jre-1.6"
RDEPEND="${DEPEND}"

S=${WORKDIR}

src_unpack() {
:
}

src_prepare() {
	cp "${FILESDIR}"/auto-install.xml "${WORKDIR}"
	sed -i "s:ED:${ED}:" auto-install.xml
}

src_install() {
	exeinto /usr/bin
	doexe "${FILESDIR}"/${PN}

	make_desktop_entry "${PN}" "Multibit" "/opt/MultiBit/multibit48.png" "GNOME;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/multibit;\nTerminal=false"

	java -jar "${DISTDIR}"/${P}-linux.jar auto-install.xml >/dev/null 2>&1
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-28 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-28 18:41 [gentoo-commits] gentoo-x86 commit in net-p2p/multibit: multibit-0.5.16.ebuild ChangeLog multibit-0.5.15.ebuild Anthony G. Basile (blueness)

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