diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-25 07:34:43 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-25 07:34:43 +0000 |
commit | 009c3ed54d1b4196ca6296d8fa0940d5a17004dd (patch) | |
tree | 95bf675b7b2179306d46932aba7bdd8fa465f42f /app-text/acroread | |
parent | version bump (diff) | |
download | historical-009c3ed54d1b4196ca6296d8fa0940d5a17004dd.tar.gz historical-009c3ed54d1b4196ca6296d8fa0940d5a17004dd.tar.bz2 historical-009c3ed54d1b4196ca6296d8fa0940d5a17004dd.zip |
Provide virtual/pdfviewer; bug #50423.
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.09-r1.ebuild | 3 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.09.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index 35e3ca3f2358..6279376f13e3 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/acroread # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.37 2004/09/23 10:02:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.38 2004/10/25 07:32:10 usata Exp $ + + 25 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> acroread-5.09-r1.ebuild, + acroread-5.09.ebuild: + Provide virtual/pdfviewer; bug #50423. 23 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> acroread-5.09-r1.ebuild: diff --git a/app-text/acroread/acroread-5.09-r1.ebuild b/app-text/acroread/acroread-5.09-r1.ebuild index f81d9ea8f672..8e0840e4f0e9 100644 --- a/app-text/acroread/acroread-5.09-r1.ebuild +++ b/app-text/acroread/acroread-5.09-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.09-r1.ebuild,v 1.2 2004/09/23 10:02:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.09-r1.ebuild,v 1.3 2004/10/25 07:32:10 usata Exp $ inherit nsplugins eutils @@ -19,6 +19,7 @@ DEPEND="virtual/libc >=sys-apps/sed-4" RDEPEND="cjk? ( media-fonts/acroread-asianfonts ) amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r1 )" +PROVIDE="virtual/pdfviewer" INSTALLDIR=/opt/Acrobat5 diff --git a/app-text/acroread/acroread-5.09.ebuild b/app-text/acroread/acroread-5.09.ebuild index 6614e60484a2..612606c9d639 100644 --- a/app-text/acroread/acroread-5.09.ebuild +++ b/app-text/acroread/acroread-5.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.09.ebuild,v 1.5 2004/08/29 23:43:24 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.09.ebuild,v 1.6 2004/10/25 07:32:10 usata Exp $ inherit nsplugins eutils @@ -20,6 +20,7 @@ DEPEND="virtual/libc >=sys-apps/sed-4" RDEPEND="cjk? ( media-fonts/acroread-asianfonts ) amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r1 )" +PROVIDE="virtual/pdfviewer" INSTALLDIR=/opt/Acrobat5 |