diff options
author | 2005-12-14 20:14:13 +0000 | |
---|---|---|
committer | 2005-12-14 20:14:13 +0000 | |
commit | 81a80301352a265f6da10998c7cf2274f6f82efb (patch) | |
tree | 8b59a78d940ddd18ea9d1bbdf2a721b593745870 /app-text | |
parent | Don't need explicit X deps, only uses what gtk+ requires (diff) | |
download | gentoo-2-81a80301352a265f6da10998c7cf2274f6f82efb.tar.gz gentoo-2-81a80301352a265f6da10998c7cf2274f6f82efb.tar.bz2 gentoo-2-81a80301352a265f6da10998c7cf2274f6f82efb.zip |
Don't need explicit X deps, only uses what gtk+ requires
(Portage version: 2.0.53)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/evince/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/evince/Manifest | 12 | ||||
-rw-r--r-- | app-text/evince/evince-0.4.0-r2.ebuild | 9 |
3 files changed, 7 insertions, 19 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog index 347e50113e88..d26bd7b28c3b 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.17 2005/11/04 18:25:36 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.18 2005/12/14 20:14:13 dang Exp $ + + 14 Dec 2005; <dang@gentoo.org> evince-0.4.0-r2.ebuild: + Don't need explicit X deps, only uses what gtk+ requires 04 Nov 2005; <dang@gentoo.org> evince-0.4.0-r2.ebuild: Modular X deps diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest index 80ca50754d52..8731cdf6ba66 100644 --- a/app-text/evince/Manifest +++ b/app-text/evince/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 bbb5e087081814572fd7efdf3a9042e4 ChangeLog 3018 MD5 e4d15a65822c1ff8fd89a3a2568a371f evince-0.4.0-r1.ebuild 1657 -MD5 5a7c30c0f8ccb806de0d71182ac1056b evince-0.4.0-r2.ebuild 2037 +MD5 1f4996342b29c519e22c6fcd60764539 evince-0.4.0-r2.ebuild 1974 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 290fb0d28f69..8f26a6755cc3 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.7 2005/11/04 18:25:36 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-0.4.0-r2.ebuild,v 1.8 2005/12/14 20:14:13 dang Exp $ inherit eutils gnome2 @@ -37,12 +37,7 @@ DEPEND="${RDEPEND} app-text/scrollkeeper >=app-text/gnome-doc-utils-0.3.2 >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.28 - || ( ( x11-libs/libXt - x11-proto/xproto - ) - virtual/x11 - )" + >=dev-util/intltool-0.28" PROVIDE="virtual/pdfviewer virtual/psviewer" |