summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-09-04 08:12:42 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-09-04 08:12:42 +0000
commit748d59c93dee0895dd756dcdeae966fdb8b4e46b (patch)
tree6c95636d037cc0077fbf69a2692ca2e029a8d1b0 /app-text/xdvipdfmx
parentadjust dependency from virtual/tetex to virtual/texi2dvi (diff)
downloadgentoo-2-748d59c93dee0895dd756dcdeae966fdb8b4e46b.tar.gz
gentoo-2-748d59c93dee0895dd756dcdeae966fdb8b4e46b.tar.bz2
gentoo-2-748d59c93dee0895dd756dcdeae966fdb8b4e46b.zip
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/xdvipdfmx')
-rw-r--r--app-text/xdvipdfmx/ChangeLog6
-rw-r--r--app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild29
2 files changed, 5 insertions, 30 deletions
diff --git a/app-text/xdvipdfmx/ChangeLog b/app-text/xdvipdfmx/ChangeLog
index c6ac9ecf4ad7..54305af98a64 100644
--- a/app-text/xdvipdfmx/ChangeLog
+++ b/app-text/xdvipdfmx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/xdvipdfmx
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/ChangeLog,v 1.27 2008/05/12 20:18:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/ChangeLog,v 1.28 2008/09/04 08:12:42 opfer Exp $
+
+ 04 Sep 2008; Christian Faulhammer <opfer@gentoo.org>
+ -xdvipdfmx-0.3.ebuild:
+ clean up
12 May 2008; nixnut <nixnut@gentoo.org> xdvipdfmx-0.4.ebuild:
Stable on ppc wrt bug 220651
diff --git a/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild b/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild
deleted file mode 100644
index 9750b43e72d5..000000000000
--- a/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild,v 1.15 2007/05/20 08:41:45 opfer Exp $
-
-DESCRIPTION="Extended xdvi for use with XeTeX and other unicode TeXs."
-HOMEPAGE="http://scripts.sil.org/svn-view/xdvipdfmx/"
-SRC_URI="http://scripts.sil.org/svn-view/xdvipdfmx/TAGS/${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=">=media-libs/freetype-2.0 app-text/tetex"
-
-src_compile() {
- chmod +x configure
-# sh ./configure --prefix=/usr \
- econf \
- --with-ft2lib=/usr/lib/libfreetype.so \
- --with-ft2include=/usr/include/freetype2 || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
- dodoc README COPYING doc/tug2003.pdf doc/CJK-CID.txt doc/images/dvipdfm-cjk.png doc/images/dvipdfmx-logo.png doc/images/rightarrow.png doc/images/right_triangle.png doc/images/dvipdfmx.png TODO BUGS AUTHORS
-}