diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-09-19 04:54:39 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-09-19 04:54:39 +0000 |
commit | 866f3948357d1b9d30a03052525f12b879490339 (patch) | |
tree | ad2381df97d85e9cfe1aec7000857ea9feef768b /app-text/ttf2pt1 | |
parent | Stable for HPPA (bug #337295). (diff) | |
download | gentoo-2-866f3948357d1b9d30a03052525f12b879490339.tar.gz gentoo-2-866f3948357d1b9d30a03052525f12b879490339.tar.bz2 gentoo-2-866f3948357d1b9d30a03052525f12b879490339.zip |
Remove old.
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ttf2pt1')
-rw-r--r-- | app-text/ttf2pt1/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-gentoo.diff | 47 | ||||
-rw-r--r-- | app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-multiline-sed.diff | 28 | ||||
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild | 39 |
4 files changed, 7 insertions, 116 deletions
diff --git a/app-text/ttf2pt1/ChangeLog b/app-text/ttf2pt1/ChangeLog index ae4e2996a9e8..4974c14dc3fe 100644 --- a/app-text/ttf2pt1/ChangeLog +++ b/app-text/ttf2pt1/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/ttf2pt1 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ChangeLog,v 1.22 2009/10/10 15:24:52 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ChangeLog,v 1.23 2010/09/19 04:54:39 dirtyepic Exp $ + + 19 Sep 2010; Ryan Hill <dirtyepic@gentoo.org> -ttf2pt1-3.4.0.ebuild, + -files/ttf2pt1-3.4.0-Makefile-gentoo.diff, + -files/ttf2pt1-3.4.0-Makefile-multiline-sed.diff: + Remove old. 10 Oct 2009; Raúl Porcel <armin76@gentoo.org> ttf2pt1-3.4.4.ebuild: sparc stable wrt #286600 diff --git a/app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-gentoo.diff b/app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-gentoo.diff deleted file mode 100644 index f7662653d8b5..000000000000 --- a/app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-gentoo.diff +++ /dev/null @@ -1,47 +0,0 @@ ---- ttf2pt1-3.4.0/Makefile.orig Sun Oct 14 21:32:29 2001 -+++ ttf2pt1-3.4.0/Makefile Tue Mar 12 17:37:56 2002 -@@ -60,18 +60,18 @@ - # (if the include and lib directory do not match your installation, - # modify them), also uncomment LIBS_FT - # --#CFLAGS_FT = -DUSE_FREETYPE -I/usr/local/include/freetype2 -I/usr/local/include -+CFLAGS_FT = -DUSE_FREETYPE -I/usr/include/freetype2 - - # - # The FreeType-2 library flags (disabled by default) - --LIBS_FT= -+#LIBS_FT= - - # To enable use of the FreeType-2 library - # (if the include and lib directory do not match your installation, - # modify them), also uncomment LIBS_FT - # --#LIBS_FT= -L/usr/local/lib -lfreetype -+LIBS_FT= -L/usr/lib -lfreetype - - # - # Preference of front-ends if multiple parsers match a file -@@ -93,18 +93,18 @@ - # Installation-related stuff - # - # The base dir for installation and subdirs in it --INSTDIR = /usr/local -+INSTDIR = /usr - # for binaries - BINDIR = $(INSTDIR)/bin - # for binaries of little general interest --LIBXDIR = $(INSTDIR)/libexec/ttf2pt1 -+LIBXDIR = $(INSTDIR)/lib/ttf2pt1 - # for scripts, maps/encodings etc. - SHAREDIR = $(INSTDIR)/share/ttf2pt1 --MANDIR = $(INSTDIR)/man -+MANDIR = $(INSTDIR)/share/man - - # owner and group of installed files - OWNER = root --GROUP = bin -+GROUP = root - - # After you have configured the Makefile, comment out the following - # definition: diff --git a/app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-multiline-sed.diff b/app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-multiline-sed.diff deleted file mode 100644 index 739d89efc47c..000000000000 --- a/app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-multiline-sed.diff +++ /dev/null @@ -1,28 +0,0 @@ ---- ttf2pt1-3.4.0/Makefile.orig 2006-05-01 13:19:26.000000000 +0200 -+++ ttf2pt1-3.4.0/Makefile 2006-05-01 13:20:39.000000000 +0200 -@@ -213,17 +213,19 @@ - chmod -R go-w $(SHAREDIR) - scripts/inst_file ttf2pt1 $(BINDIR)/ttf2pt1 $(OWNER) $(GROUP) 0755 - [ -f $(BINDIR)/t1asm ] || scripts/inst_file t1asm $(LIBXDIR)/t1asm $(OWNER) $(GROUP) 0755 -- sed 's|^TTF2PT1_BINDIR=$$|TTF2PT1_BINDIR=$(BINDIR)|;\ -- s|^TTF2PT1_LIBXDIR=$$|TTF2PT1_LIBXDIR=$(LIBXDIR)|;\ -- s|^TTF2PT1_SHAREDIR=$$|TTF2PT1_SHAREDIR=$(SHAREDIR)|;' <scripts/convert >cvt.tmp -+ sed -e 's|^TTF2PT1_BINDIR=$$|TTF2PT1_BINDIR=$(BINDIR)|' \ -+ -e 's|^TTF2PT1_LIBXDIR=$$|TTF2PT1_LIBXDIR=$(LIBXDIR)|' \ -+ -e 's|^TTF2PT1_SHAREDIR=$$|TTF2PT1_SHAREDIR=$(SHAREDIR)|' \ -+ <scripts/convert >cvt.tmp - scripts/inst_file cvt.tmp $(BINDIR)/ttf2pt1_convert $(OWNER) $(GROUP) 0755 - scripts/inst_file cvt.tmp $(SHAREDIR)/scripts/convert $(OWNER) $(GROUP) 0755 - rm cvt.tmp - scripts/inst_file scripts/x2gs $(BINDIR)/ttf2pt1_x2gs $(OWNER) $(GROUP) 0755 - for i in $(MANS1); do { \ -- sed 's|TTF2PT1_BINDIR|$(BINDIR)|;\ -- s|TTF2PT1_LIBXDIR|$(LIBXDIR)|;\ -- s|TTF2PT1_SHAREDIR|$(SHAREDIR)|;' <$$i >$(MANDIR)/man1/$$i \ -+ sed -e 's|TTF2PT1_BINDIR|$(BINDIR)|' \ -+ -e 's|TTF2PT1_LIBXDIR|$(LIBXDIR)|' \ -+ -e 's|TTF2PT1_SHAREDIR|$(SHAREDIR)|' \ -+ <$$i >$(MANDIR)/man1/$$i \ - && chown $(OWNER) $(MANDIR)/man1/$$i \ - && chgrp $(GROUP) $(MANDIR)/man1/$$i \ - && chmod 0644 $(MANDIR)/man1/$$i \ diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild deleted file mode 100644 index 6406b1f904b6..000000000000 --- a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.25 2009/09/23 16:41:03 patrick Exp $ - -inherit eutils - -DESCRIPTION="Converts True Type to Type 1 fonts" -HOMEPAGE="http://ttf2pt1.sourceforge.net/" -SRC_URI="mirror://sourceforge/ttf2pt1/${P}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" -IUSE="" - -RDEPEND=">=media-libs/freetype-2.0" -DEPEND="${RDEPEND} - dev-lang/perl" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-Makefile-gentoo.diff - epatch ${FILESDIR}/${P}-Makefile-multiline-sed.diff - epatch ${FILESDIR}/${P}-man-pages.diff -} - -src_compile() { - make CFLAGS="${CFLAGS}" all || die -} - -src_install() { - make INSTDIR=${D}/usr install || die - dodir /usr/share/doc/${PF}/html - cd ${D}/usr/share/ttf2pt1 - rm -r app other - mv *.html ../doc/${PF}/html - mv [A-Z]* ../doc/${PF} - prepalldocs -} |