summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-05-11 05:33:41 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-05-11 05:33:41 +0000
commitebdbcfa7ff777e58e5b48b2ad0fb54b7478eadd2 (patch)
tree2c0d5903621ffe096100525531892d55cabb47b2 /app-sci
parentbug-fix update (diff)
downloadhistorical-ebdbcfa7ff777e58e5b48b2ad0fb54b7478eadd2.tar.gz
historical-ebdbcfa7ff777e58e5b48b2ad0fb54b7478eadd2.tar.bz2
historical-ebdbcfa7ff777e58e5b48b2ad0fb54b7478eadd2.zip
added some more docs
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/pari/ChangeLog4
-rw-r--r--app-sci/pari/pari-2.1.5.ebuild3
2 files changed, 4 insertions, 3 deletions
diff --git a/app-sci/pari/ChangeLog b/app-sci/pari/ChangeLog
index 46a323a108be..919382b332e5 100644
--- a/app-sci/pari/ChangeLog
+++ b/app-sci/pari/ChangeLog
@@ -1,12 +1,12 @@
# ChangeLog for app-sci/pari
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/ChangeLog,v 1.9 2003/05/11 05:28:31 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/ChangeLog,v 1.10 2003/05/11 05:33:41 george Exp $
*pari-2.1.5 (10 May 2003)
10 May 2003; George Shapovalov <george@gentoo.org> pari-2.1.5.ebuild :
a bug-fix upgrade (#20165)
- Thanks to Herbie Hopkins <herbie@hopkins.net> for notification
+ Thanks to Herbie Hopkins <herbie@hopkins.net> and Chuck Short <chuck_short@rogers.com>
*pari-2.1.4 (08 Nov 2002)
diff --git a/app-sci/pari/pari-2.1.5.ebuild b/app-sci/pari/pari-2.1.5.ebuild
index be6ba0ee94d7..9627c10ec547 100644
--- a/app-sci/pari/pari-2.1.5.ebuild
+++ b/app-sci/pari/pari-2.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/pari-2.1.5.ebuild,v 1.1 2003/05/11 05:28:31 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/pari-2.1.5.ebuild,v 1.2 2003/05/11 05:33:41 george Exp $
IUSE=""
@@ -29,4 +29,5 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
+ dodoc AUTHORS Announce.2.1 CHANGES README TODO
}