diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 04:22:31 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 04:22:31 +0000 |
commit | af63ad0f968c4801350b3db24a73ab50628d0796 (patch) | |
tree | 0d83b2335f669c563e936a2bcaa69f7f1874c913 /x11-themes | |
parent | mythtv-themes-extra support from Jesse Adelman <jesse@boldandbusted.com> bug ... (diff) | |
download | gentoo-2-af63ad0f968c4801350b3db24a73ab50628d0796.tar.gz gentoo-2-af63ad0f968c4801350b3db24a73ab50628d0796.tar.bz2 gentoo-2-af63ad0f968c4801350b3db24a73ab50628d0796.zip |
0.21 geared ebuild that uses the "themes" repo as it's source. Provided by Jesse Adelman <jesse@boldandbusted.com> bug #214453
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mythtv-themes-extra/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p16760.ebuild | 23 |
2 files changed, 32 insertions, 2 deletions
diff --git a/x11-themes/mythtv-themes-extra/ChangeLog b/x11-themes/mythtv-themes-extra/ChangeLog index 9d253e46be74..8a6754e0b786 100644 --- a/x11-themes/mythtv-themes-extra/ChangeLog +++ b/x11-themes/mythtv-themes-extra/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/mythtv-themes-extra -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes-extra/ChangeLog,v 1.4 2007/10/21 14:55:27 beandog Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes-extra/ChangeLog,v 1.5 2008/04/01 04:22:31 cardoe Exp $ + +*mythtv-themes-extra-0.21_p16760 (01 Apr 2008) + + 01 Apr 2008; Doug Goldstein <cardoe@gentoo.org> + +mythtv-themes-extra-0.21_p16760.ebuild: + 0.21 geared ebuild that uses the "themes" repo as it's source. Provided by + Jesse Adelman <jesse@boldandbusted.com> bug #214453 *mythtv-themes-extra-0.20.2 (21 Oct 2007) diff --git a/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p16760.ebuild b/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p16760.ebuild new file mode 100644 index 000000000000..237ee8d260c2 --- /dev/null +++ b/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p16760.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p16760.ebuild,v 1.1 2008/04/01 04:22:31 cardoe Exp $ + +inherit qt3 mythtv + +DESCRIPTION="A collection of themes for the MythTV project." +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="$(qt_min_version 3.3) + =media-tv/mythtv-${MY_PV}*" + +src_compile() { + ./configure --prefix="${ROOT}"/usr || die "configure died" + + eqmake3 themes.pro -o "Makefile" || die "eqmake3 failed" +} + +src_install() { + einstall INSTALL_ROOT="${D}" || die "install failed" +} |