diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-10 20:10:50 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-10 20:10:50 +0000 |
commit | f1f97490d483ab9a783caad700a6e812bd8fa4ea (patch) | |
tree | d1e79e8acb1fe9e1135e0044df05dbe208a7c59e /app-text/pdftohtml | |
parent | fixing verbose. closes 44083 (diff) | |
download | historical-f1f97490d483ab9a783caad700a6e812bd8fa4ea.tar.gz historical-f1f97490d483ab9a783caad700a6e812bd8fa4ea.tar.bz2 historical-f1f97490d483ab9a783caad700a6e812bd8fa4ea.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-text/pdftohtml')
-rw-r--r-- | app-text/pdftohtml/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/pdftohtml/Manifest | 4 | ||||
-rw-r--r-- | app-text/pdftohtml/pdftohtml-0.36.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-text/pdftohtml/ChangeLog b/app-text/pdftohtml/ChangeLog index a7a00b69f572..09ec031c68d5 100644 --- a/app-text/pdftohtml/ChangeLog +++ b/app-text/pdftohtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pdftohtml -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/ChangeLog,v 1.1 2003/10/11 08:02:18 robbat2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/ChangeLog,v 1.2 2004/03/10 20:10:50 weeve Exp $ + + 10 Mar 2004; Jason Wever <weeve@gentoo.org> pdftohtml-0.36.ebuild: + Added ~sparc keyword. *pdftohtml-0.36 (11 Oct 2003) diff --git a/app-text/pdftohtml/Manifest b/app-text/pdftohtml/Manifest index 197b53f61a73..bc9297d5f2ef 100644 --- a/app-text/pdftohtml/Manifest +++ b/app-text/pdftohtml/Manifest @@ -1,3 +1,3 @@ +MD5 7139bd25d67502b92e6e7c77c746bdb2 ChangeLog 466 +MD5 09efd4dbcab826cec4cbda2549a53ba1 pdftohtml-0.36.ebuild 668 MD5 89167430147d99e86ca445b23be50f1b files/digest-pdftohtml-0.36 66 -MD5 27bdebfeec5ef46bd2fe5a2a3bc83b2b pdftohtml-0.36.ebuild 663 -MD5 8fd59c26c34f788e01399591f6152fa7 ChangeLog 374 diff --git a/app-text/pdftohtml/pdftohtml-0.36.ebuild b/app-text/pdftohtml/pdftohtml-0.36.ebuild index fac9c7c61209..4e2c30757760 100644 --- a/app-text/pdftohtml/pdftohtml-0.36.ebuild +++ b/app-text/pdftohtml/pdftohtml-0.36.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/10/11 08:02:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.2 2004/03/10 20:10:50 weeve 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" +KEYWORDS="~x86 ~sparc" IUSE="" DEPEND="virtual/glibc sys-devel/gcc" RDEPEND="virtual/glibc" |