diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-10 11:45:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-10 11:45:25 +0000 |
commit | 5a6edabe41c64de48ec773d528fc9ac3afd9f083 (patch) | |
tree | 6c59fab3b234a633b85e07bf0e2d22010a5f4ee6 /app-text/texlive-core | |
parent | amd64 stable (diff) | |
download | gentoo-2-5a6edabe41c64de48ec773d528fc9ac3afd9f083.tar.gz gentoo-2-5a6edabe41c64de48ec773d528fc9ac3afd9f083.tar.bz2 gentoo-2-5a6edabe41c64de48ec773d528fc9ac3afd9f083.zip |
remove ps2eps from here, will give it its own ebuild
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/texlive-core/files/digest-texlive-core-2007-r7 (renamed from app-text/texlive-core/files/digest-texlive-core-2007-r6) | 0 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2007-r7.ebuild (renamed from app-text/texlive-core/texlive-core-2007-r6.ebuild) | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 37961a2ee4c1..b0123928a5c5 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.25 2007/11/07 23:31:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.26 2007/11/10 11:45:24 aballier Exp $ + +*texlive-core-2007-r7 (10 Nov 2007) + + 10 Nov 2007; Alexis Ballier <aballier@gentoo.org> + -texlive-core-2007-r6.ebuild, +texlive-core-2007-r7.ebuild: + remove ps2eps from here, will give it its own ebuild *texlive-core-2007-r6 (07 Nov 2007) diff --git a/app-text/texlive-core/files/digest-texlive-core-2007-r6 b/app-text/texlive-core/files/digest-texlive-core-2007-r7 index 5c20835cdcb8..5c20835cdcb8 100644 --- a/app-text/texlive-core/files/digest-texlive-core-2007-r6 +++ b/app-text/texlive-core/files/digest-texlive-core-2007-r7 diff --git a/app-text/texlive-core/texlive-core-2007-r6.ebuild b/app-text/texlive-core/texlive-core-2007-r7.ebuild index 090d8557c604..ba18e179ade8 100644 --- a/app-text/texlive-core/texlive-core-2007-r6.ebuild +++ b/app-text/texlive-core/texlive-core-2007-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r6.ebuild,v 1.1 2007/11/07 23:31:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r7.ebuild,v 1.1 2007/11/10 11:45:24 aballier Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common @@ -137,6 +137,7 @@ src_compile() { --without-xdvipdfmx \ --without-lcdf-typetools \ --without-pdfopen \ + --without-ps2eps \ --without-detex \ --without-ttf2pk \ --without-tex4htk \ |