diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-20 03:43:24 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-20 03:43:24 +0000 |
commit | 0cf146537e1fef489eaef4bb4aa9e9bc3a632211 (patch) | |
tree | 09d6a8c1fd6d9a4fb901bd1c00c9a928443776a8 /eclass | |
parent | stable x86 (diff) | |
download | gentoo-2-0cf146537e1fef489eaef4bb4aa9e9bc3a632211.tar.gz gentoo-2-0cf146537e1fef489eaef4bb4aa9e9bc3a632211.tar.bz2 gentoo-2-0cf146537e1fef489eaef4bb4aa9e9bc3a632211.zip |
Juggle around the LICENSE
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 3 | ||||
-rw-r--r-- | eclass/mythtv.eclass | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index 5af7d402a1d6..85c16cefaeef 100644 --- a/eclass/mythtv-plugins.eclass +++ b/eclass/mythtv-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.17 2006/09/19 23:16:05 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.18 2006/09/20 03:43:24 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -11,7 +11,6 @@ inherit mythtv multilib qt3 versionator # Extra configure options to pass to econf MTVCONF=${MTVCONF:=""} -LICENSE="GPL-2" SLOT="0" IUSE="${IUSE} debug mmx" diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass index de018e7cd89c..e07bd03520cf 100644 --- a/eclass/mythtv.eclass +++ b/eclass/mythtv.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.1 2006/09/19 23:16:05 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.2 2006/09/20 03:43:24 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -23,6 +23,7 @@ else fi HOMEPAGE="http://www.mythtv.org" +LICENSE="GPL-2" SRC_URI="http://ftp.osuosl.org/pub/mythtv/${MY_PN}-${MY_PV}.tar.bz2" if [ -n "${PATCHREV}" ] ; then SRC_URI="${SRC_URI} http://dev.gentoo.org/~cardoe/files/mythtv/${MY_PN}-${MY_PV}_svn${PATCHREV}.patch.bz2" |