diff options
author | 2013-03-17 21:12:09 +0000 | |
---|---|---|
committer | 2013-03-17 21:12:09 +0000 | |
commit | ae42b9f8f7250dd04f82eb6495ea493784d7c17e (patch) | |
tree | d5c6b37b8655e6385c7458c3ddab68c8d125016f /net-p2p | |
parent | Fix bug 454274 >=app-office/libreoffice-4.0.0.2: fails to build with dev-libs... (diff) | |
download | gentoo-2-ae42b9f8f7250dd04f82eb6495ea493784d7c17e.tar.gz gentoo-2-ae42b9f8f7250dd04f82eb6495ea493784d7c17e.tar.bz2 gentoo-2-ae42b9f8f7250dd04f82eb6495ea493784d7c17e.zip |
Version bump.
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/soulseek-qt/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/soulseek-qt/soulseek-qt-20130310.ebuild (renamed from net-p2p/soulseek-qt/soulseek-qt-20130212.ebuild) | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/net-p2p/soulseek-qt/ChangeLog b/net-p2p/soulseek-qt/ChangeLog index 6e8c021f5e6e..882982faa065 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/ChangeLog,v 1.2 2013/03/02 23:09:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/ChangeLog,v 1.3 2013/03/17 21:12:09 zx2c4 Exp $ + +*soulseek-qt-20130310 (17 Mar 2013) + + 17 Mar 2013; Jason A. Donenfeld <zx2c4@gentoo.org> + +soulseek-qt-20130310.ebuild, -soulseek-qt-20130212.ebuild: + Version bump. 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> soulseek-qt-20130212.ebuild: diff --git a/net-p2p/soulseek-qt/soulseek-qt-20130212.ebuild b/net-p2p/soulseek-qt/soulseek-qt-20130310.ebuild index 84d5ac5e8c15..d5289c29f449 100644 --- a/net-p2p/soulseek-qt/soulseek-qt-20130212.ebuild +++ b/net-p2p/soulseek-qt/soulseek-qt-20130310.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/soulseek-qt-20130212.ebuild,v 1.2 2013/03/02 23:09:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/soulseek-qt-20130310.ebuild,v 1.1 2013/03/17 21:12:09 zx2c4 Exp $ -EAPI=4 +EAPI=5 DESCRIPTION="Official binary Qt SoulSeek client." HOMEPAGE="http://www.soulseekqt.net/" @@ -17,10 +17,8 @@ SRC_URI=" amd64? ( ${BASE_URI}-64bit.tgz ) " DEPEND="" -RDEPEND=" - dev-qt/qtgui:4 - dev-qt/qtcore:4 - " +RDEPEND="dev-qt/qtgui:4 + dev-qt/qtcore:4" RESTRICT="mirror" S="${WORKDIR}" |