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
commit7744688b5cf0e3c43b29750f861aaf40912cbb29 (patch)
tree9887113fed543ad98b78bcdc7711f2339b2f644a /app-text/passivetex
parentStable for HPPA (bug #240297). (diff)
downloadgentoo-2-7744688b5cf0e3c43b29750f861aaf40912cbb29.tar.gz
gentoo-2-7744688b5cf0e3c43b29750f861aaf40912cbb29.tar.bz2
gentoo-2-7744688b5cf0e3c43b29750f861aaf40912cbb29.zip
License is MIT and no need to dodoc it
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'app-text/passivetex')
-rw-r--r--app-text/passivetex/ChangeLog5
-rw-r--r--app-text/passivetex/passivetex-1.25.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/passivetex/ChangeLog b/app-text/passivetex/ChangeLog
index a35013817ff0..730241fd592d 100644
--- a/app-text/passivetex/ChangeLog
+++ b/app-text/passivetex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/passivetex
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/ChangeLog,v 1.22 2008/10/06 04:47:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/ChangeLog,v 1.23 2008/10/07 05:45:18 aballier Exp $
+
+ 07 Oct 2008; Alexis Ballier <aballier@gentoo.org> passivetex-1.25.ebuild:
+ License is MIT and no need to dodoc it
06 Oct 2008; Jeroen Roovers <jer@gentoo.org> passivetex-1.25.ebuild:
Marked ~hppa (bug #237202).
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
}