diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-30 20:38:47 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-30 20:38:47 +0100 |
commit | 8c63f5900555fbb250d00d7dd0dba6d4593fbed3 (patch) | |
tree | 0c3704c9d44f9f6a5a5daf9b0b6100712158cd7e /media-libs/libbdplus/libbdplus-9999.ebuild | |
parent | efe5d573092658a1fb6c9c41dfe41a3983a98450 (diff) | |
download | brancik-overlay-8c63f5900555fbb250d00d7dd0dba6d4593fbed3.tar.gz brancik-overlay-8c63f5900555fbb250d00d7dd0dba6d4593fbed3.tar.bz2 |
Removed unnecessary ebuilds that have been added to the main tree already or are not needed anymore.
Diffstat (limited to 'media-libs/libbdplus/libbdplus-9999.ebuild')
-rw-r--r-- | media-libs/libbdplus/libbdplus-9999.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild deleted file mode 100644 index c053cba..0000000 --- a/media-libs/libbdplus/libbdplus-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils git-2 autotools-utils - -DESCRIPTION="Library for handling the BD+ protection scheme on bluray discs" -HOMEPAGE="http://www.videolan.org/developers/libbdplus.html" - -EGIT_REPO_URI="git://git.videolan.org/libbdplus.git" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="" -IUSE="doc" - -DEPEND=">=media-libs/libaacs-0.7.0" -RDEPEND="${DEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 -AUTOTOOLS_AUTORECONF=1 -DOCS=(COPYING README.txt ChangeLog) - -src_unpack () { - git-2_src_unpack -}
\ No newline at end of file |