diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-12-03 20:51:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-12-03 20:51:10 +0000 |
commit | 63915aad04459e96280a926a285f606bdeb6ce64 (patch) | |
tree | 85f06e96526200554a4166fd182933c5a48252f6 /app-text/dvipdfmx | |
parent | remove bin-dvipdfmx package, it is provided by app-text/dvipdfmx, thanks to J... (diff) | |
download | gentoo-2-63915aad04459e96280a926a285f606bdeb6ce64.tar.gz gentoo-2-63915aad04459e96280a926a285f606bdeb6ce64.tar.bz2 gentoo-2-63915aad04459e96280a926a285f606bdeb6ce64.zip |
version bump
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'app-text/dvipdfmx')
-rw-r--r-- | app-text/dvipdfmx/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/dvipdfmx/dvipdfmx-20071115.ebuild | 50 | ||||
-rw-r--r-- | app-text/dvipdfmx/files/digest-dvipdfmx-20071115 | 3 |
3 files changed, 60 insertions, 1 deletions
diff --git a/app-text/dvipdfmx/ChangeLog b/app-text/dvipdfmx/ChangeLog index ccd4814a9dcf..1ff3fee38572 100644 --- a/app-text/dvipdfmx/ChangeLog +++ b/app-text/dvipdfmx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/dvipdfmx # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.33 2007/06/23 19:17:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.34 2007/12/03 20:51:10 aballier Exp $ + +*dvipdfmx-20071115 (03 Dec 2007) + + 03 Dec 2007; Alexis Ballier <aballier@gentoo.org> + +dvipdfmx-20071115.ebuild: + version bump 23 Jun 2007; Raúl Porcel <armin76@gentoo.org> dvipdfmx-20050831.ebuild: alpha stable wrt #170299 diff --git a/app-text/dvipdfmx/dvipdfmx-20071115.ebuild b/app-text/dvipdfmx/dvipdfmx-20071115.ebuild new file mode 100644 index 000000000000..a4c4026990a1 --- /dev/null +++ b/app-text/dvipdfmx/dvipdfmx-20071115.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20071115.ebuild,v 1.1 2007/12/03 20:51:10 aballier Exp $ + +inherit eutils + +IUSE="" + +DESCRIPTION="DVI to PDF translator with multi-byte character support" +HOMEPAGE="http://project.ktug.or.kr/dvipdfmx/" +SRC_URI="http://project.ktug.or.kr/dvipdfmx/snapshot/current/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +RDEPEND="virtual/tex-base + virtual/ghostscript + >=media-libs/libpng-1.2.1 + >=sys-libs/zlib-1.1.4 + app-text/libpaper + !<app-text/texlive-core-2007-r10" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +has_tetex_3() { + if has_version '>=app-text/tetex-3' || has_version '>=app-text/ptex-3.1.8' || has_version '>=app-text/texlive-core-2007' ; then + true + else + false + fi +} + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog README TODO +} + +pkg_postinst() { + if [ "$ROOT" = "/" ] ; then + has_tetex_3 && texmf-update || mktexlsr + fi +} + +pkg_postrm() { + if [ "$ROOT" = "/" ] ; then + has_tetex_3 && texmf-update || mktexlsr + fi +} diff --git a/app-text/dvipdfmx/files/digest-dvipdfmx-20071115 b/app-text/dvipdfmx/files/digest-dvipdfmx-20071115 new file mode 100644 index 000000000000..7b2ec003cdc7 --- /dev/null +++ b/app-text/dvipdfmx/files/digest-dvipdfmx-20071115 @@ -0,0 +1,3 @@ +MD5 55b30f37da7be24e6a065e286d1f1b2b dvipdfmx-20071115.tar.gz 579875 +RMD160 4124c96a9833771be2b50ca0c3655c80e8deb4d5 dvipdfmx-20071115.tar.gz 579875 +SHA256 8d72eb3f6058bcaf8b54c1d0c981dcd92cda9d97f07debcc1a948a862b648854 dvipdfmx-20071115.tar.gz 579875 |