diff options
author | David Holm <dholm@gentoo.org> | 2004-03-27 10:34:19 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-27 10:34:19 +0000 |
commit | f82669d24d98e10b81fb9f10e86af69f50333502 (patch) | |
tree | 2eee93a9a01c0aad89930f36cc61350da816e38c /app-text/pdftohtml | |
parent | digest (diff) | |
download | historical-f82669d24d98e10b81fb9f10e86af69f50333502.tar.gz historical-f82669d24d98e10b81fb9f10e86af69f50333502.tar.bz2 historical-f82669d24d98e10b81fb9f10e86af69f50333502.zip |
Added to ~ppc
Diffstat (limited to 'app-text/pdftohtml')
-rw-r--r-- | app-text/pdftohtml/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pdftohtml/pdftohtml-0.36.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pdftohtml/ChangeLog b/app-text/pdftohtml/ChangeLog index 46f386f71f46..34bb2c5f6826 100644 --- a/app-text/pdftohtml/ChangeLog +++ b/app-text/pdftohtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pdftohtml # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/ChangeLog,v 1.3 2004/03/12 08:48:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/ChangeLog,v 1.4 2004/03/27 10:34:19 dholm Exp $ + + 27 Mar 2004; David Holm <dholm@gentoo.org> pdftohtml-0.36.ebuild: + Added to ~ppc. 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> pdftohtml-0.36.ebuild: Don't assign default to S; header fix diff --git a/app-text/pdftohtml/pdftohtml-0.36.ebuild b/app-text/pdftohtml/pdftohtml-0.36.ebuild index a5a492d1185c..134e13eb6dcf 100644 --- a/app-text/pdftohtml/pdftohtml-0.36.ebuild +++ b/app-text/pdftohtml/pdftohtml-0.36.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.3 2004/03/12 08:48:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.4 2004/03/27 10:34:19 dholm Exp $ DESCRIPTION="pdftohtml is a utility which converts PDF files into HTML and XML formats" HOMEPAGE="http://${PN}.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~ppc" IUSE="" DEPEND="virtual/glibc sys-devel/gcc" RDEPEND="virtual/glibc" |