public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/soulseek-qt: metadata.xml soulseek-qt-20131106-r1.ebuild ChangeLog soulseek-qt-20131106.ebuild
@ 2015-03-21 20:03 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-03-21 20:03 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/21 20:03:46

  Modified:             metadata.xml ChangeLog
  Added:                soulseek-qt-20131106-r1.ebuild
  Removed:              soulseek-qt-20131106.ebuild
  Log:
  use dobin instead of exeinto /usr/bin/ && doexe; install prebuilt into /opt
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  net-p2p/soulseek-qt/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	26 Feb 2013 13:10:34 -0000	1.1
+++ metadata.xml	21 Mar 2015 20:03:46 -0000	1.2
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>zx2c4@gentoo.org</email>
-		<name>Jason A. Donenfeld</name>
-	</maintainer>
+  <maintainer>
+    <email>zx2c4@gentoo.org</email>
+    <name>Jason A. Donenfeld</name>
+  </maintainer>
 </pkgmetadata>



1.8                  net-p2p/soulseek-qt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	10 Aug 2014 20:38:26 -0000	1.7
+++ ChangeLog	21 Mar 2015 20:03:46 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for net-p2p/soulseek-qt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/ChangeLog,v 1.7 2014/08/10 20:38:26 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/ChangeLog,v 1.8 2015/03/21 20:03:46 jlec Exp $
+
+*soulseek-qt-20131106-r1 (21 Mar 2015)
+
+  21 Mar 2015; Justin Lecher <jlec@gentoo.org> +soulseek-qt-20131106-r1.ebuild,
+  -soulseek-qt-20131106.ebuild, metadata.xml:
+  use dobin instead of exeinto /usr/bin/ && doexe; install prebuilt into /opt
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
   soulseek-qt-20131106.ebuild:



1.1                  net-p2p/soulseek-qt/soulseek-qt-20131106-r1.ebuild

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

Index: soulseek-qt-20131106-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/soulseek-qt-20131106-r1.ebuild,v 1.1 2015/03/21 20:03:46 jlec Exp $

EAPI=5

DESCRIPTION="Official binary Qt SoulSeek client"
HOMEPAGE="http://www.soulseekqt.net/"
BINARY_NAME="SoulseekQt-${PV:0:4}-$((${PV:4:2}))-$((${PV:6:2}))"
BASE_URI="http://www.soulseekqt.net/SoulseekQT/Linux/${BINARY_NAME}"
SRC_URI="
	x86? ( ${BASE_URI}.tgz )
	amd64? ( ${BASE_URI}-64bit.tgz )
	"

LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="
	dev-qt/qtgui:4
	dev-qt/qtcore:4"

S="${WORKDIR}"

RESTRICT="mirror"

QA_PREBUILT="opt/bin/.*"

src_install() {
	use amd64 && BINARY_NAME="${BINARY_NAME}-64bit"
	into /opt
	newbin "${BINARY_NAME}" "${PN}"
}





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

only message in thread, other threads:[~2015-03-21 20:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-21 20:03 [gentoo-commits] gentoo-x86 commit in net-p2p/soulseek-qt: metadata.xml soulseek-qt-20131106-r1.ebuild ChangeLog soulseek-qt-20131106.ebuild Justin Lecher (jlec)

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