diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-17 15:06:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-17 15:06:37 +0000 |
commit | 183e4396c550c77c41711ae7cb6498e619643363 (patch) | |
tree | 435a8caf2c4ad172dd1087d2493a1daf5e25024b /app-text | |
parent | Bump to final 0.8.8. (diff) | |
download | gentoo-2-183e4396c550c77c41711ae7cb6498e619643363.tar.gz gentoo-2-183e4396c550c77c41711ae7cb6498e619643363.tar.bz2 gentoo-2-183e4396c550c77c41711ae7cb6498e619643363.zip |
Add a patch from debian to fix a2ping invocation wrt its shebang, part of bug #289818
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2010.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 924a9ebcacd0..9ab115fe07a6 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.130 2011/02/16 13:28:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.131 2011/02/17 15:06:37 aballier Exp $ + + 17 Feb 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2010.ebuild: + Add a patch from debian to fix a2ping invocation wrt its shebang, part of bug + #289818 16 Feb 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2010.ebuild: use etexmf-update diff --git a/app-text/texlive-core/texlive-core-2010.ebuild b/app-text/texlive-core/texlive-core-2010.ebuild index b7005583ab4c..127948709ee3 100644 --- a/app-text/texlive-core/texlive-core-2010.ebuild +++ b/app-text/texlive-core/texlive-core-2010.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild,v 1.4 2011/02/16 13:28:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild,v 1.5 2011/02/17 15:06:37 aballier Exp $ EAPI=3 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common -PATCHLEVEL="21" +PATCHLEVEL="22" TL_SOURCE_VERSION=20100722 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source |