diff options
author | Paul Healy <lmiphay@gmail.com> | 2015-03-17 09:54:24 +0000 |
---|---|---|
committer | Paul Healy <lmiphay@gmail.com> | 2015-03-17 09:54:24 +0000 |
commit | 8dcfe274f3c8db3a1ae5cc2260ffda4be2cbd5c9 (patch) | |
tree | 1a49b292f18e4c643af29cb40e54a941a7df84c5 /media-sound | |
parent | set default source directory to the helper source (diff) | |
download | lmiphay-8dcfe274f3c8db3a1ae5cc2260ffda4be2cbd5c9.tar.gz lmiphay-8dcfe274f3c8db3a1ae5cc2260ffda4be2cbd5c9.tar.bz2 lmiphay-8dcfe274f3c8db3a1ae5cc2260ffda4be2cbd5c9.zip |
set default source directory to the helper source
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/shairport_plugin/Manifest | 2 | ||||
-rw-r--r-- | media-sound/shairport_plugin/shairport_plugin-9999.ebuild | 12 |
2 files changed, 4 insertions, 10 deletions
diff --git a/media-sound/shairport_plugin/Manifest b/media-sound/shairport_plugin/Manifest index ed36dad..590fab4 100644 --- a/media-sound/shairport_plugin/Manifest +++ b/media-sound/shairport_plugin/Manifest @@ -1 +1 @@ -EBUILD shairport_plugin-9999.ebuild 1219 SHA256 3bf90374ddf6be9e515dedb13681cf0059e756d2503140c6c4bc70ca1855c3bf SHA512 e9c400fb6994e3fff36879553cadef281c6029f39da69491f751357e5a29053cc77d50a53b2453c98395afeec700cc4950fb773e5646c19271956768b177f9fc WHIRLPOOL 5aab364802dd98c4fd3dc94efcfc92ab2ae5518cd8c28741bfee874c2de156c20d2489d91316bb0c7ea3e8d129298f691f7b584970ea5ebb45d49f8b6f03b950 +EBUILD shairport_plugin-9999.ebuild 1093 SHA256 5191dfc06d48c2772ea5d4bae748564ac4350695c9d5bad2a86ca0fa8287668d SHA512 836d247768c2384c095eddfa65c7601196d72df008482bef26c213c7f13af8f12a997f07fd69df54e751bfe1784b6186f017063bc11b7191d30a9f477bcf95b2 WHIRLPOOL 1f7f928c7bf913bcf49c81465c2758ab6c24bd4a995f0289504779d535f35a92cab0111fab9dc8d00f65213cc9f24dc519199c90c51f006cfdea833e6e169a6b diff --git a/media-sound/shairport_plugin/shairport_plugin-9999.ebuild b/media-sound/shairport_plugin/shairport_plugin-9999.ebuild index 5d32534..249403d 100644 --- a/media-sound/shairport_plugin/shairport_plugin-9999.ebuild +++ b/media-sound/shairport_plugin/shairport_plugin-9999.ebuild @@ -1,20 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" -inherit eutils +inherit eutils git-r3 DESCRIPTION="ShairPort Squeezebox Server Plugin - airTunes for Squeezebox clients" HOMEPAGE="https://github.com/StuartUSA/shairport_plugin/" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/StuartUSA/shairport_plugin.git" - inherit git-r3 -else - SRC_URI="https://github.com/StuartUSA/shairport_plugin/archive/master.zip" -fi +EGIT_REPO_URI="git://github.com/StuartUSA/shairport_plugin.git" LICENSE="MIT" SLOT="0" |