diff options
Diffstat (limited to 'app-text/evince')
-rw-r--r-- | app-text/evince/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/evince/Manifest | 22 | ||||
-rw-r--r-- | app-text/evince/evince-0.4.0-r2.ebuild | 6 |
3 files changed, 14 insertions, 20 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog index de1234903201..600c80734a3a 100644 --- a/app-text/evince/ChangeLog +++ b/app-text/evince/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/evince # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.13 2005/10/14 19:24:00 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.14 2005/10/17 14:28:26 allanonjl Exp $ + + 17 Oct 2005; John N. Laliberte <allanonjl@gentoo.org> + evince-0.4.0-r2.ebuild: + fix message when poppler needs gtk. fixes #109571 14 Oct 2005; <dang@gentoo.org> evince-0.4.0-r2.ebuild: Needs poppler built with gtk. bug #109029 diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest index 30faaee0ec82..831b819fbc3a 100644 --- a/app-text/evince/Manifest +++ b/app-text/evince/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e318360573b63d7cf3dbb33bf6512ec9 ChangeLog 2297 -MD5 e4d15a65822c1ff8fd89a3a2568a371f evince-0.4.0-r1.ebuild 1657 -MD5 a990a4b4e969f3a2d60315b2f580cd07 evince-0.4.0-r2.ebuild 1925 MD5 52069416ee02cc54163f313df19ecba8 evince-0.4.0.ebuild 1587 +MD5 e4d15a65822c1ff8fd89a3a2568a371f evince-0.4.0-r1.ebuild 1657 +MD5 db66524e132ed4d8266c7b0185b3b24a evince-0.4.0-r2.ebuild 1920 +MD5 5f579860e927c681384f73cca0b4d49e ChangeLog 2437 +MD5 80e3213c196ad3e4d107694f8064aad3 metadata.xml 220 +MD5 755b327b4928ab9492b7c2aab72ef52d files/evince-0.4.0-t1lib_is_t1.patch 976 +MD5 185784a35b672ed49ea8afb3aba25e30 files/evince-0.4.0-display-menu.patch 471 MD5 a8bcc7dab66f7a60936b49f43bc4e9a9 files/digest-evince-0.4.0 65 MD5 a8bcc7dab66f7a60936b49f43bc4e9a9 files/digest-evince-0.4.0-r1 65 MD5 a8bcc7dab66f7a60936b49f43bc4e9a9 files/digest-evince-0.4.0-r2 65 -MD5 185784a35b672ed49ea8afb3aba25e30 files/evince-0.4.0-display-menu.patch 471 -MD5 755b327b4928ab9492b7c2aab72ef52d files/evince-0.4.0-t1lib_is_t1.patch 976 -MD5 80e3213c196ad3e4d107694f8064aad3 metadata.xml 220 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDUAXuomPajV0RnrERApeqAJwOXY7mNWTZJ0+2B47dv1VzlrRAEgCeP99w -jdOpOPOgycZpHfXJQ7bv8HA= -=X3qK ------END PGP SIGNATURE----- diff --git a/app-text/evince/evince-0.4.0-r2.ebuild b/app-text/evince/evince-0.4.0-r2.ebuild index d75affdb6d31..fa1ab81f586a 100644 --- a/app-text/evince/evince-0.4.0-r2.ebuild +++ b/app-text/evince/evince-0.4.0-r2.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/evince/evince-0.4.0-r2.ebuild,v 1.3 2005/10/14 19:24:00 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-0.4.0-r2.ebuild,v 1.4 2005/10/17 14:28:26 allanonjl Exp $ inherit gnome2 eutils @@ -54,8 +54,8 @@ ELTCONF="--portage" pkg_setup() { if ! built_with_use app-text/poppler gtk; then - einfo "Please re-emerge x11-libs/cairo with the png and X USE flags set" - die "cairo needs png and X flags set" + einfo "Please re-emerge app-text/poppler with the gtk USE flag set" + die "poppler needs gtk flag set" fi } |