diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-29 08:02:28 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-29 08:02:28 +0000 |
commit | 93af38c04d1f0b8cf19b59a136a37e75287de22e (patch) | |
tree | 3d06bc3f91041741ee6ed4455294fcde3745b5e0 /media-video/2mandvd | |
parent | Add pygtk dependency. Fixes bug #316891 (diff) | |
download | historical-93af38c04d1f0b8cf19b59a136a37e75287de22e.tar.gz historical-93af38c04d1f0b8cf19b59a136a37e75287de22e.tar.bz2 historical-93af38c04d1f0b8cf19b59a136a37e75287de22e.zip |
Migrate to qt4-r2 eclass wrt bug #311481
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'media-video/2mandvd')
-rw-r--r-- | media-video/2mandvd/2mandvd-1.1.1.ebuild | 19 | ||||
-rw-r--r-- | media-video/2mandvd/2mandvd-1.2-r1.ebuild | 17 | ||||
-rw-r--r-- | media-video/2mandvd/ChangeLog | 6 |
3 files changed, 14 insertions, 28 deletions
diff --git a/media-video/2mandvd/2mandvd-1.1.1.ebuild b/media-video/2mandvd/2mandvd-1.1.1.ebuild index 2bd9a7166407..861f22675e95 100644 --- a/media-video/2mandvd/2mandvd-1.1.1.ebuild +++ b/media-video/2mandvd/2mandvd-1.1.1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.1.1.ebuild,v 1.1 2009/11/09 21:06:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.1.1.ebuild,v 1.2 2010/04/29 08:00:45 hwoarang Exp $ EAPI="2" +LANGS="de en he it pl pt ru" -inherit qt4 +inherit qt4-r2 MY_PN="2ManDVD" @@ -31,12 +32,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" -LANGS="de en he it pl pt ru" - -for x in ${LANGS}; do - IUSE="${IUSE} linguas_${x}" -done - src_prepare() { # fix installation path for file in mainfrm.cpp media_browser.cpp rendering.cpp; do @@ -47,11 +42,7 @@ src_prepare() { sed -i "s:qApp->applicationDirPath():\"/usr/share/${PN}/\":" \ mainfrm.cpp || die "sed failed" - qt4_src_prepare -} - -src_configure() { - eqmake4 ${MY_PN}.pro + qt4-r2_src_prepare } src_install() { diff --git a/media-video/2mandvd/2mandvd-1.2-r1.ebuild b/media-video/2mandvd/2mandvd-1.2-r1.ebuild index 285fa7b3bd45..eb08587a1e10 100644 --- a/media-video/2mandvd/2mandvd-1.2-r1.ebuild +++ b/media-video/2mandvd/2mandvd-1.2-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.2-r1.ebuild,v 1.1 2010/03/13 14:43:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.2-r1.ebuild,v 1.2 2010/04/29 08:00:45 hwoarang Exp $ EAPI="2" +LANGS="de en he it pl pt ru" -inherit qt4 +inherit qt4-r2 MY_PN="2ManDVD" @@ -33,12 +34,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" -LANGS="de en he it pl pt ru" - -for x in ${LANGS}; do - IUSE="${IUSE} linguas_${x}" -done - src_prepare() { # fix installation path for file in mainfrm.cpp media_browser.cpp rendering.cpp; do @@ -49,11 +44,7 @@ src_prepare() { sed -i "s:qApp->applicationDirPath():\"/usr/share/${PN}/\":" \ mainfrm.cpp || die "sed failed" - qt4_src_prepare -} - -src_configure() { - eqmake4 ${MY_PN}.pro + qt4-r2_src_prepare } src_install() { diff --git a/media-video/2mandvd/ChangeLog b/media-video/2mandvd/ChangeLog index 48973f4541da..8bc1212cc478 100644 --- a/media-video/2mandvd/ChangeLog +++ b/media-video/2mandvd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/2mandvd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.7 2010/03/25 20:37:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.8 2010/04/29 08:00:45 hwoarang Exp $ + + 29 Apr 2010; Markos Chandras <hwoarang@gentoo.org> 2mandvd-1.1.1.ebuild, + 2mandvd-1.2-r1.ebuild: + Migrate to qt4-r2 eclass wrt bug #311481 *2mandvd-1.3.3 (25 Mar 2010) |