diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-11-04 18:25:36 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-11-04 18:25:36 +0000 |
commit | dd6631b3e641f4c4454eeb48dc34cfc09483a424 (patch) | |
tree | 6ee5b74d6545093cfe7cb2b3a923269b070f35cd /app-text | |
parent | Initial import into the tree to meet Apache-AuthTicket depend requirements. (diff) | |
download | historical-dd6631b3e641f4c4454eeb48dc34cfc09483a424.tar.gz historical-dd6631b3e641f4c4454eeb48dc34cfc09483a424.tar.bz2 historical-dd6631b3e641f4c4454eeb48dc34cfc09483a424.zip |
Modular X deps
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/evince/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/evince/Manifest | 14 | ||||
-rw-r--r-- | app-text/evince/evince-0.4.0-r2.ebuild | 10 |
3 files changed, 23 insertions, 6 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog index dbd26a4a3849..347e50113e88 100644 --- a/app-text/evince/ChangeLog +++ b/app-text/evince/ChangeLog @@ -1,6 +1,9 @@ # 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.16 2005/10/21 10:02:22 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.17 2005/11/04 18:25:36 dang Exp $ + + 04 Nov 2005; <dang@gentoo.org> evince-0.4.0-r2.ebuild: + Modular X deps 21 Oct 2005; Leonardo Boshell <leonardop@gentoo.org> metadata.xml, evince-0.4.0-r2.ebuild: diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest index dd5c379cca3f..80ca50754d52 100644 --- a/app-text/evince/Manifest +++ b/app-text/evince/Manifest @@ -1,9 +1,19 @@ -MD5 4f1932f3308bba03acd744eff15afc96 ChangeLog 2948 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 bbb5e087081814572fd7efdf3a9042e4 ChangeLog 3018 MD5 e4d15a65822c1ff8fd89a3a2568a371f evince-0.4.0-r1.ebuild 1657 -MD5 02380dbe4dd128841310bc556621833c evince-0.4.0-r2.ebuild 1992 +MD5 5a7c30c0f8ccb806de0d71182ac1056b evince-0.4.0-r2.ebuild 2037 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 94070710202e7c8024edc662eb420658 files/evince-0.4.0-no-tiff.patch 985 MD5 755b327b4928ab9492b7c2aab72ef52d files/evince-0.4.0-t1lib_is_t1.patch 976 MD5 6725733a03ee56bb113dedaca6063b0f metadata.xml 218 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDa6eyomPajV0RnrERAoe9AJ0WSCTOUaOy4q7JoAGUkdMKZMAXrQCfRfO2 +1wKNGmZE7hDU2/hkrIa3JXI= +=ZtBI +-----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 b02733c9274c..290fb0d28f69 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.6 2005/10/21 10:02:22 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-0.4.0-r2.ebuild,v 1.7 2005/11/04 18:25:36 dang Exp $ inherit eutils gnome2 @@ -31,14 +31,18 @@ RDEPEND=" >=gnome-base/libgnomeui-2.6 nautilus? ( >=gnome-base/nautilus-2.10 ) >=x11-libs/gtk+-2.8 - virtual/x11 " DEPEND="${RDEPEND} app-text/scrollkeeper >=app-text/gnome-doc-utils-0.3.2 >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.28" + >=dev-util/intltool-0.28 + || ( ( x11-libs/libXt + x11-proto/xproto + ) + virtual/x11 + )" PROVIDE="virtual/pdfviewer virtual/psviewer" |