diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-03-02 22:57:57 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-03-02 22:57:57 +0000 |
commit | b634e4da907710fe9a374c5f7245db30d0dddaf9 (patch) | |
tree | 2a360f4088adb3abf2c94517135cc0c4d5efae8f /media-video | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-b634e4da907710fe9a374c5f7245db30d0dddaf9.tar.gz gentoo-2-b634e4da907710fe9a374c5f7245db30d0dddaf9.tar.bz2 gentoo-2-b634e4da907710fe9a374c5f7245db30d0dddaf9.zip |
switched to virtual/awk (bug #455738)
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/emovix/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/emovix/emovix-0.9.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-video/emovix/ChangeLog b/media-video/emovix/ChangeLog index 08d8ff48d372..634d62930875 100644 --- a/media-video/emovix/ChangeLog +++ b/media-video/emovix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/emovix -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/emovix/ChangeLog,v 1.19 2007/12/23 18:50:36 josejx Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/emovix/ChangeLog,v 1.20 2013/03/02 22:57:57 ottxor Exp $ + + 02 Mar 2013; Christoph Junghans <ottxor@gentoo.org> emovix-0.9.0.ebuild: + switched to virtual/awk (bug #455738) 23 Dec 2007; <jjezak@gentoo.org> emovix-0.9.0.ebuild: Marked ppc stable for bug #201497. @@ -56,4 +59,3 @@ 27 Jul 2004; Chris White <chriswhite@gentoo.org> +metadata.xml, +emovix-0.9.0_pre1.ebuild: Initial submission to the tree. Closes bug #51315. - diff --git a/media-video/emovix/emovix-0.9.0.ebuild b/media-video/emovix/emovix-0.9.0.ebuild index 445398de67ee..2ddee07b8a12 100644 --- a/media-video/emovix/emovix-0.9.0.ebuild +++ b/media-video/emovix/emovix-0.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/emovix/emovix-0.9.0.ebuild,v 1.7 2007/12/23 18:50:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/emovix/emovix-0.9.0.ebuild,v 1.8 2013/03/02 22:57:57 ottxor Exp $ DESCRIPTION="Micro Linux distro to boot from a CD and play every video file localized in the CD root." HOMEPAGE="http://movix.sourceforge.net" @@ -14,7 +14,7 @@ IUSE="win32codecs" RDEPEND="win32codecs? ( media-libs/win32codecs ) virtual/cdrtools" DEPEND="dev-lang/perl - sys-apps/gawk" + virtual/awk" src_install() { emake -j1 DESTDIR="${D}" install || die "emake install failed." |