diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 07:59:39 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 07:59:39 +0000 |
commit | ecde7e42980df60ccce6f803b90f29a88ec7cbb2 (patch) | |
tree | e9fc935ee5b71799525c15899b9b5264a60dcbdd /dev-tex/leaflet | |
parent | Revbump, fix #243384 and #253893 (diff) | |
download | gentoo-2-ecde7e42980df60ccce6f803b90f29a88ec7cbb2.tar.gz gentoo-2-ecde7e42980df60ccce6f803b90f29a88ec7cbb2.tar.bz2 gentoo-2-ecde7e42980df60ccce6f803b90f29a88ec7cbb2.zip |
Remove app-text/tetex from dependencies, bug 227443.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-tex/leaflet')
-rw-r--r-- | dev-tex/leaflet/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/leaflet/leaflet-20041222.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-tex/leaflet/ChangeLog b/dev-tex/leaflet/ChangeLog index fbfd1c3a1c97..2aa366136a65 100644 --- a/dev-tex/leaflet/ChangeLog +++ b/dev-tex/leaflet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/leaflet -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v 1.25 2009/03/18 19:01:09 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v 1.26 2009/05/30 07:59:39 ulm Exp $ + + 30 May 2009; Ulrich Mueller <ulm@gentoo.org> leaflet-20041222.ebuild: + Remove app-text/tetex from dependencies, bug 227443. 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> leaflet-20041222.ebuild: arm/s390/sh stable wrt #253551 diff --git a/dev-tex/leaflet/leaflet-20041222.ebuild b/dev-tex/leaflet/leaflet-20041222.ebuild index 7b3c6004fa52..c3f8da309285 100644 --- a/dev-tex/leaflet/leaflet-20041222.ebuild +++ b/dev-tex/leaflet/leaflet-20041222.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild,v 1.15 2009/03/18 19:01:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild,v 1.16 2009/05/30 07:59:39 ulm Exp $ inherit latex-package eutils @@ -9,6 +9,7 @@ S=${WORKDIR}/leaflet DESCRIPTION="LaTeX package used to create leaflet-type brochures." SRC_URI="mirror://gentoo/${P}.zip" HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/leaflet/" + LICENSE="LPPL-1.3" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" @@ -18,7 +19,7 @@ IUSE="" TEXMF="/usr/share/texmf-site" -RDEPEND="|| ( dev-texlive/texlive-fontsrecommended app-text/tetex app-text/ptex )" +RDEPEND="|| ( dev-texlive/texlive-fontsrecommended app-text/ptex )" DEPEND="${RDEPEND} app-arch/unzip" DOCS="README" |