Skip to content

Commit

Permalink
media-libs/libechonest: synchronise release and live ebuilds
Browse files Browse the repository at this point in the history
Closes: gentoo#1395
  • Loading branch information
Fat-Zer authored and wraeth committed May 11, 2016
1 parent 098611c commit 7335f1f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions media-libs/libechonest/libechonest-2.3.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@
EAPI=6
inherit cmake-utils multibuild

if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="git://github.com/lfranchi/libechonest.git"
inherit git-r3
else
SRC_URI="http://files.lfranchi.com/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="A library for communicating with The Echo Nest"
HOMEPAGE="https://projects.kde.org/projects/playground/libs/libechonest"
SRC_URI="http://files.lfranchi.com/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0/2.3"
KEYWORDS="~amd64 ~x86"
IUSE="+qt4 qt5"

REQUIRED_USE="|| ( qt4 qt5 )"
Expand All @@ -20,16 +26,18 @@ RESTRICT="test" # Networking required

RDEPEND="
qt4? (
dev-libs/qjson[qt4(+)]
>=dev-libs/qjson-0.5[qt4(+)]
dev-qt/qtcore:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtnetwork:5
dev-qt/qtxml:5
)
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
virtual/pkgconfig
"

DOCS=( AUTHORS README TODO )

Expand Down
2 changes: 1 addition & 1 deletion media-libs/libechonest/libechonest-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DESCRIPTION="A library for communicating with The Echo Nest"
HOMEPAGE="https://projects.kde.org/projects/playground/libs/libechonest"

LICENSE="GPL-2"
SLOT="0"
SLOT="0/2.3"
IUSE="+qt4 qt5"

REQUIRED_USE="|| ( qt4 qt5 )"
Expand Down

0 comments on commit 7335f1f

Please sign in to comment.