diff options
Diffstat (limited to 'media-libs/libogg')
-rw-r--r-- | media-libs/libogg/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libogg/libogg-1.3.2.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/media-libs/libogg/Manifest b/media-libs/libogg/Manifest index 955765899fb0..4db285ec0a71 100644 --- a/media-libs/libogg/Manifest +++ b/media-libs/libogg/Manifest @@ -1,2 +1 @@ -DIST libogg-1.3.2.tar.xz 407324 BLAKE2B 193bdff4d2b4dc5418ce76ba2985782e1513cfcee8fec870ec7b577eefdc8c484f5aa2a00212ccea55c317c39084f63cebdcd954b5a45c5773d6360109e04807 SHA512 dc9552b15ceccd7e12bff39a6670120ae53af74ce97254d047c28f49ba6a320f55059ed509ec1d8758a972c72514f2866634d829f3cb528c2f595cb056e9bca6 DIST libogg-1.3.3.tar.xz 417636 BLAKE2B 2fc69580ed94be520c8e6b764e6271ec60e9d83d4265ca0408df4b2e6233a0f1d68e79400bc3871cc130034697ba97cedc453a574b9c6f618c9b819a93a2d3e8 SHA512 37d8e4329bf7a997a95d84a55c325a5a893ec84bb4d5b7ea638e5cb13201a0619e71ecd9710a8371def69f092c62dcc59ec0a607db246028ee8a62678386260b diff --git a/media-libs/libogg/libogg-1.3.2.ebuild b/media-libs/libogg/libogg-1.3.2.ebuild deleted file mode 100644 index 90ded904e115..000000000000 --- a/media-libs/libogg/libogg-1.3.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools-multilib - -DESCRIPTION="the Ogg media file format library" -HOMEPAGE="https://xiph.org/ogg/" -SRC_URI="https://downloads.xiph.org/releases/ogg/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="static-libs" - -RDEPEND="" - -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all -DOCS=( AUTHORS CHANGES ) - -MULTILIB_WRAPPED_HEADERS=( - /usr/include/ogg/config_types.h -) - -src_configure() { - local myeconfargs=( - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - autotools-multilib_src_configure -} |