diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-23 13:37:46 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-23 13:37:46 +0000 |
commit | fb87b703915eb5f4f51e9f5042d8db52e0979ec3 (patch) | |
tree | 490e11037e26f0fe1bd84c52a738e230d1613cb9 /app-text | |
parent | fix KEYWORDS to match available deps (diff) | |
download | historical-fb87b703915eb5f4f51e9f5042d8db52e0979ec3.tar.gz historical-fb87b703915eb5f4f51e9f5042d8db52e0979ec3.tar.bz2 historical-fb87b703915eb5f4f51e9f5042d8db52e0979ec3.zip |
Marked x86 only. See bug #15980
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdf2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pdf2html/Manifest | 4 | ||||
-rw-r--r-- | app-text/pdf2html/pdf2html-1.4.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/pdf2html/ChangeLog b/app-text/pdf2html/ChangeLog index 637db03ecbbe..49faadf76541 100644 --- a/app-text/pdf2html/ChangeLog +++ b/app-text/pdf2html/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-text/pdf2html # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.1 2004/02/21 15:25:51 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.2 2004/02/23 13:37:46 usata Exp $ *pdf2html-1.4 (21 Feb 2004) + 23 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> pdf2html-1.4.ebuild: + Marked x86 only. See bug #15980 + 21 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> metadata.xml, pdf2html-1.4.ebuild: Initial import. Ebuild submitted by Victor Iggy <lamer0@lamer0.com>, diff --git a/app-text/pdf2html/Manifest b/app-text/pdf2html/Manifest index a94233be11f8..93a2a16a75cb 100644 --- a/app-text/pdf2html/Manifest +++ b/app-text/pdf2html/Manifest @@ -1,5 +1,5 @@ -MD5 432d4cab2c49e15675465af717422329 pdf2html-1.4.ebuild 985 +MD5 4b7c61b6a5632980b003fef489d0aae6 pdf2html-1.4.ebuild 981 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 -MD5 ede3d4a07ed47f78fd8b9f3b1df646d2 ChangeLog 423 +MD5 27784d442254a3a4b257134df6d5898a ChangeLog 528 MD5 ba84b2f461163b40ecbeee73d9202a5b files/digest-pdf2html-1.4 60 MD5 4ad2f1e70c01cc1a86a6843736efc867 files/pdf2html-1.4-gentoo.patch 2277 diff --git a/app-text/pdf2html/pdf2html-1.4.ebuild b/app-text/pdf2html/pdf2html-1.4.ebuild index c57a5c522064..66f2d0ad6f2d 100644 --- a/app-text/pdf2html/pdf2html-1.4.ebuild +++ b/app-text/pdf2html/pdf2html-1.4.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/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.1 2004/02/21 15:25:51 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.2 2004/02/23 13:37:46 usata Exp $ SLOT="0" @@ -8,7 +8,7 @@ DESCRIPTION="Converts pdf files to html files" SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/pdf2html/" -KEYWORDS="~x86 -alpha" +KEYWORDS="~x86 -*" LICENSE="GPL-2" DEPEND=">=media-libs/libpng-1.2.5 >=app-text/ghostscript-7.05.5 |