diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
commit | c0cc4ecd5d0e889376647608d945bfdaae47bed4 (patch) | |
tree | 60d4757e4328dd10c2509d23b85761fa381df338 /dev-php/PEAR-Text_Wiki | |
parent | fixed newdepend (diff) | |
download | historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.gz historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.bz2 historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/PEAR-Text_Wiki')
-rw-r--r-- | dev-php/PEAR-Text_Wiki/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.8.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-php/PEAR-Text_Wiki/ChangeLog b/dev-php/PEAR-Text_Wiki/ChangeLog index bd1d88479cb2..9ac4370ab77e 100644 --- a/dev-php/PEAR-Text_Wiki/ChangeLog +++ b/dev-php/PEAR-Text_Wiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Text_Wiki # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.1 2004/02/29 14:10:47 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.2 2004/04/17 15:02:28 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-Text_Wiki-0.8.2.ebuild: + Added IUSE= *PEAR-Text_Wiki-0.8.2 (29 Feb 2004) diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.8.2.ebuild b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.8.2.ebuild index ad6a19a4249e..2ca566cb142e 100644 --- a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.8.2.ebuild +++ b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.8.2.ebuild,v 1.1 2004/02/29 14:10:56 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-0.8.2.ebuild,v 1.2 2004/04/17 15:02:28 aliz Exp $ inherit php-pear @@ -8,3 +8,4 @@ DESCRIPTION="Abstracts parsing and rendering rules for Wiki markup in structured LICENSE="PHP" SLOT="0" KEYWORDS="~x86" +IUSE="" |