From 74b422d1108eee83ff6966a95e8b34c8b38f77d3 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 21 Mar 2015 20:03:46 +0000 Subject: 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!) --- net-p2p/soulseek-qt/ChangeLog | 10 ++++-- net-p2p/soulseek-qt/metadata.xml | 8 ++--- net-p2p/soulseek-qt/soulseek-qt-20131106-r1.ebuild | 36 ++++++++++++++++++++++ net-p2p/soulseek-qt/soulseek-qt-20131106.ebuild | 29 ----------------- 4 files changed, 48 insertions(+), 35 deletions(-) create mode 100644 net-p2p/soulseek-qt/soulseek-qt-20131106-r1.ebuild delete mode 100644 net-p2p/soulseek-qt/soulseek-qt-20131106.ebuild (limited to 'net-p2p') diff --git a/net-p2p/soulseek-qt/ChangeLog b/net-p2p/soulseek-qt/ChangeLog index 257c2a3c42ae..82e1c3bd1a79 100644 --- a/net-p2p/soulseek-qt/ChangeLog +++ b/net-p2p/soulseek-qt/ChangeLog @@ -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 +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 soulseek-qt-20131106.ebuild: diff --git a/net-p2p/soulseek-qt/metadata.xml b/net-p2p/soulseek-qt/metadata.xml index 160670d046a4..2392669de144 100644 --- a/net-p2p/soulseek-qt/metadata.xml +++ b/net-p2p/soulseek-qt/metadata.xml @@ -1,8 +1,8 @@ - - zx2c4@gentoo.org - Jason A. Donenfeld - + + zx2c4@gentoo.org + Jason A. Donenfeld + diff --git a/net-p2p/soulseek-qt/soulseek-qt-20131106-r1.ebuild b/net-p2p/soulseek-qt/soulseek-qt-20131106-r1.ebuild new file mode 100644 index 000000000000..58046f75e29e --- /dev/null +++ b/net-p2p/soulseek-qt/soulseek-qt-20131106-r1.ebuild @@ -0,0 +1,36 @@ +# 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}" +} diff --git a/net-p2p/soulseek-qt/soulseek-qt-20131106.ebuild b/net-p2p/soulseek-qt/soulseek-qt-20131106.ebuild deleted file mode 100644 index 2fd354f1ae8d..000000000000 --- a/net-p2p/soulseek-qt/soulseek-qt-20131106.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 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.ebuild,v 1.2 2014/08/10 20:38:26 slyfox Exp $ - -EAPI=5 - -DESCRIPTION="Official binary Qt SoulSeek client" -HOMEPAGE="http://www.soulseekqt.net/" -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="~amd64 ~x86" -BINARY_NAME="SoulseekQt-${PV:0:4}-$((${PV:4:2}))-$((${PV:6:2}))" -BASE_URI="http://www.soulseekqt.net/SoulseekQT/Linux/${BINARY_NAME}" -IUSE="" -SRC_URI=" - x86? ( ${BASE_URI}.tgz ) - amd64? ( ${BASE_URI}-64bit.tgz ) - " -DEPEND="" -RDEPEND="dev-qt/qtgui:4 - dev-qt/qtcore:4" -RESTRICT="mirror" -S="${WORKDIR}" - -src_install() { - exeinto /usr/bin - use amd64 && BINARY_NAME="${BINARY_NAME}-64bit" - newexe "${BINARY_NAME}" "${PN}" -} -- cgit v1.2.3-65-gdbad