merge new version of dev-python/caldav
authorDa Risk <da_risk@geekorum.com>
Mon, 17 Aug 2015 10:36:39 +0200
changeset 161 df5c00aba7c2
parent 160 2b4110e8373a (diff)
parent 159 a04a74c83cfa (current diff)
child 164 afa33bdd3028
child 172 ff7ca16f5480
merge new version of dev-python/caldav
dev-python/caldav/caldav-0.2.2.ebuild
dev-python/caldav/files/caldav-fix-setup.patch
--- a/media-video/lm/lm-9999.ebuild	Mon Jul 27 15:29:56 2015 +0200
+++ b/media-video/lm/lm-9999.ebuild	Mon Aug 17 10:36:39 2015 +0200
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,7 +6,7 @@
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit git-2 python-r1 versionator
+inherit git-r3 python-single-r1 versionator
 
 EGIT_REPO_URI="https://github.com/RedRise/lm.git"
 
@@ -21,11 +21,14 @@
 KEYWORDS="~amd64"
 IUSE=""
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DEPEND=""
 RDEPEND="${PYTHON_DEPS}
 		dev-python/imdbpy[${PYTHON_USEDEP}]"
 
-S="${WORKDIR}/RedRise-lm-41c4004"
+src_prepare() {
+	python_fix_shebang lm.py
+}
 
 src_install() {
 	newbin lm.py lm
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/media-video/subdl/metadata.xml	Mon Aug 17 10:36:39 2015 +0200
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>video</herd>
+	<maintainer>
+		<email>media-video@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="google-code">subdl</remote-id>
+	</upstream>
+</pkgmetadata>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/media-video/subdl/subdl-9999.ebuild	Mon Aug 17 10:36:39 2015 +0200
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_3 python3_4 )
+inherit python-single-r1 git-r3
+
+DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org"
+HOMEPAGE="http://code.google.com/p/subdl/"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/fbarthelery/subdl.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	app-arch/unzip"
+
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+src_prepare() {
+	python_fix_shebang ${PN}
+}
+
+src_install() {
+	dobin ${PN}
+	dodoc README.txt
+}