radhermit 14/03/17 03:55:21 Modified: ChangeLog Added: libtaginfo-0.2.1.ebuild Log: Version bump, use autotool-utils to automatically run prune_libtool_files on install. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.7 media-libs/libtaginfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 13 Dec 2013 20:16:58 -0000 1.6 +++ ChangeLog 17 Mar 2014 03:55:21 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libtaginfo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v 1.6 2013/12/13 20:16:58 angelos Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v 1.7 2014/03/17 03:55:21 radhermit Exp $ + +*libtaginfo-0.2.1 (17 Mar 2014) + + 17 Mar 2014; Tim Harder <[email protected]> +libtaginfo-0.2.1.ebuild: + Version bump, use autotool-utils to automatically run prune_libtool_files on + install. *libtaginfo-0.2.0 (13 Dec 2013) 1.1 media-libs/libtaginfo/libtaginfo-0.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild?rev=1.1&content-type=text/plain Index: libtaginfo-0.2.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild,v 1.1 2014/03/17 03:55:21 radhermit Exp $ EAPI=5 AUTOTOOLS_IN_SOURCE_BUILD=1 inherit autotools-utils DESCRIPTION="a library for reading media metadata" HOMEPAGE="https://bitbucket.org/shuerhaaken/libtaginfo" SRC_URI="https://bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="media-libs/taglib !<media-sound/xnoise-0.2.16" DEPEND="${DEPEND} virtual/pkgconfig" DOCS=( AUTHORS README TODO )
