diff options
author | 2014-01-24 23:51:41 +0000 | |
---|---|---|
committer | 2014-01-24 23:51:41 +0000 | |
commit | db0e6c2ac7dfaa4ff95e89b722e5f8910f72f75a (patch) | |
tree | b4fd2f1e8828e70937e94c940e5f0d9b276ac2ac | |
parent | Move musl's linker path to gcc's specs file (diff) | |
download | gentoo-2-db0e6c2ac7dfaa4ff95e89b722e5f8910f72f75a.tar.gz gentoo-2-db0e6c2ac7dfaa4ff95e89b722e5f8910f72f75a.tar.bz2 gentoo-2-db0e6c2ac7dfaa4ff95e89b722e5f8910f72f75a.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
-rw-r--r-- | net-misc/leapcast/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/leapcast/leapcast-0.1.3.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/net-misc/leapcast/ChangeLog b/net-misc/leapcast/ChangeLog index 380fa860c0a5..b98a607865c2 100644 --- a/net-misc/leapcast/ChangeLog +++ b/net-misc/leapcast/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/leapcast # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leapcast/ChangeLog,v 1.1 2014/01/12 18:09:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leapcast/ChangeLog,v 1.2 2014/01/24 23:51:41 vapier Exp $ + +*leapcast-0.1.3 (24 Jan 2014) + + 24 Jan 2014; Mike Frysinger <vapier@gentoo.org> +leapcast-0.1.3.ebuild: + Version bump. *leapcast-0.1.1 (12 Jan 2014) *leapcast-9999 (12 Jan 2014) diff --git a/net-misc/leapcast/leapcast-0.1.3.ebuild b/net-misc/leapcast/leapcast-0.1.3.ebuild new file mode 100644 index 000000000000..087d67dfccad --- /dev/null +++ b/net-misc/leapcast/leapcast-0.1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leapcast/leapcast-0.1.3.ebuild,v 1.1 2014/01/24 23:51:41 vapier Exp $ + +EAPI="4" + +inherit distutils + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/dz0ny/leapcast.git" + inherit git-2 +else + SRC_URI="https://github.com/dz0ny/leapcast/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="simple ChromeCast emulation app" +HOMEPAGE="https://github.com/dz0ny/leapcast" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/requests + www-servers/tornado" |