diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-26 18:04:58 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-26 18:04:58 +0000 |
commit | 63863fecc823a795f2217cbd69222a7d37ce01b7 (patch) | |
tree | bd5d8e5e3453de4dd0a49daba19a103f0b4af580 /media-libs/taglib | |
parent | Version bump (diff) | |
download | gentoo-2-63863fecc823a795f2217cbd69222a7d37ce01b7.tar.gz gentoo-2-63863fecc823a795f2217cbd69222a7d37ce01b7.tar.bz2 gentoo-2-63863fecc823a795f2217cbd69222a7d37ce01b7.zip |
Remove old wrt bug #416143.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/taglib')
-rw-r--r-- | media-libs/taglib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/taglib/taglib-1.7.1.ebuild | 48 |
2 files changed, 4 insertions, 49 deletions
diff --git a/media-libs/taglib/ChangeLog b/media-libs/taglib/ChangeLog index 0087fd01a823..173c05923132 100644 --- a/media-libs/taglib/ChangeLog +++ b/media-libs/taglib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/taglib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.131 2012/05/26 17:18:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.132 2012/05/26 18:04:57 johu Exp $ + + 26 May 2012; Johannes Huber <johu@gentoo.org> -taglib-1.7.1.ebuild: + Remove old wrt bug #416143. 26 May 2012; Raúl Porcel <armin76@gentoo.org> taglib-1.7.2.ebuild: ia64/sh/sparc stable wrt #416143 diff --git a/media-libs/taglib/taglib-1.7.1.ebuild b/media-libs/taglib/taglib-1.7.1.ebuild deleted file mode 100644 index e15c7cd15889..000000000000 --- a/media-libs/taglib/taglib-1.7.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.7.1.ebuild,v 1.9 2012/05/05 08:02:42 jdhore Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="A library for reading and editing audio meta data" -HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" -SRC_URI="http://developer.kde.org/~wheeler/files/src/${P}.tar.gz" - -LICENSE="LGPL-2 MPL-1.1" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -SLOT="0" -IUSE="+asf debug examples +mp4 test" - -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-util/cppunit ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.1-install-examples.patch -) - -DOCS="AUTHORS NEWS" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build examples) - $(cmake-utils_use_with asf) - $(cmake-utils_use_with mp4) - ) - - cmake-utils_src_configure -} - -pkg_postinst() { - if ! use asf; then - elog "You've chosen to disable the asf use flag, thus taglib won't include" - elog "support for Microsoft's 'advanced systems format' media container" - fi - if ! use mp4; then - elog "You've chosen to disable the mp4 use flag, thus taglib won't include" - elog "support for the MPEG-4 part 14 / MP4 media container" - fi -} |