summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-05-23 15:55:44 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-05-23 15:55:44 +0000
commitacb2bb44f10e7c108d96db247089804bdf74e377 (patch)
treea75ab7da93d236896a63b3a50ab0b25ae55537fb /app-text/xpdf
parentremove xpdf nomotif use flag (diff)
downloadhistorical-acb2bb44f10e7c108d96db247089804bdf74e377.tar.gz
historical-acb2bb44f10e7c108d96db247089804bdf74e377.tar.bz2
historical-acb2bb44f10e7c108d96db247089804bdf74e377.zip
add info
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/xpdf')
-rw-r--r--app-text/xpdf/Manifest8
-rw-r--r--app-text/xpdf/xpdf-3.00-r8.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/xpdf/Manifest b/app-text/xpdf/Manifest
index 78a183abf0cc..1c7d63068c72 100644
--- a/app-text/xpdf/Manifest
+++ b/app-text/xpdf/Manifest
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 05362acf27a13431b91d4accc8729761 xpdf-3.00-r8.ebuild 3521
+MD5 1c35b99efa5d907dfcd948602eaa7a17 xpdf-3.00-r8.ebuild 3624
MD5 f3e993bddd63c3ee69191ce569cdd492 ChangeLog 9720
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
MD5 8221707abac9c48b486b8c2b9bc7a7a0 files/xpdf-3.00-empty-bookmark.patch 373
@@ -20,7 +20,7 @@ MD5 ec978d9450f061ea49ee697b39d545bf files/digest-xpdf-3.00-r8 767
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCkfy5evY57Fted3ERAicNAJ4t48VIZjOmhn3ToH9j9/w3PmyUfQCgrX28
-CurGr72PTArqZixrcM7kv1U=
-=/PhQ
+iD8DBQFCkf0cevY57Fted3ERAoTLAKDIBgZojXobzIae6j4Uj1r6UM8zNACgz3eg
+X2badaMiF1LPce8PwH3N56o=
+=7lc9
-----END PGP SIGNATURE-----
diff --git a/app-text/xpdf/xpdf-3.00-r8.ebuild b/app-text/xpdf/xpdf-3.00-r8.ebuild
index eba6f91972be..f48c6db6943d 100644
--- a/app-text/xpdf/xpdf-3.00-r8.ebuild
+++ b/app-text/xpdf/xpdf-3.00-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.00-r8.ebuild,v 1.12 2005/05/23 15:52:50 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.00-r8.ebuild,v 1.13 2005/05/23 15:55:44 lanius Exp $
inherit eutils
@@ -103,3 +103,7 @@ install_lang() {
insinto /usr/share/xpdf/$1/CMap
doins CMap/*
}
+
+pkg_postinst() {
+ use motif || einfo "If you want to compile xpdf binary you have to set USE=motif"
+}