diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-15 13:59:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-15 13:59:26 +0000 |
commit | 03049be534361cb208da476595e81d110aa4f03d (patch) | |
tree | 6abb239277c5fa683876fdbc318a6821774d1baa /media-video | |
parent | Cleaned up ebuild to not use gcc eclass. Moved patches in src_unpack. Moved p... (diff) | |
download | gentoo-2-03049be534361cb208da476595e81d110aa4f03d.tar.gz gentoo-2-03049be534361cb208da476595e81d110aa4f03d.tar.bz2 gentoo-2-03049be534361cb208da476595e81d110aa4f03d.zip |
Moved to toolchain-funcs eclass and removed virtual/libc dep.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpgtx/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mpgtx/mpgtx-1.3.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-video/mpgtx/ChangeLog b/media-video/mpgtx/ChangeLog index d03ae1f85631..69ea9a899124 100644 --- a/media-video/mpgtx/ChangeLog +++ b/media-video/mpgtx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mpgtx # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpgtx/ChangeLog,v 1.10 2005/04/24 02:19:31 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpgtx/ChangeLog,v 1.11 2005/05/15 13:59:26 flameeyes Exp $ + + 15 May 2005; Diego Pettenò <flameeyes@gentoo.org> mpgtx-1.3.1.ebuild: + Moved to toolchain-funcs eclass and removed virtual/libc dep. 23 Apr 2005; Kito <kito@gentoo.org> mpgtx-1.3.1.ebuild: DEPEND=virtual/libc instead of glibc. ~ppc-macos keyword, closes Bug 67043 diff --git a/media-video/mpgtx/mpgtx-1.3.1.ebuild b/media-video/mpgtx/mpgtx-1.3.1.ebuild index 22ae93436581..4ef697795331 100644 --- a/media-video/mpgtx/mpgtx-1.3.1.ebuild +++ b/media-video/mpgtx/mpgtx-1.3.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpgtx/mpgtx-1.3.1.ebuild,v 1.3 2005/04/24 02:19:31 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpgtx/mpgtx-1.3.1.ebuild,v 1.4 2005/05/15 13:59:26 flameeyes Exp $ -inherit eutils gcc +inherit eutils toolchain-funcs DESCRIPTION="mpgtx a command line MPEG audio/video/system file toolbox" SRC_URI="mirror://sourceforge/mpgtx/${P}.tar.gz" @@ -13,7 +13,7 @@ IUSE="" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/libc" +DEPEND="" src_compile() { ./configure --parachute --prefix=/usr |