diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-01-19 14:36:39 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-01-19 14:36:39 +0000 |
commit | 06d91f64996ea7b7f38c8b0dc0198a892400c5a8 (patch) | |
tree | c5c918c055e38d8b3313591b3ede716db16f3dfe /app-text | |
parent | Fix autotools handling, bug 160155 (diff) | |
download | gentoo-2-06d91f64996ea7b7f38c8b0dc0198a892400c5a8.tar.gz gentoo-2-06d91f64996ea7b7f38c8b0dc0198a892400c5a8.tar.bz2 gentoo-2-06d91f64996ea7b7f38c8b0dc0198a892400c5a8.zip |
QA: remove invalid RESTRICT="mirror"
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/biblestudy/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/biblestudy/biblestudy-1.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/biblestudy/ChangeLog b/app-text/biblestudy/ChangeLog index e3fb40f3c633..6a6ddefd3998 100644 --- a/app-text/biblestudy/ChangeLog +++ b/app-text/biblestudy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/biblestudy -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.7 2006/09/07 04:09:03 beandog Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.8 2007/01/19 14:36:39 masterdriverz Exp $ + + 19 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org> + biblestudy-1.0.ebuild: + QA: remove invalid RESTRICT="mirror" 07 Sep 2006; Steve Dibb <beandog@gentoo.org> metadata.xml, biblestudy-1.0.ebuild: diff --git a/app-text/biblestudy/biblestudy-1.0.ebuild b/app-text/biblestudy/biblestudy-1.0.ebuild index 07e0c0a8ae2c..a9f2abe69dab 100644 --- a/app-text/biblestudy/biblestudy-1.0.ebuild +++ b/app-text/biblestudy/biblestudy-1.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.7 2006/09/07 04:09:03 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.8 2007/01/19 14:36:39 masterdriverz Exp $ IUSE="unicode" DESCRIPTION="Bible study software based on the sword library" HOMEPAGE="http://source.emptycrate.com/" SRC_URI="mirror://sourceforge/christiangame/${P}.tar.bz2" -RESTRICT="nomirror" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" |