diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-03-30 13:00:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-03-30 13:00:11 +0000 |
commit | 3d6f2bae064390b1165f454366a7e97df1c87f3f (patch) | |
tree | 61b174952601dcfb1193db9993eb518362c11d54 /dev-libs/kpathsea | |
parent | rdepend on tex-base and build depend only on kpathsea to avoid circular deps,... (diff) | |
download | gentoo-2-3d6f2bae064390b1165f454366a7e97df1c87f3f.tar.gz gentoo-2-3d6f2bae064390b1165f454366a7e97df1c87f3f.tar.bz2 gentoo-2-3d6f2bae064390b1165f454366a7e97df1c87f3f.zip |
remove old
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/kpathsea')
-rw-r--r-- | dev-libs/kpathsea/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild | 96 | ||||
-rw-r--r-- | dev-libs/kpathsea/kpathsea-6.0.1_p20110627.ebuild | 103 |
3 files changed, 5 insertions, 200 deletions
diff --git a/dev-libs/kpathsea/ChangeLog b/dev-libs/kpathsea/ChangeLog index ee492dd99a9a..c5f4fa132eb4 100644 --- a/dev-libs/kpathsea/ChangeLog +++ b/dev-libs/kpathsea/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/kpathsea # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.26 2012/01/31 14:40:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.27 2012/03/30 13:00:11 aballier Exp $ + + 30 Mar 2012; Alexis Ballier <aballier@gentoo.org> + -kpathsea-6.0.0_p20100722.ebuild, -kpathsea-6.0.1_p20110627.ebuild: + remove old 31 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> kpathsea-6.0.1_p20110705.ebuild: diff --git a/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild b/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild deleted file mode 100644 index 1c454a3ab435..000000000000 --- a/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild,v 1.12 2011/06/15 05:50:16 naota Exp $ - -EAPI=3 - -inherit texlive-common - -TEXMFD_VERSION="2" - -DESCRIPTION="Library implementing generic path searching, configuration, and TeX-specific file searching" -HOMEPAGE="http://tug.org/texlive/" -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz - mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz" - -LICENSE="GPL-2" -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="doc source static-libs" - -DEPEND="!<app-text/texlive-core-2010 - !app-text/ptex" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} - -TL_VERSION=2010 -EXTRA_TL_MODULES="kpathsea" -EXTRA_TL_DOC_MODULES="kpathsea.doc" - -for i in ${EXTRA_TL_MODULES} ; do - SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz" -done - -SRC_URI="${SRC_URI} doc? ( " -for i in ${EXTRA_TL_DOC_MODULES} ; do - SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz" -done -SRC_URI="${SRC_URI} ) " - -src_configure() { - # Too many regexps use A-Z a-z constructs, what causes problems with locales - # that don't have the same alphabetical order than ascii. Bug #347798 - # So we set LC_ALL to C in order to avoid problems. - export LC_ALL=C - - econf \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" web2cdir="${EPREFIX}/usr/share/texmf/web2c" install || die - find "${D}" -name '*.la' -delete - - dodir /usr/share # just in case - cp -pR "${WORKDIR}"/texmf "${ED}/usr/share/" || die "failed to install texmf trees" - if use source ; then - cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files" - fi - - # The default configuration expects it to be world writable, bug #266680 - # People can still change it with texconfig though. - dodir /var/cache/fonts - fperms 1777 /var/cache/fonts - - # Take care of fmtutil.cnf and texmf.cnf - dodir /etc/texmf/{fmtutil.d,texmf.d} - - # Remove default texmf.cnf to ship our own, greatly based on texlive dvd's - # texmf.cnf - # It will also be generated from /etc/texmf/texmf.d files by texmf-update - rm -f "${ED}${TEXMF_PATH}/web2c/texmf.cnf" - - insinto /etc/texmf/texmf.d - doins "${WORKDIR}/texmf.d/"*.cnf || die "failed to install texmf.d configuration files" - - # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files - # by texmf-update - rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf" - - dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf - dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf - - # Keep it as that's where the formats will go - keepdir /var/lib/texmf - - dodoc BUGS ChangeLog NEWS PROJECTS README || die -} - -pkg_postinst() { - etexmf-update -} - -pkg_postrm() { - etexmf-update -} diff --git a/dev-libs/kpathsea/kpathsea-6.0.1_p20110627.ebuild b/dev-libs/kpathsea/kpathsea-6.0.1_p20110627.ebuild deleted file mode 100644 index 4853e05d6dd9..000000000000 --- a/dev-libs/kpathsea/kpathsea-6.0.1_p20110627.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110627.ebuild,v 1.7 2011/10/04 17:36:56 jer Exp $ - -EAPI=3 - -inherit texlive-common eutils - -TEXMFD_VERSION="3" - -DESCRIPTION="Library implementing generic path searching, configuration, and TeX-specific file searching" -HOMEPAGE="http://tug.org/texlive/" -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz - mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz" - -LICENSE="GPL-2" -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="doc source static-libs" - -DEPEND="!<app-text/texlive-core-2010 - !app-text/ptex" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} - -TL_VERSION=2010 -EXTRA_TL_MODULES="kpathsea" -EXTRA_TL_DOC_MODULES="kpathsea.doc" - -for i in ${EXTRA_TL_MODULES} ; do - SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz" -done - -SRC_URI="${SRC_URI} doc? ( " -for i in ${EXTRA_TL_DOC_MODULES} ; do - SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz" -done -SRC_URI="${SRC_URI} ) " - -src_prepare() { - epatch "${FILESDIR}/invocname.patch" -} - -src_configure() { - # Too many regexps use A-Z a-z constructs, what causes problems with locales - # that don't have the same alphabetical order than ascii. Bug #347798 - # So we set LC_ALL to C in order to avoid problems. - export LC_ALL=C - - # Disable largefile because it seems to cause problems on big endian 32 bits - # systems... - econf \ - --disable-largefile \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" web2cdir="${EPREFIX}/usr/share/texmf/web2c" install || die - find "${D}" -name '*.la' -delete - - dodir /usr/share # just in case - cp -pR "${WORKDIR}"/texmf "${ED}/usr/share/" || die "failed to install texmf trees" - if use source ; then - cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files" - fi - - # The default configuration expects it to be world writable, bug #266680 - # People can still change it with texconfig though. - dodir /var/cache/fonts - fperms 1777 /var/cache/fonts - - # Take care of fmtutil.cnf and texmf.cnf - dodir /etc/texmf/{fmtutil.d,texmf.d} - - # Remove default texmf.cnf to ship our own, greatly based on texlive dvd's - # texmf.cnf - # It will also be generated from /etc/texmf/texmf.d files by texmf-update - rm -f "${ED}${TEXMF_PATH}/web2c/texmf.cnf" - - insinto /etc/texmf/texmf.d - doins "${WORKDIR}/texmf.d/"*.cnf || die "failed to install texmf.d configuration files" - - # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files - # by texmf-update - rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf" - - dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf - dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf - - # Keep it as that's where the formats will go - keepdir /var/lib/texmf - - dodoc BUGS ChangeLog NEWS PROJECTS README || die -} - -pkg_postinst() { - etexmf-update -} - -pkg_postrm() { - etexmf-update -} |