summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-07 05:45:18 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-07 05:45:18 +0000
commite5c1040f1fbec8f0b6f7587b79b0b5f18896863a (patch)
treed71d016776f5f21b353b82337b282005fe9961c3 /app-text/passivetex/passivetex-1.25.ebuild
parentStable for HPPA (bug #240297). (diff)
downloadhistorical-e5c1040f1fbec8f0b6f7587b79b0b5f18896863a.tar.gz
historical-e5c1040f1fbec8f0b6f7587b79b0b5f18896863a.tar.bz2
historical-e5c1040f1fbec8f0b6f7587b79b0b5f18896863a.zip
License is MIT and no need to dodoc it
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26.5 x86_64
Diffstat (limited to 'app-text/passivetex/passivetex-1.25.ebuild')
-rw-r--r--app-text/passivetex/passivetex-1.25.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/passivetex/passivetex-1.25.ebuild b/app-text/passivetex/passivetex-1.25.ebuild
index 90d8a2c49f45..098c3de9e2c9 100644
--- a/app-text/passivetex/passivetex-1.25.ebuild
+++ b/app-text/passivetex/passivetex-1.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/passivetex-1.25.ebuild,v 1.11 2008/10/06 04:47:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/passivetex-1.25.ebuild,v 1.12 2008/10/07 05:45:18 aballier Exp $
inherit latex-package
@@ -9,7 +9,7 @@ DESCRIPTION="A namespace-aware XML parser written in Tex"
# Taken from: http://www.tei-c.org.uk/Software/passivetex/${PN}.zip
SRC_URI="mirror://gentoo/${P}.zip"
HOMEPAGE="http://www.tei-c.org.uk/Software/passivetex/"
-LICENSE="freedist"
+LICENSE="MIT"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
SLOT="0"
@@ -28,6 +28,6 @@ src_install() {
insinto ${TEXMF}/tex/xmltex/passivetex
doins *.sty *.xmt
- dodoc README.passivetex LICENSE index.xml
+ dodoc README.passivetex index.xml
dohtml index.html
}