diff options
-rw-r--r-- | dev-tex/listings/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/listings/listings-1.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-tex/listings/ChangeLog b/dev-tex/listings/ChangeLog index 7cc2cab701b9..a4a6c56704e5 100644 --- a/dev-tex/listings/ChangeLog +++ b/dev-tex/listings/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/listings # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.14 2007/03/13 00:30:57 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.15 2007/07/02 15:08:35 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> listings-1.3.ebuild: + (QA) RESTRICT clean up. 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/dev-tex/listings/listings-1.3.ebuild b/dev-tex/listings/listings-1.3.ebuild index bd324969482b..7baff1830833 100644 --- a/dev-tex/listings/listings-1.3.ebuild +++ b/dev-tex/listings/listings-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.3.ebuild,v 1.5 2005/09/11 01:44:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.3.ebuild,v 1.6 2007/07/02 15:08:35 peper Exp $ inherit latex-package @@ -8,7 +8,7 @@ S=${WORKDIR} DESCRIPTION="A source code and pretty print package for LaTeX" #SRC_URI="http://www.atscire.de/index.php?nav=download\&file=${P}.zip" -#RESTRICT="nomirror" +#RESTRICT="mirror" SRC_URI="mirror://gentoo/${P}.zip" HOMEPAGE="http://www.atscire.de/products/listings" LICENSE="LPPL-1.2" |