From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-libs/libsub/libsub-1.1.13.ebuild | 47 ++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 media-libs/libsub/libsub-1.1.13.ebuild (limited to 'media-libs/libsub/libsub-1.1.13.ebuild') diff --git a/media-libs/libsub/libsub-1.1.13.ebuild b/media-libs/libsub/libsub-1.1.13.ebuild new file mode 100644 index 000000000000..82342db5c408 --- /dev/null +++ b/media-libs/libsub/libsub-1.1.13.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +PYTHON_REQ_USE="threads(+)" +inherit python-any-r1 waf-utils + +DESCRIPTION="read and write subtitles in a few different formats" +HOMEPAGE="http://carlh.net/libsub" +SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="1.0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-cpp/glibmm:2 + dev-cpp/libxmlpp:2.6 + dev-libs/boost:= +