diff options
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/abntex/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/abntex/abntex-0.9_beta2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-tex/abntex/ChangeLog b/dev-tex/abntex/ChangeLog index e2a2ab881584..b0e0fb7e5095 100644 --- a/dev-tex/abntex/ChangeLog +++ b/dev-tex/abntex/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-tex/abntex -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/abntex/ChangeLog,v 1.1 2011/05/08 16:26:08 rafaelmartins Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/abntex/ChangeLog,v 1.2 2014/08/10 21:25:03 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> abntex-0.9_beta2.ebuild: + QA: drop trailing '.' from DESCRIPTION *abntex-0.9_beta2 (08 May 2011) 08 May 2011; Rafael G. Martins <rafaelmartins@gentoo.org> +abntex-0.9_beta2.ebuild, +metadata.xml: Initial version. - diff --git a/dev-tex/abntex/abntex-0.9_beta2.ebuild b/dev-tex/abntex/abntex-0.9_beta2.ebuild index 2ac2511ec738..267847f4d329 100644 --- a/dev-tex/abntex/abntex-0.9_beta2.ebuild +++ b/dev-tex/abntex/abntex-0.9_beta2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/abntex/abntex-0.9_beta2.ebuild,v 1.1 2011/05/08 16:26:08 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/abntex/abntex-0.9_beta2.ebuild,v 1.2 2014/08/10 21:25:03 slyfox Exp $ EAPI=3 @@ -9,7 +9,7 @@ inherit latex-package MY_PV="${PV/_/-}" MY_P="${PN}-${MY_PV}" -DESCRIPTION="LaTeX macros for writing documents following the ABNT norms." +DESCRIPTION="LaTeX macros for writing documents following the ABNT norms" HOMEPAGE="http://abntex.codigolivre.org.br/ http://abntex.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz doc? ( mirror://sourceforge/${PN}/${PN}-doc-${MY_PV}.tar.gz )" |