diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-06-18 17:16:29 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-06-18 17:16:29 +0000 |
commit | 6c98cc045d690612b67777834255fe71b9f2727a (patch) | |
tree | a3565eab188d8c0e2d01a72e21215638d69bc3af /app-text/dvipdfmx | |
parent | Force emacs when no emacs or xemacs USE flag is set. Stable on x86. This clos... (diff) | |
download | gentoo-2-6c98cc045d690612b67777834255fe71b9f2727a.tar.gz gentoo-2-6c98cc045d690612b67777834255fe71b9f2727a.tar.bz2 gentoo-2-6c98cc045d690612b67777834255fe71b9f2727a.zip |
Changed to use virtual/tetex, closing bug #53308
Diffstat (limited to 'app-text/dvipdfmx')
-rw-r--r-- | app-text/dvipdfmx/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/dvipdfmx/dvipdfmx-20031110.ebuild | 9 | ||||
-rw-r--r-- | app-text/dvipdfmx/dvipdfmx-20031116.ebuild | 9 | ||||
-rw-r--r-- | app-text/dvipdfmx/dvipdfmx-20031207.ebuild | 9 |
4 files changed, 17 insertions, 16 deletions
diff --git a/app-text/dvipdfmx/ChangeLog b/app-text/dvipdfmx/ChangeLog index 1b19679510a5..8aba32ba8031 100644 --- a/app-text/dvipdfmx/ChangeLog +++ b/app-text/dvipdfmx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/dvipdfmx # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.13 2004/06/13 15:42:01 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.14 2004/06/18 17:16:29 usata Exp $ + + 19 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> dvipdfmx-20031110.ebuild, + dvipdfmx-20031116.ebuild, dvipdfmx-20031207.ebuild: + Changed to use virtual/tetex, closing bug #53308 13 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> dvipdfmx-20031207.ebuild: Marked ~amd64. diff --git a/app-text/dvipdfmx/dvipdfmx-20031110.ebuild b/app-text/dvipdfmx/dvipdfmx-20031110.ebuild index 9e7d21f9f996..2dd3962dcb87 100644 --- a/app-text/dvipdfmx/dvipdfmx-20031110.ebuild +++ b/app-text/dvipdfmx/dvipdfmx-20031110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20031110.ebuild,v 1.7 2004/04/25 15:13:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20031110.ebuild,v 1.8 2004/06/18 17:16:29 usata Exp $ inherit eutils @@ -14,13 +14,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 alpha sparc" -DEPEND="app-text/ptex - !app-text/tetex - !app-text/cstetex - >=sys-apps/sed-4 +RDEPEND="virtual/tetex >=media-libs/libpng-1.2.1 >=sys-libs/zlib-1.1.4 >=dev-libs/openssl-0.9.6i" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} diff --git a/app-text/dvipdfmx/dvipdfmx-20031116.ebuild b/app-text/dvipdfmx/dvipdfmx-20031116.ebuild index 0f2e29ea22b6..d33512ea968e 100644 --- a/app-text/dvipdfmx/dvipdfmx-20031116.ebuild +++ b/app-text/dvipdfmx/dvipdfmx-20031116.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20031116.ebuild,v 1.3 2004/04/25 15:13:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20031116.ebuild,v 1.4 2004/06/18 17:16:29 usata Exp $ inherit eutils @@ -15,13 +15,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 alpha" -DEPEND="app-text/ptex - !app-text/tetex - !app-text/cstetex - >=sys-apps/sed-4 +RDEPEND="virtual/tetex >=media-libs/libpng-1.2.1 >=sys-libs/zlib-1.1.4 >=dev-libs/openssl-0.9.6i" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} diff --git a/app-text/dvipdfmx/dvipdfmx-20031207.ebuild b/app-text/dvipdfmx/dvipdfmx-20031207.ebuild index 9ed592ea8dcb..5fbb40b8ddc7 100644 --- a/app-text/dvipdfmx/dvipdfmx-20031207.ebuild +++ b/app-text/dvipdfmx/dvipdfmx-20031207.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20031207.ebuild,v 1.4 2004/06/13 15:42:01 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20031207.ebuild,v 1.5 2004/06/18 17:16:29 usata Exp $ inherit eutils @@ -14,13 +14,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~alpha ~amd64" # this is development branch -DEPEND="app-text/ptex - !app-text/tetex - !app-text/cstetex - >=sys-apps/sed-4 +RDEPEND="virtual/tetex >=media-libs/libpng-1.2.1 >=sys-libs/zlib-1.1.4 >=dev-libs/openssl-0.9.6i" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} |