diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 12:47:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 12:47:18 +0000 |
commit | 87bc8f38b1163bac676772c203b794fa3c1c3bbb (patch) | |
tree | 13fe232806757dc1c0a70d1ee18e8e16a535b792 /app-text/ps2pkm | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-87bc8f38b1163bac676772c203b794fa3c1c3bbb.tar.gz gentoo-2-87bc8f38b1163bac676772c203b794fa3c1c3bbb.tar.bz2 gentoo-2-87bc8f38b1163bac676772c203b794fa3c1c3bbb.zip |
remove old
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ps2pkm')
-rw-r--r-- | app-text/ps2pkm/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ps2pkm/ps2pkm-1.5_p20100722.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/app-text/ps2pkm/ChangeLog b/app-text/ps2pkm/ChangeLog index f7fb2ef590ba..7ffd15bf6970 100644 --- a/app-text/ps2pkm/ChangeLog +++ b/app-text/ps2pkm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ps2pkm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ps2pkm/ChangeLog,v 1.24 2012/05/06 16:45:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ps2pkm/ChangeLog,v 1.25 2012/05/09 12:47:18 aballier Exp $ + + 09 May 2012; Alexis Ballier <aballier@gentoo.org> + -ps2pkm-1.5_p20100722.ebuild: + remove old 06 May 2012; Raúl Porcel <armin76@gentoo.org> ps2pkm-1.5_p20110705.ebuild: ia64/s390/sh/sparc stable wrt #395735 diff --git a/app-text/ps2pkm/ps2pkm-1.5_p20100722.ebuild b/app-text/ps2pkm/ps2pkm-1.5_p20100722.ebuild deleted file mode 100644 index 96b5d9428869..000000000000 --- a/app-text/ps2pkm/ps2pkm-1.5_p20100722.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ps2pkm/ps2pkm-1.5_p20100722.ebuild,v 1.15 2011/10/04 17:39:18 jer Exp $ - -EAPI=3 - -DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font" -HOMEPAGE="http://tug.org/texlive/" -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-libs/kpathsea" -RDEPEND=" - !<app-text/texlive-core-2010 - !app-text/ptex - ${DEPEND}" - -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} - -src_configure() { - econf --with-system-kpathsea -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog CHANGES.type1 README README.14m README.type1 || die -} |