diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-11-27 05:45:23 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-11-27 05:45:23 +0000 |
commit | 410d3fc316c2ffa011fcfc685cc2fc417fbdfb3c (patch) | |
tree | 2b5e676f33f83decd2a537424f2445915fe3d309 /media-video | |
parent | Version bump and remove old. (diff) | |
download | gentoo-2-410d3fc316c2ffa011fcfc685cc2fc417fbdfb3c.tar.gz gentoo-2-410d3fc316c2ffa011fcfc685cc2fc417fbdfb3c.tar.bz2 gentoo-2-410d3fc316c2ffa011fcfc685cc2fc417fbdfb3c.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mediainfo/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/mediainfo/mediainfo-0.7.37.ebuild (renamed from media-video/mediainfo/mediainfo-0.7.34.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-video/mediainfo/ChangeLog b/media-video/mediainfo/ChangeLog index 021957069c88..fff39bebd6c3 100644 --- a/media-video/mediainfo/ChangeLog +++ b/media-video/mediainfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/mediainfo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.6 2010/10/29 06:01:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.7 2010/11/27 05:45:23 radhermit Exp $ + +*mediainfo-0.7.37 (27 Nov 2010) + + 27 Nov 2010; Tim Harder <radhermit@gentoo.org> -mediainfo-0.7.34.ebuild, + +mediainfo-0.7.37.ebuild: + Version bump and remove old. 29 Oct 2010; Tim Harder <radhermit@gentoo.org> mediainfo-0.7.36.ebuild: Use emake instead of einstall and fix emake failure message. diff --git a/media-video/mediainfo/mediainfo-0.7.34.ebuild b/media-video/mediainfo/mediainfo-0.7.37.ebuild index 7ac1398a8ee9..c52473592395 100644 --- a/media-video/mediainfo/mediainfo-0.7.34.ebuild +++ b/media-video/mediainfo/mediainfo-0.7.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.34.ebuild,v 1.2 2010/10/28 16:51:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.37.ebuild,v 1.1 2010/11/27 05:45:23 radhermit Exp $ EAPI="2" @@ -62,13 +62,13 @@ src_configure() { src_compile() { for x in ${TARGETS}; do cd "${S}/Project/GNU/${x}" - emake || die "emake failed failed for ${x}" + emake || die "emake failed for ${x}" done } src_install() { for x in ${TARGETS}; do cd "${S}/Project/GNU/${x}" - einstall + emake DESTDIR="${D}" install || die "emake install failed" dodoc "${S}/History_${x}.txt" || die if [[ "${x}" = "GUI" ]]; then newicon "${S}/Source/Ressource/Image/MediaInfo.png" "${PN}.png" |