diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-13 17:47:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-13 17:47:51 +0000 |
commit | 67429549c4a7a1917abf9dc1886978c6a94fd05a (patch) | |
tree | 3a255ed35c9dbc08602e104ec7f55d6ea37f8687 /dev-tex/lgrind | |
parent | License for dev-tex/lgrind, bug 464904. (diff) | |
download | gentoo-2-67429549c4a7a1917abf9dc1886978c6a94fd05a.tar.gz gentoo-2-67429549c4a7a1917abf9dc1886978c6a94fd05a.tar.bz2 gentoo-2-67429549c4a7a1917abf9dc1886978c6a94fd05a.zip |
Fix LICENSE, bug 464904. Remove old.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-tex/lgrind')
-rw-r--r-- | dev-tex/lgrind/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/lgrind/files/99lgrind | 1 | ||||
-rw-r--r-- | dev-tex/lgrind/lgrind-3.67-r2.ebuild | 43 | ||||
-rw-r--r-- | dev-tex/lgrind/lgrind-3.67-r3.ebuild | 9 |
4 files changed, 11 insertions, 50 deletions
diff --git a/dev-tex/lgrind/ChangeLog b/dev-tex/lgrind/ChangeLog index 20241d8e2ee4..ac96656ea0e7 100644 --- a/dev-tex/lgrind/ChangeLog +++ b/dev-tex/lgrind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/lgrind -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/ChangeLog,v 1.17 2012/03/06 14:21:15 ranger Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/ChangeLog,v 1.18 2013/04/13 17:47:50 ulm Exp $ + + 13 Apr 2013; Ulrich Müller <ulm@gentoo.org> -files/99lgrind, + -lgrind-3.67-r2.ebuild, lgrind-3.67-r3.ebuild: + Fix LICENSE, bug 464904. Remove old. 06 Mar 2012; Brent Baude <ranger@gentoo.org> lgrind-3.67-r3.ebuild: Marking lgrind-3.67-r3 ppc for bug 393993 diff --git a/dev-tex/lgrind/files/99lgrind b/dev-tex/lgrind/files/99lgrind deleted file mode 100644 index c1c737c76e54..000000000000 --- a/dev-tex/lgrind/files/99lgrind +++ /dev/null @@ -1 +0,0 @@ -LGRINDEF=/usr/share/texmf/tex/latex/lgrind/lgrindef diff --git a/dev-tex/lgrind/lgrind-3.67-r2.ebuild b/dev-tex/lgrind/lgrind-3.67-r2.ebuild deleted file mode 100644 index cd8bed29dc28..000000000000 --- a/dev-tex/lgrind/lgrind-3.67-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/lgrind-3.67-r2.ebuild,v 1.4 2007/04/28 16:19:32 tove Exp $ - -inherit latex-package - -DESCRIPTION="A source pretty printer for LaTeX - styles to stylise your source and code examples." -SRC_URI="mirror://gentoo/${PN}.tar.gz" -LICENSE="as-is" - -IUSE="" -SLOT="0" -KEYWORDS="x86 ppc amd64 ~sparc" -S=${WORKDIR}/${PN} - -src_compile() { - - latex-package_src_compile - cd "${S}"/source - emake || die "Error compiling lgrind executable" - -} - -src_install() { - - # binary first - dobin source/lgrind - - # then the texmf stuff - latex-package_src_install - insinto /usr/share/texmf/tex/latex/${PN} - doins lgrindef - - doenvd "${FILESDIR}"/99lgrind || die - - # and finally, the documentation - dodoc FAQ README - docinto examples/ - dodoc example/* - cd "${S}"/source - doman lgrind.1 lgrindef.5 - -} diff --git a/dev-tex/lgrind/lgrind-3.67-r3.ebuild b/dev-tex/lgrind/lgrind-3.67-r3.ebuild index 5f363d7059a0..302e8baa6f9b 100644 --- a/dev-tex/lgrind/lgrind-3.67-r3.ebuild +++ b/dev-tex/lgrind/lgrind-3.67-r3.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/lgrind-3.67-r3.ebuild,v 1.4 2012/03/06 14:21:15 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/lgrind-3.67-r3.ebuild,v 1.5 2013/04/13 17:47:50 ulm Exp $ inherit latex-package toolchain-funcs eutils DESCRIPTION="A source pretty printer for LaTeX - styles to stylise your source and code examples." SRC_URI="mirror://gentoo/${PN}.tar.gz" -LICENSE="as-is" -IUSE="examples" +LICENSE="BSD LGrind-Jacobson" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" +IUSE="examples" + S=${WORKDIR}/${PN} src_unpack() { |